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
*
gh-127655: Ensure `_SelectorSocketTransport.writelines` pauses the protocol i...
J. Nick Koston
2024-12-06
1
-0/+12
*
gh-127258: Fix asyncio test_staggered_race_with_eager_tasks() (#127358)
Victor Stinner
2024-11-29
1
-1/+5
*
gh-126353: remove implicit creation of loop from `asyncio.get_event_loop` (#1...
Kumar Aditya
2024-11-04
2
-29/+11
*
gh-126083: Fix a reference leak in `asyncio.Task` when reinitializing with ne...
Nico-Posada
2024-10-31
1
-0/+22
*
gh-125966: fix use-after-free on `fut->fut_callback0` due to an evil callback...
Bénédikt Tran
2024-10-27
1
-0/+18
*
gh-125984: fix use-after-free on `fut->fut_{callback,context}0` due to an evi...
Bénédikt Tran
2024-10-27
1
-2/+71
*
gh-125969: fix OOB in `future_schedule_callbacks` due to an evil `call_soon` ...
Bénédikt Tran
2024-10-25
1
-0/+33
*
GH-125789: fix `fut._callbacks` to always return a copy of callbacks (#125922)
Kumar Aditya
2024-10-25
1
-0/+18
*
gh-118950: Fix SSLProtocol.connection_lost not being called when OSError is t...
Javad Shafique
2024-10-24
1
-0/+48
*
gh-124958: Revert "gh-125472: Revert "gh-124958: fix asyncio.TaskGroup and _P...
Thomas Grainger
2024-10-14
2
-2/+122
*
gh-125472: Revert "gh-124958: fix asyncio.TaskGroup and _PyFuture refcycles (...
Kirill Podoprigora
2024-10-14
2
-112/+2
*
gh-124958: fix asyncio.TaskGroup and _PyFuture refcycles (#124959)
Thomas Grainger
2024-10-14
2
-2/+112
*
gh-124309: fix staggered race on eager tasks (#124847)
Thomas Grainger
2024-10-11
2
-0/+73
*
GH-119866: Spill the stack around escaping calls. (GH-124392)
Mark Shannon
2024-10-07
1
-3/+3
*
gh-124858: fix happy eyeballs refcyles (#124859)
Thomas Grainger
2024-10-02
1
-0/+18
*
gh-124309: Revert eager task factory fix to prevent breaking downstream (#124...
Peter Bierma
2024-10-01
2
-99/+4
*
GH-124639: add back loop param to staggered_race (#124700)
Kumar Aditya
2024-09-29
1
-0/+19
*
gh-120284: Enhance `asyncio.run` to accept awaitable objects (#120566)
Ron Frederick
2024-09-26
1
-10/+19
*
gh-124309: Modernize the `staggered_race` implementation to support eager tas...
Peter Bierma
2024-09-26
2
-4/+80
*
gh-119400: make_ssl_certs: update reference test data automatically, pass in...
Alexander Kanavin
2024-09-25
1
-18/+3
*
gh-122957: Fix test flakiness in asyncio test in free-thread build (#124039)
Loïc Estève
2024-09-13
1
-2/+4
*
gh-122136: test_asyncio: Don't fail if the kernel buffers more data than adve...
Petr Viktorin
2024-08-28
1
-5/+13
*
Fix typos in comments (#123201)
Wulian
2024-08-21
1
-1/+1
*
Fix typos in comments and test code (#122846)
Xie Yanbo
2024-08-12
2
-4/+4
*
gh-122858: Deprecate `asyncio.iscoroutinefunction` (#122875)
Wulian
2024-08-11
2
-2/+5
*
gh-122332: Fix missing `NULL` check in `asyncio.Task.get_coro` (#122338)
Peter Bierma
2024-07-27
1
-0/+12
*
gh-122187: Avoid TSan reported race in `run_udp_echo_server` (#122189)
Sam Gross
2024-07-25
1
-2/+7
*
gh-117657: Skip tests that use threads after fork (#122194)
Sam Gross
2024-07-23
1
-0/+3
*
gh-87744: fix waitpid race while calling send_signal in asyncio (#121126)
Kumar Aditya
2024-07-01
1
-0/+15
*
gh-121025: Improve partialmethod.__repr__ (GH-121033)
Bénédikt Tran
2024-06-26
1
-1/+1
*
GH-120804: Remove `PidfdChildWatcher`, `ThreadedChildWatcher` and `AbstractCh...
Kumar Aditya
2024-06-23
4
-83/+16
*
GH-120804: Remove `get_child_watcher` and `set_child_watcher` from asyncio (#...
Kumar Aditya
2024-06-23
4
-114/+13
*
GH-107803: double linked list implementation for asyncio tasks (GH-107804)
Kumar Aditya
2024-06-22
1
-11/+23
*
GH-120804: Remove SafeChildWatcher, FastChildWatcher and MultiLoopChildWatche...
Kumar Aditya
2024-06-21
4
-719/+1
*
gh-120417: Add #noqa: F401 to tests (#120627)
Victor Stinner
2024-06-18
1
-4/+4
*
gh-114091: Reword error message for unawaitable types (#114090)
Steele Farnsworth
2024-06-17
2
-5/+5
*
gh-120226: Fix test_sendfile_close_peer_in_the_middle_of_receiving on Linux >...
Xi Ruoyao
2024-06-07
1
-7/+4
*
gh-113892: Add a extra check to `ProactorEventLoop.sock_connect` to ensure th...
Kirill Podoprigora
2024-06-01
1
-2/+7
*
Remove almost all unpaired backticks in docstrings (#119231)
Geoffrey Thomas
2024-05-22
1
-2/+2
*
gh-119121: Fix and test `async.staggered.staggered_race` (#119173)
Nikita Sobolev
2024-05-20
1
-0/+97
*
gh-119064: Use os_helper.FakePath instead of pathlib.Path in tests (GH-119065)
Serhiy Storchaka
2024-05-16
1
-6/+5
*
gh-117722: Fix Stream.readuntil with non-bytes buffer objects (#117723)
Bruce Merry
2024-04-11
1
-7/+14
*
gh-116720: Fix corner cases of taskgroups (#117407)
Guido van Rossum
2024-04-09
2
-0/+90
*
gh-81322: support multiple separators in StreamReader.readuntil (#16429)
Bruce Merry
2024-04-08
1
-0/+46
*
gh-96471: Add asyncio queue shutdown (#104228)
Laurie O
2024-04-06
1
-0/+199
*
gh-117459: Keep the traceback in _convert_future_exc (#117460)
rsp4jack
2024-04-04
1
-0/+19
*
gh-77714: Provide an async iterator version of as_completed (GH-22491)
Justin Turner Arthur
2024-04-01
1
-63/+219
*
gh-71042: Add `platform.android_ver` (#116674)
Malcolm Smith
2024-03-27
1
-0/+5
*
gh-91227: Ignore ERROR_PORT_UNREACHABLE in proactor recvfrom() (#32011)
Erik Soma
2024-03-23
2
-0/+155
*
gh-116333: Relax error string text expectations in SSL-related tests (GH-116334)
Will Childs-Klein
2024-03-21
1
-4/+8
[next]