summaryrefslogtreecommitdiff
path: root/Lib/test/test_asyncio/test_base_events.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #28652: Partially rollback previous changesYury Selivanov2016-11-211-6/+4
* Issue #28652: Make loop methods reject socket kinds they do not support.Yury Selivanov2016-11-091-8/+55
* Issue #28613: Fix get_event_loop() to return the current loopYury Selivanov2016-11-041-0/+20
* Issue #28600: Optimize loop.call_soon().Yury Selivanov2016-11-031-28/+8
* Issue #28371: Deprecate passing asyncio.Handles to run_in_executor.Yury Selivanov2016-10-051-3/+6
* Issue #28369: Raise an error when transport's FD is used with add_readerYury Selivanov2016-10-051-12/+12
* Misc asyncio improvements from upstreamGuido van Rossum2016-09-301-20/+31
* Issue #28174: Handle when SO_REUSEPORT isn't properly supported (asyncio)Yury Selivanov2016-09-151-0/+11
* Issue #27906: Fix socket accept exhaustion during high TCP traffic.Yury Selivanov2016-09-151-1/+1
* Issue #27136: Change test to use ::1 for better OS X Tiger compatibilityMartin Panter2016-06-131-4/+4
* Issue #27136: Fix DNS static resolution; don't use it in getaddrinfoYury Selivanov2016-06-081-52/+39
* asyncio: Fix getaddrinfo to accept service names (for port)Yury Selivanov2016-06-021-0/+20
* asyncio: Support host=b'' for getaddrinfoYury Selivanov2016-06-021-0/+4
* asyncio: Fix getaddrinfo to accept None/str/bytes for 'port' argYury Selivanov2016-05-201-0/+22
* Issue #27040: Add loop.get_exception_handler methodYury Selivanov2016-05-161-0/+2
* asyncio/tests: Ensure a gc_collect for __del__ testingYury Selivanov2016-05-131-0/+1
* asyncio/tests: Fix ResourceWarnings related to unclosed transportsYury Selivanov2015-12-161-18/+29
* asyncio/tests: Fix some ResourceWarningsYury Selivanov2015-12-161-7/+11
* Normalize whitespaceYury Selivanov2015-12-161-1/+1
* asyncio: Skip getaddrinfo if host is already resolved.Yury Selivanov2015-12-161-16/+192
* asyncio: Fix with githubYury Selivanov2015-11-201-3/+4
* asyncio.tests: Fix whitespaceYury Selivanov2015-11-201-4/+3
* asyncio: Sync with githubYury Selivanov2015-11-201-1/+1
* Issue #25593: Change semantics of EventLoop.stop().Guido van Rossum2015-11-191-0/+53
* Issue #23972: Fix tests for Windows and Debian.Guido van Rossum2015-10-061-4/+1
* Issue #23972: updates to asyncio datagram API. By Chris Laws.Guido van Rossum2015-10-051-2/+138
* asyncio: Support PEP 492. Issue #24017.Yury Selivanov2015-05-111-1/+2
* asyncio: async() function is deprecated in favour of ensure_future().Yury Selivanov2015-05-111-3/+3
* Sync asyncio changes from the main repo.Yury Selivanov2015-05-111-2/+43
* Issue #23243: Close explicitly event loops in asyncio testsVictor Stinner2015-01-151-0/+1
* asyncio: sync with TulipVictor Stinner2015-01-151-0/+1
* asyncio: Truncate to 80 columnsVictor Stinner2015-01-091-3/+6
* Issue #22926: In debug mode, call_soon(), call_at() and call_later() methods ofVictor Stinner2014-12-261-16/+60
* asyncio: sync with TulipVictor Stinner2014-12-261-1/+1
* asyncio: sync with TulipVictor Stinner2014-12-181-4/+8
* Closes #22429, asyncio: Fix EventLoop.run_until_complete(), don't stop theVictor Stinner2014-12-051-0/+25
* asyncio: Coroutine objects are now rejected with a TypeError by the followingVictor Stinner2014-11-201-11/+15
* Issue #22186: Fix typos in Lib/.Berker Peksag2014-10-191-1/+1
* Issue #22601: run_forever() now consumes BaseException of the temporary taskVictor Stinner2014-10-111-1/+21
* asyncio: Improve canceled timer handles cleanup. Closes issue #22448.Yury Selivanov2014-09-251-7/+77
* asyncio: sync with TulipVictor Stinner2014-08-251-0/+3
* asyncio: sync with TulipVictor Stinner2014-07-141-2/+0
* asyncio: sync with TulipVictor Stinner2014-07-111-1/+1
* asyncio: sync with TulipVictor Stinner2014-07-081-0/+24
* asyncio, Tulip issue 137: In debug mode, save traceback where Future, Task andVictor Stinner2014-06-271-3/+6
* asyncio: sync with TulipVictor Stinner2014-06-251-0/+6
* asyncio, Tulip issue 177: Rewite repr() of Future, Task, Handle and TimerHandleVictor Stinner2014-06-251-2/+2
* asyncio: Log an error if a Task is destroyed while it is still pendingVictor Stinner2014-06-241-1/+2
* asyncio, Tulip issue 172: only log selector timing in debug modeVictor Stinner2014-06-231-0/+3
* asyncio: Add an unit test to check that setting the PYTHONASYNCIODEBUG env varVictor Stinner2014-06-231-0/+24