index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_asyncio
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-34139: Remove unix datagram socket from FS before binding (GH-8323)
Quentin Dawans
2019-04-09
1
-0/+14
*
bpo-35934: Add socket.create_server() utility function (GH-11784)
Giampaolo Rodola
2019-04-08
3
-26/+7
*
asyncio: PendingDeprecationWarning -> DeprecationWarning (GH-12494)
Inada Naoki
2019-03-22
1
-9/+9
*
bpo-34745: Fix asyncio sslproto memory issues (GH-12386)
Fantix King
2019-03-17
1
-0/+72
*
bpo-35568: add 'raise_signal' function (GH-11335)
Vladimir Matveev
2019-01-08
1
-1/+1
*
bpo-32710: test_asyncio: test_sendfile reset policy (GH-11461)
Victor Stinner
2019-01-07
1
-0/+4
*
bpo-23057: Use 'raise' to emulate ctrl-c in proactor tests (#11274)
Vladimir Matveev
2019-01-05
2
-76/+19
*
bpo-35602: Make sure the transport is always closed in SelectorEventLoopUnixS...
Pablo Galindo
2018-12-29
1
-5/+5
*
bpo-35601: Alleviate race condition when waiting for SIGALRM in test_asyncio ...
Pablo Galindo
2018-12-29
1
-1/+3
*
bpo-23057: add loop self socket as wakeup fd for signals (#11135)
Vladimir Matveev
2018-12-18
3
-5/+89
*
bpo-35504: Fix segfaults and SystemErrors when deleting certain attrs. (GH-11...
Zackery Spytz
2018-12-17
2
-0/+16
*
bpo-35513: Replace time.time() with time.monotonic() in tests (GH-11182)
Victor Stinner
2018-12-17
1
-2/+2
*
bpo-35394: Add empty slots to abstract asyncio protocols (#10889)
Andrew Svetlov
2018-12-11
2
-24/+57
*
bpo-35380: Enable TCP_NODELAY for proactor event loop (#10867)
Andrew Svetlov
2018-12-03
2
-29/+27
*
bpo-35352: Cleanup test_asyncio/utils.py (GH-10831)
Victor Stinner
2018-11-30
1
-7/+1
*
bpo-35352: test_asyncio uses the certificate set from the test directory (GH-...
stratakis
2018-11-30
5
-185/+3
*
bpo-35202: Remove unused imports in tests. (GH-10561)
Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి)
2018-11-16
1
-1/+0
*
bpo-30064: Refactor sock_* asyncio API (#10419)
Andrew Svetlov
2018-11-12
3
-406/+116
*
bpo-35065: Remove `StreamReaderProtocol._untrack_reader` (#10212)
Vincent Michel
2018-11-08
1
-0/+23
*
bpo-35031: Fix test_start_tls_server_1 on FreeBSD buildbots (GH-10011)
Pablo Galindo
2018-10-29
1
-0/+7
*
bpo-34890: Make iscoroutinefunction, isgeneratorfunction and isasyncgenfuncti...
Pablo Galindo
2018-10-26
1
-2/+2
*
bpo-34769: Thread safety for _asyncgen_finalizer_hook(). (GH-9716)
twisteroid ambassador
2018-10-09
1
-0/+68
*
Extract sendfile tests into a separate test file (#9757)
Andrew Svetlov
2018-10-09
2
-450/+551
*
Extract tests for sock_*() functions into a separate file (GH-9761)
Andrew Svetlov
2018-10-08
2
-130/+238
*
bpo-34872: Fix self-cancellation in C implementation of asyncio.Task (GH-9679)
Elvis Pranskevichus
2018-10-03
1
-0/+36
*
bpo-34728: Fix asyncio tests to run under "-Werror" (GH-9661)
Yury Selivanov
2018-10-02
13
-158/+144
*
bpo-34849: Don't log wating for selector.select in asyncio loop iteration (GH...
Andrew Svetlov
2018-09-30
1
-25/+0
*
bpo-34687: Make asynico use ProactorEventLoop by default (GH-9538)
Victor Stinner
2018-09-25
2
-2/+3
*
bpo-34728: Remove deprecate *loop* argument in asyncio.sleep (GH-9415)
João Júnior
2018-09-24
1
-0/+29
*
bpo-34666: Implement stream.awrite() and stream.aclose() (GH-9274)
Andrew Svetlov
2018-09-13
1
-0/+22
*
Fix test_asyncio for AIX - do not call transport.get_extra_info('sockname') (...
Michael Felt
2018-09-13
1
-4/+6
*
bpo-34638: Store a weak reference to stream reader to break strong references...
Andrew Svetlov
2018-09-12
1
-0/+71
*
bpo-34622: Extract asyncio exceptions into a separate module (GH-9141)
Andrew Svetlov
2018-09-11
4
-12/+12
*
bpo-34542: Update test certs and keys (GH-8997)
Christian Heimes
2018-08-30
1
-3/+3
*
Make regular expressions in test_tasks.py raw strings. (GH-8759)
Benjamin Peterson
2018-08-14
1
-2/+2
*
bpo-34270: Make it possible to name asyncio tasks (GH-8547)
Alex Grönholm
2018-08-08
2
-7/+76
*
bpo-33833: Fix ProactorSocketTransport AssertionError (#7893)
twisteroid ambassador
2018-07-30
1
-0/+13
*
bpo-34075: Deprecate non-ThreadPoolExecutor in loop.set_default_executor() (G...
Elvis Pranskevichus
2018-07-30
1
-1/+13
*
bpo-27500: Fix static version of getaddrinfo to resolve IPv6 (GH-7993)
Yury Selivanov
2018-06-29
1
-2/+22
*
bpo-33694: Fix typo in helper function name (GH-7522)
Victor Stinner
2018-06-08
1
-6/+6
*
bpo-33792: Add selector and proactor windows policies (GH-7487)
Yury Selivanov
2018-06-08
1
-0/+31
*
bpo-33694: Fix race condition in asyncio proactor (GH-7498)
Victor Stinner
2018-06-07
2
-6/+11
*
bpo-32676, test_asyncio: Fix warning in test_error_in_call_soon() (GH-7462)
Victor Stinner
2018-06-06
1
-1/+5
*
bpo-33789, test_asyncio: Hide PendingDeprecationWarning (GH-7461)
Victor Stinner
2018-06-06
1
-1/+2
*
bpo-33789: test_asyncio: Fix ResourceWarning (GH-7460)
Victor Stinner
2018-06-06
2
-2/+12
*
bpo-33734: asyncio/ssl: a bunch of bugfixes (#7321)
Yury Selivanov
2018-06-04
2
-31/+214
*
bpo-33562: Check the global asyncio event loop policy isn't set after any tes...
Brett Cannon
2018-06-02
18
-0/+74
*
Revert "A better fix for asyncio test_stdin_broken_pipe (GH-7221)" (GH-7235)
Yury Selivanov
2018-05-30
1
-4/+2
*
A better fix for asyncio test_stdin_broken_pipe (#7221)
Yury Selivanov
2018-05-30
1
-2/+4
*
Revert "bpo-22087: Fix Policy.get_event_loop() to detect fork (GH-7208)" (#7232)
Yury Selivanov
2018-05-30
1
-32/+0
[next]