python-checkins
Thread
Date
Earlier messages
Later messages
Messages by Date
2026/08/01
[Python-checkins] Update Android Gradle plugin to version 9.3.1 (#155012)
hugovk
2026/08/01
[Python-checkins] gh-154871: Fix `asyncio.Task.get_context()` crash on uninitialized tasks (#154898)
kumaraditya303
2026/08/01
[Python-checkins] Add comments about _Py_LOCK_DONT_DETACH usage. (#153817)
kumaraditya303
2026/08/01
[Python-checkins] gh-151627: fix thread safety of OrderedDict iterator creation (#151688)
kumaraditya303
2026/07/31
[Python-checkins] [3.13] gh-151942: Fix all Sphinx nitpicks in the Python 2.6 What's New (GH-154550) (#154954)
StanFromIreland
2026/07/31
[Python-checkins] [3.14] gh-151942: Fix all Sphinx nitpicks in the Python 2.6 What's New (GH-154550) (#154953)
StanFromIreland
2026/07/31
[Python-checkins] [3.15] gh-151942: Fix all Sphinx nitpicks in the Python 2.6 What's New (GH-154550) (#154952)
StanFromIreland
2026/07/31
[Python-checkins] [3.15] gh-133879: Copyedit "What's New in Python 3.15" (GH-154978) (#155000)
hugovk
2026/07/31
[Python-checkins] gh-133879: Copyedit "What's New in Python 3.15" (#154978)
hugovk
2026/07/31
[Python-checkins] [3.12] Some tidying for GitHub Actions (GH-154950) (#154998)
hugovk
2026/07/31
[Python-checkins] Fix inconsistencies in `InternalDocs/parser.md` (GH-154917)
ZeroIntensity
2026/07/31
[Python-checkins] [3.13] Improved test coverage for codeop.py. (GH-154100) (GH-154994) (#154996)
hugovk
2026/07/31
[Python-checkins] gh-151728: Partially revert "Clear the typing caches at interpreter shutdown (GH-154858)" (GH-154992)
encukou
2026/07/31
[Python-checkins] [3.13] Some tidying for GitHub Actions (GH-154950) (#154995)
hugovk
2026/07/31
[Python-checkins] [3.14] Improved test coverage for codeop.py. (GH-154100) (#154994)
hugovk
2026/07/31
[Python-checkins] gh-154791: Fix asyncio.Future losing traceback on repeated result() call (#154798)
kumaraditya303
2026/07/31
[Python-checkins] gh-154726: Fix `shutil.copyfile()` for symlinks to special files with `follow_symlinks=False` (GH-154728)
encukou
2026/07/31
[Python-checkins] gh-154738: Propagate reparse-deferral setting to pyexpat subparsers (GH-154739)
encukou
2026/07/31
[Python-checkins] gh-154863: Fix iconv encoding of ISO-2022-CN-EXT returning empty bytes (GH-154899)
serhiy-storchaka
2026/07/31
[Python-checkins] [3.13] gh-154848: Enforce frame boundaries in the C unpickler (GH-154893) (GH-154982)
serhiy-storchaka
2026/07/31
[Python-checkins] [3.14] gh-154848: Enforce frame boundaries in the C unpickler (GH-154893) (GH-154981)
serhiy-storchaka
2026/07/31
[Python-checkins] [3.15] gh-154848: Enforce frame boundaries in the C unpickler (GH-154893) (GH-154977)
serhiy-storchaka
2026/07/31
[Python-checkins] [3.15] gh-80678: Document the preferred delimiters of csv.Sniffer (GH-154336) (#154589)
hugovk
2026/07/31
[Python-checkins] [3.14] gh-80678: Document the preferred delimiters of csv.Sniffer (GH-154336) (#154590)
hugovk
2026/07/31
[Python-checkins] [3.13] gh-80678: Document the preferred delimiters of csv.Sniffer (GH-154336) (#154591)
hugovk
2026/07/31
[Python-checkins] [3.15] Improved test coverage for codeop.py. (GH-154100) (#154938)
hugovk
2026/07/31
[Python-checkins] [3.13] gh-105812: Make use of the Sphinx `deco` role in documentation (GH-139598) (#154983)
hugovk
2026/07/31
[Python-checkins] [3.13] gh-154936: Fix JSON control character error position (GH-154941) (#154976)
hugovk
2026/07/31
[Python-checkins] [3.14] gh-154936: Fix JSON control character error position (GH-154941) (#154975)
hugovk
2026/07/31
[Python-checkins] [3.15] gh-154936: Fix JSON control character error position (GH-154941) (#154974)
hugovk
2026/07/31
[Python-checkins] [3.14] gh-105812: Make use of the Sphinx `deco` role in documentation (GH-139598) (#154980)
hugovk
2026/07/31
[Python-checkins] [3.15] gh-105812: Make use of the Sphinx `deco` role in documentation (GH-139598) (#154979)
hugovk
2026/07/31
[Python-checkins] [3.15] gh-153404: Silently ignore non-decimal digits in robots.txt Crawl-delay and Request-rate (GH-153405) (#153830)
hugovk
2026/07/31
[Python-checkins] gh-154848: Enforce frame boundaries in the C unpickler (GH-154893)
serhiy-storchaka
2026/07/31
[Python-checkins] gh-154936: Fix JSON control character error position (GH-154941)
serhiy-storchaka
2026/07/30
[Python-checkins] [3.14] Some tidying for GitHub Actions (GH-154950) (#154967)
hugovk
2026/07/30
[Python-checkins] gh-152075: Avoid lock contention in _Py_Specialize_LoadGlobal under free threading (gh-153720)
colesbury
2026/07/30
[Python-checkins] gh-154746: Document `collections.Counter` internal order and display order (#154777)
rhettinger
2026/07/30
[Python-checkins] [3.13] gh-94543: Improve tempfile.mkstemp documentation about cleanup (GH-154748) (#154962)
hugovk
2026/07/30
[Python-checkins] [3.14] gh-94543: Improve tempfile.mkstemp documentation about cleanup (GH-154748) (#154963)
hugovk
2026/07/30
[Python-checkins] [3.15] gh-94543: Improve tempfile.mkstemp documentation about cleanup (GH-154748) (#154964)
hugovk
2026/07/30
[Python-checkins] [3.15] Some tidying for GitHub Actions (GH-154950) (#154961)
hugovk
2026/07/30
[Python-checkins] gh-94543: Improve tempfile.mkstemp documentation about cleanup (#154748)
hugovk
2026/07/30
[Python-checkins] [3.15] Update bytecode magic number for the 3.15 release candidate (GH-154881) (#154955)
hugovk
2026/07/30
[Python-checkins] [3.14] gh-135828: Disable syntax highlighting in Using Python on macOS (GH-150074) (#154959)
hugovk
2026/07/30
[Python-checkins] Some tidying for GitHub Actions (#154950)
hugovk
2026/07/30
[Python-checkins] Update bytecode magic number for the 3.15 release candidate (#154881)
hugovk
2026/07/30
[Python-checkins] [3.15] gh-135828: Disable syntax highlighting in Using Python on macOS (GH-150074) (#154958)
hugovk
2026/07/30
[Python-checkins] [3.13] gh-135828: Disable syntax highlighting in Using Python on macOS (GH-150074) (#154960)
hugovk
2026/07/30
[Python-checkins] gh-135828: Disable syntax highlighting in Using Python on macOS (#150074)
hugovk
2026/07/30
[Python-checkins] [3.15] CODEOWNERS: Remove everyone from `removed-ids.txt` (GH-154886) (#154957)
hugovk
2026/07/30
[Python-checkins] CODEOWNERS: Remove everyone from `removed-ids.txt` (#154886)
hugovk
2026/07/30
[Python-checkins] [3.14] gh-119592: gh-152967: Fix ProcessPoolExecutor stranding submitted work when a max_tasks_per_child worker exits (GH-152978) (#154873)
hugovk
2026/07/30
[Python-checkins] gh-154874: Fix the sign of curses.termattrs() (GH-154875)
serhiy-storchaka
2026/07/30
[Python-checkins] gh-151942: Fix all Sphinx nitpicks in the Python 2.6 What's New (#154550)
StanFromIreland
2026/07/30
[Python-checkins] gh-154934: Remove ncurses assumptions from curses and its tests (GH-154940)
serhiy-storchaka
2026/07/30
[Python-checkins] [3.15] GH-148468: Accept string-like proxy objects in colorized argparse help (GH-154653) (#154946)
savannahostrowski
2026/07/30
[Python-checkins] GH-148468: Accept string-like proxy objects in colorized argparse help (#154653)
savannahostrowski
2026/07/30
[Python-checkins] gh-154037: Fix race in the hash(Decimal) (#154045)
kumaraditya303
2026/07/30
[Python-checkins] [3.15] gh-154587: Fix Windows buffer declaration in _cursesmodule (GH-154609) (GH-154931)
serhiy-storchaka
2026/07/30
[Python-checkins] Improved test coverage for codeop.py. (GH-154100)
encukou
2026/07/30
[Python-checkins] [3.14] gh-154587: Fix Windows buffer declaration in _cursesmodule (GH-154609) (GH-154932)
serhiy-storchaka
2026/07/30
[Python-checkins] [3.13] gh-154587: Fix Windows buffer declaration in _cursesmodule (GH-154609) (GH-154933)
serhiy-storchaka
2026/07/30
[Python-checkins] gh-154587: Fix Windows buffer declaration in _cursesmodule (GH-154609)
serhiy-storchaka
2026/07/30
[Python-checkins] [3.13] gh-151941: Fix Sphinx reference warnings in `Doc/c-api/` (GH-152044) (GH-154922)
ZeroIntensity
2026/07/30
[Python-checkins] [3.14] gh-151941: Fix Sphinx reference warnings in `Doc/c-api/` (GH-152044) (GH-154921)
ZeroIntensity
2026/07/30
[Python-checkins] [3.15] gh-151941: Fix Sphinx reference warnings in `Doc/c-api/` (GH-152044) (GH-154920)
ZeroIntensity
2026/07/30
[Python-checkins] gh-151941: Fix Sphinx reference warnings in `Doc/c-api/` (GH-152044)
ZeroIntensity
2026/07/30
[Python-checkins] gh-151728: Clear the typing caches at interpreter shutdown (GH-154858)
encukou
2026/07/29
[Python-checkins] [3.15] Minor fixes for Android (GH-154895) (#154905)
freakboy3742
2026/07/29
[Python-checkins] [3.14] Minor fixes for Android (GH-154895) (#154906)
freakboy3742
2026/07/29
[Python-checkins] [3.13] Minor fixes for Android (GH-154895) (#154907)
freakboy3742
2026/07/29
[Python-checkins] [3.15] Make `os.get_terminal_size` check `isatty` before calling `ioctl` (GH-154885) (#154903)
freakboy3742
2026/07/29
[Python-checkins] Minor fixes for Android (#154895)
freakboy3742
2026/07/29
[Python-checkins] Make `os.get_terminal_size` check `isatty` before calling `ioctl` (#154885)
freakboy3742
2026/07/29
[Python-checkins] gh-135736: Fix interaction between TaskGroup and aclose() (#154649)
1st1
2026/07/29
[Python-checkins] [3.15] gh-154836: Fix Popen.wait() with very large timeouts on the pidfd/kqueue wait paths (GH-154837) (#154891)
gpshead
2026/07/29
[Python-checkins] [3.13] gh-149221:Fix binomialvariate Function for random module (#149279)
hugovk
2026/07/29
[Python-checkins] [3.15] gh-154709: Fix out-of-bounds access in dict reverse iterator (GH-154721) (GH-154888)
serhiy-storchaka
2026/07/29
[Python-checkins] [3.14] gh-154709: Fix out-of-bounds access in dict reverse iterator (GH-154721) (GH-154889)
serhiy-storchaka
2026/07/29
[Python-checkins] [3.13] gh-154709: Fix out-of-bounds access in dict reverse iterator (GH-154721) (GH-154890)
serhiy-storchaka
2026/07/29
[Python-checkins] gh-154836: Fix Popen.wait() with very large timeouts on the pidfd/kqueue wait paths (GH-154837)
gpshead
2026/07/29
[Python-checkins] [3.14] gh-131565: Implement ctypes.util.dllist() in the _ctypes extension (GH-154255) (GH-154883)
serhiy-storchaka
2026/07/29
[Python-checkins] gh-154709: Fix out-of-bounds access in dict reverse iterator (GH-154721)
serhiy-storchaka
2026/07/29
[Python-checkins] gh-151321: Fix incorrect opcode metadata flags for LOAD_DEREF opcode (GH-154778)
markshannon
2026/07/29
[Python-checkins] [3.14] gh-149221: Add missing `test_binomialvariate_log_zero` (#154879)
hugovk
2026/07/29
[Python-checkins] [3.13] Remove dead links to `pkg_resources` in `importlib` docs (GH-148344) (GH-148964) (#154876)
StanFromIreland
2026/07/29
[Python-checkins] [3.15] gh-131565: Implement ctypes.util.dllist() in the _ctypes extension (GH-154255) (GH-154882)
serhiy-storchaka
2026/07/29
[Python-checkins] gh-131565: Implement ctypes.util.dllist() in the _ctypes extension (GH-154255)
serhiy-storchaka
2026/07/29
[Python-checkins] gh-64192: Add *buffersize* to `imap()`/`imap_unordered()` in `multiprocessing.pool` (GH-136871)
encukou
2026/07/29
[Python-checkins] [3.13] gh-154070: Build the curses module wide by capability, not by name (GH-154071) (GH-154765) (GH-154800)
serhiy-storchaka
2026/07/29
[Python-checkins] [3.14] gh-62534: Document that three-argument type() does not call __prepare__ (GH-154028) (GH-154166)
encukou
2026/07/29
[Python-checkins] [3.13] gh-62534: Document that three-argument type() does not call __prepare__ (GH-154028) (GH-154164)
encukou
2026/07/29
[Python-checkins] [3.15] gh-62534: Document that three-argument type() does not call __prepare__ (GH-154028) (GH-154165)
encukou
2026/07/29
[Python-checkins] [3.15] gh-132604: Track deprecation related to runtime-checkable protocols (3.20) (GH-154790) (#154809)
hugovk
2026/07/29
[Python-checkins] [3.13] gh-152674: Avoid quadratic behavior in xml.etree.ElementPath index predicates (GH-152676) (GH-154811)
encukou
2026/07/29
[Python-checkins] [3.14] gh-152674: Avoid quadratic behavior in xml.etree.ElementPath index predicates (GH-152676) (GH-154810)
encukou
2026/07/29
[Python-checkins] [3.15] gh-152674: Avoid quadratic behavior in xml.etree.ElementPath index predicates (GH-152676) (GH-154812)
encukou
2026/07/29
[Python-checkins] [3.15] gh-122931: Allow stable abi3 API extensions to include a multiarch tuple in the filename (GH-152461) (GH-154772)
encukou
2026/07/29
[Python-checkins] [3.15] gh-153531: fix thread safety of setting func.__doc__ and func.__module__ (GH-154851) (#154856)
kumaraditya303
2026/07/29
[Python-checkins] [3.14] gh-153531: fix thread safety of setting func.__doc__ and func.__module__ (GH-154851) (#154857)
kumaraditya303
2026/07/28
[Python-checkins] gh-153531: fix thread safety of setting func.__doc__ and func.__module__ (#154851)
kumaraditya303
2026/07/28
[Python-checkins] gh-154781: Fix garbage from curses window.in_wstr() (GH-154782)
serhiy-storchaka
2026/07/28
[Python-checkins] gh-154788: Make curses window.getparent() unconditional (GH-154789)
serhiy-storchaka
2026/07/28
[Python-checkins] [3.14] gh-123720: When closing an asyncio server, stop the handlers (GH-124689) (#154680)
kumaraditya303
2026/07/28
[Python-checkins] [3.14] gh-154821: Fix data races when setting attributes of function objects (#154831)
kumaraditya303
2026/07/28
[Python-checkins] [3.14] gh-149619: Harden _remote_debugging error paths (GH-150349) (#154844)
pablogsal
2026/07/28
[Python-checkins] [3.14] gh-149619: Fix `_remote_debugging` permissions error on Linux (GH-150012) (#154825)
pablogsal
2026/07/28
[Python-checkins] [3.15] gh-154324: Fix os.sendfile() error reporting on illumos (GH-154327) (GH-154832)
serhiy-storchaka
2026/07/28
[Python-checkins] [3.14] gh-154324: Fix os.sendfile() error reporting on illumos (GH-154327) (GH-154833)
serhiy-storchaka
2026/07/28
[Python-checkins] [3.13] gh-154324: Fix os.sendfile() error reporting on illumos (GH-154327) (GH-154834)
serhiy-storchaka
2026/07/28
[Python-checkins] gh-154271: Enable socket ancillary data and forkserver on illumos (GH-154273)
serhiy-storchaka
2026/07/28
[Python-checkins] [3.15] gh-154821: fix data races on function attributes (GH-154826) (#154829)
kumaraditya303
2026/07/28
[Python-checkins] gh-154324: Fix os.sendfile() error reporting on illumos (GH-154327)
serhiy-storchaka
2026/07/28
[Python-checkins] gh-154821: fix data races on function attributes (#154826)
kumaraditya303
2026/07/28
[Python-checkins] [3.15] gh-154822: Fix racy assertion during finalization (GH-154824) (GH-154828)
ZeroIntensity
2026/07/28
[Python-checkins] gh-154822: Fix racy assertion during finalization (GH-154824)
ZeroIntensity
2026/07/28
[Python-checkins] [3.15] gh-154592: Fix test_peg_generator in non-UTF-8 locales with a non-ASCII work dir (GH-154593) (GH-154598)
serhiy-storchaka
2026/07/28
[Python-checkins] gh-152674: Avoid quadratic behavior in xml.etree.ElementPath index predicates (GH-152676)
encukou
2026/07/28
[Python-checkins] gh-132604: Track deprecation related to runtime-checkable protocols (3.20) (#154790)
encukou
2026/07/28
[Python-checkins] [3.13] gh-154661: Reorganize difflib documentation (GH-154662) (#154807)
hugovk
2026/07/28
[Python-checkins] [3.15] gh-154661: Reorganize difflib documentation (GH-154662) (#154805)
hugovk
2026/07/28
[Python-checkins] [3.14] gh-154661: Reorganize difflib documentation (GH-154662) (#154806)
hugovk
2026/07/28
[Python-checkins] [3.15] gh-142349: Clarify lazy import filters have positional-only parameters (GH-144856) (GH-154808)
encukou
2026/07/28
[Python-checkins] gh-142349: Clarify lazy import filters have positional-only parameters (GH-144856)
encukou
2026/07/28
[Python-checkins] gh-154661: Reorganize difflib documentation (GH-154662)
encukou
2026/07/28
[Python-checkins] [3.15] gh-154775: Don't accept duplicate plus sign when matching complex number (GH-154776) (GH-154802)
encukou
2026/07/28
[Python-checkins] gh-154775: Don't accept duplicate plus sign when matching complex number (GH-154776)
encukou
2026/07/28
[Python-checkins] gh-150866: Fix asyncio shutdown_asyncgens to report BaseException (#150867)
kumaraditya303
2026/07/27
[Python-checkins] [3.14] gh-154070: Build the curses module wide by capability, not by name (GH-154071) (GH-154765) (GH-154799)
serhiy-storchaka
2026/07/27
[Python-checkins] [3.15] gh-152548: Add a test.support.isolation.runInSubprocess() decorator (GH-152551) (GH-154780)
serhiy-storchaka
2026/07/27
[Python-checkins] [3.13] gh-152548: Add a test.support.isolation.runInSubprocess() decorator (GH-152551) (GH-154784)
serhiy-storchaka
2026/07/27
[Python-checkins] [3.14] gh-152548: Add a test.support.isolation.runInSubprocess() decorator (GH-152551) (GH-154783)
serhiy-storchaka
2026/07/27
[Python-checkins] [3.15] gh-154070: Build the curses module wide by capability, not by name (GH-154071) (GH-154765)
serhiy-storchaka
2026/07/27
[Python-checkins] gh-154786: Fix crashes on a screen without a terminal (GH-154787)
serhiy-storchaka
2026/07/27
[Python-checkins] [3.14] gh-154746: Update docstring for `collections.Counter` (GH-154792) (GH-154794)
ZeroIntensity
2026/07/27
[Python-checkins] [3.15] gh-154746: Update docstring for `collections.Counter` (GH-154792) (GH-154793)
ZeroIntensity
2026/07/27
[Python-checkins] [3.13] gh-154746: Update docstring for `collections.Counter` (GH-154792) (GH-154795)
ZeroIntensity
2026/07/27
[Python-checkins] gh-154746: Update docstring for `collections.Counter` (GH-154792)
ZeroIntensity
2026/07/27
[Python-checkins] gh-154467: Fix empty (Pdb) prompt when attaching to a process with pdb -p (#154469)
ambv
2026/07/27
[Python-checkins] gh-154675: reorganize some imports in importlib (#154657)
brettcannon
2026/07/27
[Python-checkins] gh-152912: Fix audit hook exception check in sys.addaudithook() (GH-152913)
zooba
2026/07/27
[Python-checkins] gh-152548: Add a test.support.isolation.runInSubprocess() decorator (GH-152551)
serhiy-storchaka
2026/07/27
[Python-checkins] gh-154749: Reject a terminal-less screen in curses.set_term() (GH-154750)
serhiy-storchaka
2026/07/27
[Python-checkins] gh-154751: Fix use-after-free in curses.initscr() after newterm() (GH-154752)
serhiy-storchaka
2026/07/27
[Python-checkins] [3.15] gh-154431: Revert "gh-154431: Fix data race in `sys.audithook` (GH-154462)" (GH-154769) (GH-154774)
encukou
2026/07/27
[Python-checkins] [3.15] gh-150208: Avoid double-quoting string values in sysconfigdata (GH-150209) (GH-154773)
encukou
2026/07/27
[Python-checkins] gh-154744: Improve detection of skipinitialspace in csv.Sniffer (GH-154745)
serhiy-storchaka
2026/07/27
[Python-checkins] [3.15] gh-154189: Fix use-after-free in `functools.partial_vectorcall` (GH-154508) (#154652)
encukou
2026/07/27
[Python-checkins] gh-154431: Revert "gh-154431: Fix data race in `sys.audithook` (#154462)" (GH-154769)
encukou
2026/07/27
[Python-checkins] [3.13] Update mypy to 2.3 (GH-154764) (#154768)
sobolevn
2026/07/27
[Python-checkins] [3.15] Update mypy to 2.3 (GH-154764) (#154766)
sobolevn
2026/07/27
[Python-checkins] [3.14] Update mypy to 2.3 (GH-154764) (#154767)
sobolevn
2026/07/27
[Python-checkins] gh-122931: Allow stable abi3 API extensions to include a multiarch tuple in the filename (GH-152461)
encukou
2026/07/27
[Python-checkins] [3.15] gh-140326: disable the relative import in asyncio REPL (GH-140327) (#154628)
kumaraditya303
2026/07/27
[Python-checkins] [3.14] gh-140326: disable the relative import in asyncio REPL (GH-140327) (#154627)
kumaraditya303
2026/07/27
[Python-checkins] Update mypy to 2.3 (#154764)
sobolevn
2026/07/27
[Python-checkins] gh-154070: Build the curses module wide by capability, not by name (GH-154071)
serhiy-storchaka
2026/07/26
[Python-checkins] [3.15] gh-151955: Allow more ParamSpec and TypeVarTuple bounds (GH-151956) (#152101)
JelleZijlstra
2026/07/26
[Python-checkins] gh-145177: Upgrade to Emscripten 6.0.4 (#154743)
freakboy3742
2026/07/26
[Python-checkins] [3.14] gh-154582: Fix test_invalid_utf8_arg in non-UTF-8 multibyte locales (GH-154584) (GH-154604)
serhiy-storchaka
2026/07/26
[Python-checkins] [3.15] gh-73458: Fix logging.config.listen() on a host without an IPv4 address (GH-154491) (GH-154616)
serhiy-storchaka
2026/07/26
[Python-checkins] [3.13] gh-154592: Fix test_peg_generator in non-UTF-8 locales with a non-ASCII work dir (GH-154593) (GH-154603)
serhiy-storchaka
2026/07/26
[Python-checkins] [3.14] gh-152903: Change PCWSTR to PWSTR in GetThreadDescription() typedef (GH-152904) (#152944)
vstinner
2026/07/26
[Python-checkins] [3.14] gh-153862: Fix spurious color pair in curses window.inch() on a wide build (GH-154703) (GH-154732)
serhiy-storchaka
2026/07/26
[Python-checkins] [3.13] gh-153862: Fix spurious color pair in curses window.inch() on a wide build (GH-154703) (GH-154733)
serhiy-storchaka
2026/07/26
[Python-checkins] [3.13] gh-93251: Decode localized socket error messages from the locale encoding (GH-154683) (GH-154725)
serhiy-storchaka
2026/07/26
[Python-checkins] [3.15] gh-93251: Decode localized socket error messages from the locale encoding (GH-154683) (GH-154723)
serhiy-storchaka
2026/07/26
[Python-checkins] [3.14] gh-93251: Decode localized socket error messages from the locale encoding (GH-154683) (GH-154724)
serhiy-storchaka
2026/07/26
[Python-checkins] gh-93251: Decode localized socket error messages from the locale encoding (GH-154683)
serhiy-storchaka
2026/07/26
[Python-checkins] [3.15] gh-153862: Fix spurious color pair in curses window.inch() on a wide build (GH-154703) (GH-154720)
serhiy-storchaka
2026/07/26
[Python-checkins] gh-148736: Use ag_frame when walking async generators in asyncio.graph (#148737)
kumaraditya303
2026/07/26
[Python-checkins] [3.15] gh-154695: fix asyncio.Task eager_start=True with no explicit loop (GH-154697) (#154705)
kumaraditya303
2026/07/26
[Python-checkins] gh-153862: Fix spurious color pair in curses window.inch() on a wide build (GH-154703)
serhiy-storchaka
2026/07/25
[Python-checkins] [3.14] gh-154695: fix asyncio.Task eager_start=True with no explicit loop (GH-154697) (#154706)
kumaraditya303
2026/07/25
[Python-checkins] gh-154695: fix asyncio.Task eager_start=True with no explicit loop (#154697)
kumaraditya303
2026/07/25
[Python-checkins] [3.15] Fix a stale link to the `math.integer.isqrt()` correctness proof (GH-154685) (#154698)
StanFromIreland
2026/07/25
[Python-checkins] [3.15] Add the free-threaded Windows build output dirs to `.gitignore` (GH-154641) (#154694)
StanFromIreland
2026/07/25
[Python-checkins] Fix a stale link to the `math.integer.isqrt()` correctness proof (#154685)
StanFromIreland
2026/07/25
[Python-checkins] [3.13] gh-154493: Add the UCD license to `Doc/license.rst` (GH-154651) (GH-154693) (#154696)
StanFromIreland
2026/07/25
[Python-checkins] Add the free-threaded Windows build output dirs to `.gitignore` (#154641)
StanFromIreland
2026/07/25
[Python-checkins] gh-154199: Soft-deprecate `ctypes.util.find_msvcrt` (GH-154553)
ZeroIntensity
2026/07/25
[Python-checkins] [3.14] gh-154493: Add the UCD license to `Doc/license.rst` (GH-154651) (#154693)
StanFromIreland
2026/07/25
[Python-checkins] [3.15] gh-154493: Add the UCD license to `Doc/license.rst` (GH-154651) (#154692)
StanFromIreland
2026/07/25
[Python-checkins] gh-150621: avoid quadratic bytes slicing in `asyncio.protocols._feed_data_to_buffered_proto` (#150622)
kumaraditya303
2026/07/25
[Python-checkins] gh-154493: Add the UCD license to `Doc/license.rst` (#154651)
StanFromIreland
2026/07/25
[Python-checkins] gh-153296: Fix thread-safety data race in io.StringIO iterator (#153368)
kumaraditya303
2026/07/25
[Python-checkins] gh-154043: Fix a data race when iterating a shared `types.GenericAlias` iterator in FT build (#154108)
kumaraditya303
2026/07/25
[Python-checkins] [3.15] gh-152431: update StreamReader transport after StreamWriter.start_tls() (GH-152432) (#154630)
kumaraditya303
2026/07/25
[Python-checkins] [3.15] gh-145030: Fix asyncio write pipe transport for named FIFOs on macOS (GH-154222) (#154613)
kumaraditya303
2026/07/25
[Python-checkins] [3.14] gh-152431: update StreamReader transport after StreamWriter.start_tls() (GH-152432) (#154629)
kumaraditya303
2026/07/25
[Python-checkins] [3.15] gh-120866: Document behavior change of asyncio.Server.wait_closed() since 3.12 (GH-154676) (#154677)
kumaraditya303
2026/07/25
[Python-checkins] [3.14] gh-120866: Document behavior change of asyncio.Server.wait_closed() since 3.12 (GH-154676) (#154678)
kumaraditya303
2026/07/25
[Python-checkins] [3.13] gh-120866: Document behavior change of asyncio.Server.wait_closed() since 3.12 (GH-154676) (#154679)
kumaraditya303
2026/07/24
[Python-checkins] gh-120866: Document behavior change of asyncio.Server.wait_closed() since 3.12 (#154676)
kumaraditya303
2026/07/24
[Python-checkins] [3.15] GH-153809: Untrack TaskObj from GC before calling unregister_task (GH-154563) (#154665)
kumaraditya303
2026/07/24
[Python-checkins] gh-153290: Fix data race in BytesIO.__setstate__ installing __dict__ (#153376)
kumaraditya303
2026/07/24
[Python-checkins] [3.14] GH-153809: Untrack TaskObj from GC before calling unregister_task (GH-154563) (#154666)
kumaraditya303
2026/07/24
[Python-checkins] [3.15] gh-153133: Fix socket leak in error path of asyncio create_connection (GH-153134) (#154631)
kumaraditya303
2026/07/24
[Python-checkins] [3.14] gh-145030: Fix asyncio write pipe transport for named FIFOs on macOS (GH-154222) (#154612)
kumaraditya303
Earlier messages
Later messages