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
*
[3.12] gh-127258: Fix asyncio test_staggered_race_with_eager_tasks() (GH-1273...
Miss Islington (bot)
2024-11-29
1
-1/+5
*
[3.12] gh-126083: Fix a reference leak in `asyncio.Task` when reinitializing ...
Miss Islington (bot)
2024-10-31
1
-0/+22
*
[3.12] gh-125966: fix use-after-free on `fut->fut_callback0` due to an evil c...
Miss Islington (bot)
2024-10-27
1
-0/+18
*
[3.12] gh-125984: fix use-after-free on `fut->fut_{callback,context}0` due to...
Miss Islington (bot)
2024-10-27
1
-2/+71
*
[3.12] gh-118950: Fix SSLProtocol.connection_lost not being called when OSErr...
Miss Islington (bot)
2024-10-26
1
-0/+48
*
[3.12] gh-125969: fix OOB in `future_schedule_callbacks` due to an evil `call...
Miss Islington (bot)
2024-10-25
1
-0/+33
*
[3.12] GH-125789: fix `fut._callbacks` to always return a copy of callbacks (...
Miss Islington (bot)
2024-10-25
1
-0/+18
*
[3.12] gh-124858: fix happy eyeballs refcyles (GH-124859) (#124913)
Miss Islington (bot)
2024-10-23
1
-0/+18
*
[3.12] gh-124958: fix asyncio.TaskGroup and _PyFuture refcycles (#124959) (#1...
Thomas Grainger
2024-10-17
2
-2/+112
*
[3.12] gh-124309: fix staggered race on eager tasks (GH-124847) (#125340)
Miss Islington (bot)
2024-10-12
2
-0/+73
*
[3.12] gh-124309: Revert eager task factory fix to prevent breaking downstrea...
Miss Islington (bot)
2024-10-01
2
-99/+4
*
[3.12] GH-124639: add back loop param to staggered_race (GH-124700) (#124744)
Miss Islington (bot)
2024-09-29
1
-0/+19
*
[3.12] gh-124309: Modernize the `staggered_race` implementation to support eâ...
Kumar Aditya
2024-09-26
2
-0/+173
*
[3.12] gh-120226: Fix test_sendfile_close_peer_in_the_middle_of_receiving on ...
Miss Islington (bot)
2024-08-28
1
-7/+4
*
[3.12] gh-112182: Replace StopIteration with RuntimeError for future (GH-1132...
Miss Islington (bot)
2024-08-15
1
-4/+19
*
[3.12] gh-122695: Fix double-free when using `gc.get_referents` with a freed ...
Victor Stinner
2024-08-09
1
-0/+8
*
[3.12] gh-122332: Fix missing `NULL` check in `asyncio.Task.get_coro` (GH-122...
Miss Islington (bot)
2024-07-27
1
-0/+12
*
[3.12] gh-121025: Improve partialmethod.__repr__ (GH-121033) (GH-121038)
Miss Islington (bot)
2024-06-26
1
-1/+1
*
[3.12] gh-113892: Add a extra check to `ProactorEventLoop.sock_connect` to en...
Miss Islington (bot)
2024-06-01
1
-2/+7
*
[3.12] gh-119064: Use os_helper.FakePath instead of pathlib.Path in tests (GH...
Serhiy Storchaka
2024-05-16
1
-6/+5
*
[3.12] gh-91227: Ignore ERROR_PORT_UNREACHABLE in proactor recvfrom() (GH-320...
Miss Islington (bot)
2024-03-25
2
-0/+155
*
[3.12] gh-116333: Relax error string text expectations in SSL-related tests (...
Miss Islington (bot)
2024-03-21
1
-4/+8
*
[3.12] gh-116773: Fix overlapped memory corruption crash (GH-116774) (#117078)
jkriegshauser
2024-03-20
1
-5/+45
*
[3.12] chore: fix typos (#116345) (#116370)
Terry Jan Reedy
2024-03-05
1
-2/+2
*
[3.12] gh-111358: Fix timeout behaviour in BaseEventLoop.shutdown_default_exe...
Miss Islington (bot)
2024-02-19
1
-0/+16
*
[3.12] gh-114887 Reject only sockets of type SOCK_STREAM in create_da… (#11...
Travis Howse
2024-02-04
1
-1/+1
*
[3.12] gh-109862: Fix test_create_subprocess_with_pidfd when it was run separ...
Miss Islington (bot)
2024-01-15
1
-2/+7
*
[3.12] gh-95649: Document that asyncio contains uvloop code (GH-107536) (#114...
Alois Klink
2024-01-14
1
-0/+4
*
[3.12] gh-113538: Don't error in stream reader protocol callback when task is...
Miss Islington (bot)
2024-01-04
1
-7/+13
*
[3.12] gh-112559: Avoid unnecessary conversion attempts to enum_klass in sign...
Miss Islington (bot)
2023-12-24
1
-0/+18
*
[3.12] GH-113214: Fix SSLProto exception handling in SSL-over-SSL scenarios (...
Miss Islington (bot)
2023-12-21
1
-1/+14
*
[3.12] gh-112186: Improve test case `test_loop_is_closed_resource_warnings` (...
Miss Islington (bot)
2023-11-19
1
-6/+3
*
[3.12] gh-109538: Catch closed loop runtime error and issue warning (GH-11198...
DPR
2023-11-16
1
-0/+59
*
[3.12] gh-111644: Fix asyncio test_unhandled_exceptions() (GH-111713) (#111718)
Miss Islington (bot)
2023-11-04
1
-2/+3
*
[3.12] GH-110894: Call loop exception handler for exceptions in client_connec...
Kumar Aditya
2023-11-02
1
-0/+29
*
[3.12] gh-111347: Remove wrong assertion in test_sendfile (GH-111377) (#111461)
Miss Islington (bot)
2023-10-29
1
-2/+5
*
[3.12] gh-79033: Try to fix asyncio.Server.wait_closed() again (GH-111336) (#...
Miss Islington (bot)
2023-10-28
1
-4/+34
*
[3.12] gh-110205: Fix asyncio ThreadedChildWatcher._join_threads() (GH-110884...
Miss Islington (bot)
2023-10-27
1
-3/+8
*
[3.12] gh-111085: Fix invalid state handling in TaskGroup and Timeout (GH-111...
Miss Islington (bot)
2023-10-21
3
-1/+107
*
[3.12] gh-110695: test_asyncio uses 50 ms for clock resolution (GH-110952) (#...
Miss Islington (bot)
2023-10-17
1
-2/+2
*
[3.12] gh-108303: Move all certificates to `Lib/test/certdata/` (GH-109489) (...
Miss Islington (bot)
2023-10-10
1
-8/+8
*
[3.12] Add support.MS_WINDOWS constant (#110446) (#110452)
Victor Stinner
2023-10-06
1
-3/+2
*
[3.12] gh-110335: asyncio test_unix_events cleans multiprocessing (GH-110336)...
Miss Islington (bot)
2023-10-04
1
-0/+8
*
[3.12] gh-110088, gh-109878: Fix test_asyncio timeouts (#110092) (#110098)
Victor Stinner
2023-10-02
6
-54/+15
*
[3.12] gh-110088: Fix asyncio test_prompt_cancellation() (GH-110157) (#110158)
Miss Islington (bot)
2023-10-02
1
-3/+0
*
[3.12] gh-109833: Fix asyncio test_wait_for() (GH-109834) (#109837)
Miss Islington (bot)
2023-10-02
1
-2/+3
*
[3.12] gh-109709: Fix asyncio test_stdin_broken_pipe() (GH-109710) (#109731)
Miss Islington (bot)
2023-10-02
1
-10/+42
*
[3.12] gh-109582: test_fork_signal_handling should wait for event (GH-109605)...
Miss Islington (bot)
2023-10-02
1
-2/+11
*
[3.12] gh-108973: Fix asyncio test_subprocess_consistent_callbacks() (GH-1094...
Miss Islington (bot)
2023-10-02
1
-11/+43
*
[3.12] gh-109295: Clean up multiprocessing in test_asyncio and test_compileal...
Miss Islington (bot)
2023-09-12
1
-0/+3
[next]