Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Sockets module should compile again on Windows. Fixed asyncio not compiling. | Dominik Picheta | 2012-08-12 | 1 | -36/+24 |
| | |||||
* | UDP improvements for the sockets module. Renamed ftpclient.fileExists to | Dominik Picheta | 2012-08-12 | 1 | -19/+19 |
| | | | | existsFile for consistency. Added tasyncudp test. | ||||
* | UDP sockets should now work with asyncio. | Dominik Picheta | 2012-08-03 | 1 | -3/+8 |
| | |||||
* | More deprecation warnings fixed. | Dominik Picheta | 2012-07-23 | 1 | -3/+7 |
| | |||||
* | Fixes deprecation warning, fixes documentation error. | Dominik Picheta | 2012-07-23 | 1 | -1/+1 |
| | |||||
* | Many fixes for asynchronous sockets. Asyncio should now work well with ↵ | Dominik Picheta | 2012-07-22 | 1 | -27/+142 |
| | | | | | | buffered and unbuffered plain and ssl sockets. Added asyncio test to the test suite. | ||||
* | preparations for making 'closure' the default calling convention for proc types | Araq | 2012-07-16 | 1 | -9/+9 |
| | |||||
* | recvLineAsync for non-blocking sockets implemented, as well as recvLine for ↵ | dom96 | 2012-02-18 | 1 | -0/+29 |
| | | | | asyncio async sockets. Fixed removeDir on windows. | ||||
* | Added asyncio module; irc, scgi and the ftpclient modules work with it. ↵ | dom96 | 2012-01-22 | 1 | -0/+325 |
Added (de)allocCStringArray. Many async sockets fixes. |