Semyon Moroz
|
91e2ed0953
|
[stdlib] Add more default values (#14632)
|
2025-08-24 16:56:42 +01:00 |
|
Jelle Zijlstra
|
e8ba06f710
|
Add @disjoint_base decorator in the stdlib (#14599)
And fix some other new stubtest finds.
|
2025-08-24 07:27:14 -07:00 |
|
sobolevn
|
e53e233f24
|
Update _asyncio to 3.14 (#14165)
|
2025-05-27 09:19:22 +02:00 |
|
Max Muoto
|
39f53a06aa
|
Resolve _asyncio issues (#14089)
|
2025-05-16 21:06:38 -07:00 |
|
Brian Schubert
|
5d15355717
|
Remove Python 3.8 exclusive branches from _asyncio, _blake2, _codecs, _contextvars (#13773)
Remove 3.8 exclusive branches from asyncio, _blake2, codecs, contextvars
|
2025-04-02 14:13:26 +01:00 |
|
Stephen Morton
|
17408ee538
|
fix the __init__ of several C-classes (#13211)
|
2024-12-23 10:55:51 -08:00 |
|
Stephen Morton
|
2412c7cea6
|
Remove unneeded Iterable base class from asyncio.Future (#12827)
|
2024-10-16 22:11:05 -07:00 |
|
Stephen Morton
|
f83b6fadbe
|
add _asyncio (#12766)
improves naming and inheritance for asyncio.Future and asyncio.Task
related to https://github.com/python/typeshed/issues/3968
|
2024-10-09 20:55:28 -07:00 |
|