python-checkins
Thread
Date
Earlier messages
Later messages
Messages by Date
2025/11/05
[Python-checkins] gh-118516: clarify that subprocess are automatically killed if transport gets garbage collected (#140997)
kumaraditya303
2025/11/05
[Python-checkins] [3.14] GH-108009: Add clarification of parser and argument defaults in argparse docs (GH-124154) (#141084)
savannahostrowski
2025/11/05
[Python-checkins] [3.13] GH-108009: Add clarification of parser and argument defaults in argparse docs (GH-124154) (#141085)
savannahostrowski
2025/11/05
[Python-checkins] GH-108009: Add clarification of parser and argument defaults in argparse docs (#124154)
savannahostrowski
2025/11/05
[Python-checkins] [3.13] gh-141004: Document `PyDict_GET_SIZE` (GH-141078) (GH-141083)
ZeroIntensity
2025/11/05
[Python-checkins] [3.14] gh-141004: Document `PyDict_GET_SIZE` (GH-141078) (GH-141082)
ZeroIntensity
2025/11/05
[Python-checkins] gh-141004: Document `PyDict_GET_SIZE` (GH-141078)
ZeroIntensity
2025/11/05
[Python-checkins] [3.13] gh-76007: remove curses.__version__ doc (GH-141052) (#141077)
hugovk
2025/11/05
[Python-checkins] [3.13] gh-141004: Document `Py_RETURN_NAN` and `Py_RETURN_INF` (GH-141029) (GH-141075)
ZeroIntensity
2025/11/05
[Python-checkins] [3.14] gh-76007: remove curses.__version__ doc (GH-141052) (#141076)
hugovk
2025/11/05
[Python-checkins] [3.14] gh-141004: Document `Py_RETURN_NAN` and `Py_RETURN_INF` (GH-141029) (GH-141074)
ZeroIntensity
2025/11/05
[Python-checkins] gh-76007: remove curses.__version__ doc (#141052)
hugovk
2025/11/05
[Python-checkins] gh-141004: Document `Py_RETURN_NAN` and `Py_RETURN_INF` (GH-141029)
ZeroIntensity
2025/11/05
[Python-checkins] [3.14] Fix typo in Apple/__main__.py (GH-141038) (#141039)
freakboy3742
2025/11/05
[Python-checkins] gh-140916: Remove unused codes in winreg.c (#140934)
vstinner
2025/11/05
[Python-checkins] [3.13] Docs: replace an esoteric Von Neumann mention (GH-137598) (#140371)
hugovk
2025/11/05
[Python-checkins] gh-133467: Fix typeobject `tp_base` race in free threading (gh-140549)
colesbury
2025/11/05
[Python-checkins] [3.14] Docs: replace an esoteric Von Neumann mention (GH-137598) (#141071)
hugovk
2025/11/05
[Python-checkins] gh-83714: Fix stat_nanosecond_timestamp() for 32-bit time_t (#141069)
vstinner
2025/11/05
[Python-checkins] [3.14] Fix compiler warnings in remote debugging (#141060) (#141067)
vstinner
2025/11/05
[Python-checkins] Fix compiler warnings in remote debugging (#141060)
vstinner
2025/11/05
[Python-checkins] gh-140650: Fix write(), flush() and close() methods of io.BufferedWriter (GH-140653)
serhiy-storchaka
2025/11/05
[Python-checkins] gh-131527: Stackref debug borrow checker (#140599)
mpage
2025/11/05
[Python-checkins] [3.14] Fix a compiler warning in _randommodule.c (GH-141058) (#141063)
vstinner
2025/11/05
[Python-checkins] [3.13] Fix a compiler warning in _randommodule.c (GH-141058) (#141064)
vstinner
2025/11/05
[Python-checkins] [3.14] gh-139313: Improve docs on XML security (GH-139460) (GH-141065)
serhiy-storchaka
2025/11/05
[Python-checkins] [3.13] gh-139313: Improve docs on XML security (GH-139460) (GH-141066)
serhiy-storchaka
2025/11/05
[Python-checkins] gh-139313: Improve docs on XML security (GH-139460)
serhiy-storchaka
2025/11/05
[Python-checkins] [3.13] Docs: Fix cached calls count in factorial example (gh-140882) (gh-141032)
rhettinger
2025/11/05
[Python-checkins] [3.14] Docs: Fix cached calls count in factorial example (gh-140882) (gh-141031)
rhettinger
2025/11/05
[Python-checkins] Fix a compiler warning in _randommodule.c (#141058)
vstinner
2025/11/05
[Python-checkins] [3.13] gh-140815: Fix faulthandler for invalid/freed frame (#140921) (#140985)
vstinner
2025/11/05
[Python-checkins] Remove internal _PyTime_AsLong() function (#141053)
vstinner
2025/11/05
[Python-checkins] gh-83714: Fix a compiler warning in stat_nanosecond_timestamp() (#141043)
vstinner
2025/11/05
[Python-checkins] gh-140550: Run make regen-limited-abi (#141056)
vstinner
2025/11/05
[Python-checkins] [3.14] gh-141004: Document `PyMemoryView_Type` (GH-141034) (GH-141054)
ZeroIntensity
2025/11/05
[Python-checkins] [3.13] gh-141004: Document `PyMemoryView_Type` (GH-141034) (GH-141055)
ZeroIntensity
2025/11/05
[Python-checkins] gh-141004: Document `PyMemoryView_Type` (GH-141034)
ZeroIntensity
2025/11/05
[Python-checkins] [3.13] gh-138772: Add tests for Turtle.dot() signature (GH-138773) (#140992)
hugovk
2025/11/05
[Python-checkins] [3.13] gh-141004: Document missing iterator types in the C API (GH-141010) (GH-141047)
ZeroIntensity
2025/11/05
[Python-checkins] [3.14] gh-141004: Document missing iterator types in the C API (GH-141010) (GH-141046)
ZeroIntensity
2025/11/05
[Python-checkins] gh-141004: Document missing iterator types in the C API (GH-141010)
ZeroIntensity
2025/11/05
[Python-checkins] [3.14] Omit `Python/perf_jit_trampoline.c` from the `**/*jit*` CODEOWNERS rule (GH-136519) (#140987)
hugovk
2025/11/05
[Python-checkins] [3.13] Omit `Python/perf_jit_trampoline.c` from the `**/*jit*` CODEOWNERS rule (GH-136519) (#140988)
hugovk
2025/11/05
[Python-checkins] gh-140550: Initial implementation of PEP 793 – PyModExport (GH-140556)
encukou
2025/11/05
[Python-checkins] gh-140691: urllib.request: Close FTP control socket if data socket can't connect (GH-140835)
encukou
2025/11/04
[Python-checkins] Fix typo in Apple/__main__.py (#141038)
freakboy3742
2025/11/04
[Python-checkins] Docs: Fix cached calls count in factorial example (gh-140882)
rhettinger
2025/11/04
[Python-checkins] [3.14] gh-141007: update string module source code link (GH-141008) (#141030)
terryjreedy
2025/11/04
[Python-checkins] gh-141007: update string module source code link (#141008)
terryjreedy
2025/11/04
[Python-checkins] gh-140454: Normalize the JIT stencils filename on Linux to avoid mismatches between the Makefile and the generator (#140823)
savannahostrowski
2025/11/04
[Python-checkins] gh-138189: Document type slots, and other constants, as part of Limited API (GH-138190)
encukou
2025/11/04
[Python-checkins] [3.14] gh-141004: Document `Py_UNICODE_{HIGH, LOW}_SURROGATE` functions (GH-141019) (GH-141027)
ZeroIntensity
2025/11/04
[Python-checkins] [3.13] gh-141004: Document `Py_UNICODE_{HIGH, LOW}_SURROGATE` functions (GH-141019) (GH-141026)
ZeroIntensity
2025/11/04
[Python-checkins] [3.14] gh-139434: Update selected RFC 2822 references to RFC 5322 (GH-139435) (#141025)
bitdancer
2025/11/04
[Python-checkins] [3.13] gh-139434: Update selected RFC 2822 references to RFC 5322 (GH-139435) (#141024)
bitdancer
2025/11/04
[Python-checkins] gh-141004: Document `Py_UNICODE_{HIGH, LOW}_SURROGATE` functions (GH-141019)
ZeroIntensity
2025/11/04
[Python-checkins] [3.14] gh-140513: Fail to compile if _Py_TAIL_CALL_INTERP is set but preserve_none and musttail do not exist (GH-140548) (#140923)
Fidget-Spinner
2025/11/04
[Python-checkins] gh-139434: Update selected RFC 2822 references to RFC 5322 (#139435)
bitdancer
2025/11/04
[Python-checkins] [3.13] Docs: Fix typo in `email.headerregistry.rst` (GH-140965) (#141021)
bitdancer
2025/11/04
[Python-checkins] [3.14] Docs: Fix typo in `email.headerregistry.rst` (GH-140965) (#141020)
bitdancer
2025/11/04
[Python-checkins] Docs: Fix typo in `email.headerregistry.rst` (#140965)
bitdancer
2025/11/04
[Python-checkins] [3.13] gh-134817: Restore accidentally deleted line in documentation. (GH-141013) (GH-141017)
vsajip
2025/11/04
[Python-checkins] [3.14] gh-134817: Restore accidentally deleted line in documentation. (GH-141013) (GH-141016)
vsajip
2025/11/04
[Python-checkins] [3.13] Document that returning `sys.monitoring.DISABLE` in response to a global event raises `ValueError` (GH-140726) (GH-141015)
brettcannon
2025/11/04
[Python-checkins] [3.14] Document that returning `sys.monitoring.DISABLE` in response to a global event raises `ValueError` (GH-140726) (GH-141014)
brettcannon
2025/11/04
[Python-checkins] gh-134817: Restore accidentally deleted line in documentation. (GH-141013)
vsajip
2025/11/04
[Python-checkins] Document that returning `sys.monitoring.DISABLE` in response to a global event raises `ValueError` (#140726)
brettcannon
2025/11/04
[Python-checkins] [3.13] gh-139590: Stricter `ruff` rules for `Tools/wasm` (GH-139752) (#140986)
hugovk
2025/11/04
[Python-checkins] [3.13] gh-140826 Remove the wrong documents about comparison behavior on winreg.HKEYType (GH-140999) (GH-141003)
serhiy-storchaka
2025/11/04
[Python-checkins] GH-139946: Colorize error and warning messages in argparse (#140695)
savannahostrowski
2025/11/04
[Python-checkins] [3.14] gh-140979: Fix off-by-one error in the RE code validator (GH-140984) (GH-141001)
serhiy-storchaka
2025/11/04
[Python-checkins] [3.13] gh-140979: Fix off-by-one error in the RE code validator (GH-140984) (GH-141000)
serhiy-storchaka
2025/11/04
[Python-checkins] [3.14] gh-140826 Remove the wrong documents about comparison behavior on winreg.HKEYType (GH-140999)
serhiy-storchaka
2025/11/04
[Python-checkins] gh-140979: Fix off-by-one error in the RE code validator (GH-140984)
serhiy-storchaka
2025/11/04
[Python-checkins] [3.13] Fix minor typo: 'web site' -> 'website' (GH-140561) (GH-140977)
encukou
2025/11/04
[Python-checkins] [3.14] Fix minor typo: 'web site' -> 'website' (GH-140561) (GH-140976)
encukou
2025/11/04
[Python-checkins] [3.14] gh-140797: Forbid capturing groups in re.Scanner lexicon patterns (GH-140944) (GH-140982)
serhiy-storchaka
2025/11/04
[Python-checkins] [3.14] gh-140815: Fix faulthandler for invalid/freed frame (GH-140921) (#140981)
vstinner
2025/11/04
[Python-checkins] [3.13] gh-140797: Forbid capturing groups in re.Scanner lexicon patterns (GH-140944) (GH-140983)
serhiy-storchaka
2025/11/04
[Python-checkins] gh-140797: Forbid capturing groups in re.Scanner lexicon patterns (GH-140944)
serhiy-storchaka
2025/11/04
[Python-checkins] gh-140815: Fix faulthandler for invalid/freed frame (#140921)
vstinner
2025/11/04
[Python-checkins] Fix minor typo: 'web site' -> 'website' (GH-140561)
encukou
2025/11/04
[Python-checkins] [3.13] Docs: Fix a typo in `idle.rst` (Chitespace -> Whitespace) (GH-140946) (#140954)
hugovk
2025/11/04
[Python-checkins] [3.14] Docs: Fix a typo in `idle.rst` (Chitespace -> Whitespace) (GH-140946) (#140953)
hugovk
2025/11/03
[Python-checkins] [3.13] Fix minor typos and wording in C API docs (GH-140955) (#140967)
hugovk
2025/11/03
[Python-checkins] [3.14] Fix minor typos and wording in C API docs (GH-140955) (#140966)
hugovk
2025/11/03
[Python-checkins] gh-140889: Bump tailcall and JIT CI to llvm 20 (#140963)
savannahostrowski
2025/11/03
[Python-checkins] Fix minor typos and wording in C API docs (#140955)
hugovk
2025/11/03
[Python-checkins] [3.14] gh-140889: Test tailcall and JIT in CI (GH-140891) (GH-140962)
Fidget-Spinner
2025/11/03
[Python-checkins] [3.14] gh-133600: Run `Tools/wasm/wasi` on CI instead of deprecated `Tools/wasm/wasi.py` (GH-140907) (#140964)
hugovk
2025/11/03
[Python-checkins] JIT: Fix compiler warning from visibility attribute in typedef (#139981)
savannahostrowski
2025/11/03
[Python-checkins] gh-131253: free-threaded build support for pystats (gh-137189)
nascheme
2025/11/03
[Python-checkins] gh-133600: Run `Tools/wasm/wasi` on CI instead of deprecated `Tools/wasm/wasi.py` (#140907)
hugovk
2025/11/03
[Python-checkins] gh-140889: Test tailcall and JIT in CI (GH-140891)
Fidget-Spinner
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
Earlier messages
Later messages