| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | tcp_echo.py: add --iocp command line option to use IOCP event loop on Windows | Victor Stinner | 2014-02-26 | 1 | -2/+13 |
| * | Fix ResourceWarning in tcp and udp echo examples | Victor Stinner | 2014-01-28 | 1 | -3/+4 |
| * | examples: close the event loop | Victor Stinner | 2014-01-28 | 1 | -1/+4 |
| * | Bulk merge | Guido van Rossum | 2013-10-18 | 1 | -9/+9 |
| |\ | |||||
| | * | Update examples to use asyncio, not tulip. | Guido van Rossum | 2013-10-16 | 1 | -9/+9 |
| * | | Fix example to use create_server() instead of start_serving(). | Guido van Rossum | 2013-10-18 | 1 | -3/+3 |
| |/ | |||||
| * | handle ConnectionResetError by Jeff Quast #31 | Nikolay Kim | 2013-05-28 | 1 | -1/+2 |
| * | close transport after receiving eof | Nikolay Kim | 2013-05-10 | 1 | -0/+1 |
| * | tcp echo example; better cmd arguments for udp echo example | Nikolay Kim | 2013-04-24 | 1 | -0/+111 |
