Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update asyncio from the Tulip project | Victor Stinner | 2014-01-25 | 1 | -26/+25 |
| | | | | | | | | | | | | | | | | Major changes: - StreamReader.readexactly() now raises an IncompleteReadError if the end of stream is reached before we received enough bytes, instead of returning less bytes than requested. - Unit tests use the main asyncio module instead of submodules like events - _UnixWritePipeTransport now also supports character devices, as _UnixReadPipeTransport. Patch written by Jonathan Slenders. - Export more symbols: BaseEventLoop, BaseProactorEventLoop, BaseSelectorEventLoop, Queue and Queue sublasses, Empty, Full | ||||
* | asyncio: Change mock pipe to mock socket. Hope to fix issue 19750. | Guido van Rossum | 2013-11-25 | 1 | -1/+1 |
| | |||||
* | asyncio: Refactor waitpid mocks. Patch by Anthony Baire. | Guido van Rossum | 2013-11-15 | 1 | -249/+186 |
| | |||||
* | Issue #19589: Use specific asserts in asyncio tests. | Serhiy Storchaka | 2013-11-14 | 1 | -1/+1 |
| | |||||
* | asyncio: Fix from Anthony Baire for CPython issue 19566 (replaces earlier fix). | Guido van Rossum | 2013-11-13 | 1 | -13/+16 |
| | |||||
* | asyncio: Add close() back to Unix selector event loop, to remove all signal ↵ | Guido van Rossum | 2013-11-07 | 1 | -0/+16 |
| | | | | handlers. Should fix buildbot issues. | ||||
* | asyncio: Refactor SIGCHLD handling. By Anthony Baire. | Guido van Rossum | 2013-11-04 | 1 | -118/+869 |
| | |||||
* | Switch subprocess stdin to a socketpair, attempting to fix issue #19293 (AIX ↵ | Guido van Rossum | 2013-10-22 | 1 | -0/+7 |
| | | | | hang). | ||||
* | asyncio: be more lenient if we don't understand status returned by waitpid(). | Guido van Rossum | 2013-10-21 | 1 | -1/+1 |
| | | | | | This should have no effect, it's a "shouldn't happe" case. Also tidied up some comments. | ||||
* | Make various asyncio test files individually runnable | Antoine Pitrou | 2013-10-20 | 1 | -0/+4 |
| | |||||
* | Rename Transport.pause/resume to pause_reading/pause_writing. Also relax ↵ | Guido van Rossum | 2013-10-18 | 1 | -4/+4 |
| | | | | timeout in test_call_later(). | ||||
* | Rename the logger to plain "logger". | Guido van Rossum | 2013-10-17 | 1 | -7/+7 |
| | |||||
* | Make asyncio tests run on Windows. | Guido van Rossum | 2013-10-17 | 1 | -0/+3 |
| | |||||
* | Initial checkin of asyncio package (== Tulip, == PEP 3156). | Guido van Rossum | 2013-10-17 | 1 | -0/+767 |