python-checkins
Thread
Date
Earlier messages
Messages by Thread
[Python-checkins] [3.13] gh-144759: Fix undefined behavior from NULL pointer arithmetic in lexer (GH-144788) (#145355)
pablogsal
[Python-checkins] Add Stan to 'Dates and times' reviewers (#145360)
pganssle
[Python-checkins] gh-145269: simplify bisect.bisect doc example (#145270)
itamaro
[Python-checkins] gh-145241: specialize SyntaxError for single trailing-comma with item (#145282)
pablogsal
[Python-checkins] gh-142927: Tachyon: Fix singular and plurals (#145329)
pablogsal
[Python-checkins] gh-145334: Make lazy import tests discoverable (#145336)
pablogsal
[Python-checkins] [3.13] gh-145234: Normalize decoded CR in string tokenizer (GH-145281) (#145312)
pablogsal
[Python-checkins] GH-144533: Use wasmtime's --argv0 to auto-discover sysconfig in WASI builds (#145328)
savannahostrowski
[Python-checkins] gh-145230: Update lockbench (gh-145231)
colesbury
[Python-checkins] gh-76007: Deprecate `tarfile.version` (#145326)
hugovk
[Python-checkins] [3.14] gh-145142: Make str.maketrans safe under free-threading (gh-145157) (#145320)
colesbury
[Python-checkins] gh-145305: Update ocert.org URLs in docs from http to https (#145304)
hugovk
[Python-checkins] gh-145142: Make str.maketrans safe under free-threading (gh-145157)
colesbury
[Python-checkins] [3.13] gh-144693: Clarify that `PyFrame_GetBack` does not raise exceptions (GH-144824) (GH-145319)
ZeroIntensity
[Python-checkins] [3.14] gh-144693: Clarify that `PyFrame_GetBack` does not raise exceptions (GH-144824) (GH-145318)
ZeroIntensity
[Python-checkins] gh-144693: Clarify that `PyFrame_GetBack` does not raise exceptions (GH-144824)
ZeroIntensity
[Python-checkins] [3.14] gh-141004: Document missing type flags (GH-145127) (GH-145316)
ZeroIntensity
[Python-checkins] [3.13] gh-141004: Document missing type flags (GH-145127) (GH-145317)
ZeroIntensity
[Python-checkins] gh-141004: Document missing type flags (GH-145127)
ZeroIntensity
[Python-checkins] [3.14] gh-145234: Normalize decoded CR in string tokenizer (GH-145281) (#145310)
pablogsal
[Python-checkins] gh-145234: Normalize decoded CR in string tokenizer (#145281)
pablogsal
[Python-checkins] gh-123853: Cleanup Windows 95 locale fallback support (#144738)
malemburg
[Python-checkins] [3.14] Fix unlikely potential reference leak in _locale._getdefaultlocale (GH-145250) (GH-145302)
serhiy-storchaka
[Python-checkins] Fix unlikely potential reference leak in _locale._getdefaultlocale (GH-145250)
serhiy-storchaka
[Python-checkins] [3.14] gh-145037: Fix Emscripten trampoline with emcc >= 4.0.19 (GH-145038) (#145283)
freakboy3742
[Python-checkins] [3.13] gh-142787: Handle empty sqlite3 blob slices (GH-142824) (#145298)
erlend-aasland
[Python-checkins] [3.14] gh-142787: Handle empty sqlite3 blob slices (GH-142824) (#145297)
erlend-aasland
[Python-checkins] gh-142787: Handle empty sqlite3 blob slices (#142824)
erlend-aasland
[Python-checkins] [3.14] gh-144872: fix heap buffer overflow `_PyTokenizer_ensure_utf8` (GH-144807) (#145287)
pablogsal
[Python-checkins] [3.14] gh-144316: Fix missing exception in _remote_debugging with debug=False (GH-144442) (#145280)
pablogsal
[Python-checkins] gh-144872: fix heap buffer overflow `_PyTokenizer_ensure_utf8` (#144807)
pablogsal
[Python-checkins] gh-141510: support frozendict's in the C decimal module (gh-145165)
corona10
[Python-checkins] [3.11] gh-144833: Fix use-after-free in SSL module when SSL_new() fails (GH-144843) (#144861)
pablogsal
[Python-checkins] gh-144316: Fix missing exception in _remote_debugging with debug=False (#144442)
pablogsal
[Python-checkins] gh-141510: Update `PyDict_Copy` documentation with note on `frozendict` (GH-145249)
ZeroIntensity
[Python-checkins] [3.14] gh-144190: Clarify get_type_hints() instance behavior in docs (GH-144831) (#145258)
hugovk
[Python-checkins] [3.13] gh-106318: Add examples for str.rjust() method (GH-143890) (#145256)
hugovk
[Python-checkins] [3.14] gh-106318: Add examples for str.rjust() method (GH-143890) (#145257)
hugovk
[Python-checkins] gh-144190: Clarify get_type_hints() instance behavior in docs (#144831)
hugovk
[Python-checkins] gh-106318: Add examples for str.rjust() method (#143890)
hugovk
[Python-checkins] [3.14] GH-145000: Add a tool to record/check removed HTML IDs (GH-145001) (GH-145212)
encukou
[Python-checkins] gh-145202: Fix crash in unicodedata's GraphemeBreakIterator and Segment (GH-145216)
serhiy-storchaka
[Python-checkins] gh-145037: Fix Emscripten trampoline with emcc >= 4.0.19 (#145038)
freakboy3742
[Python-checkins] [3.14] gh-144156: move news entry to Library (GH-145205) (#145207)
bitdancer
[Python-checkins] gh-144156: move news entry to Library (#145205)
bitdancer
[Python-checkins] gh-145197: Fix JIT trace crash when recording function from cleared generator frame (GH-145220)
markshannon
[Python-checkins] Fix compileall in lazy imports test data with bad syntax (#145221)
FFY00
[Python-checkins] [3.14] gh-142518: Move thread safety sections into a new page (GH-144716) (#145223)
lysnikolaou
[Python-checkins] Fix "lazy from (...) import (...)" tests (#145213)
FFY00
[Python-checkins] gh-142518: Move thread safety sections into a new page (#144716)
lysnikolaou
[Python-checkins] Update status of blockers on combining pixi packges variant sources (#145222)
FFY00
[Python-checkins] gh-85809: Ensure shutil.make_archive accepts path-like objects in all cases (GH-143668)
serhiy-storchaka
[Python-checkins] GH-145000: Add a tool to record/check removed HTML IDs (#145001)
encukou
[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
Earlier messages