| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | asyncio: simplify test_events.py, don't use non local variables and don't call | Victor Stinner | 2014-02-26 | 1 | -186/+79 |
|
|
* | asyncio: Fix pyflakes warnings: remove unused variables and imports | Victor Stinner | 2014-02-26 | 7 | -25/+12 |
|
|
* | asyncio: Replace "unittest.mock" with "mock" in unit tests | Victor Stinner | 2014-02-26 | 11 | -366/+366 |
|
|
* | asyncio: _check_resolved_address() must also accept IPv6 without flow_info and | Victor Stinner | 2014-02-20 | 1 | -3/+6 |
|
|
* | asyncio: ops, and now fix also the unit test for IPv6 address: | Victor Stinner | 2014-02-20 | 1 | -4/+3 |
|
|
* | asyncio, Tulip issue #136: Add get/set_debug() methods to BaseEventLoopTests. | Victor Stinner | 2014-02-19 | 2 | -0/+34 |
|
|
* | Issue #20682: Oops, fix test_create_connection() of test_asyncio (fix my prev... | Victor Stinner | 2014-02-19 | 1 | -1/+1 |
|
|
* | Close #20682: Fix UNIX sockets tests of test_asyncio on Mac OS X Tiger | Victor Stinner | 2014-02-19 | 1 | -5/+27 |
|
|
* | asyncio: WriteTransport.set_write_buffer_size to call _maybe_pause_protocol | Yury Selivanov | 2014-02-19 | 1 | -0/+23 |
|
|
* | asyncio: pep8-ify the code. | Yury Selivanov | 2014-02-19 | 3 | -5/+17 |
|
|
* | asyncio: Fix spelling and typos. | Yury Selivanov | 2014-02-19 | 5 | -7/+6 |
|
|
* | Issue #20682: test_asyncio, _basetest_create_connection() checks also the | Victor Stinner | 2014-02-19 | 1 | -0/+1 |
|
|
* | asyncio, Tulip issue 143: UNIX domain methods, fix ResourceWarning and | Victor Stinner | 2014-02-19 | 1 | -13/+15 |
|
|
* | asyncio, Tulip issue 139: Improve error messages on "fatal errors" | Victor Stinner | 2014-02-19 | 3 | -16/+40 |
|
|
* | asyncio: New error handling API. Issue #20681. | Yury Selivanov | 2014-02-18 | 6 | -59/+258 |
|
|
* | asyncio: Add support for UNIX Domain Sockets. | Yury Selivanov | 2014-02-18 | 5 | -156/+475 |
|
|
* | Issue #20667: KqueueEventLoopTests.test_read_pty_output() hangs also on OpenB... | Victor Stinner | 2014-02-18 | 1 | -2/+3 |
|
|
* | Issue #20667: test_asyncio: Skip KqueueEventLoopTests.test_read_pty_output() on | Victor Stinner | 2014-02-18 | 1 | -0/+3 |
|
|
* | Issue #20655: Fix test_asyncio, run also subprocess tests. Patch written by | Victor Stinner | 2014-02-17 | 1 | -0/+1 |
|
|
* | Fix test_asyncio/test_events.py: skip IPv6 if IPv6 is disabled on the host | Victor Stinner | 2014-02-13 | 1 | -1/+5 |
|
|
* | ayncio, Tulip issue 129: BaseEventLoop.sock_connect() now raises an error if | Victor Stinner | 2014-02-13 | 1 | -0/+12 |
|
|
* | asyncio: Change as_completed() to use a Queue, to avoid O(N**2) behavior. Fix... | Guido van Rossum | 2014-02-13 | 1 | -1/+22 |
|
|
* | Issue #20495: Skip test_read_pty_output() of test_asyncio on FreeBSD older than | Victor Stinner | 2014-02-11 | 1 | -0/+2 |
|
|
* | asyncio, Tulip issue 131: as_completed() and wait() now raises a TypeError if | Victor Stinner | 2014-02-11 | 1 | -0/+26 |
|
|
* | asyncio, Tulip issue 130: Add more checks on subprocess_exec/subprocess_shell | Victor Stinner | 2014-02-11 | 1 | -2/+52 |
|
|
* | asyncio, Tulip issue 126: call_soon(), call_soon_threadsafe(), call_later(), | Victor Stinner | 2014-02-11 | 4 | -12/+29 |
|
|
* | Issue #20505: BaseEventLoop uses again the resolution of the clock to decide if | Victor Stinner | 2014-02-10 | 1 | -6/+6 |
|
|
* | Issue #20505: Use even shorter sleep in test_timeout_rounding() to make the | Victor Stinner | 2014-02-10 | 1 | -3/+5 |
|
|
* | Issue #20505: Add debug info to analyze sporaric failures of | Victor Stinner | 2014-02-10 | 1 | -1/+4 |
|
|
* | asyncio: Tulip issue 112: Inline make_handle() into Handle constructor | Victor Stinner | 2014-02-09 | 1 | -2/+2 |
|
|
* | asyncio: Remove Process.subprocess attribute; it's too easy to get inconsistent | Victor Stinner | 2014-02-09 | 1 | -20/+0 |
|
|
* | asyncio: Test fix. | Guido van Rossum | 2014-02-09 | 1 | -1/+1 |
|
|
* | asyncio tests: Remove scories of resolution/granularity | Victor Stinner | 2014-02-09 | 2 | -3/+0 |
|
|
* | Issue #20505: Remove resolution and _granularity from selectors and asyncio | Victor Stinner | 2014-02-07 | 2 | -17/+9 |
|
|
* | asyncio.tasks: Fix as_completed, gather & wait to work with duplicate coroutines | Yury Selivanov | 2014-02-07 | 1 | -8/+47 |
|
|
* | asyncio.streams.StreamReader: Add 'at_eof()' method | Yury Selivanov | 2014-02-06 | 1 | -0/+15 |
|
|
* | asyncio.streams: Use bytebuffer in StreamReader; Add assertion in feed_data | Yury Selivanov | 2014-02-05 | 1 | -27/+52 |
|
|
* | asyncio: Cosmetic improvement to test__run_once_logging() mock argument. | Guido van Rossum | 2014-02-04 | 1 | -5/+3 |
|
|
* | Oops, undo unwanted changes in test_asyncio: mistakes of my the last sync with | Victor Stinner | 2014-02-03 | 3 | -8/+17 |
|
|
* | asyncio.subprocess: Replace Process.get_subprocess() method with a | Victor Stinner | 2014-02-03 | 1 | -9/+9 |
|
|
* | Issue #20472: test_asyncio: skip PTY tests on Mac OS X older than 10.6 | Victor Stinner | 2014-02-02 | 1 | -0/+6 |
|
|
* | Issue #20400: Merge Tulip into Python: add the new asyncio.subprocess module | Victor Stinner | 2014-02-01 | 4 | -17/+204 |
|
|
* | test_asyncio: relax timing, the "AMD64 Windows Server 2008 [SB] 3.x" buildbot | Victor Stinner | 2014-02-01 | 1 | -1/+1 |
|
|
* | Issue #20452: Fix test_time_and_call_at() of test_asyncio on Windows | Victor Stinner | 2014-02-01 | 1 | -7/+8 |
|
|
* | Issue #20452: test_asyncio checks also the granularity | Victor Stinner | 2014-02-01 | 1 | -0/+8 |
|
|
* | Issue #20452: test_asyncio: Add more info if the test fails | Victor Stinner | 2014-01-31 | 1 | -2/+7 |
|
|
* | Issue #20455: Add a resolution attribute to IocpProactor (1 ms) | Victor Stinner | 2014-01-31 | 1 | -0/+2 |
|
|
* | Issue #20452: Remove debug code, no more needed | Victor Stinner | 2014-01-31 | 1 | -13/+1 |
|
|
* | Issue #20452: select and selectors round (again) timeout away from zero for | Victor Stinner | 2014-01-31 | 1 | -13/+10 |
|
|
* | Issue #20452: Oops, fix debug code :-/ | Victor Stinner | 2014-01-31 | 1 | -0/+6 |
|
|