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
/
asyncio
/
base_events.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.14] gh-135836: Fix `IndexError` in `asyncio.create_connection()` (GH-13587...
Miss Islington (bot)
2025-07-03
1
-30/+35
*
[3.14] gh-135836: Fix `IndexError` in `asyncio.create_connection` with empty ...
Miss Islington (bot)
2025-07-03
1
-1/+4
*
gh-128307: Support eager_start=<bool> in create_eager_task_factory and vario...
Thomas Grainger
2025-05-05
1
-1/+1
*
gh-86513: improve docs of loop.call_exception_handler (#132466)
Kumar Aditya
2025-04-13
1
-0/+2
*
gh-132307: Remove unnecessary check in `asyncio/base_events.py` (#132324)
Stan Ulbrych
2025-04-10
1
-2/+1
*
gh-131325: fix sendfile fallback implementation to drain data after writing t...
Kumar Aditya
2025-03-17
1
-1/+1
*
gh-130145: fix `loop.run_forever` when loop is already running (#130146)
Kumar Aditya
2025-02-15
1
-1/+1
*
gh-128308: pass `**kwargs` to asyncio task_factory (#128768)
Thomas Grainger
2025-01-20
1
-16/+10
*
gh-128916: Do not set `SO_REUSEPORT` on non-`AF_INET*` sockets (GH-128933)
Michał Górny
2025-01-18
1
-1/+3
*
gh-128552: fix refcycles in eager task creation (#128553)
Thomas Grainger
2025-01-07
1
-1/+6
*
gh-128340: add thread safe handle for `loop.call_soon_threadsafe` (#128369)
Kumar Aditya
2025-01-06
1
-1/+4
*
gh-124858: fix happy eyeballs refcyles (#124859)
Thomas Grainger
2024-10-02
1
-6/+12
*
gh-124309: Revert eager task factory fix to prevent breaking downstream (#124...
Peter Bierma
2024-10-01
1
-1/+1
*
gh-124309: Modernize the `staggered_race` implementation to support eager tas...
Peter Bierma
2024-09-26
1
-1/+1
*
gh-122858: Deprecate `asyncio.iscoroutinefunction` (#122875)
Wulian
2024-08-11
1
-1/+1
*
gh-121913: Use str(exc) instead of exc.strerror in `asyncio.base_events` (#12...
AN Long
2024-07-25
1
-3/+2
*
gh-113538: Add asycio.Server.{close,abort}_clients (redo) (#116784)
Pierre Ossman (ThinLinc team)
2024-03-18
1
-8/+17
*
gh-113538: Revert "gh-113538: Add asycio.Server.{close,abort}_clients (#11443...
Guido van Rossum
2024-03-12
1
-17/+8
*
gh-113538: Add asycio.Server.{close,abort}_clients (#114432)
Pierre Ossman (ThinLinc team)
2024-03-11
1
-8/+17
*
gh-111358: Fix timeout behaviour in BaseEventLoop.shutdown_default_executor (...
Jamie Phan
2024-02-19
1
-9/+11
*
gh-114887 Reject only sockets of type SOCK_STREAM in create_datagram_endpoint...
Travis Howse
2024-02-03
1
-2/+2
*
gh-75128: Ignore EADDRNOTAVAIL error in asyncio.BaseEventLoop.create_server()...
Serhiy Storchaka
2024-01-22
1
-3/+17
*
gh-101336: Add keep_alive keyword arg for asyncio create_server() (#112485)
beavailable
2023-12-13
1
-0/+4
*
gh-79033: Try to fix asyncio.Server.wait_closed() again (GH-111336)
Guido van Rossum
2023-10-28
1
-2/+22
*
gh-110771: Decompose run_forever() into parts (#110773)
Russell Keith-Magee
2023-10-13
1
-13/+38
*
gh-110733: Micro-optimization in BaseEventLoop._run_once (#110735)
J. Nick Koston
2023-10-11
1
-2/+5
*
gh-106634: Corrected minor asyncio doc issues (#106671)
Chris Brett
2023-07-13
1
-1/+1
*
GH-105684: Require `asyncio.Task` implementations to support `set_name` metho...
Kumar Aditya
2023-06-13
1
-1/+1
*
gh-101143: Remove references to `TimerHandle` from `asyncio.base_events.BaseE...
J. Nick Koston
2023-01-21
1
-6/+3
*
GH-86508: skip binding to local addresses of different family in `asyncio.ope...
Kumar Aditya
2023-01-04
1
-2/+8
*
GH-79033: Fix asyncio.Server.wait_closed() (#98582)
Guido van Rossum
2022-11-24
1
-1/+1
*
gh-88863: Clear ref cycles to resolve leak when asyncio.open_connection raise...
Dong Uk, Kang
2022-11-22
1
-12/+19
*
GH-96704: Add {Task,Handle}.get_context(), use it in call_exception_handler()...
Guido van Rossum
2022-10-05
1
-1/+16
*
gh-94732: Fix KeyboardInterrupt race in asyncio run_forever() (#97765)
hetmankp
2022-10-03
1
-3/+4
*
GH-96827: Don't touch closed loops from executor threads (#96837)
Guido van Rossum
2022-09-30
1
-2/+4
*
GH-82448: Add thread timeout for loop.shutdown_default_executor (#97561)
Kumar Aditya
2022-09-28
1
-3/+14
*
gh-93973: Add all_errors to asyncio.create_connection (#93974)
Pamela Fox
2022-09-05
1
-1/+4
*
Fix missing `f` prefix on f-strings (GH-91910)
Alexander Shadchin
2022-04-27
1
-1/+1
*
bpo-46994: Accept explicit contextvars.Context in asyncio create_task() API (...
Andrew Svetlov
2022-03-14
1
-3/+8
*
bpo-46955: Expose asyncio.base_events.Server as asyncio.Server (GH-31760)
Stefan Zabka
2022-03-08
1
-1/+1
*
Raise TypeError if SSLSocket is passed to asyncio transport-based methods (GH...
Andrew Svetlov
2022-02-20
1
-0/+15
*
bpo-44011: New asyncio ssl implementation (#31275)
Kumar Aditya
2022-02-15
1
-9/+34
*
bpo-23819: Fix asyncio tests on python optimized mode (GH-30195)
Kumar Aditya
2021-12-26
1
-2/+2
*
Re-add `reuse_address` parameter to `create_server` (GH-29733)
Jim Crist-Harif
2021-12-12
1
-0/+6
*
bpo-23819: asyncio: Replace AssertionError with TypeError where it makes sens...
Kumar Aditya
2021-12-06
1
-0/+4
*
bpo-45129 Remove deprecated reuse_address (GH-28207)
Hugo van Kemenade
2021-09-08
1
-25/+2
*
bpo-44740: Lowercase "internet" and "web" where appropriate. (#27378)
Mariusz Felisiak
2021-07-26
1
-1/+1
*
bpo-43234: Prohibit non-ThreadPoolExecutor in loop.set_default_executor (GH-2...
Illia Volochii
2021-07-01
1
-5/+1
*
bpo-44011: Revert "New asyncio ssl implementation (GH-17975)" (GH-25848)
Pablo Galindo
2021-05-03
1
-34/+9
*
bpo-44011: New asyncio ssl implementation (#17975)
Andrew Svetlov
2021-05-02
1
-9/+34
[next]