summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_asyncio
Commit message (Expand)AuthorAgeFilesLines
...
* asyncio, Tulip issue 131: as_completed() and wait() now raises a TypeError ifVictor Stinner2014-02-111-0/+26
* asyncio, Tulip issue 130: Add more checks on subprocess_exec/subprocess_shellVictor Stinner2014-02-111-2/+52
* asyncio, Tulip issue 126: call_soon(), call_soon_threadsafe(), call_later(),Victor Stinner2014-02-114-12/+29
* Issue #20505: BaseEventLoop uses again the resolution of the clock to decide ifVictor Stinner2014-02-101-6/+6
* Issue #20505: Use even shorter sleep in test_timeout_rounding() to make theVictor Stinner2014-02-101-3/+5
* Issue #20505: Add debug info to analyze sporaric failures ofVictor Stinner2014-02-101-1/+4
* asyncio: Tulip issue 112: Inline make_handle() into Handle constructorVictor Stinner2014-02-091-2/+2
* asyncio: Remove Process.subprocess attribute; it's too easy to get inconsistentVictor Stinner2014-02-091-20/+0
* asyncio: Test fix.Guido van Rossum2014-02-091-1/+1
* asyncio tests: Remove scories of resolution/granularityVictor Stinner2014-02-092-3/+0
* Issue #20505: Remove resolution and _granularity from selectors and asyncioVictor Stinner2014-02-072-17/+9
* asyncio.tasks: Fix as_completed, gather & wait to work with duplicate coroutinesYury Selivanov2014-02-071-8/+47
* asyncio.streams.StreamReader: Add 'at_eof()' methodYury Selivanov2014-02-061-0/+15
* asyncio.streams: Use bytebuffer in StreamReader; Add assertion in feed_dataYury Selivanov2014-02-051-27/+52
* asyncio: Cosmetic improvement to test__run_once_logging() mock argument.Guido van Rossum2014-02-041-5/+3
* Oops, undo unwanted changes in test_asyncio: mistakes of my the last sync withVictor Stinner2014-02-033-8/+17
* asyncio.subprocess: Replace Process.get_subprocess() method with aVictor Stinner2014-02-031-9/+9
* Issue #20472: test_asyncio: skip PTY tests on Mac OS X older than 10.6Victor Stinner2014-02-021-0/+6
* Issue #20400: Merge Tulip into Python: add the new asyncio.subprocess moduleVictor Stinner2014-02-014-17/+204
* test_asyncio: relax timing, the "AMD64 Windows Server 2008 [SB] 3.x" buildbotVictor Stinner2014-02-011-1/+1
* Issue #20452: Fix test_time_and_call_at() of test_asyncio on WindowsVictor Stinner2014-02-011-7/+8
* Issue #20452: test_asyncio checks also the granularityVictor Stinner2014-02-011-0/+8
* Issue #20452: test_asyncio: Add more info if the test failsVictor Stinner2014-01-311-2/+7
* Issue #20455: Add a resolution attribute to IocpProactor (1 ms)Victor Stinner2014-01-311-0/+2
* Issue #20452: Remove debug code, no more neededVictor Stinner2014-01-311-13/+1
* Issue #20452: select and selectors round (again) timeout away from zero forVictor Stinner2014-01-311-13/+10
* Issue #20452: Oops, fix debug code :-/Victor Stinner2014-01-311-0/+6
* Issue #20452: add more info in case of test_asyncio failure to try to debug theVictor Stinner2014-01-311-1/+10
* asyncio: Fix misc whitespace issues.Guido van Rossum2014-01-312-13/+14
* asyncio: Future.set_exception(exc) should instantiate exc if it is a class.Victor Stinner2014-01-311-0/+5
* asyncio: subprocess_shell() and subprocess_exec() now raise ValueError instea...Victor Stinner2014-01-291-0/+32
* asyncio: wait_for() now accepts None as timeout (Victor Stinner).Guido van Rossum2014-01-291-0/+11
* asyncio: Rename {Empty,Full} to {QueueEmpty,QueueFull} and no longer get them...Guido van Rossum2014-01-261-2/+2
* asyncio: Locks refactor: use a separate context manager; remove Semaphore._lo...Guido van Rossum2014-01-261-0/+35
* Merge latest Tulip into asyncioVictor Stinner2014-01-251-2/+2
* asyncio: Don't export BaseEventLoop, BaseSelectorEventLoop norVictor Stinner2014-01-254-8/+12
* Update asyncio from the Tulip projectVictor Stinner2014-01-2512-873/+893
* Issue #20311: asyncio: Add a granularity attribute to BaseEventLoop: maximumVictor Stinner2014-01-252-1/+26
* asyncio: wait_for() now cancels the future on timeout. Patch written by GustavoVictor Stinner2014-01-231-15/+14
* Close #20365: Skip test_asyncio.test_events.test_read_pty_output() on Mac OS XVictor Stinner2014-01-231-0/+3
* Fix ResourceWarning in test_asyncio.test_windows_events:Victor Stinner2014-01-101-0/+1
* asyncio: Minimal pty support in UNIX read pipe, by Jonathan Slenders.Guido van Rossum2014-01-101-0/+42
* asyncio: Clean up formatting.Guido van Rossum2013-12-191-1/+3
* Close #19967: Thanks to the PEP 442, asyncio.Future can use a destructor inVictor Stinner2013-12-191-0/+2
* Shorten lines.Guido van Rossum2013-12-191-1/+2
* Skip some tests that require server name indication (SNI)Christian Heimes2013-12-151-0/+6
* Issue #19952: test_asyncio: relax timings of Windows events, buildbots areVictor Stinner2013-12-131-2/+2
* Issue 19572: More silently skipped tests explicitly skipped.Zachary Ware2013-12-081-1/+1
* copy 'n paste typo (thx Antoine)Christian Heimes2013-12-061-5/+5
* Skip new SSL tests with IocpEventLoopChristian Heimes2013-12-061-0/+9