summaryrefslogtreecommitdiff
path: root/Lib/test/test_asyncio/test_selector_events.py
Commit message (Expand)AuthorAgeFilesLines
...
* asyncio: sync with TulipVictor Stinner2014-07-231-2/+2
* asyncio: test_selector_events: remove duplicate call to _on_handshake() methodVictor Stinner2014-07-161-3/+3
* asyncio tests: make quiet the logs of SSL handshake failures when running testsVictor Stinner2014-07-141-7/+8
* asyncio: sync with TulipVictor Stinner2014-07-121-6/+6
* asyncio: Enable the debug mode of event loops when the PYTHONASYNCIODEBUGVictor Stinner2014-06-231-2/+0
* asyncio: Fix pyflakes errorsVictor Stinner2014-06-181-4/+1
* asyncio: Refactor tests: add a base TestCase classVictor Stinner2014-06-181-10/+11
* Issue #21326: Add a new is_closed() method to asyncio.BaseEventLoopVictor Stinner2014-06-101-3/+14
* Fix for raising exception not derived from BaseException in _SelectorSslTrans...Andrew Svetlov2014-05-271-0/+4
* asyncio: Fix the second half of issue #21447: race in _write_to_self().Guido van Rossum2014-05-061-2/+3
* asyncio: Fix pyflakes warnings: remove unused variables and importsVictor Stinner2014-02-261-2/+1
* asyncio: Replace "unittest.mock" with "mock" in unit testsVictor Stinner2014-02-261-135/+135
* asyncio, Tulip issue 139: Improve error messages on "fatal errors"Victor Stinner2014-02-191-10/+26
* asyncio: New error handling API. Issue #20681.Yury Selivanov2014-02-181-5/+15
* asyncio: Add support for UNIX Domain Sockets.Yury Selivanov2014-02-181-1/+2
* asyncio, Tulip issue 126: call_soon(), call_soon_threadsafe(), call_later(),Victor Stinner2014-02-111-4/+5
* asyncio tests: Remove scories of resolution/granularityVictor Stinner2014-02-091-1/+0
* asyncio: Don't export BaseEventLoop, BaseSelectorEventLoop norVictor Stinner2014-01-251-1/+2
* Update asyncio from the Tulip projectVictor Stinner2014-01-251-39/+37
* Issue #20311: asyncio: Add a granularity attribute to BaseEventLoop: maximumVictor Stinner2014-01-251-1/+3
* asyncio: Change write buffer use to avoid O(N**2). Make write()/sendto() acce...Guido van Rossum2013-11-271-47/+156
* asyncio: Replace connection_refused() with error_received().Guido van Rossum2013-11-151-10/+23
* asyncio: Better-looking errors when ssl module cannot be imported. In part by...Guido van Rossum2013-11-011-0/+20
* asyncio: Refactor ssl transport ready loop (Nikolay Kim).Guido van Rossum2013-11-011-51/+83
* Make various asyncio test files individually runnableAntoine Pitrou2013-10-201-0/+4
* Rename Transport.pause/resume to pause_reading/pause_writing. Also relax time...Guido van Rossum2013-10-181-6/+6
* Rename the logger to plain "logger".Guido van Rossum2013-10-171-6/+6
* Initial checkin of asyncio package (== Tulip, == PEP 3156).Guido van Rossum2013-10-171-0/+1485