python-checkins
Thread
Date
Earlier messages
Messages by Thread
[Python-checkins] gh-47655: Add support for user data and detail of Tk events to tkinter (GH-7142)
serhiy-storchaka
[Python-checkins] GH-145006: add ModuleNotFoundError hints when a module for a differen… (#145007)
FFY00
[Python-checkins] gh-136677: Introduce executable specific linker flags to configure (#137296)
FFY00
[Python-checkins] [3.13] gh-88091: Fix `unicodedata.decomposition()` for Hangul Syllables (GH-144993) (GH-145190)
serhiy-storchaka
[Python-checkins] [3.14] gh-88091: Fix unicodedata.decomposition() for Hangul Syllables (GH-144993) (GH-145189)
serhiy-storchaka
[Python-checkins] [3.14] gh-145187: Fix crash on invalid type parameter bound expression in conditional block (GH-145188) (#145196)
gpshead
[Python-checkins] [3.13] gh-144156: Fix email header folding concatenating encoded words (GH-144692) (#145195)
bitdancer
[Python-checkins] gh-145187: Fix crash on invalid type parameter bound expression in conditional block (GH-145188)
gpshead
[Python-checkins] gh-88091: Fix unicodedata.decomposition() for Hangul Syllables (GH-144993)
serhiy-storchaka
[Python-checkins] [3.14] gh-137335: Fix unlikely name conflicts for named pipes in multiprocessing and asyncio on Windows (GH-137389) (GH-145170)
serhiy-storchaka
[Python-checkins] [3.13] gh-137335: Fix unlikely name conflicts for named pipes in multiprocessing and asyncio on Windows (GH-137389) (GH-145171)
serhiy-storchaka
[Python-checkins] gh-143535: Dispatch on the second argument if generic method is instance-bindable (GH-144615)
ambv
[Python-checkins] gh-145122: Add _GUARD_NOS_ANY_DICT to prevent STORE_SUBSCR_DICT on frozendict (gh-145039)
corona10
[Python-checkins] [3.14] Update Python install manager docs (GH-145160)
zooba
[Python-checkins] [3.14] Fix `inspect.Parameter` docstring on the `kind` attribute (GH-143541) (GH-145174)
encukou
[Python-checkins] [3.13] Fix `inspect.Parameter` docstring on the `kind` attribute (GH-143541) (GH-145175)
encukou
[Python-checkins] Fix `inspect.Parameter` docstring on the `kind` attribute (GH-143541)
encukou
[Python-checkins] gh-143304: Fix ctypes.CDLL to honor handle parameter on POSIX systems (GH-143318)
encukou
[Python-checkins] [3.13] gh-66305: Fix a hang on Windows in the tempfile module (GH-144672) (GH-145169)
serhiy-storchaka
[Python-checkins] [3.14] gh-66305: Fix a hang on Windows in the tempfile module (GH-144672) (GH-145168)
serhiy-storchaka
[Python-checkins] gh-137335: Fix unlikely name conflicts for named pipes in multiprocessing and asyncio on Windows (#137389)
serhiy-storchaka
[Python-checkins] gh-66305: Fix a hang on Windows in the tempfile module (GH-144672)
serhiy-storchaka
[Python-checkins] gh-101178: Fix possible integer overflow in Ascii85 encoder with wrapcol=1 (GH-144778)
serhiy-storchaka
[Python-checkins] [3.14] gh-145028: Fix blake2 tests in test_hashlib when it is missing due to configure --without-builtin-hashlib-hashes (GH-145029) (#145164)
gpshead
[Python-checkins] [3.14] `_struct.c`: Fix UB from integer overflow in `prepare_s` (GH-145158) (#145162)
gpshead
[Python-checkins] [3.13] `_struct.c`: Fix UB from integer overflow in `prepare_s` (GH-145158) (#145163)
gpshead
[Python-checkins] `_struct.c`: Fix UB from integer overflow in `prepare_s` (GH-145158)
gpshead
[Python-checkins] gh-110937: Document full public importlib.metadata.Distribution API (#143480)
jaraco
[Python-checkins] gh-145110: Fix cleaning of PGO builds in Windows build.bat script (GH-145111)
zooba
[Python-checkins] Update Python install manager docs (GH-145160)
zooba
[Python-checkins] gh-145118: Add `frozendict` support to `str.maketrans()` (gh-145129)
rhettinger
[Python-checkins] Indexing is more straight-forward (and faster) than unpacking (gh-145154)
rhettinger
[Python-checkins] [3.13] Add Savannah as `jit.yml` CODEOWNER (GH-145152) (#145156)
hugovk
[Python-checkins] [3.14] Add Savannah as `jit.yml` CODEOWNER (GH-145152) (#145155)
hugovk
[Python-checkins] Add Savannah as `jit.yml` CODEOWNER (#145152)
hugovk
[Python-checkins] [3.14] Update argparse `suggest_on_error` code snippet in docs (GH-144985) (#145151)
savannahostrowski
[Python-checkins] Update argparse `suggest_on_error` code snippet in docs (#144985)
savannahostrowski
[Python-checkins] [3.14] Refactor jit.yml (GH-144577) (#145126)
savannahostrowski
[Python-checkins] [3.12] gh-143916: Allow HTAB in wsgiref header values (#145141)
Yhg1s
[Python-checkins] [3.12] gh-144363: Update bundled libexpat to 2.7.4 (GH-144365) (#144501)
Yhg1s
[Python-checkins] [3.14] gh-144777: Fix data races in IncrementalNewlineDecoder (gh-144971) (#145143)
colesbury
[Python-checkins] [3.14] gh-141004: Document `PyModuleDef_Type` (GH-145043) (GH-145146)
ZeroIntensity
[Python-checkins] [3.13] gh-141004: Document `PyModuleDef_Type` (GH-145043) (GH-145147)
ZeroIntensity
[Python-checkins] [3.12] gh-144833: Fix use-after-free in SSL module when SSL_new() fails (GH-144843) (#144860)
Yhg1s
[Python-checkins] gh-144777: Fix data races in IncrementalNewlineDecoder (gh-144971)
colesbury
[Python-checkins] gh-141004: Document `PyModuleDef_Type` (GH-145043)
encukou
[Python-checkins] [3.13] gh-143916: Allow HTAB in wsgiref header values (GH-144762)
encukou
[Python-checkins] gh-145089: Fix frozendict constructor (#145128)
vstinner
[Python-checkins] gh-144015: Add portable SIMD optimization for bytes.hex() et. al. (GH-143991)
gpshead
[Python-checkins] gh-145131: difflib.Differ._fancy_replace performance (re-use ratio) (#145133)
tim-one
[Python-checkins] gh-145064: Fix JIT assertion failure during CALL_ALLOC_AND_ENTER_INIT side exit (GH-145100)
Fidget-Spinner
[Python-checkins] Refactor jit.yml (#144577)
savannahostrowski
[Python-checkins] Fix warnings on main (GH-145104)
Fidget-Spinner
[Python-checkins] [3.13] gh-145092: Fix compiler warning for memchr() and wcschr() returning const pointer (GH-145093) (GH-145101)
serhiy-storchaka
[Python-checkins] [3.14] gh-145092: Fix compiler warning for memchr() and wcschr() returning const pointer (GH-145093) (GH-145102)
serhiy-storchaka
[Python-checkins] gh-145092: Fix compiler warning for memchr() and wcschr() returning const pointer (GH-145093)
serhiy-storchaka
[Python-checkins] [3.14] gh-142516: fix reference leaks in `ssl.SSLContext` objects (GH-143685) (#145075)
gpshead
[Python-checkins] gh-145076: Check globals type in __lazy_import__() (#145086)
vstinner
[Python-checkins] gh-141510: Change dict_unhashable_type() error message for frozendict (#145085)
vstinner
[Python-checkins] gh-141510: Test frozendict in test_capi.test_dict (#145084)
vstinner
[Python-checkins] gh-141510: Check argument in PyDict_Contains() (#145083)
vstinner
[Python-checkins] gh-66802: Add `unicodedata.block()` function (#145042)
malemburg
[Python-checkins] gh-141510: Check argument in PyDict_MergeFromSeq2() (#145082)
vstinner
[Python-checkins] gh-141510: Support frozendict in pprint (#144908)
vstinner
[Python-checkins] gh-141510: Test frozendict C API (#145081)
vstinner
[Python-checkins] gh-141510: Fix copy.deepcopy() for recursive frozendict (#145027)
vstinner
[Python-checkins] [3.13] gh-143698: correctly check `scheduler` and `setpgroup` values for `os.posix_spawn[p]` (GH-143699) (#145074)
picnixz
[Python-checkins] [3.14] gh-143698: correctly check `scheduler` and `setpgroup` values for `os.posix_spawn[p]` (GH-143699) (#145073)
picnixz
[Python-checkins] Use `lazy` imports in `collections` (gh-145054)
rhettinger
[Python-checkins] gh-145058: Add input validation to `_PyImport_LazyImportModuleLevelObject` (#145068)
pablogsal
[Python-checkins] gh-144285: Update *What's New* entry after GH-144299 (#145077)
pablogsal
[Python-checkins] [3.13] `compute-changes.py`: Fix & test `process_changed_files()` (GH-144674) (#145014)
hugovk
[Python-checkins] [3.14] `compute-changes.py`: Fix & test `process_changed_files()` (GH-144674) (#145013)
hugovk
[Python-checkins] [3.14] gh-143916: Allow HTAB in wsgiref header values (#144761)
hugovk
[Python-checkins] gh-141510: Fix test_xpickle for Python 3.14 and older (#145069)
vstinner
[Python-checkins] gh-141226: Deprecate PEP-456 support for embedders (#141287)
picnixz
[Python-checkins] gh-142516: fix reference leaks in `ssl.SSLContext` objects (#143685)
picnixz
[Python-checkins] gh-141510, PEP 814: Add frozendict support to json (#144903)
vstinner
[Python-checkins] gh-143698: correctly check `scheduler` and `setpgroup` values for `os.posix_spawn[p]` (#143699)
picnixz
[Python-checkins] gh-141510, PEP 814: Add frozendict support to pickle (#144967)
vstinner
[Python-checkins] [3.13] gh-144694: Fix re.Match.group() doc claiming [1..99] range limit (GH-144696) (#145066)
JelleZijlstra
[Python-checkins] [3.14] gh-144694: Fix re.Match.group() doc claiming [1..99] range limit (GH-144696) (#145065)
JelleZijlstra
[Python-checkins] gh-144694: Fix re.Match.group() doc claiming [1..99] range limit (#144696)
JelleZijlstra
[Python-checkins] gh-145028: Fix blake2 tests in test_hashlib when it is missing due to build config (GH-145029)
gpshead
[Python-checkins] [3.13] gh-144748: Document 3.12 and 3.14 changes to `PyErr_CheckSignals` (GH-144982) (GH-145063)
ZeroIntensity
[Python-checkins] [3.14] gh-144748: Document 3.12 and 3.14 changes to `PyErr_CheckSignals` (GH-144982) (GH-145062)
ZeroIntensity
[Python-checkins] gh-144748: Document 3.12 and 3.14 changes to `PyErr_CheckSignals` (GH-144982)
ZeroIntensity
[Python-checkins] [3.14] gh-144809: Make deque copy atomic in free-threaded build (gh-144966) (#145053)
colesbury
[Python-checkins] gh-144809: Make deque copy atomic in free-threaded build (gh-144966)
colesbury
[Python-checkins] Fix errors in `CODEOWNERS` (#145049)
hugovk
[Python-checkins] [3.14] Simplify summary tables in the itertools docs (gh-145050) (gh-145051)
rhettinger
[Python-checkins] gh-144981: Make PyUnstable_Code_SetExtra/GetExtra thread-safe (#144980)
DinoV
[Python-checkins] Simplify summary tables in the itertools docs (gh-145050)
rhettinger
[Python-checkins] Update comments in `_strptime` module (GH-144979)
encukou
[Python-checkins] Docs: remove unneeded author attributions (#145002)
nedbat
[Python-checkins] [3.14] Correct MAX_N in Lib/zipfile ZipExtFile (GH-144973) (GH-145022)
serhiy-storchaka
[Python-checkins] [3.13] Correct MAX_N in Lib/zipfile ZipExtFile (GH-144973) (GH-145023)
serhiy-storchaka
[Python-checkins] Correct MAX_N in Lib/zipfile ZipExtFile (GH-144973)
serhiy-storchaka
[Python-checkins] gh-141510: Document ParameterizedMIMEHeader.params change (#145003)
vstinner
[Python-checkins] gh-144986: Fix memory leak in atexit.register() (#144987)
pablogsal
[Python-checkins] Add myself as a codeowner for the C API documentation (#145017)
AA-Turner
[Python-checkins] [3.14] gh-144156: Fix email header folding concatenating encoded words (GH-144692) (#145009)
bitdancer
[Python-checkins] gh-100239: Use ``PyFloat_AS_DOUBLE`` and `_PyLong_IsZero`` in the float / compactlong specializations (#144826)
Eclips4
[Python-checkins] gh-144156: Fix email header folding concatenating encoded words (#144692)
bitdancer
[Python-checkins] GH-144679: Switch to windows-2025-vs2026 build image in GitHub Actions (GH-145005)
zooba
[Python-checkins] `compute-changes.py`: Fix & test `process_changed_files()` (#144674)
hugovk
[Python-checkins] GH-144679: MSVC tailcall CI no longer needs to specify PlatformToolset (GH-145004)
Fidget-Spinner
[Python-checkins] GH-134872: add ModuleNotFoundError suggestions (#142512)
FFY00
[Python-checkins] gh-139899: Introduce MetaPathFinder.discover and PathEntryFinder.discover (#139900)
FFY00
[Python-checkins] gh-141510: Update ftscalingbench to support frozendict (gh-144999)
corona10
[Python-checkins] gh-84393: Remove AIX workaround: re-enable posix_fadvise and f_allocate (GH-144784)
encukou
[Python-checkins] gh-144702: Use standard terminology in class pattern error message (#144703)
AlexWaygood
[Python-checkins] gh-141510: Update Whats News for frozendict (gh-144961)
corona10
[Python-checkins] GH-144679: When building with VS 2026 on Windows, use PlatformToolset v145 by default (GH-144680)
zooba
[Python-checkins] [3.13] Remove unused :platform: in module's docs (GH-144988) (GH-144998)
serhiy-storchaka
[Python-checkins] GH-144651: Optimize the new uops added when recording values during tracing. (GH-144948)
markshannon
[Python-checkins] [3.14] Remove unused :platform: in module's docs (GH-144988) (GH-144994)
serhiy-storchaka
[Python-checkins] Remove unused :platform: in module's docs (GH-144988)
serhiy-storchaka
[Python-checkins] gh-144888: Don't invalidate executors during function deallocation (#144974)
savannahostrowski
[Python-checkins] gh-144969: Document that the free threading GC can change ob_tid (#144972)
Yhg1s
[Python-checkins] gh-141510: Replace MappingProxyType with frozendict (#144904)
vstinner
[Python-checkins] [3.14] gh-144763: Fix race conditions in tracemalloc (#144779) (#144965)
vstinner
[Python-checkins] gh-141510: Fix frozendict.fromkeys() for dict subclasses (#144962)
vstinner
[Python-checkins] [3.14] gh-141984: Reword and reorganize the first part of Atoms docs (GH-144117) (GH-144959)
encukou
[Python-checkins] gh-141510: Update specializer to support frozendict (gh-144949)
corona10
[Python-checkins] gh-135573: Add tests for pickle opcodes with wrong types (GH-144950)
serhiy-storchaka
[Python-checkins] gh-144763: Don't detach the GIL in tracemalloc (#144779)
vstinner
[Python-checkins] gh-141510: Fix frozendict.fromkeys() for subclasses (#144952)
vstinner
[Python-checkins] gh-141510: Add can_modify_dict() in dictobject.c (#144955)
vstinner
[Python-checkins] gh-141510: Add frozendict fast-path to the set type (#144912)
vstinner
[Python-checkins] [3.13] gh-140652: Fix a crash in _interpchannels.list_all() after clo…sing a channel (GH-143743) (GH-144953)
serhiy-storchaka
[Python-checkins] [3.14] Datetime: Tidy up docs (GH-144720) (GH-144956)
encukou
[Python-checkins] [3.14] gh-140652: Fix a crash in _interpchannels.list_all() after closing a channel (GH-143743) (GH-144954)
serhiy-storchaka
[Python-checkins] Datetime: Tidy up docs (GH-144720)
encukou
[Python-checkins] gh-124748: Fix handling kwargs in `WeakKeyDictionary.update()` (#124783)
kumaraditya303
[Python-checkins] gh-141984: Reword and reorganize the first part of Atoms docs (GH-144117)
encukou
[Python-checkins] gh-140652: Fix a crash in _interpchannels.list_all() after closing a channel (ПР-143743)
serhiy-storchaka
[Python-checkins] gh-141510: Implement copy and deepcopy for frozendict (#144905)
vstinner
[Python-checkins] [3.13] gh-144386: Update equivalent code for "with", "async with" and "async for" (GH-144472) (GH-144946)
serhiy-storchaka
[Python-checkins] gh-135573: Make pickled lists, sets and dicts a tiny bit smaller (GH-144162)
serhiy-storchaka
[Python-checkins] [3.14] gh-144386: Update equivalent code for "with", "async with" and "async for" (GH-144472) (GH-144945)
serhiy-storchaka
[Python-checkins] gh-144386: Update equivalent code for "with", "async with" and "async for" (GH-144472)
serhiy-storchaka
[Python-checkins] [3.14] Docs: an "improve this page" feature (GH-144939) (#144943)
nedbat
[Python-checkins] Docs: an "improve this page" feature (#144939)
nedbat
[Python-checkins] Docs: Remove unnecessary entry from `nitpick_ignore` (GH-144933)
encukou
[Python-checkins] Move CODEOWNERS rule from devguide (GH-144924)
encukou
[Python-checkins] gh-144914: use `mimalloc` for raw allocations on free-threading (#144916)
kumaraditya303
[Python-checkins] gh-141510: Mention frozendict in dict documentation (#144934)
vstinner
[Python-checkins] gh-141510: Optimize {frozen}dict.fromkeys for frozendict (gh-144915)
corona10
[Python-checkins] gh-141510: Update `test_xpickle` for `frozendict` (#144927)
vstinner
[Python-checkins] gh-141510: Change repr(frozendict) for empty dict (#144921)
vstinner
[Python-checkins] gh-141510: Optimize hash(frozendict) (#144919)
vstinner
[Python-checkins] gh-144438: Fix false sharing between QSBR and tlbc_index (gh-144554)
colesbury
[Python-checkins] gh-141510: Remove unncessary lock holding for frozendict repr (gh-144920)
corona10
[Python-checkins] gh-141510: Update mp_length of frozendict to use non atomic operation (gh-144913)
corona10
[Python-checkins] [3.13] Fix typos and grammar errors across documentation (GH-144709) (#144804)
AlexWaygood
[Python-checkins] [3.14] Fix typos and grammar errors across documentation (GH-144709) (#144801)
AlexWaygood
[Python-checkins] Enable CPU tests on default ARM build (#144743)
hugovk
[Python-checkins] [3.14] gh-143637: Fix test_socket.test_sendmsg_reentrant_ancillary_mutation() on Solaris (GH-144890) (#144901)
vstinner
[Python-checkins] [3.13] gh-143637: Fix test_socket.test_sendmsg_reentrant_ancillary_mutation() on Solaris (GH-144890) (#144902)
vstinner
[Python-checkins] gh-141510, PEP 814: Add built-in frozendict type (#144757)
vstinner
[Python-checkins] gh-143637: Fix test_socket.test_sendmsg_reentrant_ancillary_mutation() on Solaris (#144890)
vstinner
[Python-checkins] [3.13] gh-144551: Update macOS installer to use OpenSSL 3.0.19 (GH-144897) (#144898)
ned-deily
[Python-checkins] [3.14] gh-144551: Update macOS installer to use OpenSSL 3.0.19 (#144897)
ned-deily
[Python-checkins] [3.14] gh-144782: Make sure that ArgumentParser instances are pickleable (GH-144783) (#144895)
savannahostrowski
[Python-checkins] gh-144782: Make sure that ArgumentParser instances are pickleable (#144783)
savannahostrowski
[Python-checkins] gh-142349: Fix ast.unparse for lazy import statements (#144893)
pablogsal
[Python-checkins] gh-140715: Add `%D` format code support to `strptime()` (GH-144819)
gpshead
[Python-checkins] gh-144878: Gate PEP 810 builtins in xpickle compat tests (#144889)
pablogsal
[Python-checkins] [3.13] gh-144601: Avoid sharing exception objects raised in a `PyInit` function across multiple interpreters (GH-144602) (GH-144880)
ZeroIntensity
[Python-checkins] [3.14] gh-144601: Avoid sharing exception objects raised in a `PyInit` function across multiple interpreters (GH-144602) (GH-144633)
ZeroIntensity
[Python-checkins] [3.13] gh-144601: Use `_testmultiphase` instead of `_testsinglephase` in `test_importlib` (GH-144769) (GH-144877)
ZeroIntensity
[Python-checkins] [3.13] gh-80667: Fix lookup for Tangut ideographs in unicodedata (GH-144789) (GH-144871) (GH-144875)
serhiy-storchaka
[Python-checkins] bpo-32234: Allow mailbox instances as context managers (GH-4770)
encukou
[Python-checkins] [3.14] gh-144601: Use `_testmultiphase` instead of `_testsinglephase` in `test_importlib` (GH-144769)
encukou
[Python-checkins] [3.14] gh-80667: Fix lookup for Tangut ideographs in unicodedata (GH-144789) (GH-144871)
serhiy-storchaka
[Python-checkins] gh-80667: Fix Tangut ideographs names in unicodedata (GH-144789)
serhiy-storchaka
[Python-checkins] [3.13] gh-144551: Update Android builds to use OpenSSL 3.0.19 (GH-144868)
zware
[Python-checkins] [3.14] gh-144551: Update Android builds to use OpenSSL 3.0.19 (GH-144866)
zware
[Python-checkins] [3.14] gh-144551: Update iOS builds to use OpenSSL 3.0.19 (GH-144867)
zware
[Python-checkins] gh-144551: Update iOS builds to use OpenSSL 3.0.19 (GH-144865)
zware
[Python-checkins] gh-144551: Update Android builds to use OpenSSL 3.0.19 (GH-144864)
zware
[Python-checkins] [3.14] gh-144833: Fix use-after-free in SSL module when SSL_new() fails (GH-144843) (#144858)
gpshead
[Python-checkins] [3.13] gh-144833: Fix use-after-free in SSL module when SSL_new() fails (GH-144843) (#144859)
gpshead
[Python-checkins] gh-144833: Fix use-after-free in SSL module when SSL_new() fails (GH-144843)
gpshead
[Python-checkins] gh-86519: Add prefixmatch APIs to the re module (GH-31137)
gpshead
[Python-checkins] gh-144727: Add test for circular lazy import crash (#144727) (#144838)
pablogsal
[Python-checkins] Format CODEOWNERS file (#144842)
pablogsal
[Python-checkins] gh-142349: Add CODEOWNERS for lazy imports (#144840)
pablogsal
[Python-checkins] [3.14] gh-144759: Fix undefined behavior from NULL pointer arithmetic in lexer (GH-144788) (#144834)
pablogsal
[Python-checkins] add whatsnew entry for `PyUnstable_SetImmortal` and `PyDatetime_IMPORT` (#144830)
kumaraditya303
[Python-checkins] gh-144759: Fix undefined behavior from NULL pointer arithmetic in lexer (#144788)
pablogsal
[Python-checkins] [3.13] gh-101100: Resolve reference warnings in reference/ (GH-138418) (#138681)
pablogsal
[Python-checkins] gh-144822: remove redundant decref in `codegen.c` (#144823)
kumaraditya303
[Python-checkins] [3.13] gh-144766: Fix a crash in fork child process when perf support is enabled. (GH-144795) (#144818)
pablogsal
[Python-checkins] fix warnings in jit builds (GH-144817)
Fidget-Spinner
[Python-checkins] [3.14] gh-143637: Fix re-entrant mutation of ancillary data in socket.sendmsg() (GH-143892) (#144786)
vstinner
[Python-checkins] remove unused _PyFunction_LookupByVersion (GH-144814)
Fidget-Spinner
[Python-checkins] [3.14] gh-144766: Fix a crash in fork child process when perf support is enabled. (GH-144795) (#144816)
pablogsal
[Python-checkins] gh-144766: Fix a crash in fork child process when perf support is enabled. (#144795)
pablogsal
Earlier messages