| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Issue #20452: add more info in case of test_asyncio failure to try to debug the | Victor Stinner | 2014-01-31 | 1 | -1/+10 |
|
|
* | asyncio: Fix misc whitespace issues. | Guido van Rossum | 2014-01-31 | 2 | -13/+14 |
|
|
* | asyncio: Future.set_exception(exc) should instantiate exc if it is a class. | Victor Stinner | 2014-01-31 | 1 | -0/+5 |
|
|
* | asyncio: subprocess_shell() and subprocess_exec() now raise ValueError instea... | Victor Stinner | 2014-01-29 | 1 | -0/+32 |
|
|
* | asyncio: wait_for() now accepts None as timeout (Victor Stinner). | Guido van Rossum | 2014-01-29 | 1 | -0/+11 |
|
|
* | asyncio: Rename {Empty,Full} to {QueueEmpty,QueueFull} and no longer get them... | Guido van Rossum | 2014-01-26 | 1 | -2/+2 |
|
|
* | asyncio: Locks refactor: use a separate context manager; remove Semaphore._lo... | Guido van Rossum | 2014-01-26 | 1 | -0/+35 |
|
|
* | Merge latest Tulip into asyncio | Victor Stinner | 2014-01-25 | 1 | -2/+2 |
|
|
* | asyncio: Don't export BaseEventLoop, BaseSelectorEventLoop nor | Victor Stinner | 2014-01-25 | 4 | -8/+12 |
|
|
* | Update asyncio from the Tulip project | Victor Stinner | 2014-01-25 | 12 | -873/+893 |
|
|
* | Issue #20311: asyncio: Add a granularity attribute to BaseEventLoop: maximum | Victor Stinner | 2014-01-25 | 2 | -1/+26 |
|
|
* | asyncio: wait_for() now cancels the future on timeout. Patch written by Gustavo | Victor Stinner | 2014-01-23 | 1 | -15/+14 |
|
|
* | Close #20365: Skip test_asyncio.test_events.test_read_pty_output() on Mac OS X | Victor Stinner | 2014-01-23 | 1 | -0/+3 |
|
|
* | Fix ResourceWarning in test_asyncio.test_windows_events: | Victor Stinner | 2014-01-10 | 1 | -0/+1 |
|
|
* | asyncio: Minimal pty support in UNIX read pipe, by Jonathan Slenders. | Guido van Rossum | 2014-01-10 | 1 | -0/+42 |
|
|
* | asyncio: Clean up formatting. | Guido van Rossum | 2013-12-19 | 1 | -1/+3 |
|
|
* | Close #19967: Thanks to the PEP 442, asyncio.Future can use a destructor in | Victor Stinner | 2013-12-19 | 1 | -0/+2 |
|
|
* | Shorten lines. | Guido van Rossum | 2013-12-19 | 1 | -1/+2 |
|
|
* | Skip some tests that require server name indication (SNI) | Christian Heimes | 2013-12-15 | 1 | -0/+6 |
|
|
* | Issue #19952: test_asyncio: relax timings of Windows events, buildbots are | Victor Stinner | 2013-12-13 | 1 | -2/+2 |
|
|
* | Issue 19572: More silently skipped tests explicitly skipped. | Zachary Ware | 2013-12-08 | 1 | -1/+1 |
|
|
* | copy 'n paste typo (thx Antoine) | Christian Heimes | 2013-12-06 | 1 | -5/+5 |
|
|
* | Skip new SSL tests with IocpEventLoop | Christian Heimes | 2013-12-06 | 1 | -0/+9 |
|
|
* | asyncio: Add Task.current_task() class method. | Guido van Rossum | 2013-12-06 | 1 | -0/+36 |
|
|
* | Issue #19509: Finish implementation of check_hostname | Christian Heimes | 2013-12-05 | 7 | -46/+305 |
|
|
* | asyncio: Write flow control for proactor event loop. | Guido van Rossum | 2013-12-04 | 1 | -7/+7 |
|
|
* | asyncio: Improve default writelines(). | Guido van Rossum | 2013-12-03 | 1 | -2/+8 |
|
|
* | asyncio: Change write buffer use to avoid O(N**2). Make write()/sendto() acce... | Guido van Rossum | 2013-11-27 | 1 | -47/+156 |
|
|
* | asyncio: Fix get_event_loop() to call set_event_loop() when setting the loop.... | Guido van Rossum | 2013-11-27 | 1 | -0/+16 |
|
|
* | asyncio: Hopeful fix for issue 19765. | Guido van Rossum | 2013-11-25 | 1 | -0/+1 |
|
|
* | asyncio: Change mock pipe to mock socket. Hope to fix issue 19750. | Guido van Rossum | 2013-11-25 | 1 | -1/+1 |
|
|
* | asyncio: Change bounded semaphore into a subclass, like threading.[Bounded]Se... | Guido van Rossum | 2013-11-23 | 1 | -1/+1 |
|
|
* | asyncio: Use socketpair() from test_utils in tests (Saúl Ibarra Corretgé). | Guido van Rossum | 2013-11-23 | 1 | -1/+1 |
|
|
* | Relax timing even more, hopefully again fixes issue 19579. | Guido van Rossum | 2013-11-23 | 1 | -1/+1 |
|
|
* | asyncio: Pass cancellation from wrapping Future to wrapped Future. By Saúl I... | Guido van Rossum | 2013-11-22 | 1 | -0/+18 |
|
|
* | asyncio: Make Semaphore(0) work properly. | Guido van Rossum | 2013-11-21 | 1 | -0/+4 |
|
|
* | asyncio: Add streams.start_server(), by Gustavo Carneiro. | Guido van Rossum | 2013-11-19 | 1 | -0/+66 |
|
|
* | Relax timing on test_asyncio for busy (slow) Windows buildbots | Victor Stinner | 2013-11-18 | 1 | -1/+1 |
|
|
* | Skip test_asyncio if concurrent.futures can't be imported. Hopeful fix for is... | Guido van Rossum | 2013-11-18 | 1 | -5/+5 |
|
|
* | asyncio: Replace connection_refused() with error_received(). | Guido van Rossum | 2013-11-16 | 3 | -13/+26 |
|
|
* | asyncio: Longer timeout in Windows test_popen. Fixes issue 19598. | Guido van Rossum | 2013-11-15 | 1 | -1/+2 |
|
|
* | asyncio: Refactor waitpid mocks. Patch by Anthony Baire. | Guido van Rossum | 2013-11-15 | 1 | -249/+186 |
|
|
* | Issue #19589: Use specific asserts in asyncio tests. | Serhiy Storchaka | 2013-11-14 | 3 | -10/+12 |
|
|
* | asyncio: Avoid ResourceWarning. Fix issue 19580 by Vajrasky Kok. | Guido van Rossum | 2013-11-14 | 1 | -4/+18 |
|
|
* | asyncio: Relax timing requirement. Fixes issue 19579. | Guido van Rossum | 2013-11-14 | 1 | -2/+2 |
|
|
* | asyncio: Fix from Anthony Baire for CPython issue 19566 (replaces earlier fix). | Guido van Rossum | 2013-11-13 | 2 | -14/+19 |
|
|
* | Remove redundant test_selectors.py from test_asyncio. | Guido van Rossum | 2013-11-07 | 2 | -150/+0 |
|
|
* | asyncio: Add close() back to Unix selector event loop, to remove all signal h... | Guido van Rossum | 2013-11-07 | 1 | -0/+16 |
|
|
* | asyncio: Refactor SIGCHLD handling. By Anthony Baire. | Guido van Rossum | 2013-11-04 | 2 | -130/+901 |
|
|
* | asyncio: Locks improvements by Arnaud Faure: better repr(), change Conditio\ | Guido van Rossum | 2013-11-04 | 1 | -1/+70 |
|
|