python-checkins
Thread
Date
Earlier messages
Messages by Date
2026/02/18
[Python-checkins] gh-144888: Don't invalidate executors during function deallocation (#144974)
savannahostrowski
2026/02/18
[Python-checkins] gh-144969: Document that the free threading GC can change ob_tid (#144972)
Yhg1s
2026/02/18
[Python-checkins] gh-141510: Replace MappingProxyType with frozendict (#144904)
vstinner
2026/02/18
[Python-checkins] [3.14] gh-144763: Fix race conditions in tracemalloc (#144779) (#144965)
vstinner
2026/02/18
[Python-checkins] gh-141510: Fix frozendict.fromkeys() for dict subclasses (#144962)
vstinner
2026/02/18
[Python-checkins] [3.14] gh-141984: Reword and reorganize the first part of Atoms docs (GH-144117) (GH-144959)
encukou
2026/02/18
[Python-checkins] gh-141510: Update specializer to support frozendict (gh-144949)
corona10
2026/02/18
[Python-checkins] gh-135573: Add tests for pickle opcodes with wrong types (GH-144950)
serhiy-storchaka
2026/02/18
[Python-checkins] gh-144763: Don't detach the GIL in tracemalloc (#144779)
vstinner
2026/02/18
[Python-checkins] gh-141510: Fix frozendict.fromkeys() for subclasses (#144952)
vstinner
2026/02/18
[Python-checkins] gh-141510: Add can_modify_dict() in dictobject.c (#144955)
vstinner
2026/02/18
[Python-checkins] gh-141510: Add frozendict fast-path to the set type (#144912)
vstinner
2026/02/18
[Python-checkins] [3.13] gh-140652: Fix a crash in _interpchannels.list_all() after clo…sing a channel (GH-143743) (GH-144953)
serhiy-storchaka
2026/02/18
[Python-checkins] [3.14] Datetime: Tidy up docs (GH-144720) (GH-144956)
encukou
2026/02/18
[Python-checkins] [3.14] gh-140652: Fix a crash in _interpchannels.list_all() after closing a channel (GH-143743) (GH-144954)
serhiy-storchaka
2026/02/18
[Python-checkins] Datetime: Tidy up docs (GH-144720)
encukou
2026/02/18
[Python-checkins] gh-124748: Fix handling kwargs in `WeakKeyDictionary.update()` (#124783)
kumaraditya303
2026/02/18
[Python-checkins] gh-141984: Reword and reorganize the first part of Atoms docs (GH-144117)
encukou
2026/02/18
[Python-checkins] gh-140652: Fix a crash in _interpchannels.list_all() after closing a channel (ПР-143743)
serhiy-storchaka
2026/02/18
[Python-checkins] gh-141510: Implement copy and deepcopy for frozendict (#144905)
vstinner
2026/02/18
[Python-checkins] [3.13] gh-144386: Update equivalent code for "with", "async with" and "async for" (GH-144472) (GH-144946)
serhiy-storchaka
2026/02/18
[Python-checkins] gh-135573: Make pickled lists, sets and dicts a tiny bit smaller (GH-144162)
serhiy-storchaka
2026/02/18
[Python-checkins] [3.14] gh-144386: Update equivalent code for "with", "async with" and "async for" (GH-144472) (GH-144945)
serhiy-storchaka
2026/02/18
[Python-checkins] gh-144386: Update equivalent code for "with", "async with" and "async for" (GH-144472)
serhiy-storchaka
2026/02/18
[Python-checkins] [3.14] Docs: an "improve this page" feature (GH-144939) (#144943)
nedbat
2026/02/18
[Python-checkins] Docs: an "improve this page" feature (#144939)
nedbat
2026/02/17
[Python-checkins] Docs: Remove unnecessary entry from `nitpick_ignore` (GH-144933)
encukou
2026/02/17
[Python-checkins] Move CODEOWNERS rule from devguide (GH-144924)
encukou
2026/02/17
[Python-checkins] gh-144914: use `mimalloc` for raw allocations on free-threading (#144916)
kumaraditya303
2026/02/17
[Python-checkins] gh-141510: Mention frozendict in dict documentation (#144934)
vstinner
2026/02/17
[Python-checkins] gh-141510: Optimize {frozen}dict.fromkeys for frozendict (gh-144915)
corona10
2026/02/17
[Python-checkins] gh-141510: Update `test_xpickle` for `frozendict` (#144927)
vstinner
2026/02/17
[Python-checkins] gh-141510: Change repr(frozendict) for empty dict (#144921)
vstinner
2026/02/17
[Python-checkins] gh-141510: Optimize hash(frozendict) (#144919)
vstinner
2026/02/17
[Python-checkins] gh-144438: Fix false sharing between QSBR and tlbc_index (gh-144554)
colesbury
2026/02/17
[Python-checkins] gh-141510: Remove unncessary lock holding for frozendict repr (gh-144920)
corona10
2026/02/17
[Python-checkins] gh-141510: Update mp_length of frozendict to use non atomic operation (gh-144913)
corona10
2026/02/17
[Python-checkins] [3.13] Fix typos and grammar errors across documentation (GH-144709) (#144804)
AlexWaygood
2026/02/17
[Python-checkins] [3.14] Fix typos and grammar errors across documentation (GH-144709) (#144801)
AlexWaygood
2026/02/17
[Python-checkins] Enable CPU tests on default ARM build (#144743)
hugovk
2026/02/17
[Python-checkins] [3.14] gh-143637: Fix test_socket.test_sendmsg_reentrant_ancillary_mutation() on Solaris (GH-144890) (#144901)
vstinner
2026/02/17
[Python-checkins] [3.13] gh-143637: Fix test_socket.test_sendmsg_reentrant_ancillary_mutation() on Solaris (GH-144890) (#144902)
vstinner
2026/02/17
[Python-checkins] gh-141510, PEP 814: Add built-in frozendict type (#144757)
vstinner
2026/02/17
[Python-checkins] gh-143637: Fix test_socket.test_sendmsg_reentrant_ancillary_mutation() on Solaris (#144890)
vstinner
2026/02/16
[Python-checkins] [3.13] gh-144551: Update macOS installer to use OpenSSL 3.0.19 (GH-144897) (#144898)
ned-deily
2026/02/16
[Python-checkins] [3.14] gh-144551: Update macOS installer to use OpenSSL 3.0.19 (#144897)
ned-deily
2026/02/16
[Python-checkins] [3.14] gh-144782: Make sure that ArgumentParser instances are pickleable (GH-144783) (#144895)
savannahostrowski
2026/02/16
[Python-checkins] gh-144782: Make sure that ArgumentParser instances are pickleable (#144783)
savannahostrowski
2026/02/16
[Python-checkins] gh-142349: Fix ast.unparse for lazy import statements (#144893)
pablogsal
2026/02/16
[Python-checkins] gh-140715: Add `%D` format code support to `strptime()` (GH-144819)
gpshead
2026/02/16
[Python-checkins] gh-144878: Gate PEP 810 builtins in xpickle compat tests (#144889)
pablogsal
2026/02/16
[Python-checkins] [3.13] gh-144601: Avoid sharing exception objects raised in a `PyInit` function across multiple interpreters (GH-144602) (GH-144880)
ZeroIntensity
2026/02/16
[Python-checkins] [3.14] gh-144601: Avoid sharing exception objects raised in a `PyInit` function across multiple interpreters (GH-144602) (GH-144633)
ZeroIntensity
2026/02/16
[Python-checkins] [3.13] gh-144601: Use `_testmultiphase` instead of `_testsinglephase` in `test_importlib` (GH-144769) (GH-144877)
ZeroIntensity
2026/02/16
[Python-checkins] [3.13] gh-80667: Fix lookup for Tangut ideographs in unicodedata (GH-144789) (GH-144871) (GH-144875)
serhiy-storchaka
2026/02/16
[Python-checkins] bpo-32234: Allow mailbox instances as context managers (GH-4770)
encukou
2026/02/16
[Python-checkins] [3.14] gh-144601: Use `_testmultiphase` instead of `_testsinglephase` in `test_importlib` (GH-144769)
encukou
2026/02/16
[Python-checkins] [3.14] gh-80667: Fix lookup for Tangut ideographs in unicodedata (GH-144789) (GH-144871)
serhiy-storchaka
2026/02/16
[Python-checkins] gh-80667: Fix Tangut ideographs names in unicodedata (GH-144789)
serhiy-storchaka
2026/02/15
[Python-checkins] [3.13] gh-144551: Update Android builds to use OpenSSL 3.0.19 (GH-144868)
zware
2026/02/15
[Python-checkins] [3.14] gh-144551: Update Android builds to use OpenSSL 3.0.19 (GH-144866)
zware
2026/02/15
[Python-checkins] [3.14] gh-144551: Update iOS builds to use OpenSSL 3.0.19 (GH-144867)
zware
2026/02/15
[Python-checkins] gh-144551: Update iOS builds to use OpenSSL 3.0.19 (GH-144865)
zware
2026/02/15
[Python-checkins] gh-144551: Update Android builds to use OpenSSL 3.0.19 (GH-144864)
zware
2026/02/15
[Python-checkins] [3.14] gh-144833: Fix use-after-free in SSL module when SSL_new() fails (GH-144843) (#144858)
gpshead
2026/02/15
[Python-checkins] [3.13] gh-144833: Fix use-after-free in SSL module when SSL_new() fails (GH-144843) (#144859)
gpshead
2026/02/15
[Python-checkins] gh-144833: Fix use-after-free in SSL module when SSL_new() fails (GH-144843)
gpshead
2026/02/15
[Python-checkins] gh-86519: Add prefixmatch APIs to the re module (GH-31137)
gpshead
2026/02/15
[Python-checkins] gh-144727: Add test for circular lazy import crash (#144727) (#144838)
pablogsal
2026/02/15
[Python-checkins] Format CODEOWNERS file (#144842)
pablogsal
2026/02/15
[Python-checkins] gh-142349: Add CODEOWNERS for lazy imports (#144840)
pablogsal
2026/02/15
[Python-checkins] [3.14] gh-144759: Fix undefined behavior from NULL pointer arithmetic in lexer (GH-144788) (#144834)
pablogsal
2026/02/15
[Python-checkins] add whatsnew entry for `PyUnstable_SetImmortal` and `PyDatetime_IMPORT` (#144830)
kumaraditya303
2026/02/15
[Python-checkins] gh-144759: Fix undefined behavior from NULL pointer arithmetic in lexer (#144788)
pablogsal
2026/02/14
[Python-checkins] [3.13] gh-101100: Resolve reference warnings in reference/ (GH-138418) (#138681)
pablogsal
2026/02/14
[Python-checkins] gh-144822: remove redundant decref in `codegen.c` (#144823)
kumaraditya303
2026/02/14
[Python-checkins] [3.13] gh-144766: Fix a crash in fork child process when perf support is enabled. (GH-144795) (#144818)
pablogsal
2026/02/14
[Python-checkins] fix warnings in jit builds (GH-144817)
Fidget-Spinner
2026/02/14
[Python-checkins] [3.14] gh-143637: Fix re-entrant mutation of ancillary data in socket.sendmsg() (GH-143892) (#144786)
vstinner
2026/02/14
[Python-checkins] remove unused _PyFunction_LookupByVersion (GH-144814)
Fidget-Spinner
2026/02/14
[Python-checkins] [3.14] gh-144766: Fix a crash in fork child process when perf support is enabled. (GH-144795) (#144816)
pablogsal
2026/02/14
[Python-checkins] gh-144766: Fix a crash in fork child process when perf support is enabled. (#144795)
pablogsal
2026/02/13
[Python-checkins] gh-138912: Improve MATCH_CLASS opcode performance (GH-138915)
gpshead
2026/02/13
[Python-checkins] gh-144551: Update various CI jobs to OpenSSL 3.5 (GH-144808)
zware
2026/02/13
[Python-checkins] gh-144551: Update OpenSSL version references in Mac/BuildScript/ (GH-144810)
zware
2026/02/13
[Python-checkins] gh-144551: Update Windows builds to use OpenSSL 3.5.5 (GH-144796)
zware
2026/02/13
[Python-checkins] [3.13] gh-144551: Update CI to use latest OpenSSL versions (GH-144800)
zware
2026/02/13
[Python-checkins] [3.14] gh-144551: Update CI to use latest OpenSSL versions (GH-144794) (#144799)
hugovk
2026/02/13
[Python-checkins] [3.13] gh-144787: [tests] Allow TLS v1.2 to be minimum version (GH-144790) (#144792)
gpshead
2026/02/13
[Python-checkins] [3.14] gh-144787: [tests] Allow TLS v1.2 to be minimum version (GH-144790) (#144791)
gpshead
2026/02/13
[Python-checkins] gh-136672: Docs: Move parts of Enum HOWTO to API Docs (GH-139176)
ethanfurman
2026/02/13
[Python-checkins] [3.14] gh-144551: Update Windows builds to use OpenSSL 3.0.19 (GH-144797)
zware
2026/02/13
[Python-checkins] [3.13] gh-144551: Update Windows builds to use OpenSSL 3.0.19 (GH-144798)
zware
2026/02/13
[Python-checkins] gh-144551: Update CI to use latest OpenSSL versions (GH-144794)
zware
2026/02/13
[Python-checkins] gh-144551: Update Windows builds to use OpenSSL 3.0.19 (GH-144793)
zware
2026/02/13
[Python-checkins] gh-144787: [tests] Allow TLS v1.2 to be minimum version (GH-144790)
gpshead
2026/02/13
[Python-checkins] [3.12] gh-144125: email: verify headers are sound in BytesGenerator
sethmlarson
2026/02/13
[Python-checkins] [3.13] gh-143637: Fix re-entrant mutation of ancillary data in socket.sendmsg() (GH-143892) (#144785)
vstinner
2026/02/13
[Python-checkins] gh-143637: Fix re-entrant mutation of ancillary data in socket.sendmsg() (#143892)
vstinner
2026/02/12
[Python-checkins] [3.14] gh-135906: Test more internal headers in test_cext/test_cppext (#144758)
vstinner
2026/02/12
[Python-checkins] [3.13] gh-144706: Warn against using synchronization primitives within signal handlers (GH-144736) (GH-144768)
ZeroIntensity
2026/02/12
[Python-checkins] [3.14] gh-144706: Warn against using synchronization primitives within signal handlers (GH-144736) (GH-144767)
ZeroIntensity
2026/02/12
[Python-checkins] gh-144706: Warn against using synchronization primitives within signal handlers (GH-144736)
ZeroIntensity
2026/02/12
[Python-checkins] gh-143916: Allow HTAB in wsgiref header values
sethmlarson
2026/02/12
[Python-checkins] gh-135906: Test more internal headers in test_cext/test_cppext (#144751)
vstinner
2026/02/12
[Python-checkins] [3.14] gh-80667: Fix case-sensitivity of some Unicode literal escapes (GH-107281) (GH-144753)
serhiy-storchaka
2026/02/12
[Python-checkins] [3.13] gh-80667: Fix case-sensitivity of some Unicode literal escapes (GH-107281) (GH-144754)
serhiy-storchaka
2026/02/12
[Python-checkins] gh-80667: Fix case-sensitivity of some Unicode literal escapes (GH-107281)
serhiy-storchaka
2026/02/12
[Python-checkins] gh-121617: Include <string.h> for Py_CLEAR() macro (#144666)
vstinner
2026/02/12
[Python-checkins] gh-138744: Upgrade Windows to 2025 in GitHub Actions (#144682)
vstinner
2026/02/12
[Python-checkins] gh-144285: Improve `AttributeError` attribute suggestions (#144299)
pablogsal
2026/02/12
[Python-checkins] gh-142349: Fix refcount corruption in lazy import specialization (#144733)
Yhg1s
2026/02/12
[Python-checkins] [3.13] gh-57095: Add note about input splitting in `datetime.*.strptime` (GH-131049) (GH-144734)
encukou
2026/02/12
[Python-checkins] [3.14] gh-57095: Add note about input splitting in `datetime.*.strptime` (GH-131049) (GH-144735)
encukou
2026/02/12
[Python-checkins] gh-57095: Add note about input splitting in `datetime.*.strptime` (GH-131049)
encukou
2026/02/12
[Python-checkins] Add missing step to `Modules/expat/refresh.sh` instructions (GH-144719)
encukou
2026/02/12
[Python-checkins] [3.14] gh-84424: Use numeric_changed for UCD.numeric (GH-19457) (GH-144731)
serhiy-storchaka
2026/02/12
[Python-checkins] [3.13] gh-84424: Use numeric_changed for UCD.numeric (GH-19457) (GH-144732)
serhiy-storchaka
2026/02/12
[Python-checkins] gh-142349: Fix build errors from PEP 810 (#144726)
pablogsal
2026/02/11
[Python-checkins] gh-106318: Fix incorrectly rendered code block in `str.isalnum()` docs (GH-144718)
encukou
2026/02/11
[Python-checkins] [3.13] Itertools recipes: Replace the tabulate() example with running_mean() (gh-144483) (gh-144722)
rhettinger
2026/02/11
[Python-checkins] gh-144675: update to WASI SDK 30 (#144676)
brettcannon
2026/02/11
[Python-checkins] gh-84424: Use numeric_changed for UCD.numeric (GH-19457)
serhiy-storchaka
2026/02/11
[Python-checkins] gh-141563: Enable test_cppext internal C API tests on macOS (#144711)
vstinner
2026/02/11
[Python-checkins] [3.13] gh-142518: Define lock-free and per-object lock (GH-144548) (#144707)
lysnikolaou
2026/02/11
[Python-checkins] Fix typos and grammar errors across documentation (#144709)
AlexWaygood
2026/02/11
[Python-checkins] [3.14] gh-144639: Ruff: target Python 3.14 syntax in `Lib/test` (GH-144656) (#144710)
hugovk
2026/02/11
[Python-checkins] gh-143300: implement `PyUnstable_SetImmortal` for marking objects as immortal (#144543)
kumaraditya303
2026/02/11
[Python-checkins] gh-144639: Ruff: target Python 3.14 syntax in `Lib/test` (#144656)
AA-Turner
2026/02/11
[Python-checkins] [3.14] gh-142518: Document thread-safety guarantees of dict operations (GH-144184) (#144708)
lysnikolaou
2026/02/11
[Python-checkins] gh-142518: Document thread-safety guarantees of dict operations (#144184)
lysnikolaou
2026/02/11
[Python-checkins] [3.14] gh-142518: Define lock-free and per-object lock (GH-144548) (#144704)
lysnikolaou
2026/02/11
[Python-checkins] [3.14] Docs: remove links of modules to themselves (GH-144695) (#144705)
nedbat
2026/02/11
[Python-checkins] Docs: remove links of modules to themselves (#144695)
nedbat
2026/02/11
[Python-checkins] gh-142518: Define lock-free and per-object lock (#144548)
lysnikolaou
2026/02/11
[Python-checkins] gh-144321: Fix named tuple bug when input is a non-sequence iterable (#144600)
AlexWaygood
2026/02/11
[Python-checkins] [3.13] gh-106318: Improve str.rstrip() method doc (GH-143893) (#144698)
vstinner
2026/02/11
[Python-checkins] [3.14] gh-106318: Improve str.rstrip() method doc (GH-143893) (#144699)
vstinner
2026/02/11
[Python-checkins] gh-106318: Improve str.rstrip() method doc (#143893)
vstinner
2026/02/10
[Python-checkins] [3.13] gh-143650: Fix importlib race condition on import failure (GH-143651) (#144697)
gpshead
2026/02/10
[Python-checkins] [3.14] gh-143650: Fix importlib race condition on import failure (GH-143651) (#144662)
gpshead
2026/02/10
[Python-checkins] gh-140421: Disable perf trampoline on older macOS (#144647)
ned-deily
2026/02/10
[Python-checkins] gh-138122: Add sampling profiler visualisation to docs (#142772)
pablogsal
2026/02/10
[Python-checkins] docs: profiling.sampling: Fix sampling-rate default value description typo (#144686)
pablogsal
2026/02/10
[Python-checkins] [3.14] gh-144490: Test the internal C API in test_cext (#144678)
vstinner
2026/02/10
[Python-checkins] gh-141563: Fix test_cppext on macOS (#144685)
vstinner
2026/02/10
[Python-checkins] [3.14] GH-144552: Clean up `tail-call.yml ` CI (GH-144553) (#144683)
hugovk
2026/02/10
[Python-checkins] [3.14] Bump pre-commit hooks (GH-144576) (#144591)
savannahostrowski
2026/02/10
[Python-checkins] gh-141563: Fix test_cext on Windows (#144677)
vstinner
2026/02/10
[Python-checkins] gh-133879: Copyedit "What's new in Python 3.15" (#144661)
hugovk
2026/02/10
[Python-checkins] gh-141563: Don't test datetime.h with the limited C API (#144673)
vstinner
2026/02/10
[Python-checkins] [3.14] gh-144629: Add test for the PyFunction_GetAnnotations() function (GH-144630) (#144670)
vstinner
2026/02/10
[Python-checkins] [3.13] gh-138744: Skip test_dtrace on Windows (GH-144657) (#144668)
vstinner
2026/02/10
[Python-checkins] gh-141563: Add missing cast to _PyDateTime_IMPORT() (#144667)
vstinner
2026/02/10
[Python-checkins] gh-144629: Add test for the PyFunction_GetAnnotations() function (#144630)
vstinner
2026/02/10
[Python-checkins] gh-134584: Optimize `_BINARY_OP_SUBSCR_LIST_SLICE` (GH-144659)
Fidget-Spinner
2026/02/10
[Python-checkins] [3.14] gh-144563: Fix remote debugging with duplicate libpython mappings from ctypes (GH-144595) (#144655)
pablogsal
2026/02/10
[Python-checkins] [3.14] gh-138744: Skip test_dtrace on Windows (#144657)
vstinner
2026/02/10
[Python-checkins] [3.14] Clarify the docs for `args` in asyncio callbacks (GH-143873) (#144663)
kumaraditya303
2026/02/10
[Python-checkins] [3.13] Clarify the docs for `args` in asyncio callbacks (GH-143873) (#144664)
kumaraditya303
2026/02/10
[Python-checkins] Clarify the docs for `args` in asyncio callbacks (#143873)
kumaraditya303
2026/02/10
[Python-checkins] gh-143650: Fix importlib race condition on import failure (GH-143651)
encukou
2026/02/10
[Python-checkins] [3.14] gh-143543: Fix re-entrant use-after-free in itertools.groupby (GH-143738) (GH-144626)
encukou
2026/02/10
[Python-checkins] [3.13] gh-143543: Fix re-entrant use-after-free in itertools.groupby (GH-143738) (GH-144627)
encukou
2026/02/10
[Python-checkins] [3.13] gh-144363: Update bundled libexpat to 2.7.4 (GH-144365) (GH-144500)
encukou
2026/02/10
[Python-checkins] [3.14] gh-144652: Support Windows exit status in support get_signal_name() (GH-144653) (#144658)
vstinner
2026/02/10
[Python-checkins] gh-144652: Support Windows exit status in support get_signal_name() (#144653)
vstinner
2026/02/10
[Python-checkins] gh-144490: Fix mimalloc debug build for C++ (#144620)
vstinner
2026/02/10
[Python-checkins] [3.14] gh-144490: Test the internal C API in test_cppext (#144547)
vstinner
2026/02/10
[Python-checkins] gh-72798: Add mapping example to str.translate documentation (#144454)
vstinner
2026/02/10
[Python-checkins] gh-144563: Fix remote debugging with duplicate libpython mappings from ctypes (#144595)
pablogsal
2026/02/10
[Python-checkins] [3.13] gh-131261: generate_sbom.py: Exclude the refresh script from SBOM (GH-131359) (GH-144625)
encukou
2026/02/10
[Python-checkins] gh-144648: Improve libproc usage in _remote_debugging (#144649)
pablogsal
2026/02/09
[Python-checkins] gh-144551: Update macOS installer to use OpenSSL 3.5.5 (#144645)
ned-deily
2026/02/09
[Python-checkins] gh-124111: Update macOS installer to use Tcl/Tk 9.0.3 (#144646)
ned-deily
2026/02/09
[Python-checkins] [3.14] Disable pip version check when upgrading certifi (GH-144632) (#144641)
ned-deily
2026/02/09
[Python-checkins] [3.13] Disable pip version check when upgrading certifi (GH-144632) (#144640)
ned-deily
2026/02/09
[Python-checkins] Disable pip version check when upgrading certifi (#144632)
ned-deily
2026/02/09
[Python-checkins] gh-144278: Enable overriding sys.implementation's name and cache_tag when building sysmodule.c (GH-144293)
zooba
2026/02/09
[Python-checkins] GH-144552: Clean up `tail-call.yml ` CI (#144553)
savannahostrowski
2026/02/09
[Python-checkins] [3.13] gh-144492: Fix `process_changed_files` outputs for `reusable-{macos, wasi}.yml` (GH-144518) (#144634)
hugovk
2026/02/09
[Python-checkins] [3.14] gh-144492: Fix `process_changed_files` outputs for `reusable-{macos, wasi}.yml` (GH-144518) (#144635)
hugovk
2026/02/09
[Python-checkins] gh-144492: Fix `process_changed_files` outputs for `reusable-{macos, wasi}.yml` (#144518)
hugovk
2026/02/09
[Python-checkins] gh-144601: Avoid sharing exception objects raised in a `PyInit` function across multiple interpreters (GH-144602)
encukou
2026/02/09
[Python-checkins] [3.14] gh-134179: Use sys._clear_internal_caches() at test_cmd_line (GH-134180) (#144631)
vstinner
2026/02/09
[Python-checkins] gh-134179: Use sys._clear_internal_caches() at test_cmd_line (#134180)
vstinner
2026/02/09
[Python-checkins] gh-132604: Deprecate inherited runtime checkability of protocols (GH-143806)
encukou
2026/02/09
[Python-checkins] gh-143543: Fix re-entrant use-after-free in itertools.groupby (GH-143738)
encukou
2026/02/09
[Python-checkins] [3.14] gh-119740: Remove obsoleted removal announce for trunc delegation (GH-144622) (GH-144624)
serhiy-storchaka
2026/02/09
[Python-checkins] gh-144623: Fix missing output uops in optimizer debug output (GH-144617)
Fidget-Spinner
2026/02/09
[Python-checkins] [3.14] gh-144363: Update bundled libexpat to 2.7.4 (GH-144365) (GH-144499)
encukou
2026/02/09
[Python-checkins] gh-141563: make `PyDateTime_IMPORT` thread-safe (#144210)
kumaraditya303
2026/02/09
[Python-checkins] gh-140715: Add `%F` format code support to `strptime()` (GH-140647)
encukou
2026/02/09
[Python-checkins] gh-119740: Remove obsoleted removal announce for trunc delegation (GH-144622)
serhiy-storchaka
2026/02/09
[Python-checkins] gh-140550: allow slots that repeat information from PyModuleDef (GH-144340)
encukou
2026/02/08
[Python-checkins] [3.14] gh-106318: Add examples for str.partition() method (GH-142823) (#144611)
hugovk
2026/02/08
[Python-checkins] [3.13] gh-106318: Add examples for str.partition() method (GH-142823) (#144612)
hugovk
2026/02/08
[Python-checkins] [3.13] gh-106318: Add example for str.isalnum() (GH-137550) (#144610)
hugovk
2026/02/08
[Python-checkins] [3.14] gh-106318: Add example for str.isalnum() (GH-137550) (#144609)
hugovk
2026/02/08
[Python-checkins] gh-106318: Add examples for str.partition() method (#142823)
hugovk
Earlier messages