python-checkins
Thread
Date
Earlier messages
Later messages
Messages by Date
2026/01/14
[Python-checkins] gh-141004: Document old provisional names for vectorcall/code API (GH-143568)
encukou
2026/01/13
[Python-checkins] [3.13] gh-143706: Fix sys.argv not set during multiprocessing forkserver `__main__` preload (GH-143717) (#143821)
gpshead
2026/01/13
[Python-checkins] [3.14] gh-143460: Correct unlimited stack size skip for Emscripten (GH-143765) (#143819)
freakboy3742
2026/01/13
[Python-checkins] gh-143460: Correct unlimited stack size skip for Emscripten (#143765)
freakboy3742
2026/01/13
[Python-checkins] gh-131798: JIT optimizer: Support custom binary op and property frames (GH-143735)
Fidget-Spinner
2026/01/13
[Python-checkins] Python 3.15.0a4
hugovk
2026/01/13
[Python-checkins] [3.14] gh-141004: Document PyUnicode_IS_COMPACT and PyUnicode_IS_COMPACT_ASCII macros (GH-143494) (GH-143785)
encukou
2026/01/13
[Python-checkins] [3.13] Bump GitHub Actions (GH-143757) (#143798)
hugovk
2026/01/13
[Python-checkins] [3.11] Bump GitHub Actions (GH-143757) (#143802)
hugovk
2026/01/13
[Python-checkins] [3.10] Bump GitHub Actions (GH-143757) (#143803)
hugovk
2026/01/13
[Python-checkins] [3.12] Bump GitHub Actions (GH-143757) (#143801)
hugovk
2026/01/13
[Python-checkins] [3.14] Bump GitHub Actions (GH-143757) (#143797)
hugovk
2026/01/13
[Python-checkins] [3.14] gh-143728: Keep `TypedDict` and `NamedTuple` in `class` role in docs (GH-143702) (#143799)
AlexWaygood
2026/01/13
[Python-checkins] [3.13] gh-143728: Keep `TypedDict` and `NamedTuple` in `class` role in docs (GH-143702) (#143800)
AlexWaygood
2026/01/13
[Python-checkins] gh-116738: Make `lzma` module thread-safe (#142947)
kumaraditya303
2026/01/13
[Python-checkins] [3.13] gh-143728: Keep `TypedDict` and `NamedTuple` in `class` role in docs (GH-143702) (#143800)
AlexWaygood
2026/01/13
[Python-checkins] [3.14] gh-143249: Fix buffer leak when overlapped operation fails to start on windows (GH-143250) (#143795)
kumaraditya303
2026/01/13
[Python-checkins] [3.14] gh-141004: Don't trigger `run-tests` when `Tools/check-c-api-docs/ignored_c_api.txt` is changed (GH-143583) (GH-143793)
ZeroIntensity
2026/01/13
[Python-checkins] [3.13] gh-143249: Fix buffer leak when overlapped operation fails to start on windows (GH-143250) (#143796)
kumaraditya303
2026/01/13
[Python-checkins] gh-143728: Keep `TypedDict` and `NamedTuple` in `class` role in docs (#143702)
AlexWaygood
2026/01/13
[Python-checkins] [3.13] gh-141004: Don't trigger `run-tests` when `Tools/check-c-api-docs/ignored_c_api.txt` is changed (GH-143583) (GH-143794)
ZeroIntensity
2026/01/13
[Python-checkins] Bump GitHub Actions (#143757)
hugovk
2026/01/13
[Python-checkins] remove duplicate error constants in `_winapi` (#143684)
kumaraditya303
2026/01/13
[Python-checkins] gh-141045: Document that shutil.Error is a subclass of OSError (#141152)
kumaraditya303
2026/01/13
[Python-checkins] gh-143249: Fix buffer leak when overlapped operation fails to start on windows (#143250)
kumaraditya303
2026/01/13
[Python-checkins] gh-141004: Don't trigger `run-tests` when `Tools/check-c-api-docs/ignored_c_api.txt` is changed (GH-143583)
ZeroIntensity
2026/01/13
[Python-checkins] [3.13] gh-106318: Add examples for str.replace() method (GH-143581) (GH-143788)
encukou
2026/01/13
[Python-checkins] [3.14] gh-106318: Add examples for str.replace() method (GH-143581) (GH-143789)
encukou
2026/01/13
[Python-checkins] gh-143054: Disallow non-top-level Cut for now (GH-143622)
encukou
2026/01/13
[Python-checkins] gh-141004: Document symbol visibility macros (PyAPI_DATA, Py_EXPORTED_SYMBOL, Py_LOCAL_SYMBOL,Py_IMPORTED_SYMBOL) (GH-143508)
encukou
2026/01/13
[Python-checkins] [3.13] gh-143189: fix insertdict() for non-Unicode key (GH-143285) (#143772)
hugovk
2026/01/13
[Python-checkins] [3.14] gh-143189: fix insertdict() for non-Unicode key (GH-143285) (#143771)
hugovk
2026/01/13
[Python-checkins] [3.14] Add example of min-heap and max-heap working together (gh-137251) (#143780)
rhettinger
2026/01/13
[Python-checkins] gh-132108: Add Buffer Protocol support to int.from_bytes to improve performance (#132109)
vstinner
2026/01/13
[Python-checkins] gh-141004: GHA: Run `check-c-api-docs` check on docs-only PRs (GH-143573)
encukou
2026/01/12
[Python-checkins] gh-143658: importlib.metadata: Use `str.translate` to improve performance of `importlib.metadata.Prepared.normalized` (#143660)
hugovk
2026/01/12
[Python-checkins] [3.13] gh-139707: Copy-strip change to idle.rst into idlelib (#143767)
terryjreedy
2026/01/12
[Python-checkins] [3.13] gh-143762 Backport a6bc60d for random combinatoric recipes (GH-143764) (gh-143766)
rhettinger
2026/01/12
[Python-checkins] [3.14] gh-143762 Backport a6bc60d for random combinatoric recipes (#143764)
rhettinger
2026/01/12
[Python-checkins] [3.14] gh-143706: Fix sys.argv not set during multiprocessing forkserver `__main__` preload (GH-143717) (#143763)
gpshead
2026/01/12
[Python-checkins] Update random combinatoric recipes and add tests (gh-143762)
rhettinger
2026/01/12
[Python-checkins] gh-143706: Fix sys.argv not set during multiprocessing forkserver `__main__` preload (#143717)
gpshead
2026/01/12
[Python-checkins] Bump automatic certificate update on Windows during builds (GH-143741)
ambv
2026/01/12
[Python-checkins] Add Savannah to optimizer CODEOWNERS (#143761)
savannahostrowski
2026/01/12
[Python-checkins] gh-134584: Add more contributors for JIT refcounting work (GH-143760)
Fidget-Spinner
2026/01/12
[Python-checkins] gh-134584: Eliminate redundant refcounting in TO_BOOL_INT, TO_BOOL_LIST (GH-143759)
Fidget-Spinner
2026/01/12
[Python-checkins] [3.14] gh-139707: Copy-strip change to idle.rst into idlelib (GH-143718) (#143744)
terryjreedy
2026/01/12
[Python-checkins] [3.14] Minor readability/usability improvement to the recipes section (gh-143753) (gh-143755)
rhettinger
2026/01/12
[Python-checkins] Minor readability/usability improvement to the recipes section (gh-143753)
rhettinger
2026/01/12
[Python-checkins] GH-43374: Revert "GH-43374: Fix urlretrieve reporthook to report actual bytes r… (#143711)
savannahostrowski
2026/01/12
[Python-checkins] [3.14] gh-143196: Fix crash in non-standard use of internal JSON encoder object (GH-143618) (GH-143748)
serhiy-storchaka
2026/01/12
[Python-checkins] gh-143196: Fix crash in non-standard use of internal JSON encoder object (GH-143618)
serhiy-storchaka
2026/01/12
[Python-checkins] [3.13] gh-142461: Move misplaced NEWS entries to an appropriate section (GH-143411) (GH-143745)
serhiy-storchaka
2026/01/12
[Python-checkins] [3.14] gh-142461: Move misplaced NEWS entries to an appropriate section (GH-143411) (GH-143746)
serhiy-storchaka
2026/01/12
[Python-checkins] gh-142461: Move misplaced NEWS entries to an appropriate section (GH-143411)
serhiy-storchaka
2026/01/12
[Python-checkins] [3.13] gh-141536: Fix a crash when running test_capi *after* test_code in the same process (GH-141537) (GH-143625)
serhiy-storchaka
2026/01/12
[Python-checkins] gh-139707: Copy-strip change to idle.rst into idlelib (#143718)
terryjreedy
2026/01/12
[Python-checkins] gh-140795: Remove 'exc' field in SSLObject (gh-143491)
colesbury
2026/01/12
[Python-checkins] [3.14] gh-142518: Document thread-safety guarantees of list operations (GH-142519) (#143736)
lysnikolaou
2026/01/12
[Python-checkins] gh-142518: Document thread-safety guarantees of list operations (#142519)
lysnikolaou
2026/01/12
[Python-checkins] [3.13] gh-140306: Clear uncaught exception info after applying error in subinterpreter (GH-140397)
serhiy-storchaka
2026/01/12
[Python-checkins] [3.14] gh-143544: Fix possible use-after-free in the JSON decoder when JSONDecodeError disappears during raising it (GH-143561) (#143733)
vstinner
2026/01/12
[Python-checkins] [3.13] gh-143544: Fix possible use-after-free in the JSON decoder when JSONDecodeError disappears during raising it (GH-143561) (#143734)
vstinner
2026/01/12
[Python-checkins] gh-134584: Eliminate redundant refcounting from `_CONTAINS_{OP|OP_SET|OP_DICT}` (GH-143731)
Fidget-Spinner
2026/01/12
[Python-checkins] gh-143544: Fix possible use-after-free in the JSON decoder when JSONDecodeError disappears during raising it (#143561)
vstinner
2026/01/12
[Python-checkins] gh-143253: Add libabigail suppression file for internal types (#143254)
hugovk
2026/01/12
[Python-checkins] gh-137113 docs: note readline no longer supported in REPL after 3.13 (GH-137142)
encukou
2026/01/12
[Python-checkins] gh-134584: JIT: Remove redundant refcount for _BINARY_OP_SUBSCR_DICT (GH-143724)
Fidget-Spinner
2026/01/12
[Python-checkins] [3.13] gh-141004: Improve `make check-c-api-docs` (GH-143564) (GH-143594)
encukou
2026/01/12
[Python-checkins] [3.14] gh-141004: Improve `make check-c-api-docs` (GH-143564) (GH-143593)
encukou
2026/01/12
[Python-checkins] gh-141004: Document PyUnicode_IS_COMPACT and PyUnicode_IS_COMPACT_ASCII macros (GH-143494)
encukou
2026/01/12
[Python-checkins] [3.13] gh-78724: Raise RuntimeError's when calling methods on non-ready Struct()'s (GH-143643) (GH-143714)
serhiy-storchaka
2026/01/12
[Python-checkins] [3.14] gh-78724: Raise RuntimeError's when calling methods on non-ready Struct()'s (GH-143643) (GH-143695)
serhiy-storchaka
2026/01/12
[Python-checkins] [3.14] gh-140806: add docs for `enum.bin` function (GH-140807) (#143726)
hugovk
2026/01/12
[Python-checkins] [3.14] gh-143578: Restore note about patchlevel.h (GH-143596) (#143725)
hugovk
2026/01/12
[Python-checkins] gh-140806: add docs for `enum.bin` function (#140807)
hugovk
2026/01/12
[Python-checkins] gh-143189: fix insertdict() for non-Unicode key (#143285)
hugovk
2026/01/12
[Python-checkins] gh-143578: Restore note about patchlevel.h (#143596)
hugovk
2026/01/12
[Python-checkins] [3.13] gh-142881: Fix concurrent and reentrant call of atexit.unregister() (GH-142901) (GH-143722)
serhiy-storchaka
2026/01/12
[Python-checkins] gh-142306: Improve errors for Element.remove() (GH-142308)
serhiy-storchaka
2026/01/12
[Python-checkins] [3.14] gh-142881: Fix concurrent and reentrant call of atexit.unregister() (GH-142901) (GH-143721)
serhiy-storchaka
2026/01/12
[Python-checkins] [3.14] gh-143346: Fix calculation of the line width for wrapped Base64 in plistlib (GH-143347) (GH-143719)
serhiy-storchaka
2026/01/12
[Python-checkins] [3.13] gh-143346: Fix calculation of the line width for wrapped Base64 in plistlib (GH-143347) (GH-143720)
serhiy-storchaka
2026/01/12
[Python-checkins] gh-142881: Fix concurrent and reentrant call of atexit.unregister() (GH-142901)
serhiy-storchaka
2026/01/12
[Python-checkins] gh-143346: Fix calculation of the line width for wrapped Base64 in plistlib (GH-143347)
serhiy-storchaka
2026/01/12
[Python-checkins] [3.13] gh-143378: Fix use-after-free when BytesIO is concurrently mutated during write operations (GH-143408) (GH-143600)
serhiy-storchaka
2026/01/11
[Python-checkins] gh-134584: JIT: Remove redundant refcounting for UNARY_{INVERT|NEGATIVE} (GH-143704)
Fidget-Spinner
2026/01/11
[Python-checkins] [3.14] gh-127750: Fix annotations in singledispatchmethod signature tests (GH-143571) (GH-143707)
serhiy-storchaka
2026/01/11
[Python-checkins] [3.13] gh-127750: Fix annotations in singledispatchmethod signature tests (GH-143571) (GH-143708)
serhiy-storchaka
2026/01/11
[Python-checkins] [3.13] gh-142972: Document arbitrary ordering in `Path.glob` and `Path.rglob` (GH-143025) (GH-143710)
ZeroIntensity
2026/01/11
[Python-checkins] [3.14] gh-142972: Document arbitrary ordering in `Path.glob` and `Path.rglob` (GH-143025) (GH-143709)
ZeroIntensity
2026/01/11
[Python-checkins] gh-142972: Document arbitrary ordering in `Path.glob` and `Path.rglob` (GH-143025)
ZeroIntensity
2026/01/11
[Python-checkins] gh-128335: Make slice generic at runtime (#128336)
JelleZijlstra
2026/01/11
[Python-checkins] gh-127750: Fix annotations in singledispatchmethod signature tests (GH-143571)
serhiy-storchaka
2026/01/11
[Python-checkins] gh-139038: Update JIT perf figures for 3.14a4 (GH-143705)
Fidget-Spinner
2026/01/11
[Python-checkins] [3.13] gh-143420: Clarify sequence behavior for slice indexes (GH-143422) (#143703)
hugovk
2026/01/11
[Python-checkins] [3.14] gh-143420: Clarify sequence behavior for slice indexes (GH-143422) (#143701)
hugovk
2026/01/11
[Python-checkins] gh-143420: Clarify sequence behavior for slice indexes (#143422)
hugovk
2026/01/11
[Python-checkins] [3.13] gh-86139: Correct NamedTuple and TypedDict's type in typing.rst (GH-143692) (#143697)
AlexWaygood
2026/01/11
[Python-checkins] [3.14] gh-86139: Correct NamedTuple and TypedDict's type in typing.rst (GH-143692) (#143696)
AlexWaygood
2026/01/11
[Python-checkins] gh-86139: Correct NamedTuple and TypedDict's type in typing.rst (#143692)
AlexWaygood
2026/01/11
[Python-checkins] gh-78724: Raise RuntimeError's when calling methods on non-ready Struct()'s (GH-143643)
serhiy-storchaka
2026/01/11
[Python-checkins] [3.14] gh-143638: Forbid cuncurrent use of the Pickler and Unpickler objects in C implementation (GH-143664) (GH-143686)
serhiy-storchaka
2026/01/11
[Python-checkins] [3.13] gh-143638: Forbid cuncurrent use of the Pickler and Unpickler objects in C implementation (GH-143664) (GH-143687)
serhiy-storchaka
2026/01/11
[Python-checkins] gh-143638: Forbid cuncurrent use of the Pickler and Unpickler objects in C implementation (GH-143664)
serhiy-storchaka
2026/01/10
[Python-checkins] [3.14] Remove outdated comment about `excess_args` warning in `object.__init__` (GH-143669) (#143680)
sobolevn
2026/01/10
[Python-checkins] [3.13] Remove outdated comment about `excess_args` warning in `object.__init__` (GH-143669) (#143681)
sobolevn
2026/01/10
[Python-checkins] Remove outdated comment about `excess_args` warning in `object.__init__` (#143669)
sobolevn
2026/01/10
[Python-checkins] [3.13] Sync the batched() example with the grouper() example. (gh-143676) (gh-143679)
rhettinger
2026/01/10
[Python-checkins] [3.14] Sync the batched() example with the grouper() example. (gh-143676) (gh-143678)
rhettinger
2026/01/10
[Python-checkins] [3.14] Add derangements() recipe (gh-143671) (gh-143677)
rhettinger
2026/01/10
[Python-checkins] Sync the batched() example with the grouper() example. (gh-143676)
rhettinger
2026/01/10
[Python-checkins] Add derangements() recipe (gh-143671)
rhettinger
2026/01/10
[Python-checkins] [3.13] gh-143377: fix crashes in `_interpreters.capture_exception` (GH-143418) (#143653)
picnixz
2026/01/10
[Python-checkins] [3.14] Doc: remove duplicate GitHub issue reference in "What's New in Python 3.13" (GH-143654) (#143656)
picnixz
2026/01/10
[Python-checkins] [3.13] Doc: remove duplicate GitHub issue reference in "What's New in Python 3.13" (GH-143654) (#143657)
picnixz
2026/01/10
[Python-checkins] Doc: remove duplicate GitHub issue reference in "What's New in Python 3.13" (#143654)
picnixz
2026/01/10
[Python-checkins] [3.14] gh-143377: fix crashes in `_interpreters.capture_exception` (GH-143418) (#143652)
picnixz
2026/01/10
[Python-checkins] gh-143377: fix crashes in `_interpreters.capture_exception` (#143418)
picnixz
2026/01/10
[Python-checkins] gh-143604: Hold strong reference to executor during JIT tracing (GH-143646)
Fidget-Spinner
2026/01/10
[Python-checkins] [3.14] gh-143641: Make `ready_to_import` always remove tempdir from `sys.path` (GH-143642) (#143647)
sobolevn
2026/01/10
[Python-checkins] [3.13] gh-143641: Make `ready_to_import` always remove tempdir from `sys.path` (GH-143642) (#143648)
sobolevn
2026/01/10
[Python-checkins] gh-143641: Make `ready_to_import` always remove tempdir from `sys.path` (#143642)
sobolevn
2026/01/09
[Python-checkins] [3.14] gh-141536: Fix a crash when running test_capi *after* test_code in the same process (GH-141537) (#143522)
kumaraditya303
2026/01/09
[Python-checkins] [3.14] gh-72239: Add note distinguishing concurrent.futures.Future from asyncio.Future (GH-143288) (#143607)
kumaraditya303
2026/01/09
[Python-checkins] [3.13] gh-72239: Add note distinguishing concurrent.futures.Future from asyncio.Future (GH-143288) (#143608)
kumaraditya303
2026/01/09
[Python-checkins] [3.14] gh-142829: Fix use-after-free in `Context.__eq__` via re-entrant `ContextVar.set` (GH-142905) (#143627)
kumaraditya303
2026/01/09
[Python-checkins] [3.14] Fix dunder name typo in compiler code comment (GH-143374) (#143386)
kumaraditya303
2026/01/09
[Python-checkins] gh-143586: Add Counter comparison tests to enforce missing element semantics (gh-143587)
rhettinger
2026/01/09
[Python-checkins] gh-142764: Restore REPLACE_OPCODE_IF_EVALUATES_PURE optimization for some ops (GH-143335)
Fidget-Spinner
2026/01/09
[Python-checkins] gh-143421: Allocate all JIT state in one go (GH-143626)
Fidget-Spinner
2026/01/09
[Python-checkins] [3.13] gh-143006: Fix and optimize mixed comparison of float and int (GH-143084) (GH-143624)
serhiy-storchaka
2026/01/09
[Python-checkins] gh-141004: Document remaining constants from patchlevel.h (GH-143598)
encukou
2026/01/09
[Python-checkins] [3.14] gh-143006: Fix and optimize mixed comparison of float and int (GH-143084) (GH-143623)
serhiy-storchaka
2026/01/09
[Python-checkins] gh-136438: Make sure `test_interpreters` pass with all optimization levels (GH-136499)
encukou
2026/01/09
[Python-checkins] gh-143006: Fix and optimize mixed comparison of float and int (GH-143084)
serhiy-storchaka
2026/01/09
[Python-checkins] gh-143421: Lazily allocate tracer code and opt buffers (GH-143597)
Fidget-Spinner
2026/01/09
[Python-checkins] [3.14] gh-143460: Skip infinite recusion tests for infinite stack size (GH-143606) (#143619)
Fidget-Spinner
2026/01/09
[Python-checkins] gh-143460: Skip infinite recusion tests for infinite stack size (#143606)
Fidget-Spinner
2026/01/09
[Python-checkins] [3.14] gh-143191: Use _PyOS_MIN_STACK_SIZE in _thread.stack_size() (GH-143601) (#143611)
vstinner
2026/01/09
[Python-checkins] [3.13] gh-143547: Fix PyErr_FormatUnraisable() fallback (GH-143557) (GH-143603) (#143612)
vstinner
2026/01/09
[Python-checkins] [3.13] gh-106318: Add examples for str.rfind() method (GH-143582) (#143617)
vstinner
2026/01/09
[Python-checkins] [3.14] gh-106318: Add examples for str.rfind() method (GH-143582) (#143616)
vstinner
2026/01/09
[Python-checkins] [3.13] gh-106318: Improve str.removeprefix() and str.removesuffix() docs (GH-143580) (#143615)
vstinner
2026/01/09
[Python-checkins] [3.14] gh-106318: Improve str.removeprefix() and str.removesuffix() docs (GH-143580) (#143614)
vstinner
2026/01/09
[Python-checkins] gh-106318: Add examples for str.rfind() method (#143582)
vstinner
2026/01/09
[Python-checkins] gh-106318: Improve str.removeprefix() and str.removesuffix() docs (#143580)
vstinner
2026/01/09
[Python-checkins] [3.14] gh-143547: Fix PyErr_FormatUnraisable() fallback (#143557) (#143603)
vstinner
2026/01/09
[Python-checkins] gh-143191: Use _PyOS_MIN_STACK_SIZE in _thread.stack_size() (#143601)
vstinner
2026/01/09
[Python-checkins] gh-142829: Fix use-after-free in `Context.__eq__` via re-entrant `ContextVar.set` (#142905)
kumaraditya303
2026/01/09
[Python-checkins] gh-72239: Add note distinguishing concurrent.futures.Future from asyncio.Future (#143288)
kumaraditya303
2026/01/09
[Python-checkins] [3.14] gh-143378: Fix use-after-free when BytesIO is concurrently mutated during write operations (GH-143408) (GH-143599)
serhiy-storchaka
2026/01/09
[Python-checkins] gh-143547: Fix PyErr_FormatUnraisable() fallback (#143557)
vstinner
2026/01/09
[Python-checkins] gh-143378: Fix use-after-free when BytesIO is concurrently mutated during write operations (GH-143408)
serhiy-storchaka
2026/01/09
[Python-checkins] [3.14] gh-143429: Use compile-time NaN encoding detection for test_struct (GH-143432) (#143595)
vstinner
2026/01/09
[Python-checkins] gh-143429: Use compile-time NaN encoding detection for test_struct (#143432)
vstinner
2026/01/09
[Python-checkins] gh-141004: Improve `make check-c-api-docs` (GH-143564)
encukou
2026/01/09
[Python-checkins] Test: remove unintended unittest.main() in live collector tests (#143590)
pablogsal
2026/01/09
[Python-checkins] gh-106318: Add examples for str.replace() method (GH-143581)
encukou
2026/01/08
[Python-checkins] GH-43374: Fix urlretrieve reporthook to report actual bytes read (#142653)
savannahostrowski
2026/01/08
[Python-checkins] GH-139686: Revert "gh-139686: Make reloading a lazy module no-op (GH-139857)" (#143584)
brettcannon
2026/01/08
[Python-checkins] Add Emscripten test skips for recently added tests. (#143551)
freakboy3742
2026/01/08
[Python-checkins] gh-120321: Make gen.gi_frame.clear() thread-safe (gh-143112)
colesbury
2026/01/08
[Python-checkins] gh-143421: Move `JitOptContext` from stack allocation to per-thread heap allocation (GH-143536)
Fidget-Spinner
2026/01/08
[Python-checkins] [3.13] gh-142095: Use thread local frame info in `py-bt` and `py-bt-full` when available (gh-143371) (#143567)
colesbury
2026/01/08
[Python-checkins] [3.14] gh-142095: Use thread local frame info in `py-bt` and `py-bt-full` when available (gh-143371) (#143566)
colesbury
2026/01/08
[Python-checkins] [3.13] gh-143553: Add support for parametrized resources in regrtests (GH-143554) (GH-143556)
serhiy-storchaka
2026/01/08
[Python-checkins] [3.14] gh-143553: Add support for parametrized resources in regrtests (GH-143554) (GH-143555)
serhiy-storchaka
2026/01/08
[Python-checkins] gh-143445: Optimize deepcopy for 1.04x speedup (#143449)
vstinner
2026/01/08
[Python-checkins] gh-142908: Don't use `DK_IS_UNICODE` in interpreter (gh-142909)
colesbury
2026/01/08
[Python-checkins] gh-142095: Use thread local frame info in `py-bt` and `py-bt-full` when available (gh-143371)
colesbury
2026/01/08
[Python-checkins] [3.13] gh-143513: Clarify changed argument name of `ResourceReader.is_resource` (GH-143523) (GH-143563)
ZeroIntensity
2026/01/08
[Python-checkins] [3.14] gh-143513: Clarify changed argument name of `ResourceReader.is_resource` (GH-143523) (GH-143562)
ZeroIntensity
2026/01/08
[Python-checkins] gh-143513: Clarify changed argument name of `ResourceReader.is_resource` (GH-143523)
ZeroIntensity
2026/01/08
[Python-checkins] [3.14] gh-143528: Fix test_time.test_thread_time() (GH-143558) (#143559)
vstinner
2026/01/08
[Python-checkins] [3.13] gh-143528: Fix test_time.test_thread_time() (GH-143558) (#143560)
vstinner
2026/01/08
[Python-checkins] gh-143528: Fix test_time.test_thread_time() (#143558)
vstinner
2026/01/08
[Python-checkins] gh-140025: Fix `queue.SimpleQueue.__sizeof__()` to return correct size (#143137)
kumaraditya303
2026/01/08
[Python-checkins] gh-143553: Add support for parametrized resources in regrtests (GH-143554)
serhiy-storchaka
2026/01/08
[Python-checkins] [3.13] gh-143089: Fix ParamSpec default examples to use list instead of tuple (GH-143179) (#143539)
hugovk
2026/01/08
[Python-checkins] [3.14] gh-143089: Fix ParamSpec default examples to use list instead of tuple (GH-143179) (#143538)
hugovk
2026/01/07
[Python-checkins] [3.14] gh-143517: Fix an edge case in rewriting stringified starred annotations (GH-143518) (#143540)
JelleZijlstra
2026/01/07
[Python-checkins] gh-143517: Fix an edge case in rewriting stringified starred annotations (#143518)
JelleZijlstra
2026/01/07
[Python-checkins] gh-143089: Fix ParamSpec default examples to use list instead of tuple (#143179)
JelleZijlstra
2026/01/07
[Python-checkins] gh-129824: Fix data race on `runtime->gilstate.check_enabled` (gh-143530)
colesbury
2026/01/07
[Python-checkins] [3.13] Fix a typo in STORE_SLICE docs (GH-143500) (#143534)
tomasr8
2026/01/07
[Python-checkins] [3.14] Fix a typo in STORE_SLICE docs (GH-143500) (#143533)
tomasr8
2026/01/07
[Python-checkins] Fix a typo in STORE_SLICE docs (#143500)
tomasr8
2026/01/07
[Python-checkins] gh-143531: Use macro to check if PEP 523 is hooked (#143532)
DinoV
2026/01/07
[Python-checkins] [3.13] gh-138568: Make `help` mode in PyREPL not exit on empty line input (GH-143512) (GH-143520)
ambv
2026/01/07
[Python-checkins] GH-142950: Process format specifiers before colourization in argparse help (#142960)
savannahostrowski
2026/01/07
[Python-checkins] gh-117657: Remove remaining TSan suppressions (gh-143499)
colesbury
2026/01/07
[Python-checkins] [3.14] gh-106318: Add examples for str.casefold() and str.lower() methods (GH-142154) (#143524)
vstinner
2026/01/07
[Python-checkins] [3.13] gh-106318: Add examples for str.casefold() and str.lower() methods (GH-142154) (#143525)
vstinner
2026/01/07
[Python-checkins] gh-106318: Add examples for str.casefold() and str.lower() methods (#142154)
vstinner
2026/01/07
[Python-checkins] [3.14] gh-138568: Make `help` mode in PyREPL not exit on empty line input (GH-143512) (GH-143519)
ambv
2026/01/07
[Python-checkins] gh-141536: Fix a crash when running test_capi *after* test_code in the same process (#141537)
Yhg1s
2026/01/07
[Python-checkins] gh-138568: Make `help` mode in PyREPL not exit on empty line input (#143512)
ambv
2026/01/07
[Python-checkins] [3.14] gh-142991: socketmodule: fixed getsockaddrlen() for PF_DIVERT socket (GH-142993) (#143481)
vstinner
2026/01/07
[Python-checkins] [3.13] gh-142991: Fix socketmodule.c build: remove _Py_FALLTHROUGH (#143514)
vstinner
Earlier messages
Later messages