python-checkins
Thread
Date
Earlier messages
Later messages
Messages by Date
2026/03/05
[Python-checkins] gh-145335: Skip Emscripten for os.execve() test (#145528)
vstinner
2026/03/05
[Python-checkins] gh-145376: Fix refleak and null pointer deref in unusual error path of datetime module (GH-145476)
encukou
2026/03/04
[Python-checkins] [3.14] gh-145301: Fix double-free in hashlib and hmac module initialization (GH-145321) (#145523)
gpshead
2026/03/04
[Python-checkins] gh-145301: Fix double-free in hashlib and hmac module initialization (GH-145321)
gpshead
2026/03/04
[Python-checkins] gh-144991: Use runtime JIT threshold in _testinternalcapi (gh-145496)
corona10
2026/03/04
[Python-checkins] gh-141510: Add frozendict support to python-gdb.py (#145511)
vstinner
2026/03/04
[Python-checkins] gh-145376: Fix reference leaks in deque (#145421)
vstinner
2026/03/04
[Python-checkins] Refactor `Platforms/WASI/__main__.py` for lazy importing and future new subcommands (#145404)
brettcannon
2026/03/04
[Python-checkins] Use bytecodealliance/setup-wasi-sdk-action to install the WASI SDK (#145445)
brettcannon
2026/03/04
[Python-checkins] Fix bugs in `compute-changes.py` logic for CIFuzz (#145232)
hugovk
2026/03/04
[Python-checkins] [3.14] gh-145506: Fixes CVE-2026-2297 by ensuring SourcelessFileLoader uses io.open_code (GH-145507)`
zooba
2026/03/04
[Python-checkins] [3.13] gh-145506: Fixes CVE-2026-2297 by ensuring SourcelessFileLoader uses io.open_code (GH-145507)
zooba
2026/03/04
[Python-checkins] gh-145506: Fixes CVE-2026-2297 by ensuring SourcelessFileLoader uses io.open_code (GH-145507)
zooba
2026/03/04
[Python-checkins] gh-141510: Optimize PyDict_Copy() for frozendict (#145509)
vstinner
2026/03/04
[Python-checkins] [3.13] GH-144739: Skip test_pyexpat.MemoryProtectionTest based on expat compile-time version, not runtime (GH-144740) (GH-145494) (#145510)
vstinner
2026/03/04
[Python-checkins] [3.14] GH-144739: Skip test_pyexpat.MemoryProtectionTest based on expat compile-time version, not runtime (#144740) (#145494)
vstinner
2026/03/04
[Python-checkins] gh-141510: Return frozendict unmodified in PyDict_Copy() (#145505)
vstinner
2026/03/04
[Python-checkins] gh-145500: Delete _PyType_GetMRO (gh-145501)
colesbury
2026/03/04
[Python-checkins] gh-122941: Fix test_launcher sporadic failures via py.ini isolation (GH-145090)
zooba
2026/03/04
[Python-checkins] gh-144741: Fix test_frame_pointer_unwind for libpython (#145499)
vstinner
2026/03/04
[Python-checkins] gh-145376: Fix refleak in unusual error path in BaseExceptionGroup_new (GH-145474)
encukou
2026/03/04
[Python-checkins] gh-145376: Avoid reference leaks in failure path of _functoolsmodule.c method partial_new (GH-145423)
encukou
2026/03/04
[Python-checkins] gh-145376: Fix refleak in error path of time_tzset (GH-145477)
encukou
2026/03/04
[Python-checkins] GH-144739: Skip test_pyexpat.MemoryProtectionTest based on expat compile-time version, not runtime (#144740)
vstinner
2026/03/04
[Python-checkins] gh-142417: Restore private _Py_InitializeMain() function (#145472)
vstinner
2026/03/03
[Python-checkins] [3.14] Fix incorrect statement about argparse.ArgumentParser.add_argument() (GH-145479) (#145485)
savannahostrowski
2026/03/03
[Python-checkins] Fix incorrect statement about argparse.ArgumentParser.add_argument() (#145479)
savannahostrowski
2026/03/03
[Python-checkins] Docs: use a Sphinx extension to eliminate excessive links (#145130)
nedbat
2026/03/03
[Python-checkins] gh-135883: Fix sqlite3 CLI history scrolling with colored prompts (#135884)
erlend-aasland
2026/03/03
[Python-checkins] gh-145452: Initialize `PyLazyImport_Type` during interpreter startup (#145453)
vstinner
2026/03/03
[Python-checkins] Reference `memoryview.tolist` as a method (#145412)
kumaraditya303
2026/03/03
[Python-checkins] [3.14] gh-144475: Fix reference management in partial_repr (GH-145362) (GH-145470)
encukou
2026/03/03
[Python-checkins] gh-145376: Fix various reference leaks (GH-145377)
encukou
2026/03/03
[Python-checkins] Add myself to initialization and import machinery codeowners (#145473)
FFY00
2026/03/03
[Python-checkins] [3.14] gh-145455: Show output of blurb & sphinx-build version commands (GH-145457) (#145461)
hugovk
2026/03/03
[Python-checkins] [3.12] gh-136155: Docs: check for EPUB fatal errors in CI (GH-134074) (#145471)
Yhg1s
2026/03/03
[Python-checkins] gh-144475: Fix reference management in partial_repr (GH-145362)
encukou
2026/03/03
[Python-checkins] Python 3.12.13
Yhg1s
2026/03/03
[Python-checkins] [3.13] gh-145455: Show output of blurb & sphinx-build version commands (GH-145457) (GH-145462)
encukou
2026/03/03
[Python-checkins] gh-145335: Fix os functions when passing fd -1 as path (#145439)
vstinner
2026/03/03
[Python-checkins] [3.13] GH-145450: Document missing `wave.Wave_write` getter methods (GH-145451) (GH-145467)
encukou
2026/03/03
[Python-checkins] [3.14] GH-145450: Document missing `wave.Wave_write` getter methods (GH-145451) (GH-145466)
encukou
2026/03/03
[Python-checkins] GH-145450: Document missing `wave.Wave_write` getter methods (GH-145451)
encukou
2026/03/03
[Python-checkins] [3.13] gh-106318: Fix incorrectly rendered code block in `str.isalnum()` docs (GH-144718) (GH-144729)
encukou
2026/03/03
[Python-checkins] [3.14] gh-106318: Fix incorrectly rendered code block in `str.isalnum()` docs (GH-144718) (GH-144730)
encukou
2026/03/03
[Python-checkins] Add `PyExc_OverflowError` to the list of possible exceptions in `fuzz_ast_literal_eval` fuzzer (GH-145429)
encukou
2026/03/03
[Python-checkins] [3.14] gh-142781: Fix type confusion in zoneinfo weak cache (GH-142925) (GH-145419)
encukou
2026/03/03
[Python-checkins] [3.13] gh-142781: Fix type confusion in zoneinfo weak cache (GH-142925) (GH-145418)
encukou
2026/03/03
[Python-checkins] gh-144995: Optimize memoryview == memoryview (#144996)
vstinner
2026/03/03
[Python-checkins] gh-145455: Show output of blurb & sphinx-build version commands (GH-145457)
encukou
2026/03/02
[Python-checkins] Python 3.10.20
pablogsal
2026/03/02
[Python-checkins] Python 3.11.15
pablogsal
2026/03/02
[Python-checkins] gh-145214: Narrow _GUARD_TOS_ANY_{SET,DICT} by using probable type (gh-145215)
corona10
2026/03/02
[Python-checkins] [3.12] gh-100538: Add workflow to verify bundled libexpat (GH-145359) (#145409)
Yhg1s
2026/03/02
[Python-checkins] [3.10] gh-143935: Email preserve parens when folding comments (GH-143936) (#144350)
pablogsal
2026/03/02
[Python-checkins] [3.10] gh-144363: Update bundled libexpat to 2.7.4 (GH-144365) (#144515)
pablogsal
2026/03/02
[Python-checkins] [3.11] gh-144363: Update bundled libexpat to 2.7.4 (GH-144365) (#144514)
pablogsal
2026/03/02
[Python-checkins] [3.13] gh-144872: fix heap buffer overflow `_PyTokenizer_ensure_utf8` (GH-144807) (#145441)
pablogsal
2026/03/02
[Python-checkins] [3.10] gh-143916: Allow HTAB in wsgiref header values (#145140)
pablogsal
2026/03/02
[Python-checkins] [3.11] gh-143916: Allow HTAB in wsgiref header values (#145139)
pablogsal
2026/03/02
[Python-checkins] [3.11] gh-119342: Fix a potential denial of service in plistlib (GH-119343) (#142150)
pablogsal
2026/03/02
[Python-checkins] [3.10] gh-144833: Fix use-after-free in SSL module when SSL_new() fails (GH-144843) (#144862)
pablogsal
2026/03/02
[Python-checkins] [3.10] gh-119342: Fix a potential denial of service in plistlib (GH-119343) (#142151)
pablogsal
2026/03/02
[Python-checkins] [3.10] Pin `setuptools==81` to avoid `pkg_resources` removal (#144781)
pablogsal
2026/03/02
[Python-checkins] [3.10] gh-100538: Add workflow to verify bundled libexpat (GH-145359) (#145407)
pablogsal
2026/03/02
[Python-checkins] [3.11] gh-100538: Add workflow to verify bundled libexpat (GH-145359) (#145408)
pablogsal
2026/03/02
[Python-checkins] GH-145273: drop build_prefix check from missing stdlib warning (#145437)
FFY00
2026/03/02
[Python-checkins] gh-117865: Speedup import of `inspect` module (#144756)
hugovk
2026/03/02
[Python-checkins] [3.13] gh-143880: Fix data race in `functools.partial` in free threading build (GH-143882) (#145435)
colesbury
2026/03/02
[Python-checkins] Hide "object" prefix on dunders in contextlib docs & selectivly link some more (#145436)
hugovk
2026/03/02
[Python-checkins] [3.13] Hide "object" prefix on dunders in contextlib docs & selectivly link some more (GH-145436) (#145444)
hugovk
2026/03/02
[Python-checkins] [3.14] Hide "object" prefix on dunders in contextlib docs & selectivly link some more (GH-145436) (#145443)
hugovk
2026/03/02
[Python-checkins] GH-145273: skip stdlib warning on module_search_paths_set (#145442)
FFY00
2026/03/02
[Python-checkins] Add `sysconfig[VPATH]` to `test.pythoninfo` (#145434)
FFY00
2026/03/02
[Python-checkins] [3.13] gh-145008: Maintain stack consistency in CALL_BOUND_METHOD_EXACT_ARGS (GH-145015)
Fidget-Spinner
2026/03/02
[Python-checkins] [3.13] gh-130327: Always traverse managed dictionaries, even when inline values are available (GH-130469) (#145440)
colesbury
2026/03/02
[Python-checkins] [3.14] gh-130327: Always traverse managed dictionaries, even when inline values are available (GH-130469) (#145438)
colesbury
2026/03/02
[Python-checkins] [3.14] gh-145349: Do not install ccache (#145350) (#145425)
hugovk
2026/03/02
[Python-checkins] gh-145118: Add `frozendict` support to `type()` (#145124)
vstinner
2026/03/02
[Python-checkins] gh-130327: Always traverse managed dictionaries, even when inline values are available (#130469)
colesbury
2026/03/02
[Python-checkins] GH-145275: add -X pathconfig_warnings and PYTHON_PATHCONFIG_WARNINGS (#145277)
FFY00
2026/03/02
[Python-checkins] [3.14] gh-130555: Fix use-after-free in dict.clear() with embedded values (gh-145268) (#145431)
colesbury
2026/03/02
[Python-checkins] [3.13] gh-130555: Fix use-after-free in dict.clear() with embedded values (gh-145268) (#145430)
colesbury
2026/03/02
[Python-checkins] [3.13] gh-145335: Fix crash when passing -1 as fd in os.pathconf (GH-145390) (#145432)
vstinner
2026/03/02
[Python-checkins] GH-145273: warn when we can't find the standard library (#145274)
FFY00
2026/03/02
[Python-checkins] gh-130555: Fix use-after-free in dict.clear() with embedded values (gh-145268)
colesbury
2026/03/02
[Python-checkins] [3.14] gh-145335: Fix crash when passing -1 as fd in os.pathconf (GH-145390) (#145433)
vstinner
2026/03/02
[Python-checkins] [3.13] gh-145349: Do not install ccache (#145350) (#145424)
hugovk
2026/03/02
[Python-checkins] gh-145335: Fix crash when passing -1 as fd in os.pathconf (#145390)
vstinner
2026/03/02
[Python-checkins] gh-144569: Avoid creating temporary objects in `BINARY_SLICE` for list, tuple, and unicode (GH-144590)
markshannon
2026/03/02
[Python-checkins] gh-145307: Defer loading psapi.dll until ctypes.util.dllist() is called. (GH-145308)
zooba
2026/03/02
[Python-checkins] gh-145307: Defer loading psapi.dll until ctypes.util.dllist() is called. (GH-145308)
encukou
2026/03/02
[Python-checkins] DOC: clarify and expand documentation about PYTHONUSERBASE and PYTHONNOUSERSITE (#144637)
FFY00
2026/03/02
[Python-checkins] [3.13] gh-144835: Added missing explanations for some parameters in glob and iglob. (GH-144836) (#145416)
hugovk
2026/03/02
[Python-checkins] [3.14] gh-144835: Added missing explanations for some parameters in glob and iglob. (GH-144836) (#145415)
hugovk
2026/03/02
[Python-checkins] gh-142781: Fix type confusion in zoneinfo weak cache (GH-142925)
encukou
2026/03/02
[Python-checkins] gh-144835: Added missing explanations for some parameters in glob and iglob. (#144836)
facundobatista
2026/03/02
[Python-checkins] gh-144851: Fix `__lazy_import__` crash with user-defined filters (#144852)
Yhg1s
2026/03/02
[Python-checkins] gh-144748: Make PyErr_CheckSignals raise the exception scheduled by PyThreadState_SetAsyncExc (GH-145178)
encukou
2026/03/01
[Python-checkins] [3.13] gh-145351: use `--no-install-recommends` (GH-145352) (#145402)
hugovk
2026/03/01
[Python-checkins] [3.14] gh-145351: use `--no-install-recommends` (GH-145352) (#145403)
hugovk
2026/03/01
[Python-checkins] [3.14] gh-100538: Add workflow to verify bundled libexpat (GH-145359) (#145401)
gpshead
2026/03/01
[Python-checkins] [3.13] gh-100538: Add workflow to verify bundled libexpat (GH-145359) (#145400)
gpshead
2026/03/01
[Python-checkins] gh-100538: Add workflow to verify bundled libexpat (GH-145359)
gpshead
2026/03/01
[Python-checkins] gh-137829: Fix shelve tests for backend compatibility (#137879)
picnixz
2026/03/01
[Python-checkins] gh-145351: use `--no-install-recommends` (#145352)
hugovk
2026/03/01
[Python-checkins] gh-140715: Improve class reference links on datetime.rst (#123980)
hugovk
2026/03/01
[Python-checkins] gh-136728: Combine OpenSSL and AWS-LC CI configurations (#144805)
hugovk
2026/02/28
[Python-checkins] gh-145033: Implement PEP 747 (#145034)
JelleZijlstra
2026/02/28
[Python-checkins] [3.13] gh-145269: simplify bisect.bisect doc example (GH-145270) (#145368)
picnixz
2026/02/28
[Python-checkins] gh-144551: Update iOS builds to use OpenSSL 3.5.5 (GH-145372)
zware
2026/02/28
[Python-checkins] gh-144551: Update Android builds to use OpenSSL 3.5.5 (GH-145371)
zware
2026/02/28
[Python-checkins] Destroy the turtle window after its doctests finish (GH-125294)
zware
2026/02/28
[Python-checkins] gh-145349: Do not install `ccache` (#145350)
hugovk
2026/02/28
[Python-checkins] [3.14] gh-145269: simplify bisect.bisect doc example (GH-145270) (#145367)
picnixz
2026/02/28
[Python-checkins] [3.13] Move news entry (#145366)
gpshead
2026/02/28
[Python-checkins] [3.13] gh-142352: Fix asyncio start_tls() to transfer buffered data from StreamReader (GH-142354) (#145364)
kumaraditya303
2026/02/28
[Python-checkins] [3.13] Move NEWS entries out of directories with spaces (GH-145357)
gpshead
2026/02/28
[Python-checkins] [3.14] gh-142352: Fix `asyncio` `start_tls()` to transfer buffered data from StreamReader (GH-142354) (#145363)
kumaraditya303
2026/02/28
[Python-checkins] gh-142352: Fix `asyncio` `start_tls()` to transfer buffered data from StreamReader (#142354)
kumaraditya303
2026/02/28
[Python-checkins] [3.13] gh-144759: Fix undefined behavior from NULL pointer arithmetic in lexer (GH-144788) (#145355)
pablogsal
2026/02/28
[Python-checkins] Add Stan to 'Dates and times' reviewers (#145360)
pganssle
2026/02/28
[Python-checkins] gh-145269: simplify bisect.bisect doc example (#145270)
itamaro
2026/02/27
[Python-checkins] gh-145241: specialize SyntaxError for single trailing-comma with item (#145282)
pablogsal
2026/02/27
[Python-checkins] gh-142927: Tachyon: Fix singular and plurals (#145329)
pablogsal
2026/02/27
[Python-checkins] gh-145334: Make lazy import tests discoverable (#145336)
pablogsal
2026/02/27
[Python-checkins] [3.13] gh-145234: Normalize decoded CR in string tokenizer (GH-145281) (#145312)
pablogsal
2026/02/27
[Python-checkins] GH-144533: Use wasmtime's --argv0 to auto-discover sysconfig in WASI builds (#145328)
savannahostrowski
2026/02/27
[Python-checkins] gh-145230: Update lockbench (gh-145231)
colesbury
2026/02/27
[Python-checkins] gh-76007: Deprecate `tarfile.version` (#145326)
hugovk
2026/02/27
[Python-checkins] [3.14] gh-145142: Make str.maketrans safe under free-threading (gh-145157) (#145320)
colesbury
2026/02/27
[Python-checkins] gh-145305: Update ocert.org URLs in docs from http to https (#145304)
hugovk
2026/02/27
[Python-checkins] gh-145142: Make str.maketrans safe under free-threading (gh-145157)
colesbury
2026/02/27
[Python-checkins] [3.13] gh-144693: Clarify that `PyFrame_GetBack` does not raise exceptions (GH-144824) (GH-145319)
ZeroIntensity
2026/02/27
[Python-checkins] [3.14] gh-144693: Clarify that `PyFrame_GetBack` does not raise exceptions (GH-144824) (GH-145318)
ZeroIntensity
2026/02/27
[Python-checkins] gh-144693: Clarify that `PyFrame_GetBack` does not raise exceptions (GH-144824)
ZeroIntensity
2026/02/27
[Python-checkins] [3.14] gh-141004: Document missing type flags (GH-145127) (GH-145316)
ZeroIntensity
2026/02/27
[Python-checkins] [3.13] gh-141004: Document missing type flags (GH-145127) (GH-145317)
ZeroIntensity
2026/02/27
[Python-checkins] gh-141004: Document missing type flags (GH-145127)
ZeroIntensity
2026/02/27
[Python-checkins] [3.14] gh-145234: Normalize decoded CR in string tokenizer (GH-145281) (#145310)
pablogsal
2026/02/27
[Python-checkins] gh-145234: Normalize decoded CR in string tokenizer (#145281)
pablogsal
2026/02/27
[Python-checkins] gh-123853: Cleanup Windows 95 locale fallback support (#144738)
malemburg
2026/02/27
[Python-checkins] [3.14] Fix unlikely potential reference leak in _locale._getdefaultlocale (GH-145250) (GH-145302)
serhiy-storchaka
2026/02/27
[Python-checkins] Fix unlikely potential reference leak in _locale._getdefaultlocale (GH-145250)
serhiy-storchaka
2026/02/26
[Python-checkins] [3.14] gh-145037: Fix Emscripten trampoline with emcc >= 4.0.19 (GH-145038) (#145283)
freakboy3742
2026/02/26
[Python-checkins] [3.13] gh-142787: Handle empty sqlite3 blob slices (GH-142824) (#145298)
erlend-aasland
2026/02/26
[Python-checkins] [3.14] gh-142787: Handle empty sqlite3 blob slices (GH-142824) (#145297)
erlend-aasland
2026/02/26
[Python-checkins] gh-142787: Handle empty sqlite3 blob slices (#142824)
erlend-aasland
2026/02/26
[Python-checkins] [3.14] gh-144872: fix heap buffer overflow `_PyTokenizer_ensure_utf8` (GH-144807) (#145287)
pablogsal
2026/02/26
[Python-checkins] [3.14] gh-144316: Fix missing exception in _remote_debugging with debug=False (GH-144442) (#145280)
pablogsal
2026/02/26
[Python-checkins] gh-144872: fix heap buffer overflow `_PyTokenizer_ensure_utf8` (#144807)
pablogsal
2026/02/26
[Python-checkins] gh-141510: support frozendict's in the C decimal module (gh-145165)
corona10
2026/02/26
[Python-checkins] [3.11] gh-144833: Fix use-after-free in SSL module when SSL_new() fails (GH-144843) (#144861)
pablogsal
2026/02/26
[Python-checkins] gh-144316: Fix missing exception in _remote_debugging with debug=False (#144442)
pablogsal
2026/02/26
[Python-checkins] gh-141510: Update `PyDict_Copy` documentation with note on `frozendict` (GH-145249)
ZeroIntensity
2026/02/26
[Python-checkins] [3.14] gh-144190: Clarify get_type_hints() instance behavior in docs (GH-144831) (#145258)
hugovk
2026/02/26
[Python-checkins] [3.13] gh-106318: Add examples for str.rjust() method (GH-143890) (#145256)
hugovk
2026/02/26
[Python-checkins] [3.14] gh-106318: Add examples for str.rjust() method (GH-143890) (#145257)
hugovk
2026/02/26
[Python-checkins] gh-144190: Clarify get_type_hints() instance behavior in docs (#144831)
hugovk
2026/02/26
[Python-checkins] gh-106318: Add examples for str.rjust() method (#143890)
hugovk
2026/02/26
[Python-checkins] [3.14] GH-145000: Add a tool to record/check removed HTML IDs (GH-145001) (GH-145212)
encukou
2026/02/26
[Python-checkins] gh-145202: Fix crash in unicodedata's GraphemeBreakIterator and Segment (GH-145216)
serhiy-storchaka
2026/02/25
[Python-checkins] gh-145037: Fix Emscripten trampoline with emcc >= 4.0.19 (#145038)
freakboy3742
2026/02/25
[Python-checkins] [3.14] gh-144156: move news entry to Library (GH-145205) (#145207)
bitdancer
2026/02/25
[Python-checkins] gh-144156: move news entry to Library (#145205)
bitdancer
2026/02/25
[Python-checkins] gh-145197: Fix JIT trace crash when recording function from cleared generator frame (GH-145220)
markshannon
2026/02/25
[Python-checkins] Fix compileall in lazy imports test data with bad syntax (#145221)
FFY00
2026/02/25
[Python-checkins] [3.14] gh-142518: Move thread safety sections into a new page (GH-144716) (#145223)
lysnikolaou
2026/02/25
[Python-checkins] Fix "lazy from (...) import (...)" tests (#145213)
FFY00
2026/02/25
[Python-checkins] gh-142518: Move thread safety sections into a new page (#144716)
lysnikolaou
2026/02/25
[Python-checkins] Update status of blockers on combining pixi packges variant sources (#145222)
FFY00
2026/02/25
[Python-checkins] gh-85809: Ensure shutil.make_archive accepts path-like objects in all cases (GH-143668)
serhiy-storchaka
2026/02/25
[Python-checkins] GH-145000: Add a tool to record/check removed HTML IDs (#145001)
encukou
2026/02/25
[Python-checkins] gh-47655: Add support for user data and detail of Tk events to tkinter (GH-7142)
serhiy-storchaka
2026/02/24
[Python-checkins] GH-145006: add ModuleNotFoundError hints when a module for a differen… (#145007)
FFY00
2026/02/24
[Python-checkins] gh-136677: Introduce executable specific linker flags to configure (#137296)
FFY00
2026/02/24
[Python-checkins] [3.13] gh-88091: Fix `unicodedata.decomposition()` for Hangul Syllables (GH-144993) (GH-145190)
serhiy-storchaka
2026/02/24
[Python-checkins] [3.14] gh-88091: Fix unicodedata.decomposition() for Hangul Syllables (GH-144993) (GH-145189)
serhiy-storchaka
2026/02/24
[Python-checkins] [3.14] gh-145187: Fix crash on invalid type parameter bound expression in conditional block (GH-145188) (#145196)
gpshead
2026/02/24
[Python-checkins] [3.13] gh-144156: Fix email header folding concatenating encoded words (GH-144692) (#145195)
bitdancer
2026/02/24
[Python-checkins] gh-145187: Fix crash on invalid type parameter bound expression in conditional block (GH-145188)
gpshead
2026/02/24
[Python-checkins] gh-88091: Fix unicodedata.decomposition() for Hangul Syllables (GH-144993)
serhiy-storchaka
2026/02/24
[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
2026/02/24
[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
2026/02/24
[Python-checkins] gh-143535: Dispatch on the second argument if generic method is instance-bindable (GH-144615)
ambv
2026/02/24
[Python-checkins] gh-145122: Add _GUARD_NOS_ANY_DICT to prevent STORE_SUBSCR_DICT on frozendict (gh-145039)
corona10
2026/02/24
[Python-checkins] [3.14] Update Python install manager docs (GH-145160)
zooba
2026/02/24
[Python-checkins] [3.14] Fix `inspect.Parameter` docstring on the `kind` attribute (GH-143541) (GH-145174)
encukou
2026/02/24
[Python-checkins] [3.13] Fix `inspect.Parameter` docstring on the `kind` attribute (GH-143541) (GH-145175)
encukou
2026/02/24
[Python-checkins] Fix `inspect.Parameter` docstring on the `kind` attribute (GH-143541)
encukou
2026/02/24
[Python-checkins] gh-143304: Fix ctypes.CDLL to honor handle parameter on POSIX systems (GH-143318)
encukou
2026/02/24
[Python-checkins] [3.13] gh-66305: Fix a hang on Windows in the tempfile module (GH-144672) (GH-145169)
serhiy-storchaka
2026/02/24
[Python-checkins] [3.14] gh-66305: Fix a hang on Windows in the tempfile module (GH-144672) (GH-145168)
serhiy-storchaka
2026/02/24
[Python-checkins] gh-137335: Fix unlikely name conflicts for named pipes in multiprocessing and asyncio on Windows (#137389)
serhiy-storchaka
2026/02/24
[Python-checkins] gh-66305: Fix a hang on Windows in the tempfile module (GH-144672)
serhiy-storchaka
2026/02/24
[Python-checkins] gh-101178: Fix possible integer overflow in Ascii85 encoder with wrapcol=1 (GH-144778)
serhiy-storchaka
2026/02/23
[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
2026/02/23
[Python-checkins] [3.14] `_struct.c`: Fix UB from integer overflow in `prepare_s` (GH-145158) (#145162)
gpshead
2026/02/23
[Python-checkins] [3.13] `_struct.c`: Fix UB from integer overflow in `prepare_s` (GH-145158) (#145163)
gpshead
2026/02/23
[Python-checkins] `_struct.c`: Fix UB from integer overflow in `prepare_s` (GH-145158)
gpshead
Earlier messages
Later messages