python-checkins
Thread
Date
Earlier messages
Later messages
Messages by Date
2025/11/03
[Python-checkins] GH-136895: Update JIT builds to use LLVM 20 (#140329)
savannahostrowski
2025/11/03
[Python-checkins] [3.14] gh-138151: Fix annotationlib handling of multiple nonlocals (GH-138164) (#140949)
JelleZijlstra
2025/11/03
[Python-checkins] Docs: Fix a typo in `idle.rst` (Chitespace -> Whitespace) (GH-140946)
encukou
2025/11/03
[Python-checkins] Docs: Fix typo in codecs documentation (GH-140883)
encukou
2025/11/03
[Python-checkins] gh-138151: Fix annotationlib handling of multiple nonlocals (#138164)
JelleZijlstra
2025/11/03
[Python-checkins] [3.14] gh-140348: Fix using | on unusual objects plus Unions (GH-140383) (#140948)
JelleZijlstra
2025/11/03
[Python-checkins] gh-133879: Clean up What's New for 3.15 (#140435)
JelleZijlstra
2025/11/03
[Python-checkins] gh-140348: Fix using | on unusual objects plus Unions (#140383)
JelleZijlstra
2025/11/03
[Python-checkins] [3.14] Revert "gh-137969: Fix evaluation of `ref.evaluate(format=Format.FORWARDREF)` objects (GH-138075) (#140929)" (GH-140931)
encukou
2025/11/03
[Python-checkins] gh-140826: Compare winreg.HKEYType by the internal handle value (GH-140843)
serhiy-storchaka
2025/11/02
[Python-checkins] Revert "gh-137969: Fix evaluation of `ref.evaluate(format=Format.FORWARDREF)` objects (#138075)" (#140930)
JelleZijlstra
2025/11/02
[Python-checkins] [3.14] gh-140693: Improve `argparse` documentation about controlling color (GH-140737) (#140932)
savannahostrowski
2025/11/02
[Python-checkins] Remove redundant `sys.exit(2)` call in `pdb` CLI (#139948)
gaogaotiantian
2025/11/02
[Python-checkins] [3.14] gh-137969: Fix evaluation of `ref.evaluate(format=Format.FORWARDREF)` objects (GH-138075) (#140929)
JelleZijlstra
2025/11/02
[Python-checkins] gh-137969: Fix evaluation of `ref.evaluate(format=Format.FORWARDREF)` objects (#138075)
JelleZijlstra
2025/11/02
[Python-checkins] [3.14] gh-138425: Correctly partially evaluate global generics with undefined params in `ref.evaluate(format=Format.FORWARDREF)` (GH-138430) (#140927)
JelleZijlstra
2025/11/02
[Python-checkins] gh-138425: Correctly partially evaluate global generics with undefined params in `ref.evaluate(format=Format.FORWARDREF)` (#138430)
JelleZijlstra
2025/11/02
[Python-checkins] gh-140693: Improve `argparse` documentation about controlling color (#140737)
savannahostrowski
2025/11/02
[Python-checkins] gh-140808: Remove __class_getitem__ from mailbox._ProxyFile (#140838)
emmatyping
2025/11/02
[Python-checkins] [3.13] gh-135307: Fix email error when policy max_line_length is set to 0 or None (GH-135367) (#140917)
bitdancer
2025/11/02
[Python-checkins] [3.14] gh-135307: Fix email error when policy max_line_length is set to 0 or None (GH-135367) (#140915)
bitdancer
2025/11/02
[Python-checkins] gh-135307: Fix email error when policy max_line_length is set to 0 or None (#135367)
bitdancer
2025/11/02
[Python-checkins] [3.14] Docs: avoid informal formulation in `Doc/c-api/conversion.rst` (GH-140898) (#140912)
picnixz
2025/11/02
[Python-checkins] [3.13] Docs: avoid informal formulation in `Doc/c-api/conversion.rst` (GH-140898) (#140913)
picnixz
2025/11/02
[Python-checkins] Docs: avoid informal formulation in `Doc/c-api/conversion.rst` (#140898)
picnixz
2025/11/02
[Python-checkins] [3.13] gh-90949: add Expat API to prevent XML deadly allocations (CVE-2025-59375) (GH-139234) (#139367)
picnixz
2025/11/02
[Python-checkins] gh-134786: raise error if `Py_TPFLAGS_MANAGED_WEAKREF` or `Py_TPFLAGS_MANAGED_DICT` is used without `Py_TPFLAGS_HAVE_GC` set (#135863)
kumaraditya303
2025/11/02
[Python-checkins] [3.14] gh-90949: add Expat API to prevent XML deadly allocations (CVE-2025-59375) (GH-139234) (#139359)
picnixz
2025/11/02
[Python-checkins] [3.13] Docs: fix some grammatical errors in `Doc/c-api/dict.rst` (GH-140899) (#140902)
picnixz
2025/11/02
[Python-checkins] [3.14] Docs: fix some grammatical errors in `Doc/c-api/dict.rst` (GH-140899) (#140901)
picnixz
2025/11/02
[Python-checkins] Docs: fix some grammatical errors in `Doc/c-api/dict.rst` (#140899)
picnixz
2025/11/01
[Python-checkins] [3.14] gh-140104: Revert "Set next_instr properly in the JIT during exceptions (GH-140233) (GH-140687)" (#140890)
Fidget-Spinner
2025/11/01
[Python-checkins] [3.14] gh-140312: Set lltrace on JIT debug builds (GH-140313) (#140887)
Fidget-Spinner
2025/11/01
[Python-checkins] gh-140513: Fail to compile if `_Py_TAIL_CALL_INTERP` is set but `preserve_none` and `musttail` do not exist. (GH-140548)
Fidget-Spinner
2025/11/01
[Python-checkins] gh-140868: Don't rely on undefined left shift behavior in assert (#140869)
DinoV
2025/11/01
[Python-checkins] gh-140312: Set lltrace on JIT debug builds (GH-140313)
Fidget-Spinner
2025/11/01
[Python-checkins] [3.13] gh-140874: Upgrade bundled pip to 25.3 (GH-140876) (gh-140880)
pfmoore
2025/11/01
[Python-checkins] [3.14] gh-140874: Upgrade bundled pip to 25.3 (GH-140876) (gh-140881)
pfmoore
2025/11/01
[Python-checkins] gh-140874: Upgrade bundled pip to 25.3 (GH-140876)
pfmoore
2025/10/31
[Python-checkins] GH-119668: expose importlib.machinery.NamespacePath (#119669)
FFY00
2025/10/31
[Python-checkins] Python 3.9.25
ambv
2025/10/31
[Python-checkins] [3.11] gh-136063: fix quadratic-complexity parsing in `email.message._parseparam` (GH-136072) (GH-140830)
ambv
2025/10/31
[Python-checkins] [3.11] gh-136065: Fix quadratic complexity in os.path.expandvars() (GH-134952) (GH-140848)
ambv
2025/10/31
[Python-checkins] [3.11] gh-137836: Support more RAWTEXT and PLAINTEXT elements in HTMLParser (GH-137837) (GH-140842) (GH-140852)
ambv
2025/10/31
[Python-checkins] [3.9] gh-137836: Support more RAWTEXT and PLAINTEXT elements in HTMLParser (GH-137837) (GH-140842) (GH-140857)
ambv
2025/10/31
[Python-checkins] [3.13] gh-136065: Fix quadratic complexity in os.path.expandvars() (GH-134952) (GH-140845)
ambv
2025/10/31
[Python-checkins] [3.11] gh-90953: Don't use deprecated AST nodes in clinic.py (GH-104322) (GH-140856)
ambv
2025/10/31
[Python-checkins] [3.12] gh-137836: Support more RAWTEXT and PLAINTEXT elements in HTMLParser (GH-137837) (GH-140842) (GH-140850)
ambv
2025/10/31
[Python-checkins] [3.9] gh-90953: Don't use deprecated AST nodes in clinic.py (GH-104322) (GH-140854)
ambv
2025/10/31
[Python-checkins] [3.10] gh-90953: Don't use deprecated AST nodes in clinic.py (GH-104322) (GH-140855)
ambv
2025/10/31
[Python-checkins] [3.13] Fix the versionchanged directive for gh-137836 (GH-140859)
serhiy-storchaka
2025/10/31
[Python-checkins] [3.10] gh-137836: Support more RAWTEXT and PLAINTEXT elements in HTMLParser (GH-137837) (GH-140842) (GH-140853)
ambv
2025/10/31
[Python-checkins] [3.10] gh-136065: Fix quadratic complexity in os.path.expandvars() (GH-134952) (GH-140851)
ambv
2025/10/31
[Python-checkins] [3.12] gh-136065: Fix quadratic complexity in os.path.expandvars() (GH-134952) (GH-140847)
ambv
2025/10/31
[Python-checkins] [3.14] gh-136065: Fix quadratic complexity in os.path.expandvars() (GH-134952) (GH-140844)
ambv
2025/10/31
[Python-checkins] [3.14] gh-137836: Support more RAWTEXT and PLAINTEXT elements in HTMLParser (GH-137837) (GH-140841)
serhiy-storchaka
2025/10/31
[Python-checkins] [3.13] gh-137836: Support more RAWTEXT and PLAINTEXT elements in HTMLParser (GH-137837) (GH-140842)
serhiy-storchaka
2025/10/31
[Python-checkins] [3.9] gh-136065: Fix quadratic complexity in os.path.expandvars() (GH-134952) (GH-140839)
ambv
2025/10/31
[Python-checkins] gh-137836: Support more RAWTEXT and PLAINTEXT elements in HTMLParser (GH-137837)
serhiy-storchaka
2025/10/31
[Python-checkins] [3.9] gh-98793: Fix typecheck in `overlapped.c` (GH-98835) (GH-98890) (GH-140825)
ambv
2025/10/31
[Python-checkins] gh-140212: Add html for year-month option in Calendar (#140230)
hugovk
2025/10/31
[Python-checkins] [3.9] gh-120384: gh-120298: Fix array-out-of-bounds & use after free `list` (GH-121345) (GH-140834)
ambv
2025/10/31
[Python-checkins] [3.10] gh-120384: gh-120298: Fix array-out-of-bounds & use after free `list` (GH-121345) (GH-140833)
ambv
2025/10/31
[Python-checkins] [3.11] gh-120384: gh-120298: Fix array-out-of-bounds & use after free `list` (GH-121345)
ambv
2025/10/31
[Python-checkins] [3.9] gh-136063: fix quadratic-complexity parsing in `email.message._parseparam` (GH-136072) (GH-140832)
ambv
2025/10/31
[Python-checkins] gh-136063: fix quadratic-complexity parsing in `email.message._parseparam` (GH-136072)
ambv
2025/10/31
[Python-checkins] gh-136065: Fix quadratic complexity in os.path.expandvars() (GH-134952)
ambv
2025/10/31
[Python-checkins] [3.10] gh-139436: Remove ``dist-pdf`` from the docs archives rebuild target (GH-139437) (GH-140412)
ambv
2025/10/31
[Python-checkins] gh-57665: Remove 'response_class' from getresponse docstring. (#140707)
orsenthil
2025/10/31
[Python-checkins] [3.14] gh-138944: Fix `SyntaxError` message for invalid syntax following valid import-as statement (GH-138945) (#140646)
lysnikolaou
2025/10/31
[Python-checkins] [3.9] gh-139436: Remove ``dist-pdf`` from the docs archives rebuild target (GH-139437) (GH-140413)
ambv
2025/10/31
[Python-checkins] gh-131885: Document `*` for `code.InteractiveConsole` (#132029)
vstinner
2025/10/31
[Python-checkins] gh-140373: Correctly emit `PY_UNWIND` event when generator is closed (GH-140767)
markshannon
2025/10/30
[Python-checkins] Move WASI CI over to Arm runners (GH-140810)
brettcannon
2025/10/30
[Python-checkins] [3.14] Make printing log lines to the terminal a little cleaner when building WASI (GH-140772) (GH-140804)
brettcannon
2025/10/30
[Python-checkins] Make printing log lines to the terminal a little cleaner when building WASI (GH-140772)
brettcannon
2025/10/30
[Python-checkins] gh-140766: [Enum] add `show_flag_values` and `bin` to `enum.__all__` (GH-140765)
ethanfurman
2025/10/30
[Python-checkins] [3.13] gh-140551: Fix dict crash if clear is called at lookup stage (GH-140558) (#140744)
kumaraditya303
2025/10/30
[Python-checkins] [3.14] gh-140551: Fix dict crash if clear is called at lookup stage (GH-140558) (#140743)
kumaraditya303
2025/10/30
[Python-checkins] [3.14] GH-140768: Warn when the WASI SDK version doesn't match the supported version (GH-140769) (GH-140801)
brettcannon
2025/10/30
[Python-checkins] GH-140768: Warn when the WASI SDK version doesn't match the supported version (GH-140769)
brettcannon
2025/10/30
[Python-checkins] gh-139246: zero-width word paste can be wrong in default repl (GH-139254)
encukou
2025/10/30
[Python-checkins] gh-55531: Implement `normalize_encoding` in C (#136643)
malemburg
2025/10/30
[Python-checkins] gh-135801: Improve filtering by module in warn_explicit() without module argument (GH-140151)
serhiy-storchaka
2025/10/30
[Python-checkins] [3.14] gh-137821: Fix wrongly tested json.decoder.scanstring (gh-140782)
corona10
2025/10/30
[Python-checkins] [3.13] gh-137821: Fix wrongly tested json.decoder.scanstring (gh-140781)
corona10
2025/10/30
[Python-checkins] gh-139353: Add Objects/unicode_writer.c file (#139911)
vstinner
2025/10/30
[Python-checkins] [3.13] gh-138162: Fix logging.LoggerAdapter with merge_extra=True and without the extra argument (GH-140511) (GH-140785)
serhiy-storchaka
2025/10/30
[Python-checkins] [3.14] gh-131927: Do not emit PEP 765 warnings in ast.parse() (GH-139642) (GH-140786)
serhiy-storchaka
2025/10/30
[Python-checkins] [3.14] gh-138162: Fix logging.LoggerAdapter with merge_extra=True and without the extra argument (GH-140511) (GH-140784)
serhiy-storchaka
2025/10/30
[Python-checkins] gh-140748: socket_helper.transient_internet: Unwrap UrlError.__cause__ (GH-140749)
encukou
2025/10/30
[Python-checkins] gh-139188: Remove `Tools/tz/zdump.py` script (GH-139189)
encukou
2025/10/30
[Python-checkins] gh-140481: Improve error message when trying to iterate a Tk widget, image or font (GH-140501)
serhiy-storchaka
2025/10/30
[Python-checkins] gh-131927: Do not emit PEP 765 warnings in ast.parse() (GH-139642)
serhiy-storchaka
2025/10/30
[Python-checkins] gh-131885: Update unicodedata function signatures to use `/` (#140270)
vstinner
2025/10/30
[Python-checkins] gh-138162: Fix logging.LoggerAdapter with merge_extra=True and without the extra argument (GH-140511)
serhiy-storchaka
2025/10/30
[Python-checkins] gh-139198: Remove `Tools/scripts/checkpip.py` script (GH-139199)
encukou
2025/10/30
[Python-checkins] gh-137821: Improve Argument Clinic definitions in the ``_json`` module (#140780)
corona10
2025/10/30
[Python-checkins] gh-129117: Add unicodedata.isxidstart() function (#140269)
vstinner
2025/10/30
[Python-checkins] gh-137821: Convert _json module to use Argument Clinic (gh-140778)
corona10
2025/10/29
[Python-checkins] [3.14] gh-120057: add `os.reload_environ` to `__all__` (GH-140763) (#140773)
AlexWaygood
2025/10/29
[Python-checkins] gh-120057: add `os.reload_environ` to `__all__` (#140763)
AlexWaygood
2025/10/29
[Python-checkins] [3.14] gh-140082: Forward colorizing from libregrtest to unittest (GH-140083) (#140756)
vstinner
2025/10/29
[Python-checkins] [3.14] gh-140228: Avoid making unnecessary syscalls in linecache for frozen modules (GH-140377) (#140738)
gaogaotiantian
2025/10/29
[Python-checkins] gh-140741: Fix test added in gh-140745 (#140760)
pablogsal
2025/10/29
[Python-checkins] [3.13] gh-140576: Fixed crash produced by lexer in case of dedented zero byte (GH-140583) (#140762)
pablogsal
2025/10/29
[Python-checkins] [3.14] gh-140576: Fixed crash produced by lexer in case of dedented zero byte (GH-140583) (#140757)
pablogsal
2025/10/29
[Python-checkins] gh-140576: Fixed crash produced by lexer in case of dedented zero byte (#140583)
pablogsal
2025/10/29
[Python-checkins] [3.13] gh-140082: Forward colorizing from libregrtest to unittest (GH-140083) (#140755)
vstinner
2025/10/29
[Python-checkins] [3.14] gh-140702: Log color and GHA env vars in test.pythoninfo (GH-140747) (#140753)
vstinner
2025/10/29
[Python-checkins] [3.13] gh-140702: Log color and GHA env vars in test.pythoninfo (GH-140747) (#140754)
vstinner
2025/10/29
[Python-checkins] gh-140082: Forward colorizing from libregrtest to unittest (#140083)
vstinner
2025/10/29
[Python-checkins] [3.13] gh-140607: Validate returned byte count in RawIOBase.read (GH-140611) (#140730)
vstinner
2025/10/29
[Python-checkins] [3.14] gh-140607: Validate returned byte count in RawIOBase.read (GH-140611) (#140728)
vstinner
2025/10/29
[Python-checkins] gh-140702: Log color and GHA env vars in test.pythoninfo (#140747)
vstinner
2025/10/29
[Python-checkins] gh-140741: Fix `profiling.sampling` handling of error raised by target (#140745)
pablogsal
2025/10/29
[Python-checkins] gh-140551: Fix `dict` crash if `clear` is called at `lookup` stage (#140558)
kumaraditya303
2025/10/29
[Python-checkins] [3.14] gh-140702: Add test skip for Unix Datagram tests on iOS when on Github Actions (GH-140740) (#140742)
freakboy3742
2025/10/29
[Python-checkins] gh-140702: Add test skip for Unix Datagram tests on iOS when on Github Actions (#140740)
freakboy3742
2025/10/29
[Python-checkins] [3.14] gh-139951: Tests on tuple GC tracking (GH-140575) (#140701)
vstinner
2025/10/28
[Python-checkins] gh-139940: Handle RuntimeError when attaching to a non-existing process in pdb. (#139941)
gaogaotiantian
2025/10/28
[Python-checkins] gh-140228: Avoid making unnecessary syscalls in linecache for frozen modules (#140377)
gaogaotiantian
2025/10/28
[Python-checkins] [3.13] gh-139588: Increase maximum LaTeX list depth (GH-140709) (#140725)
AA-Turner
2025/10/28
[Python-checkins] [3.14] gh-139588: Increase maximum LaTeX list depth (GH-140709) (#140724)
AA-Turner
2025/10/28
[Python-checkins] gh-139588: Increase maximum LaTeX list depth (#140709)
AA-Turner
2025/10/28
[Python-checkins] [3.14] gh-140657: Don't rerun test_import single phase init test (GH-140712) (#140713)
vstinner
2025/10/28
[Python-checkins] [3.13] gh-140657: Don't rerun test_import single phase init test (GH-140712) (#140714)
vstinner
2025/10/28
[Python-checkins] gh-140657: Don't rerun test_import single phase init test (GH-140712)
encukou
2025/10/28
[Python-checkins] gh-125434: Fix non-ASCII thread names in faulthandler on Windows (#140700)
vstinner
2025/10/28
[Python-checkins] gh-140544: Always assume that thread locals are available (GH-140690)
ZeroIntensity
2025/10/28
[Python-checkins] [3.14] GH-140590: Fix setstate for functools.partial C-module (GH-140671) (#140698)
kumaraditya303
2025/10/28
[Python-checkins] [3.13] GH-140590: Fix setstate for functools.partial C-module (GH-140671) (#140699)
kumaraditya303
2025/10/28
[Python-checkins] gh-139951: Tests on tuple GC tracking (#140575)
vstinner
2025/10/28
[Python-checkins] GH-140590: Fix setstate for functools.partial C-module (GH-140671)
encukou
2025/10/28
[Python-checkins] [3.14] gh-134160: Add more comments for the xxlimited module (GH-140214) (GH-140664)
encukou
2025/10/27
[Python-checkins] [3.14] gh-140189: Add CI job to test iOS builds. (GH-140190) (#140696)
freakboy3742
2025/10/27
[Python-checkins] gh-140189: Add CI job to test iOS builds. (#140190)
freakboy3742
2025/10/27
[Python-checkins] [3.14] gh-140104: Set next_instr properly in the JIT during exceptions (GH-140233) (GH-140687)
Fidget-Spinner
2025/10/27
[Python-checkins] gh-140544: fix build for including `pycore_pystate.h` when `HAVE_THREAD_LOCAL` is not defined (#140623)
kumaraditya303
2025/10/27
[Python-checkins] [3.14] gh-140634: Fix a reference counting bug in os.sched_param.__reduce__() (GH-140667) (GH-140685)
serhiy-storchaka
2025/10/27
[Python-checkins] [3.13] gh-140634: Fix a reference counting bug in os.sched_param.__reduce__() (GH-140667) (GH-140686)
serhiy-storchaka
2025/10/27
[Python-checkins] gh-140634: Fix a reference counting bug in os.sched_param.__reduce__() (GH-140667)
serhiy-storchaka
2025/10/27
[Python-checkins] [3.13] gh-140301: Fix memory leak in subinterpreter PyConfig cleanup (GH-140303) (#140684)
kumaraditya303
2025/10/27
[Python-checkins] gh-140104: Set next_instr properly in the JIT during exceptions (GH-140233)
Fidget-Spinner
2025/10/27
[Python-checkins] gh-140607: Validate returned byte count in RawIOBase.read (#140611)
vstinner
2025/10/27
[Python-checkins] gh-125434: Display thread name in faulthandler on Windows (#140675)
vstinner
2025/10/27
[Python-checkins] gh-138050: [WIP] JIT - Streamline MAKE_WARM - move coldness check to executor creation (GH-138240)
markshannon
2025/10/27
[Python-checkins] gh-79922: Remove always false test skips in `test_time` (#136202)
pganssle
2025/10/27
[Python-checkins] [3.13] gh-92266: Update pre-commit (GH-139411) (#139760)
hugovk
2025/10/27
[Python-checkins] gh-140641: Break out of inittab search on match (GH-140642)
serhiy-storchaka
2025/10/27
[Python-checkins] gh-116738: Use PyMutex for bz2 module (gh-140555)
colesbury
2025/10/27
[Python-checkins] [3.13] gh-140487: Fix Py_RETURN_NOTIMPLEMENTED in limited C API 3.11 (GH-140636) (GH-140670)
encukou
2025/10/27
[Python-checkins] [3.14] gh-140358: Bring back elapsed time and unreachable count to gc debug output (GH-140359) (#140405)
hugovk
2025/10/27
[Python-checkins] [3.14] gh-140487: Fix Py_RETURN_NOTIMPLEMENTED in limited C API 3.11 (GH-140636) (#140668)
vstinner
2025/10/27
[Python-checkins] [3.13] gh-140633: AppleFrameworkLoader: Ignore AttributeError when setting __file__ (GH-140635) (GH-140659)
encukou
2025/10/27
[Python-checkins] [3.14] gh-140633: AppleFrameworkLoader: Ignore AttributeError when setting __file__ (GH-140635) (GH-140660)
encukou
2025/10/27
[Python-checkins] gh-140487: Fix Py_RETURN_NOTIMPLEMENTED in limited C API 3.11 (GH-140636)
encukou
2025/10/27
[Python-checkins] gh-134160: Add more comments for the xxlimited module (GH-140214)
encukou
2025/10/27
[Python-checkins] [3.14] Docs: Replace "encoder" with "decoder" in `Doc/c-api/codec.rst` (GH-140613) (#140661)
vstinner
2025/10/27
[Python-checkins] [3.13] Docs: Replace "encoder" with "decoder" in `Doc/c-api/codec.rst` (GH-140613) (#140662)
vstinner
2025/10/27
[Python-checkins] Docs: Replace "encoder" with "decoder" in `Doc/c-api/codec.rst` (#140613)
vstinner
2025/10/27
[Python-checkins] [3.14] Remove dead stores to 'size' in UTF-8 decoder (unicodeobject.c) (GH-140637) (#140658)
sobolevn
2025/10/27
[Python-checkins] gh-140633: AppleFrameworkLoader: Ignore AttributeError when setting __file__ (GH-140635)
encukou
2025/10/27
[Python-checkins] Remove dead stores to 'size' in UTF-8 decoder (unicodeobject.c) (#140637)
sobolevn
2025/10/26
[Python-checkins] Fix typo in TLS docs (#140640)
kumaraditya303
2025/10/26
[Python-checkins] gh-138944: Fix `SyntaxError` message for invalid syntax following valid import-as statement (#138945)
pablogsal
2025/10/26
[Python-checkins] gh-140609: delete unused `_stdlib_enums` in enum.py (#140618)
vstinner
2025/10/26
[Python-checkins] [3.13] gh-137568: Ignore startup file in `test_dumb_terminal_exits_cleanly` (GH-140295) (GH-140632)
ZeroIntensity
2025/10/26
[Python-checkins] [3.13] gh-140593: Fix a memory leak in function `my_ElementDeclHandler` of `pyexpat` (GH-140602) (#140630)
picnixz
2025/10/26
[Python-checkins] [3.14] gh-140593: Fix a memory leak in function `my_ElementDeclHandler` of `pyexpat` (GH-140602) (#140629)
picnixz
2025/10/26
[Python-checkins] [3.14] gh-137568: Ignore startup file in `test_dumb_terminal_exits_cleanly` (GH-140295) (GH-140628)
ZeroIntensity
2025/10/26
[Python-checkins] gh-137568: Ignore startup file in `test_dumb_terminal_exits_cleanly` (GH-140295)
ZeroIntensity
2025/10/26
[Python-checkins] gh-140593: Fix a memory leak in function `my_ElementDeclHandler` of `pyexpat` (#140602)
picnixz
2025/10/26
[Python-checkins] [3.14] gh-133346: add tests for `_colorize.Theme` (GH-139687) (#140622)
picnixz
2025/10/26
[Python-checkins] gh-133346: add tests for `_colorize.Theme` (#139687)
picnixz
2025/10/26
[Python-checkins] [3.14] gh-133346: make `_colorize.Argparse` kw-only constructible (GH-140620) (#140621)
picnixz
2025/10/26
[Python-checkins] gh-133346: make `_colorize.Argparse` kw-only constructible (#140620)
picnixz
2025/10/26
[Python-checkins] gh-76007: Deprecate `__version__` attribute in `decimal` (#140302)
vstinner
2025/10/26
[Python-checkins] [3.13] Docs: Fix a grammatical error in `Doc/c-api/codec.rst` (GH-140612) (#140617)
picnixz
2025/10/26
[Python-checkins] [3.14] Docs: Fix a grammatical error in `Doc/c-api/codec.rst` (GH-140612) (#140616)
picnixz
2025/10/26
[Python-checkins] Docs: Fix a grammatical error in `Doc/c-api/codec.rst` (#140612)
picnixz
2025/10/26
[Python-checkins] [3.13] Standardize translation of `Doc/bugs.rst` (GH-137449) (GH-140282)
JulienPalard
2025/10/25
[Python-checkins] [3.14] gh-124694: Add versionadded note to InterpreterPoolExecutor (GH-140605)
zware
2025/10/25
[Python-checkins] gh-124694: Add versionadded note to InterpreterPoolExecutor (#140468)
zware
2025/10/25
[Python-checkins] [3.13] Fix typo in `Doc/c-api/code.rst` (GH-140586) (#140592)
picnixz
2025/10/25
[Python-checkins] [3.14] Fix typo in `Doc/c-api/code.rst` (GH-140586) (#140591)
picnixz
2025/10/25
[Python-checkins] [3.13] Remove unreachable break statements in _ctypes_test.c (GH-140585) (#140588)
sobolevn
2025/10/25
[Python-checkins] [3.14] Remove unreachable break statements in _ctypes_test.c (GH-140585) (#140587)
sobolevn
2025/10/25
[Python-checkins] Fix typo in `Doc/c-api/code.rst` (#140586)
picnixz
2025/10/25
[Python-checkins] gh-140544: use faster `_PyInterpreterState_GET` for type lock (#140584)
kumaraditya303
2025/10/25
[Python-checkins] Remove unreachable break statements in _ctypes_test.c (#140585)
sobolevn
2025/10/25
[Python-checkins] gh-140544: store pointer to interpreter state as a thread local for fast access (#140573)
kumaraditya303
2025/10/25
[Python-checkins] [3.13] Docs: Fix a grammatical error in `Doc/c-api/capsule.rst` (GH-140577) (GH-140581)
ZeroIntensity
2025/10/25
[Python-checkins] [3.14] Docs: Fix a grammatical error in `Doc/c-api/capsule.rst` (GH-140577) (GH-140580)
ZeroIntensity
2025/10/25
[Python-checkins] Docs: Fix a grammatical error in `Doc/c-api/capsule.rst` (GH-140577)
ZeroIntensity
2025/10/24
[Python-checkins] [3.14] gh-140463: Fix typo in xmlrpc.client documentation (GH-140552) (#140568)
picnixz
2025/10/24
[Python-checkins] [3.13] gh-140463: Fix typo in xmlrpc.client documentation (GH-140552) (#140567)
picnixz
2025/10/24
[Python-checkins] [3.14] Add missing NEWS entry for gh-140517 (GH-140560) (GH-140565)
serhiy-storchaka
2025/10/24
[Python-checkins] Add missing NEWS entry for gh-140517 (GH-140560)
serhiy-storchaka
2025/10/24
[Python-checkins] [3.14] gh-140482: Preserve and restore `stty echo` as a test environment (GH-140519) (#140562)
warsaw
Earlier messages
Later messages