summaryrefslogtreecommitdiff
path: root/tests/test_proactor_events.py
Commit message (Expand)AuthorAgeFilesLines
* Enhance BaseProactorEventLoop._loop_self_reading()Victor Stinner2015-01-161-2/+3
* Python issue #23243: Close explicitly transports in testsVictor Stinner2015-01-151-39/+48
* Python issue #23243: Close explicitly event loops in testsVictor Stinner2015-01-151-0/+4
* Python issue #22926: In debug mode, call_soon(), call_at() and call_later()Victor Stinner2014-12-261-4/+3
* Tulip issue #202: Add unit test of pause/resume writing for proactor socketVictor Stinner2014-12-111-0/+82
* Tulip issue 192, Python issue 21645: Rewrite signal handlingVictor Stinner2014-07-171-1/+1
* Fix ProactorEventLoop() in debug modeVictor Stinner2014-07-121-3/+4
* Refactor tests: add a base TestCase classVictor Stinner2014-06-181-3/+4
* Replace "unittest.mock" with "mock" in unit testsVictor Stinner2014-02-261-39/+39
* Issue #139: Improve error messages on "fatal errors"Victor Stinner2014-02-191-3/+9
* Add new event loop exception handling API (closes issue #80).Yury Selivanov2014-02-181-4/+4
* Issue #126: call_soon(), call_soon_threadsafe(), call_later(), call_at() andVictor Stinner2014-02-111-1/+1
* Remove scories of resolution/granularityVictor Stinner2014-02-091-2/+0
* Copy a bunch of fixes by Victor for the Proactor event loop from the CPython ...Guido van Rossum2014-01-311-0/+2
* Don't export BaseEventLoop, BaseSelectorEventLoop nor BaseProactorEventLoopVictor Stinner2014-01-251-5/+6
* Export more symbols: BaseEventLoop, BaseProactorEventLoop,Victor Stinner2014-01-251-6/+5
* Change proactor buffer management.Guido van Rossum2013-12-021-7/+7
* Make various asyncio test files individually runnable.Guido van Rossum2013-10-201-0/+4
* MergeGuido van Rossum2013-10-181-3/+3
* MergeGuido van Rossum2013-10-171-3/+3
* Rename tests from foo_test.py to test_foo.py, to match stdlib preference.Guido van Rossum2013-10-141-0/+480