python-checkins
Thread
Date
Earlier messages
Later messages
Messages by Date
2026/08/21
[Python-checkins] [3.13] gh-156112: Load the ObjC runtime by name when find_library() cannot resolve it (GH-156113) (#156217)
freakboy3742
2026/08/21
[Python-checkins] gh-156112: Load the ObjC runtime by name when find_library() cannot resolve it (#156113)
freakboy3742
2026/08/21
[Python-checkins] [3.14] gh-156115: Use the simulator deployment-target flag for iOS simulator builds (GH-156116) (#156212)
freakboy3742
2026/08/21
[Python-checkins] [3.13] gh-156115: Use the simulator deployment-target flag for iOS simulator builds (GH-156116) (#156213)
freakboy3742
2026/08/21
[Python-checkins] gh-156115: Use the simulator deployment-target flag for iOS simulator builds (#156116)
freakboy3742
2026/08/21
[Python-checkins] gh-155354: Document that `sys._clear_type_cache` no longer clears the type cache (#155391)
kumaraditya303
2026/08/21
[Python-checkins] [3.13] gh-156196: Fix a failed assignment to a PyMemberDef attribute changing its value (GH-156197)
serhiy-storchaka
2026/08/21
[Python-checkins] gh-155254: Avoid warning about missing stdlib when using _pth files (GH-156015)
zooba
2026/08/21
[Python-checkins] gh-152754: Fix crash when an os.scandir iterator is shared between threads (gh-153462)
nascheme
2026/08/21
[Python-checkins] gh-116048: restructure task group docs and add docs for eager execution (#156102)
kumaraditya303
2026/08/21
[Python-checkins] [3.13] gh-156106: Add tests for setting and deleting attributes defined in C (GH-156107) (GH-156191)
serhiy-storchaka
2026/08/21
[Python-checkins] gh-155877: Fix a NUL in a curses character cell (GH-156158)
serhiy-storchaka
2026/08/21
[Python-checkins] [3.13] gh-153539: Fix use-after-free in TextIOWrapper.tell() with a reentrant decoder (GH-153540) (GH-156195)
serhiy-storchaka
2026/08/21
[Python-checkins] [3.14] gh-153539: Fix use-after-free in TextIOWrapper.tell() with a reentrant decoder (GH-153540) (GH-156194)
serhiy-storchaka
2026/08/21
[Python-checkins] [3.13] gh-156189: Fix a crash when deleting frame.f_trace_opcodes (GH-156190)
serhiy-storchaka
2026/08/21
[Python-checkins] gh-155781: Hold strong references to sqlite3 converters (#155784)
kumaraditya303
2026/08/21
[Python-checkins] [3.14] gh-156106: Add tests for setting and deleting attributes defined in C (GH-156107) (ПР-156184)
serhiy-storchaka
2026/08/21
[Python-checkins] [3.13] gh-156166: Fix setting and deleting SSLContext._msg_callback (GH-156167) (GH-156175)
serhiy-storchaka
2026/08/21
[Python-checkins] gh-156106: Add tests for setting and deleting attributes defined in C (GH-156107)
serhiy-storchaka
2026/08/21
[Python-checkins] [3.14] gh-156166: Fix setting and deleting SSLContext._msg_callback (GH-156167) (GH-156174)
serhiy-storchaka
2026/08/21
[Python-checkins] [3.13] gh-155952: Fix `<unrepresentable>` Argument Clinic defaults in several signatures (#156170)
StanFromIreland
2026/08/21
[Python-checkins] [3.14] gh-155952: Fix `<unrepresentable>` Argument Clinic defaults in several signatures (#156172)
StanFromIreland
2026/08/21
[Python-checkins] gh-156166: Fix setting and deleting SSLContext._msg_callback (GH-156167)
serhiy-storchaka
2026/08/21
[Python-checkins] gh-155952: Fix `<unrepresentable>` Argument Clinic defaults in several signatures (#155954)
StanFromIreland
2026/08/21
[Python-checkins] gh-153227: Unpin development version of Pygments (#156163)
StanFromIreland
2026/08/21
[Python-checkins] [3.14] gh-152817: Prevent deletion of sqlite3 cursor.row_factory attr (GH-152818) (GH-156161)
serhiy-storchaka
2026/08/21
[Python-checkins] [3.13] gh-152817: Prevent deletion of sqlite3 cursor.row_factory attr (GH-152818) (GH-156162)
serhiy-storchaka
2026/08/21
[Python-checkins] [3.13] gh-156099: Fix a crash when deleting SSLContext.keylog_filename (GH-156103) (GH-156150)
serhiy-storchaka
2026/08/21
[Python-checkins] gh-152817: Prevent deletion of sqlite3 `cursor.row_factory` attr, missed from: gh-149738 (GH-152818)
serhiy-storchaka
2026/08/21
[Python-checkins] [3.14] gh-156101: Fix sqlite3 Cursor.arraysize on a failed assignment (GH-156105) (GH-156157)
serhiy-storchaka
2026/08/21
[Python-checkins] [3.13] gh-156100: Fix crashes in the sqlite3 Connection.autocommit setter (GH-156104) (GH-156155)
serhiy-storchaka
2026/08/21
[Python-checkins] [3.14] gh-156100: Fix crashes in the sqlite3 Connection.autocommit setter (GH-156104) (GH-156152)
serhiy-storchaka
2026/08/21
[Python-checkins] [3.14] gh-156124: Fix a crash when deleting ctypes Pointer.contents (GH-156125) (GH-156154)
serhiy-storchaka
2026/08/21
[Python-checkins] [3.14] gh-156099: Fix a crash when deleting SSLContext.keylog_filename (GH-156103) (GH-156149)
serhiy-storchaka
2026/08/21
[Python-checkins] gh-156101: Fix sqlite3 Cursor.arraysize on a failed assignment (GH-156105)
serhiy-storchaka
2026/08/21
[Python-checkins] gh-155499: Fix curses window.border() and window.box() with 0 (GH-155871)
serhiy-storchaka
2026/08/21
[Python-checkins] gh-156124: Fix a crash when deleting ctypes Pointer.contents (GH-156125)
serhiy-storchaka
2026/08/21
[Python-checkins] gh-156100: Fix crashes in the sqlite3 Connection.autocommit setter (GH-156104)
serhiy-storchaka
2026/08/20
[Python-checkins] gh-155863: Add the WACS_* constants to the curses module (GH-155870)
serhiy-storchaka
2026/08/20
[Python-checkins] gh-156138: Keep the color pair when a curses write restores the rendition (GH-156139)
serhiy-storchaka
2026/08/20
[Python-checkins] gh-156099: Fix a crash when deleting SSLContext.keylog_filename (GH-156103)
serhiy-storchaka
2026/08/20
[Python-checkins] [3.14] gh-128326: Normalize self-references to "documentation" (GH-143138) (#156141)
hugovk
2026/08/20
[Python-checkins] [3.13] gh-128326: Normalize self-references to "documentation" (GH-143138) (#156140)
hugovk
2026/08/20
[Python-checkins] [3.15] gh-128326: Normalize self-references to "documentation" (GH-143138) (#156142)
hugovk
2026/08/20
[Python-checkins] [3.13] gh-153005: Use a monotonic clock for concurrent.interpreters Queue timeouts (GH-154156) (GH-156019)
serhiy-storchaka
2026/08/20
[Python-checkins] [3.11] GH-155757: Set `--argv0` for wasmtime in configure.ac (GH-155815) (#155816)
brettcannon
2026/08/20
[Python-checkins] [3.11] Add a timeout to the 'Check if the ABI has changed' job (GH-156051) (#156094)
pablogsal
2026/08/20
[Python-checkins] [3.10] Add a timeout to the 'Check if the ABI has changed' job (GH-156051) (#156095)
pablogsal
2026/08/20
[Python-checkins] [3.11] GH-155757: Set `--argv0` for wasmtime (GH-155758) (#155798)
brettcannon
2026/08/20
[Python-checkins] Don't leak exceptions when a subprocess fails when run by Platforms/WASI (#156030)
brettcannon
2026/08/20
[Python-checkins] gh-155974: Restore the window attributes when a curses write fails (GH-155975)
serhiy-storchaka
2026/08/20
[Python-checkins] [3.12] Add a timeout to the 'Check if the ABI has changed' job (GH-156051) (#156093)
Yhg1s
2026/08/20
[Python-checkins] gh-128326: Normalize self-references to "documentation" (#143138)
StanFromIreland
2026/08/20
[Python-checkins] [3.14] gh-153005: Use a monotonic clock for concurrent.interpreters Queue timeouts (GH-154156) (GH-156018)
serhiy-storchaka
2026/08/20
[Python-checkins] gh-65961: Document __cached__ removal in What's New & clarify references to it (GH-156053)
encukou
2026/08/20
[Python-checkins] [3.12] gh-155999: `tarfile`: handle a member that leaves the destination but comes back (GH-156000) (#156043)
Yhg1s
2026/08/20
[Python-checkins] gh-149816: #96 Fix a race condition in invoke_gc_callback with free threading (GH-150029)
encukou
2026/08/20
[Python-checkins] [3.12] gh-155694: Scope HTTPPasswordMgr credentials by URL scheme (GH-155696) (#155971)
Yhg1s
2026/08/20
[Python-checkins] gh-130647: Add `--omit-header` option to pygettext (#130650)
StanFromIreland
2026/08/20
[Python-checkins] [3.14] gh-155519: fix data-race for Context.ctx_vars (GH-155522) (#155892)
kumaraditya303
2026/08/20
[Python-checkins] [3.14] gh-156067: Fix two error handling issues in `_zoneinfo.load_data()` (GH-156068) (#156089)
StanFromIreland
2026/08/20
[Python-checkins] [3.13] gh-156067: Fix two error handling issues in `_zoneinfo.load_data()` (GH-156068) (#156090)
StanFromIreland
2026/08/20
[Python-checkins] gh-156067: Fix two error handling issues in `_zoneinfo.load_data()` (#156068)
StanFromIreland
2026/08/20
[Python-checkins] gh-152409: Save the trace --file counts when --no-report is used (GH-152410)
serhiy-storchaka
2026/08/20
[Python-checkins] [3.13] gh-148216: Fix hyphenation in tutorial/stdlib.rst (GH-155736) (#156083)
hugovk
2026/08/20
[Python-checkins] [3.15] gh-148216: Fix hyphenation in tutorial/stdlib.rst (GH-155736) (#156085)
hugovk
2026/08/20
[Python-checkins] [3.14] gh-148216: Fix hyphenation in tutorial/stdlib.rst (GH-155736) (#156084)
hugovk
2026/08/20
[Python-checkins] gh-148216: Fix hyphenation in tutorial/stdlib.rst (#155736)
hugovk
2026/08/19
[Python-checkins] [3.13] Add a timeout to the 'Check if the ABI has changed' job (GH-156051) (#156076)
hugovk
2026/08/19
[Python-checkins] [3.14] Add a timeout to the 'Check if the ABI has changed' job (GH-156051) (#156077)
hugovk
2026/08/19
[Python-checkins] [3.15] Add a timeout to the 'Check if the ABI has changed' job (#156051)
hugovk
2026/08/19
[Python-checkins] [3.15] gh-156060: Do not scan every process four times in `remote_debugging.get_child_pids()` on macOS (GH-156061) (#156069)
pablogsal
2026/08/19
[Python-checkins] gh-156060: Do not scan every process four times in `remote_debugging.get_child_pids()` on macOS (#156061)
pablogsal
2026/08/19
[Python-checkins] Remote Debugging: silence some unused function warnings (#149898)
StanFromIreland
2026/08/19
[Python-checkins] [3.14] gh-155894: Fix wait_for() docs claiming a coroutine is wrapped in a Task (#156039)
kumaraditya303
2026/08/19
[Python-checkins] [3.13] gh-155999: `tarfile`: handle a member that leaves the destination but comes back (GH-156000) (#156042)
StanFromIreland
2026/08/19
[Python-checkins] [3.14] gh-155999: `tarfile`: handle a member that leaves the destination but comes back (GH-156000) (#156041)
StanFromIreland
2026/08/19
[Python-checkins] [3.13] gh-155894: Fix wait_for() docs claiming a coroutine is wrapped in a Task (#156045)
kumaraditya303
2026/08/19
[Python-checkins] [3.13] gh-153578: Fix out-of-bounds write in bytearray.extend() with a reentrant __buffer__ (GH-153579) (GH-156009)
serhiy-storchaka
2026/08/19
[Python-checkins] [3.15] gh-154196: Improve `AttributeError` messages from unresolved lazy imports (GH-154688) (#155899)
pablogsal
2026/08/19
[Python-checkins] [3.15] gh-155194: Fix not raising on non-module import (GH-155189) (#155983)
pablogsal
2026/08/19
[Python-checkins] gh-152023: Update Android and Windows builds to SQLite 3.53.4 (#155101)
StanFromIreland
2026/08/19
[Python-checkins] [3.14] Fix various typos in `Doc/library/stdtypes.rst` (GH-155879) (#156028)
StanFromIreland
2026/08/19
[Python-checkins] [3.13] Fix various typos in `Doc/library/stdtypes.rst` (GH-155879) (#156029)
StanFromIreland
2026/08/19
[Python-checkins] gh-155999: `tarfile`: handle a member that leaves the destination but comes back (#156000)
StanFromIreland
2026/08/19
[Python-checkins] gh-75876: Report the peak memory use of a bigmem test (GH-156024)
serhiy-storchaka
2026/08/19
[Python-checkins] gh-107570: Argument Clinic: report errors on the offending line (GH-155250)
serhiy-storchaka
2026/08/19
[Python-checkins] gh-155263: Add the --list option to Argument Clinic (GH-155264)
serhiy-storchaka
2026/08/18
[Python-checkins] [3.15] gh-155400: Fix deadlock with type_lock_prevent_release() (GH-155401) (#155822)
hugovk
2026/08/18
[Python-checkins] [3.15] gh-141510: Document frozendict support in json (gh-155929) (#155933)
hugovk
2026/08/18
[Python-checkins] [3.15] gh-148817: Fold long lists/sets of constant elements into constant tuples/frozensets (GH-149016) (#155897)
hugovk
2026/08/18
[Python-checkins] [3.15] gh-155519: fix data-race for Context.ctx_vars (GH-155522) (#155893)
hugovk
2026/08/18
[Python-checkins] gh-120321: fix thread safety of concurrently iterating over async generators (#155025)
kumaraditya303
2026/08/18
[Python-checkins] [3.15] gh-155869: Fix data loss in dbm.dumb.reorganize() (GH-155872) (#155874)
hugovk
2026/08/18
[Python-checkins] [3.15] gh-151377: Fix races updating type slots and subclasses (GH-155370) (#155821)
hugovk
2026/08/18
[Python-checkins] [3.15] gh-98894: Fix dtrace tests in shared builds (GH-153372) (#155803)
hugovk
2026/08/18
[Python-checkins] [3.15] gh-155742: Test PyBytesWriter_FinishWithSize() with negative size (GH-155783) (#155791)
hugovk
2026/08/18
[Python-checkins] [3.15] gh-155702: Fix sqlite3.Blob slice assignment with a step (GH-155703) (#155765)
hugovk
2026/08/18
[Python-checkins] [3.15] gh-141174: Test re-stringifying a `ForwardRef` (GH-155689) (#155707)
hugovk
2026/08/18
[Python-checkins] [3.15] gh-85260: Extend the AST Validator to validate all identifiers (GH-21069) (#155652)
hugovk
2026/08/18
[Python-checkins] [3.15] gh-155694: Scope HTTPPasswordMgr credentials by URL scheme (GH-155696) (#155968)
hugovk
2026/08/18
[Python-checkins] [3.13] gh-146004: fix test_args_from_interpreter_flags on windows (GH-146580) (#155965)
zware
2026/08/18
[Python-checkins] gh-152433: Fix errors in sys.getwindowsversion() for UWP build (GH-152604)
zooba
2026/08/18
[Python-checkins] gh-64595: Touch the source file if the generated file was changed (GH-155265)
serhiy-storchaka
2026/08/18
[Python-checkins] PC/pyconfig.h: Improve readability of implicit .lib linking (GH-155995)
zooba
2026/08/18
[Python-checkins] gh-155941: Close the transport when client_connected_cb raises in asyncio (#155942)
kumaraditya303
2026/08/18
[Python-checkins] gh-155894: Fix asyncio.wait_for() docs claiming a coroutine is wrapped in a Task (#155895)
kumaraditya303
2026/08/18
[Python-checkins] [3.13] gh-113318: Fix @getter and @setter in Argument Clinic (GH-155778) (GH-156012)
serhiy-storchaka
2026/08/18
[Python-checkins] [3.14] gh-113318: Fix @getter and @setter in Argument Clinic (GH-155778) (GH-156011)
serhiy-storchaka
2026/08/18
[Python-checkins] [3.14] gh-153578: Fix out-of-bounds write in bytearray.extend() with a reentrant __buffer__ (GH-153579) (GH-156008)
serhiy-storchaka
2026/08/18
[Python-checkins] [3.14] gh-155997: Fix list_all() if an interpreter is destroyed during the call (GH-155998) (GH-156005)
serhiy-storchaka
2026/08/18
[Python-checkins] gh-75876: Run bigmem tests in a subprocess (GH-155302)
serhiy-storchaka
2026/08/18
[Python-checkins] [3.13] gh-155997: Fix list_all() if an interpreter is destroyed during the call (GH-155998) (GH-156006)
serhiy-storchaka
2026/08/18
[Python-checkins] gh-113318: Fix @getter and @setter in Argument Clinic (GH-155778)
serhiy-storchaka
2026/08/18
[Python-checkins] gh-153578: Fix out-of-bounds write in bytearray.extend() with a reentrant __buffer__ (GH-153579)
serhiy-storchaka
2026/08/18
[Python-checkins] gh-155997: Fix list_all() if an interpreter is destroyed during the call (GH-155998)
serhiy-storchaka
2026/08/18
[Python-checkins] [3.14] gh-132581: Report why the execution environment was altered (GH-155294) (GH-155987)
serhiy-storchaka
2026/08/18
[Python-checkins] [3.13] gh-132581: Report why the execution environment was altered (GH-155294) (GH-155988)
serhiy-storchaka
2026/08/18
[Python-checkins] [3.14] gh-123011: Fix warn_explicit() with the globals of the __main__ module (GH-155318) (GH-155990)
serhiy-storchaka
2026/08/18
[Python-checkins] [3.13] gh-123011: Fix warn_explicit() with the globals of the __main__ module (GH-155318) (GH-155991)
serhiy-storchaka
2026/08/18
[Python-checkins] gh-123011: Fix warn_explicit() with the globals of the __main__ module (GH-155318)
serhiy-storchaka
2026/08/18
[Python-checkins] [3.13] gh-155694: Scope HTTPPasswordMgr credentials by URL scheme (GH-155696) (#155970)
Eclips4
2026/08/18
[Python-checkins] [3.14] gh-155694: Scope HTTPPasswordMgr credentials by URL scheme (GH-155696) (#155969)
Eclips4
2026/08/18
[Python-checkins] gh-132581: Report why the execution environment was altered (GH-155294)
serhiy-storchaka
2026/08/17
[Python-checkins] gh-155978: Fix leak in update_slot_after_setattr() (#155979)
kumaraditya303
2026/08/17
[Python-checkins] gh-155694: Scope HTTPPasswordMgr credentials by URL scheme (#155696)
Eclips4
2026/08/17
[Python-checkins] gh-153005: Use a monotonic clock for concurrent.interpreters Queue timeouts (GH-154156)
serhiy-storchaka
2026/08/17
[Python-checkins] gh-67217: Test both warnings implementations in environment variable tests (GH-155234)
serhiy-storchaka
2026/08/17
[Python-checkins] gh-153539: Fix use-after-free in TextIOWrapper.tell() with a reentrant decoder (GH-153540)
serhiy-storchaka
2026/08/17
[Python-checkins] [3.14] gh-153603: Fix out-of-bounds read in the ISO-2022 decoder for an unknown charset (GH-153604) (GH-155960)
serhiy-storchaka
2026/08/17
[Python-checkins] [3.13] gh-153603: Fix out-of-bounds read in the ISO-2022 decoder for an unknown charset (GH-153604) (GH-155961)
serhiy-storchaka
2026/08/17
[Python-checkins] gh-153603: Fix out-of-bounds read in the ISO-2022 decoder for an unknown charset (GH-153604)
serhiy-storchaka
2026/08/17
[Python-checkins] gh-155852: Do not cancel remaining Executor.map calls on a callable's TimeoutError (GH-155853)
serhiy-storchaka
2026/08/17
[Python-checkins] [3.15] gh-149083: Document that dataclasses.MISSING and KW_ONLY are sentinels (GH-155919) (#155927)
hugovk
2026/08/17
[Python-checkins] gh-155315: Fix marshal round-trip of shared frozendict references (GH-155316)
serhiy-storchaka
2026/08/17
[Python-checkins] gh-150942: Speed up re.split result building (gh-155940)
corona10
2026/08/16
[Python-checkins] [3.13] gh-146004: propagate all -X options to multiprocessing child processes (GH-146005) (#155938)
hugovk
2026/08/16
[Python-checkins] [3.13] urllib: Add tests for HTTP errors to complete coverage (GH-154102) (#155921)
hugovk
2026/08/16
[Python-checkins] [3.15] Update list of files generated by `generate_token.py` (GH-155524) (#155840)
hugovk
2026/08/16
[Python-checkins] [3.15] Fix various typos in `Doc/library/stdtypes.rst` (GH-155879) (#155900)
hugovk
2026/08/16
[Python-checkins] [3.15] gh-153158: Remove the erroneous width argument of HTMLCalendar.formatmonthpage (GH-153159) (#155932)
hugovk
2026/08/16
[Python-checkins] gh-141510: Document frozendict support in json (gh-155929)
corona10
2026/08/16
[Python-checkins] gh-153158: Remove the erroneous width argument of HTMLCalendar.formatmonthpage (#153159)
hugovk
2026/08/16
[Python-checkins] gh-150942: Optimize stringlib split/splitlines with _PyList_AppendTakeRef (gh-155922)
corona10
2026/08/16
[Python-checkins] [3.14] gh-153970: Fix str() of CalledProcessError when returncode is not an integer (gh-153971) (gh-155924)
corona10
2026/08/16
[Python-checkins] [3.14] gh-155888: Fix asyncio writelines() hanging on an empty last chunk (#155913)
kumaraditya303
2026/08/16
[Python-checkins] gh-155917: Narrow bare except in email._header_value_parser.get_parameter (gh-155916)
corona10
2026/08/16
[Python-checkins] [3.15] gh-155515: Use GC tracking for HAMT iterators (GH-155517) (#155697)
hugovk
2026/08/16
[Python-checkins] gh-149083: Document that dataclasses.MISSING and KW_ONLY are sentinels (#155919)
hugovk
2026/08/16
[Python-checkins] [3.13] gh-155515: Use GC tracking for HAMT iterators (GH-155517) (#155918)
hugovk
2026/08/16
[Python-checkins] [3.14] gh-155515: Use GC tracking for HAMT iterators (GH-155517) (#155698)
hugovk
2026/08/16
[Python-checkins] [3.13] gh-130094: Fix race conditions in `importlib` (gh-130101) (gh-155915)
corona10
2026/08/16
[Python-checkins] [3.13] gh-154753: Update references a moved file in the docs (GH-155553) (#155809)
StanFromIreland
2026/08/16
[Python-checkins] [3.14] gh-154753: Update references to moved files in the docs (GH-155553) (#155810)
StanFromIreland
2026/08/16
[Python-checkins] gh-154842: Reject repack() while a reading handle is open (GH-154843)
serhiy-storchaka
2026/08/16
[Python-checkins] gh-151895: Fix marshal.loads() crash on dict reference-tracking failure (GH-151896)
serhiy-storchaka
2026/08/16
[Python-checkins] [3.14] gh-148817: Fold long lists/sets of constant elements into constant tu… (#155898)
Eclips4
2026/08/16
[Python-checkins] gh-155477: Fix multiprocessing.Pool deadlock on close() with a buffersize imap (GH-155478)
serhiy-storchaka
2026/08/16
[Python-checkins] Fix various typos in `Doc/library/stdtypes.rst` (#155879)
StanFromIreland
2026/08/16
[Python-checkins] gh-154196: Improve `AttributeError` messages from unresolved lazy imports (#154688)
pablogsal
2026/08/16
[Python-checkins] gh-148817: Fold long lists/sets of constant elements into constant tuples/frozensets (#149016)
Eclips4
2026/08/16
[Python-checkins] gh-155717: skip `TMPDIR` writeability test if process user is root (#155891)
picnixz
2026/08/16
[Python-checkins] gh-155888: Fix asyncio writelines() hanging on an empty chunk (#155889)
kumaraditya303
2026/08/16
[Python-checkins] gh-155717: use `spawn` as the default start method for read-only filesystems (#155827)
picnixz
2026/08/16
[Python-checkins] gh-155389: Return bytes from _pyio.BytesIO.peek() (GH-155390)
serhiy-storchaka
2026/08/16
[Python-checkins] gh-155864: Keep the module's current screen in step with use_screen() (GH-155865)
serhiy-storchaka
2026/08/15
[Python-checkins] gh-154002: Do not wrap a constructor TypeError in pickle._Unpickler (GH-154003)
serhiy-storchaka
2026/08/15
[Python-checkins] gh-155860: Reject a detached window in panel.replace() (GH-155861)
serhiy-storchaka
2026/08/15
[Python-checkins] gh-129382: Match venv API symlink defaults to the CLI (#155759)
hauntsaninja
2026/08/15
[Python-checkins] gh-155504: Set the interpreter before fallible thread state initialization (#155590)
kumaraditya303
2026/08/15
[Python-checkins] gh-155869: Fix data loss in dbm.dumb.reorganize() (GH-155872)
serhiy-storchaka
2026/08/15
[Python-checkins] [3.14] gh-83869: tarfile: compute next header offset using pax size for sparse file (GH-18562) (GH-155867)
serhiy-storchaka
2026/08/15
[Python-checkins] [3.13] gh-83869: tarfile: compute next header offset using pax size for sparse file (GH-18562) (GH-155868)
serhiy-storchaka
2026/08/15
[Python-checkins] gh-83869: tarfile: compute next header offset using pax size for sparse file (GH-18562)
serhiy-storchaka
2026/08/15
[Python-checkins] [3.14] Update list of files generated by `generate_token.py` (GH-155524) (#155841)
StanFromIreland
2026/08/15
[Python-checkins] gh-155430: fix `hmac.digest` bigmem test (#155431)
picnixz
2026/08/15
[Python-checkins] [3.13] Update list of files generated by `generate_token.py` (GH-155524) (#155842)
StanFromIreland
2026/08/15
[Python-checkins] Update list of files generated by `generate_token.py` (#155524)
StanFromIreland
2026/08/15
[Python-checkins] [3.13] gh-155732: Join the terminated process in test_repr_lock (GH-155734) (GH-155768)
serhiy-storchaka
2026/08/15
[Python-checkins] [3.15] Fix typo in `annotationlib` documentation (GH-155776) (#155796)
hugovk
2026/08/15
[Python-checkins] [3.14] gh-155319: Fix the source line of a warning issued with module_globals (GH-155320) (GH-155825)
serhiy-storchaka
2026/08/15
[Python-checkins] [3.13] gh-155319: Fix the source line of a warning issued with module_globals (GH-155320) (GH-155826)
serhiy-storchaka
2026/08/14
[Python-checkins] gh-155319: Fix the source line of a warning issued with module_globals (GH-155320)
serhiy-storchaka
2026/08/14
[Python-checkins] [3.13] gh-155787: Harmonize parameter names in the time module documentation and docstrings (GH-155790) (GH-155807)
serhiy-storchaka
2026/08/14
[Python-checkins] [3.14] gh-155787: Harmonize parameter names in the time module documentation and docstrings (GH-155790) (GH-155806)
serhiy-storchaka
2026/08/14
[Python-checkins] gh-155519: fix data-race for Context.ctx_vars (#155522)
kumaraditya303
2026/08/14
[Python-checkins] gh-155400: Fix deadlock with type_lock_prevent_release() (#155401)
kumaraditya303
2026/08/14
[Python-checkins] gh-155143: Fix asyncio.shield() leaking tasks via await-graph (#155144)
kumaraditya303
2026/08/14
[Python-checkins] gh-151377: Fix races updating type slots and subclasses (#155370)
kumaraditya303
2026/08/14
[Python-checkins] [3.12] GH-155757: Set `--argv0` for wasmtime in configure.ac (#155815)
Yhg1s
2026/08/14
[Python-checkins] gh-155194: Fix not raising on non-module import (#155189)
DinoV
2026/08/14
[Python-checkins] gh-155787: Harmonize parameter names in the time module documentation and docstrings (#155790)
StanFromIreland
2026/08/14
[Python-checkins] gh-155742: Use PyBytesWriter in Python/assemble.c (#155747)
vstinner
2026/08/14
[Python-checkins] gh-155621: Fix unrepresentable defaults in socket.sendmsg() signature (#155623)
kumaraditya303
2026/08/14
[Python-checkins] gh-135736: call exception handler for all BaseExceptions in asyncio.TaskGroup (#154538)
kumaraditya303
2026/08/14
[Python-checkins] [3.12] GH-155757: Set `--argv0` for wasmtime (#155758)
Yhg1s
2026/08/14
[Python-checkins] [3.14] improve test_copy_reduce and test_deepcopy_reduce coverage (GH-154182) (#155793)
tomasr8
2026/08/14
[Python-checkins] improve test_copy_reduce and test_deepcopy_reduce coverage (#154182)
tomasr8
2026/08/14
[Python-checkins] [3.14] Fix typo in `annotationlib` documentation (GH-155776) (#155797)
JelleZijlstra
2026/08/14
[Python-checkins] [3.13] improve test_copy_reduce and test_deepcopy_reduce coverage (GH-154182) (#155794)
tomasr8
Earlier messages
Later messages