]> granicus.if.org Git - python/commit
Initial checkin of asyncio package (== Tulip, == PEP 3156).
authorGuido van Rossum <guido@dropbox.com>
Thu, 17 Oct 2013 20:40:50 +0000 (13:40 -0700)
committerGuido van Rossum <guido@dropbox.com>
Thu, 17 Oct 2013 20:40:50 +0000 (13:40 -0700)
commit27b7c7ebf1039e96cac41b6330cf16b5632d9e49
tree814505b0f9d02a5cabdec733dcde70250b04ee28
parent5b37f97ea5ac9f6b33b0e0269c69539cbb478142
Initial checkin of asyncio package (== Tulip, == PEP 3156).
44 files changed:
Lib/asyncio/__init__.py [new file with mode: 0644]
Lib/asyncio/base_events.py [new file with mode: 0644]
Lib/asyncio/constants.py [new file with mode: 0644]
Lib/asyncio/events.py [new file with mode: 0644]
Lib/asyncio/futures.py [new file with mode: 0644]
Lib/asyncio/locks.py [new file with mode: 0644]
Lib/asyncio/log.py [new file with mode: 0644]
Lib/asyncio/proactor_events.py [new file with mode: 0644]
Lib/asyncio/protocols.py [new file with mode: 0644]
Lib/asyncio/queues.py [new file with mode: 0644]
Lib/asyncio/selector_events.py [new file with mode: 0644]
Lib/asyncio/streams.py [new file with mode: 0644]
Lib/asyncio/tasks.py [new file with mode: 0644]
Lib/asyncio/test_utils.py [new file with mode: 0644]
Lib/asyncio/transports.py [new file with mode: 0644]
Lib/asyncio/unix_events.py [new file with mode: 0644]
Lib/asyncio/windows_events.py [new file with mode: 0644]
Lib/asyncio/windows_utils.py [new file with mode: 0644]
Lib/test/test_asyncio/__init__.py [new file with mode: 0644]
Lib/test/test_asyncio/__main__.py [new file with mode: 0644]
Lib/test/test_asyncio/echo.py [new file with mode: 0644]
Lib/test/test_asyncio/echo2.py [new file with mode: 0644]
Lib/test/test_asyncio/echo3.py [new file with mode: 0644]
Lib/test/test_asyncio/sample.crt [new file with mode: 0644]
Lib/test/test_asyncio/sample.key [new file with mode: 0644]
Lib/test/test_asyncio/test_base_events.py [new file with mode: 0644]
Lib/test/test_asyncio/test_events.py [new file with mode: 0644]
Lib/test/test_asyncio/test_futures.py [new file with mode: 0644]
Lib/test/test_asyncio/test_locks.py [new file with mode: 0644]
Lib/test/test_asyncio/test_proactor_events.py [new file with mode: 0644]
Lib/test/test_asyncio/test_queues.py [new file with mode: 0644]
Lib/test/test_asyncio/test_selector_events.py [new file with mode: 0644]
Lib/test/test_asyncio/test_selectors.py [new file with mode: 0644]
Lib/test/test_asyncio/test_streams.py [new file with mode: 0644]
Lib/test/test_asyncio/test_tasks.py [new file with mode: 0644]
Lib/test/test_asyncio/test_transports.py [new file with mode: 0644]
Lib/test/test_asyncio/test_unix_events.py [new file with mode: 0644]
Lib/test/test_asyncio/test_windows_events.py [new file with mode: 0644]
Lib/test/test_asyncio/test_windows_utils.py [new file with mode: 0644]
Lib/test/test_asyncio/tests.txt [new file with mode: 0644]
Misc/NEWS
Modules/overlapped.c [new file with mode: 0644]
PCbuild/_overlapped.vcxproj [new file with mode: 0644]
PCbuild/pcbuild.sln