.. |
__init__.py
|
Skip test_asyncio if concurrent.futures can't be imported. Hopeful fix for issue 19645.
|
2013-11-17 17:00:21 -08:00 |
__main__.py
|
…
|
|
echo.py
|
Break out of loop on EOF in asyncio echo test programs.
|
2013-10-19 21:26:34 -07:00 |
echo2.py
|
…
|
|
echo3.py
|
Break out of loop on EOF in asyncio echo test programs.
|
2013-10-19 21:26:34 -07:00 |
keycert3.pem
|
Issue #19509: Finish implementation of check_hostname
|
2013-12-06 00:23:13 +01:00 |
pycacert.pem
|
Issue #19509: Finish implementation of check_hostname
|
2013-12-06 00:23:13 +01:00 |
ssl_cert.pem
|
Issue #19509: Finish implementation of check_hostname
|
2013-12-06 00:23:13 +01:00 |
ssl_key.pem
|
Issue #19509: Finish implementation of check_hostname
|
2013-12-06 00:23:13 +01:00 |
test_base_events.py
|
Relax timing even more, hopefully again fixes issue 19579.
|
2013-11-23 09:20:12 -08:00 |
test_events.py
|
copy 'n paste typo (thx Antoine)
|
2013-12-07 00:14:55 +01:00 |
test_futures.py
|
asyncio: Pass cancellation from wrapping Future to wrapped Future. By Saúl Ibarra Corretgé (mostly).
|
2013-11-22 11:47:22 -08:00 |
test_locks.py
|
asyncio: Change bounded semaphore into a subclass, like threading.[Bounded]Semaphore.
|
2013-11-23 15:09:16 -08:00 |
test_proactor_events.py
|
asyncio: Write flow control for proactor event loop.
|
2013-12-04 12:12:07 -08:00 |
test_queues.py
|
…
|
|
test_selector_events.py
|
asyncio: Change write buffer use to avoid O(N**2). Make write()/sendto() accept bytearray/memoryview too. Change some asserts with proper exceptions.
|
2013-11-27 14:12:48 -08:00 |
test_streams.py
|
asyncio: Add streams.start_server(), by Gustavo Carneiro.
|
2013-11-19 11:43:38 -08:00 |
test_tasks.py
|
asyncio: Add Task.current_task() class method.
|
2013-12-06 12:57:40 -08:00 |
test_transports.py
|
asyncio: Improve default writelines().
|
2013-12-02 18:36:30 -08:00 |
test_unix_events.py
|
asyncio: Change mock pipe to mock socket. Hope to fix issue 19750.
|
2013-11-25 09:43:52 -08:00 |
test_windows_events.py
|
Relax timing on test_asyncio for busy (slow) Windows buildbots
|
2013-11-18 11:05:22 +01:00 |
test_windows_utils.py
|
asyncio: Longer timeout in Windows test_popen. Fixes issue 19598.
|
2013-11-15 07:41:10 -08:00 |
tests.txt
|
Remove redundant test_selectors.py from test_asyncio.
|
2013-11-07 09:25:36 -08:00 |