9 Commits (529525fb5a8fd9b96ab4021311a598c77588b918)

Author SHA1 Message Date
Christian Heimes 529525fb5a
bpo-33618: Enable TLS 1.3 in tests (GH-7079) 8 years ago
Christian Heimes 05d9fe32a1
bpo-32947: OpenSSL 1.1.1-pre1 / TLS 1.3 fixes (#5663) 8 years ago
Yury Selivanov f23746a934
bpo-32436: Implement PEP 567 (#5027) 8 years ago
Yury Selivanov a4afcdfa55
bpo-32314: Fix asyncio.run() to cancel runinng tasks on shutdown (#5262) 8 years ago
Christian Heimes bd5c7d238c
bpo-32602: Test ECDSA certs (#5247) 8 years ago
Yury Selivanov f111b3dcb4
bpo-23749: Implement loop.start_tls() (#5039) 8 years ago
Yury Selivanov d757aaf9dd
bpo-32356: idempotent pause_/resume_reading; new is_reading method. (#4914) 8 years ago
Andrew Svetlov f74ef458ab
bpo-32311: Implement asyncio.create_task() shortcut (#4848) 8 years ago
Yury Selivanov 3e9751819a
bpo-32273: Move asyncio.test_utils to test.test_asyncio (#4785) 8 years ago
Andrew Svetlov 5f841b5538
bpo-32193: Convert asyncio to async/await usage (#4753) 8 years ago
Victor Stinner ac577d7d0b
bpo-32154: Remove asyncio.windows_utils.socketpair (#4609) 8 years ago
Victor Stinner 4271dfd781
bpo-32154: Remove asyncio.selectors (#4605) 8 years ago
Andrew Svetlov 51d546ae4d
bpo-32069: Drop legacy SSL transport (#4451) 8 years ago
Yury Selivanov ce12629c84
bpo-28369: Enhance transport socket check in add_reader/writer (#4365) 8 years ago
Christian Heimes a170fa162d bpo-31346: Use PROTOCOL_TLS_CLIENT/SERVER (#3058) 8 years ago
Victor Stinner 16432beadb bpo-31250, test_asyncio: fix dangling threads (#3252) 8 years ago
Victor Stinner b903067462 bpo-30280: Cleanup threads in ayncio tests (#2501) 9 years ago
INADA Naoki 3e2ad8ec61 bpo-29617: Remove Python 3.3 support from asyncio (GH-232) 9 years ago
Yury Selivanov ba7e1f9a4e bpo-29703: asyncio: Fix creating new event loops in child processes. (#404) 9 years ago
Yury Selivanov 600a349781 Issue #28613: Fix get_event_loop() to return the current loop 9 years ago
Yury Selivanov 5b8d4f97f8 Issue #28369: Raise an error when transport's FD is used with add_reader 9 years ago
Christian Heimes d04863771b Issue #28022: Deprecate ssl-related arguments in favor of SSLContext. 9 years ago
Yury Selivanov d5c2a62100 asyncio: Skip getaddrinfo if host is already resolved. 10 years ago
Yury Selivanov 0f3c9765d4 asyncio: Fix with github 10 years ago
Guido van Rossum 41f69f4cc7 Issue #25593: Change semantics of EventLoop.stop(). 10 years ago
Victor Stinner 5d44c08f1c Issue #23353, asyncio: Workaround CPython bug #23353 11 years ago
Victor Stinner 29ad0111bd asyncio: sync with Tulip 11 years ago
Victor Stinner 231b404cb0 Issue #22560: New SSL implementation based on ssl.MemoryBIO 11 years ago
Antoine Pitrou fd39a89e0e Issue #22641: In asyncio, the default SSL context for client connections is now created using ssl.create_default_context(), for stronger security. 11 years ago
Victor Stinner b261475a48 asyncio: sync with Tulip 11 years ago
Victor Stinner 1cae9ec966 asyncio tests: make quiet the logs of SSL handshake failures when running tests 12 years ago
Victor Stinner 896a25ab30 asyncio: sync with Tulip 12 years ago
Victor Stinner 98b6391fd4 Issue #21163: BaseEventLoop.run_until_complete() and test_utils.run_briefly() 12 years ago
Victor Stinner f951d28ac8 asyncio: sync with Tulip, add a new asyncio.coroutines module 12 years ago
Victor Stinner c73701de72 asyncio: Refactor tests: add a base TestCase class 12 years ago
Victor Stinner 307bccc6ff asyncio: Tulip issue 173: Enhance repr(Handle) and repr(Task) 12 years ago
Victor Stinner e6a537976e asyncio, Tulip issue 157: Improve test_events.py, avoid run_briefly() which is 12 years ago
Victor Stinner f5e37037cc asyncio: Fix pyflakes warnings: remove unused variables and imports 12 years ago
Victor Stinner 24ba203504 asyncio: Replace "unittest.mock" with "mock" in unit tests 12 years ago
Victor Stinner da492a8c39 asyncio: remove unused imports and unused variables noticed by pyflakes 12 years ago
Yury Selivanov b0b0e628ee asyncio: Fix spelling and typos. 12 years ago
Yury Selivanov ff827f08ac asyncio: New error handling API. Issue #20681. 12 years ago
Yury Selivanov 88a5bf0b2e asyncio: Add support for UNIX Domain Sockets. 12 years ago
Victor Stinner a125497ea3 asyncio, Tulip issue 126: call_soon(), call_soon_threadsafe(), call_later(), 12 years ago
Victor Stinner 06847d9c8c Issue #20505: Fix TestLoop, set the clock resolution 12 years ago
Victor Stinner b4c9388947 asyncio: remove unused imports and unused variables noticed by pyflakes 12 years ago
Yury Selivanov dec1a45fd1 asyncio: Fix spelling and typos. 12 years ago
Yury Selivanov 569efa2e4b asyncio: New error handling API. Issue #20681. 12 years ago
Yury Selivanov b057c52b01 asyncio: Add support for UNIX Domain Sockets. 12 years ago
Victor Stinner 9af4a246f9 asyncio, Tulip issue 126: call_soon(), call_soon_threadsafe(), call_later(), 12 years ago