| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #23243, asyncio: Emit a ResourceWarning when an event loop or a transport | Victor Stinner | 2015-01-29 | 1 | -1/+5 |
|
|
* | asyncio: Enhance BaseProactorEventLoop._loop_self_reading() | Victor Stinner | 2015-01-21 | 1 | -2/+3 |
|
|
* | Issue #23243: Close explicitly transports in asyncio tests | Victor Stinner | 2015-01-15 | 1 | -39/+48 |
|
|
* | Issue #23243: Close explicitly event loops in asyncio tests | Victor Stinner | 2015-01-15 | 1 | -0/+4 |
|
|
* | Issue #22926: In debug mode, call_soon(), call_at() and call_later() methods of | Victor Stinner | 2014-12-26 | 1 | -4/+3 |
|
|
* | asyncio, tulip issue 202: Add unit test of pause/resume writing for proactor | Victor Stinner | 2014-12-11 | 1 | -0/+82 |
|
|
* | Python issue #21645, Tulip issue 192: Rewrite signal handling | Victor Stinner | 2014-07-17 | 1 | -1/+1 |
|
|
* | asyncio: sync with Tulip | Victor Stinner | 2014-07-12 | 1 | -3/+4 |
|
|
* | asyncio: Refactor tests: add a base TestCase class | Victor Stinner | 2014-06-17 | 1 | -3/+4 |
|
|
* | asyncio: Replace "unittest.mock" with "mock" in unit tests | Victor Stinner | 2014-02-26 | 1 | -39/+39 |
|
|
* | asyncio, Tulip issue 139: Improve error messages on "fatal errors" | Victor Stinner | 2014-02-19 | 1 | -3/+9 |
|
|
* | asyncio: New error handling API. Issue #20681. | Yury Selivanov | 2014-02-18 | 1 | -4/+4 |
|
|
* | asyncio, Tulip issue 126: call_soon(), call_soon_threadsafe(), call_later(), | Victor Stinner | 2014-02-11 | 1 | -1/+1 |
|
|
* | asyncio tests: Remove scories of resolution/granularity | Victor Stinner | 2014-02-09 | 1 | -2/+0 |
|
|
* | Issue #20455: Add a resolution attribute to IocpProactor (1 ms) | Victor Stinner | 2014-01-31 | 1 | -0/+2 |
|
|
* | asyncio: Don't export BaseEventLoop, BaseSelectorEventLoop nor | Victor Stinner | 2014-01-25 | 1 | -5/+6 |
|
|
* | Update asyncio from the Tulip project | Victor Stinner | 2014-01-25 | 1 | -6/+5 |
|
|
* | asyncio: Write flow control for proactor event loop. | Guido van Rossum | 2013-12-04 | 1 | -7/+7 |
|
|
* | 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 time... | Guido van Rossum | 2013-10-18 | 1 | -3/+3 |
|
|
* | Rename the logger to plain "logger". | Guido van Rossum | 2013-10-17 | 1 | -3/+3 |
|
|
* | Initial checkin of asyncio package (== Tulip, == PEP 3156). | Guido van Rossum | 2013-10-17 | 1 | -0/+480 |
|
|