python-checkins
Thread
Date
Earlier messages
Messages by Date
2026/07/19
[Python-checkins] [3.13] Fix grammatical typos in documentation (GH-154181) (#154193)
picnixz
2026/07/19
[Python-checkins] [3.14] gh-153864: Fix curses window.insch() for non-ASCII characters on a wide build (GH-153865) (GH-154152)
serhiy-storchaka
2026/07/19
[Python-checkins] Fix grammatical typos in documentation (#154181)
picnixz
2026/07/19
[Python-checkins] [3.15] gh-151022: Fix remote debugging linetable reads (GH-151036) (#154187)
pablogsal
2026/07/19
[Python-checkins] fix ResourceWarnings of test_kill_issue43884 in asyncio (#154178)
kumaraditya303
2026/07/19
[Python-checkins] [3.15] Fix typos in `Py_tp_base` macro documentation (GH-154150) (#154180)
StanFromIreland
2026/07/19
[Python-checkins] Fix typos in `Py_tp_base` macro documentation (#154150)
StanFromIreland
2026/07/19
[Python-checkins] gh-104533: Fix ctypes test_pointer_proto_missing_argtypes_error() (#154169)
vstinner
2026/07/19
[Python-checkins] gh-119710: fix asyncio Process.wait() to finish on process exit and not wait for closing of pipes (#151983)
kumaraditya303
2026/07/19
[Python-checkins] [3.15] gh-154144: Fix false positive from the stdbool.h guard in _testcapimodule.c (GH-154145) (GH-154157)
serhiy-storchaka
2026/07/19
[Python-checkins] [3.14] gh-154144: Fix false positive from the stdbool.h guard in _testcapimodule.c (GH-154145) (GH-154158)
serhiy-storchaka
2026/07/19
[Python-checkins] gh-62534: Document that three-argument type() does not call __prepare__ (GH-154028)
encukou
2026/07/19
[Python-checkins] [3.13] gh-154144: Fix false positive from the stdbool.h guard in _testcapimodule.c (GH-154145) (GH-154159)
serhiy-storchaka
2026/07/19
[Python-checkins] [3.14] gh-139806: Mention pickle error changes in What's New in 3.14 (GH-154020) (GH-154162)
serhiy-storchaka
2026/07/19
[Python-checkins] [3.15] gh-139806: Mention pickle error changes in What's New in 3.14 (GH-154020) (GH-154161)
serhiy-storchaka
2026/07/19
[Python-checkins] gh-139806: Mention pickle error changes in What's New in 3.14 (GH-154020)
serhiy-storchaka
2026/07/19
[Python-checkins] [3.14] gh-153862: Fix curses window.inch() for non-ASCII characters on a wide build (GH-153863) (GH-154151)
serhiy-storchaka
2026/07/19
[Python-checkins] [3.13] gh-153862: Fix curses window.inch() for non-ASCII characters on a wide build (GH-153863) (GH-154153)
serhiy-storchaka
2026/07/19
[Python-checkins] [3.13] gh-153864: Fix curses window.insch() for non-ASCII characters on a wide build (GH-153865) (GH-154154)
serhiy-storchaka
2026/07/19
[Python-checkins] [3.13] improve json test coverage (GH-154123) (GH-154133)
encukou
2026/07/19
[Python-checkins] [3.14] improve json test coverage (GH-154123) (GH-154135)
encukou
2026/07/19
[Python-checkins] [3.15] improve json test coverage (GH-154123) (GH-154134)
encukou
2026/07/19
[Python-checkins] gh-153903: Use `@ctypes.util.wrap_dll_function()` (#154122)
vstinner
2026/07/19
[Python-checkins] gh-154144: Fix false positive from the stdbool.h guard in _testcapimodule.c (GH-154145)
serhiy-storchaka
2026/07/19
[Python-checkins] [3.15] gh-152798: update sys.thread_info.lock documentation to match implementation (GH-153263) (#153276)
vstinner
2026/07/19
[Python-checkins] [3.14] gh-153932: protect read of en_index during enumerate.reduce (GH-154118) (GH-154129)
encukou
2026/07/19
[Python-checkins] [3.15] gh-153932: protect read of en_index during enumerate.reduce (GH-154118) (GH-154128)
encukou
2026/07/19
[Python-checkins] gh-153906: Show 'Data' in code formatting (#154132)
hugovk
2026/07/19
[Python-checkins] gh-153932: protect read of en_index during enumerate.reduce (GH-154118)
encukou
2026/07/19
[Python-checkins] gh-152433: Windows: ``_uuid`` module: improve UWP compatibility (#152793)
chris-eibl
2026/07/19
[Python-checkins] improve json test coverage (GH-154123)
encukou
2026/07/19
[Python-checkins] gh-151949: Fix Sphinx reference warnings in `Doc/library/lzma.rst` (GH-153878)
zware
2026/07/19
[Python-checkins] [3.15] gh-153862: Fix curses window.inch() for non-ASCII characters on a wide build (GH-153863) (GH-154116)
serhiy-storchaka
2026/07/19
[Python-checkins] [3.15] gh-153864: Fix curses window.insch() for non-ASCII characters on a wide build (GH-153865) (GH-154117)
serhiy-storchaka
2026/07/19
[Python-checkins] [3.15] gh-154053: Fix compilation of the ssl module against LibreSSL (GH-154054) (GH-154075)
serhiy-storchaka
2026/07/19
[Python-checkins] urllib: Add tests for HTTP errors to complete coverage (#154102)
tomasr8
2026/07/19
[Python-checkins] [3.15] Add test for explicit `cls` argument bypassing default JSON decoder (GH-154094) (#154112)
tomasr8
2026/07/19
[Python-checkins] [3.14] Add test for explicit `cls` argument bypassing default JSON decoder (GH-154094) (#154113)
tomasr8
2026/07/19
[Python-checkins] gh-154055: Gate optional curses functions absent on old SVr4 curses (GH-154057)
serhiy-storchaka
2026/07/19
[Python-checkins] [3.13] Add test for explicit `cls` argument bypassing default JSON decoder (GH-154094) (#154114)
tomasr8
2026/07/19
[Python-checkins] gh-104533: Use `@ctypes.util.struct` decorator (#154031)
vstinner
2026/07/19
[Python-checkins] gh-153903: Use `@ctypes.util.wrap_dll_function()` with pythonapi (#154030)
vstinner
2026/07/19
[Python-checkins] Add test for explicit `cls` argument bypassing default JSON decoder (#154094)
tomasr8
2026/07/19
[Python-checkins] [3.15] Document getopt and gnu_getopt longopts argument as string (GH-153976) (#154095)
tomasr8
2026/07/19
[Python-checkins] [3.14] Document getopt and gnu_getopt longopts argument as string (GH-153976) (#154096)
tomasr8
2026/07/19
[Python-checkins] [3.13] Document getopt and gnu_getopt longopts argument as string (GH-153976) (#154097)
tomasr8
2026/07/19
[Python-checkins] [3.14] Improve colorsys coverage (GH-153982) (#154077)
tomasr8
2026/07/19
[Python-checkins] gh-104533: Update test_ctypes.test_structures (#154091)
vstinner
2026/07/19
[Python-checkins] Document getopt and gnu_getopt longopts argument as string (#153976)
tomasr8
2026/07/19
[Python-checkins] [3.15] Improve colorsys coverage (GH-153982) (#154076)
tomasr8
2026/07/19
[Python-checkins] [3.13] Improve colorsys coverage (GH-153982) (#154078)
tomasr8
2026/07/19
[Python-checkins] gh-104533: Fix `@ctypes.util.struct` with endian (#154038)
vstinner
2026/07/19
[Python-checkins] [3.13] gh-149319: Make `asyncio` REPL respect `-I` and `-E` options (GH-149405) (#154073)
picnixz
2026/07/19
[Python-checkins] [3.14] gh-149319: Make `asyncio` REPL respect `-I` and `-E` options (GH-149405) (#154074)
picnixz
2026/07/19
[Python-checkins] [3.15] gh-149319: Make `asyncio` REPL respect `-I` and `-E` options (GH-149405) (#154072)
picnixz
2026/07/19
[Python-checkins] [3.15] Docs: add frozendict to data types theme (GH-154063) (#154079)
tomasr8
2026/07/19
[Python-checkins] gh-104533: Fix `@ctypes.util.struct` with string annotations (#154040)
vstinner
2026/07/19
[Python-checkins] gh-153903: Fix ctypes wrap_dll_function() with string annotations (#154042)
vstinner
2026/07/19
[Python-checkins] gh-153906: Modernize pydoc HTML output (GH-153909)
serhiy-storchaka
2026/07/19
[Python-checkins] Docs: add frozendict to data types theme (#154063)
tomasr8
2026/07/19
[Python-checkins] Improve colorsys coverage (#153982)
tomasr8
2026/07/19
[Python-checkins] [3.15] gh-152769: fixup enabling of perf trampoline on musl (Alpine Linux) (#153995)
vstinner
2026/07/19
[Python-checkins] gh-154053: Fix compilation of the ssl module against LibreSSL (GH-154054)
serhiy-storchaka
2026/07/19
[Python-checkins] [3.15] gh-154001: Avoid division by zero in binomialvariate (GH-154004) (GH-154050)
serhiy-storchaka
2026/07/19
[Python-checkins] [3.15] fix typos in `abi3t-migration.rst` (GH-153918) (#154056)
tomasr8
2026/07/19
[Python-checkins] [3.15] Test that `ValueError` is raised when `vfsopen` is passed an invalid mode (GH-154008) (#154064)
tomasr8
2026/07/19
[Python-checkins] [3.15] Add test coverage to check execution of GetoptError.__str__ (GH-153941) (#153997)
tomasr8
2026/07/19
[Python-checkins] [3.15] Fix typo "interruptability" in Logging Cookbook documentation (GH-154027) (#154066)
StanFromIreland
2026/07/19
[Python-checkins] [3.13] Fix typo "interruptability" in Logging Cookbook documentation (GH-154027) (#154068)
StanFromIreland
2026/07/19
[Python-checkins] [3.14] Fix typo "interruptability" in Logging Cookbook documentation (GH-154027) (#154067)
StanFromIreland
2026/07/19
[Python-checkins] Fix typo "interruptability" in Logging Cookbook documentation (#154027)
StanFromIreland
2026/07/19
[Python-checkins] gh-153864: Fix curses window.insch() for non-ASCII characters on a wide build (GH-153865)
serhiy-storchaka
2026/07/19
[Python-checkins] [3.14] gh-154001: Avoid division by zero in binomialvariate (GH-154004) (GH-154051)
serhiy-storchaka
2026/07/19
[Python-checkins] [3.15] gh-153896: Deduplicate unhashable arguments in `typing.Literal` (GH-153914) (#153955)
tomasr8
2026/07/19
[Python-checkins] Test that `ValueError` is raised when `vfsopen` is passed an invalid mode (#154008)
tomasr8
2026/07/19
[Python-checkins] [3.15] Add vfspath TypeError test (GH-153987) (#154010)
tomasr8
2026/07/19
[Python-checkins] [3.14] gh-154058: Fix failing C API docs check (GH-154061)
ZeroIntensity
2026/07/19
[Python-checkins] [3.13] gh-153896: Deduplicate unhashable arguments in `typing.Literal` (GH-153914) (#153957)
tomasr8
2026/07/19
[Python-checkins] [3.14] gh-153896: Deduplicate unhashable arguments in `typing.Literal` (GH-153914) (#153956)
tomasr8
2026/07/19
[Python-checkins] fix typos in `abi3t-migration.rst` (GH-153918)
encukou
2026/07/19
[Python-checkins] gh-153862: Fix curses window.inch() for non-ASCII characters on a wide build (GH-153863)
serhiy-storchaka
2026/07/18
[Python-checkins] [3.13] gh-154001: Avoid division by zero in binomialvariate (GH-154004) (GH-154052)
serhiy-storchaka
2026/07/18
[Python-checkins] gh-154048: Fix building the iconv codec on illumos/Solaris (GH-154049)
serhiy-storchaka
2026/07/18
[Python-checkins] gh-136687: Add ./configure --with-curses to select the curses backend (GH-153992)
serhiy-storchaka
2026/07/18
[Python-checkins] gh-154001: Avoid division by zero in binomialvariate (GH-154004)
serhiy-storchaka
2026/07/18
[Python-checkins] Use Py_complex_protected AC converter for cmath.rect() (GH-154034)
zware
2026/07/18
[Python-checkins] [3.14] Improve `getopt.getopt` and `getopt.gnu_getopt` test coverage (GH-153933) (GH-153973)
encukou
2026/07/18
[Python-checkins] [3.15] Improve `getopt.getopt` and `getopt.gnu_getopt` test coverage (GH-153933) (GH-153972)
encukou
2026/07/18
[Python-checkins] [3.15] Docs: point `uu` module users to the `"uu"` encoding (GH-153657) (#154026)
StanFromIreland
2026/07/18
[Python-checkins] [3.14] Docs: point `uu` module users to the `"uu"` encoding (GH-153657) (#154025)
StanFromIreland
2026/07/18
[Python-checkins] [3.13] Docs: point `uu` module users to the `"uu"` encoding (GH-153657) (#154024)
StanFromIreland
2026/07/18
[Python-checkins] Docs: point `uu` module users to the `"uu"` encoding (#153657)
StanFromIreland
2026/07/18
[Python-checkins] gh-153856: Add `os.RWF_NOSIGNAL` constant (#153858)
benjaminp
2026/07/18
[Python-checkins] [3.15] gh-150663: Document that PyErr_SetRaisedException accepts null (GH-153046) (#154021)
vstinner
2026/07/18
[Python-checkins] [3.14] gh-150663: Document that PyErr_SetRaisedException accepts null (GH-153046) (#154022)
vstinner
2026/07/18
[Python-checkins] [3.13] gh-150663: Document that PyErr_SetRaisedException accepts null (GH-153046) (#154023)
vstinner
2026/07/18
[Python-checkins] gh-150663: Document that PyErr_SetRaisedException accepts null (#153046)
vstinner
2026/07/18
[Python-checkins] [3.14] Fix parameter name of read_mime_types() in mimetypes docs (GH-153974) (#153978)
StanFromIreland
2026/07/18
[Python-checkins] [3.13] Fix parameter name of `read_mime_types()` in `mimetypes` docs (GH-153974) (#153979)
StanFromIreland
2026/07/18
[Python-checkins] [3.15] Fix parameter name of `read_mime_types()` in `mimetypes` docs (GH-153974) (#153979)
StanFromIreland
2026/07/18
[Python-checkins] gh-153395: Fix test_complexchar on narrow curses builds (GH-154005)
serhiy-storchaka
2026/07/18
[Python-checkins] gh-153568: Skip parser memo lookups that cannot match (#153571)
pablogsal
2026/07/18
[Python-checkins] [3.15] gh-153236: Propagate lazy submodule import errors (GH-153237) (#153936)
pablogsal
2026/07/18
[Python-checkins] Add vfspath TypeError test (#153987)
tomasr8
2026/07/18
[Python-checkins] [3.14] Add test coverage to check execution of GetoptError.__str__ (GH-153941) (#153998)
tomasr8
2026/07/18
[Python-checkins] [3.13] Add test coverage to check execution of GetoptError.__str__ (GH-153941) (#154000)
tomasr8
2026/07/18
[Python-checkins] [3.15] gh-124111: Update Windows builds to Tcl/Tk 9.0.4 (GH-153990)
zware
2026/07/18
[Python-checkins] [3.15] gh-153908: Fix data race in `itertools.count.__repr__` (GH-153917) (GH-153951)
ZeroIntensity
2026/07/18
[Python-checkins] [3.13] gh-141004: Document unstable executable kind macros from `pyframe.h` (GH-143490) (GH-153993)
ZeroIntensity
2026/07/18
[Python-checkins] [3.14] gh-141004: Document unstable perf map functions in `ceval.h` (GH-143492) (GH-153994)
ZeroIntensity
2026/07/18
[Python-checkins] [3.13] gh-141004: Document unstable perf map functions in `ceval.h` (GH-143492) (GH-153996)
ZeroIntensity
2026/07/18
[Python-checkins] [3.14] gh-141004: Document unstable executable kind macros from `pyframe.h` (GH-143490) (GH-153991)
ZeroIntensity
2026/07/18
[Python-checkins] [3.15] gh-141004: Document unstable executable kind macros from `pyframe.h` (GH-143490) (GH-153988)
ZeroIntensity
2026/07/18
[Python-checkins] Add test coverage to check execution of GetoptError.__str__ (#153941)
tomasr8
2026/07/18
[Python-checkins] gh-124111: Update Windows builds to Tcl/Tk 9.0.4 (GH-153901)
zware
2026/07/18
[Python-checkins] gh-141004: Document unstable executable kind macros from `pyframe.h` (GH-143490)
ZeroIntensity
2026/07/18
[Python-checkins] [3.15] gh-141004: Document remaining `PyCF_*` compiler flag macros (GH-153958) (GH-153984)
ZeroIntensity
2026/07/18
[Python-checkins] [3.14] gh-141004: Document remaining `PyCF_*` compiler flag macros (GH-153958) (GH-153985)
ZeroIntensity
2026/07/18
[Python-checkins] [3.13] gh-141004: Document remaining `PyCF_*` compiler flag macros (GH-153958) (GH-153986)
ZeroIntensity
2026/07/18
[Python-checkins] gh-141004: Document remaining `PyCF_*` compiler flag macros (GH-153958)
ZeroIntensity
2026/07/18
[Python-checkins] Fix parameter name of read_mime_types() in mimetypes docs (GH-153974)
encukou
2026/07/18
[Python-checkins] [3.14] gh-71896: Add a docs warning about trailing newlines ignored by `difflib.HtmlDiff` (GH-153930) (GH-153966)
ZeroIntensity
2026/07/18
[Python-checkins] [3.13] gh-71896: Add a docs warning about trailing newlines ignored by `difflib.HtmlDiff` (GH-153930) (GH-153968)
ZeroIntensity
2026/07/18
[Python-checkins] [3.15] gh-71896: Add a docs warning about trailing newlines ignored by `difflib.HtmlDiff` (GH-153930) (GH-153965)
ZeroIntensity
2026/07/18
[Python-checkins] [3.14] gh-153761: Fix asyncio sock_accept() dropping a connection when cancelled (GH-153762) (#153828)
kumaraditya303
2026/07/18
[Python-checkins] Improve `getopt.getopt` and `getopt.gnu_getopt` test coverage (GH-153933)
ZeroIntensity
2026/07/18
[Python-checkins] gh-71896: Add a docs warning about trailing newlines ignored by `difflib.HtmlDiff` (GH-153930)
ZeroIntensity
2026/07/18
[Python-checkins] [3.15] Docs: Fix typo in the pymanager command name (GH-153877) (GH-153960)
ZeroIntensity
2026/07/18
[Python-checkins] [3.14] Docs: Fix typo in the pymanager command name (GH-153877) (GH-153961)
ZeroIntensity
2026/07/18
[Python-checkins] [3.15] gh-122102: Fix/improve docs of descriptor-related tools in `inspect` (GH-153948)
zware
2026/07/18
[Python-checkins] [3.13] gh-122102: Fix/improve docs of descriptor-related tools in `inspect` (GH-153950)
zware
2026/07/18
[Python-checkins] [3.14] gh-122102: Fix/improve docs of descriptor-related tools in `inspect` (GH-153949)
zware
2026/07/18
[Python-checkins] [3.14] gh-153908: Fix data race in `itertools.count.__repr__` (GH-153917) (GH-153952)
ZeroIntensity
2026/07/18
[Python-checkins] Docs: Fix typo in the pymanager command name (GH-153877)
ZeroIntensity
2026/07/18
[Python-checkins] gh-153568: Cache repeated identifiers while parsing (#153577)
pablogsal
2026/07/18
[Python-checkins] gh-153896: Deduplicate unhashable arguments in `typing.Literal` (GH-153914)
ZeroIntensity
2026/07/18
[Python-checkins] [3.13] Test `calendar.February` deprecation (GH-153893) (#153921)
tomasr8
2026/07/18
[Python-checkins] [3.14] Test `calendar.February` deprecation (GH-153893) (#153920)
tomasr8
2026/07/18
[Python-checkins] [3.15] Test `calendar.February` deprecation (GH-153893) (#153919)
tomasr8
2026/07/18
[Python-checkins] gh-153908: Fix data race in `itertools.count.__repr__` (GH-153917)
ZeroIntensity
2026/07/18
[Python-checkins] gh-122102: Fix/improve docs of descriptor-related tools in `inspect` (GH-122104)
zware
2026/07/18
[Python-checkins] [3.15] gh-153934: Correct documented parameter in `calendar.weekheader` from `n` to `width` (GH-153942) (GH-153943)
ZeroIntensity
2026/07/18
[Python-checkins] [3.13] gh-153934: Correct documented parameter in `calendar.weekheader` from `n` to `width` (GH-153942) (GH-153945)
ZeroIntensity
2026/07/18
[Python-checkins] [3.14] gh-153934: Correct documented parameter in `calendar.weekheader` from `n` to `width` (GH-153942) (GH-153944)
ZeroIntensity
2026/07/18
[Python-checkins] [3.14] gh-153926: Fix documented parameter name for `calendar.calendar` and `calendar.prcal` (GH-153927) (#153938)
tomasr8
2026/07/18
[Python-checkins] [3.13] gh-153926: Fix documented parameter name for `calendar.calendar` and `calendar.prcal` (GH-153927) (#153939)
tomasr8
2026/07/18
[Python-checkins] gh-153934: Correct documented paramemeter in `calendar.weekheader` from `n` to `width` (GH-153942)
ZeroIntensity
2026/07/18
[Python-checkins] [3.15] gh-153926: Fix documented parameter name for `calendar.calendar` and `calendar.prcal` (GH-153927) (#153937)
tomasr8
2026/07/18
[Python-checkins] gh-153903: Add a `ctypes` decorator for generating function pointers using annotations (GH-153904)
ZeroIntensity
2026/07/18
[Python-checkins] gh-153926: Fix documented parameter name for `calendar.calendar` and `calendar.prcal` (#153927)
tomasr8
2026/07/18
[Python-checkins] gh-153236: Propagate lazy submodule import errors (#153237)
pablogsal
2026/07/18
[Python-checkins] [3.15] Fix duplicated words in the 'Coroutines and tasks' documentation (GH-153880) (#153886)
tomasr8
2026/07/18
[Python-checkins] gh-152433: Windows: implement ``os.cpu_count()`` for UWP (GH-152479)
zware
2026/07/18
[Python-checkins] [3.15] Fix duplicated words in "What's new in Python 3.15" documentation (GH-153922) (#153931)
tomasr8
2026/07/18
[Python-checkins] gh-149319: Make `asyncio` REPL respect `-I` and `-E` options (#149405)
kumaraditya303
2026/07/18
[Python-checkins] Fix duplicated words in "What's new in Python 3.15" documentation (#153922)
tomasr8
2026/07/18
[Python-checkins] [3.15] gh-153808: Replace obsolete 'condition list' verbiage with 'expression list' in eval() docs (GH-153923)
zware
2026/07/18
[Python-checkins] [3.13] gh-153808: Replace obsolete 'condition list' verbiage with 'expression list' in eval() docs (GH-153925)
zware
2026/07/18
[Python-checkins] [3.14] gh-153808: Replace obsolete 'condition list' verbiage with 'expression list' in eval() docs (GH-153924)
zware
2026/07/18
[Python-checkins] gh-153808: Replace obsolete 'condition list' verbiage with 'expression list' in eval() docs (GH-153811)
zware
2026/07/18
[Python-checkins] gh-151822: Colorize commands separately in the REPL (#151823)
pablogsal
2026/07/18
[Python-checkins] Test `calendar.February` deprecation (#153893)
tomasr8
2026/07/18
[Python-checkins] [3.14] Fix punctuation in `Doc/library/concurrent.interpreters.rst` (GH-153894) (#153916)
picnixz
2026/07/18
[Python-checkins] [3.15] Fix punctuation in `Doc/library/concurrent.interpreters.rst` (GH-153894) (#153915)
picnixz
2026/07/18
[Python-checkins] [3.15] gh-153899: Fix documented parameter names for `filecmp.cmpfiles` (GH-153900) (#153910)
picnixz
2026/07/18
[Python-checkins] [3.14] gh-153899: Fix documented parameter names for `filecmp.cmpfiles` (GH-153900) (#153911)
picnixz
2026/07/18
[Python-checkins] [3.13] gh-153899: Fix documented parameter names for `filecmp.cmpfiles` (GH-153900) (#153912)
picnixz
2026/07/18
[Python-checkins] Fix punctuation in `Doc/library/concurrent.interpreters.rst` (GH-153894)
encukou
2026/07/18
[Python-checkins] gh-153899: Fix documented parameter names for `filecmp.cmpfiles` (#153900)
picnixz
2026/07/18
[Python-checkins] gh-147950: Additionally bind `yank-arg` to `M-_` in pyrepl (#147949)
chris-eibl
2026/07/18
[Python-checkins] [3.15] Add versionadded tag to wave module getformat functions (GH-153897) (#153898)
tomasr8
2026/07/18
[Python-checkins] Add versionadded tag to wave module getformat functions (#153897)
chris-eibl
2026/07/18
[Python-checkins] gh-104533: Add a dataclass-like decorator for `ctypes` structures (GH-153781)
ZeroIntensity
2026/07/18
[Python-checkins] Fix duplicated words in the 'Coroutines and tasks' documentation (#153880)
StanFromIreland
2026/07/18
[Python-checkins] [3.15] gh-150583: Fix zstd compression level with digested ZstdDict (GH-150586) (#153883)
emmatyping
2026/07/18
[Python-checkins] [3.14] gh-150583: Fix zstd compression level with digested ZstdDict (GH-150586) (#153884)
emmatyping
2026/07/17
[Python-checkins] gh-150583: Fix zstd compression level with digested ZstdDict (#150586)
emmatyping
2026/07/17
[Python-checkins] [3.15] gh-153872: Update macOS installer ReadMe files for 3.15. (GH-153875) (#153876)
ned-deily
2026/07/17
[Python-checkins] gh-153872: Update macOS installer ReadMe files for 3.15. (#153875)
ned-deily
2026/07/17
[Python-checkins] [3.15] gh-124111: Update macOS installer to use Tcl/Tk 9.0.4. (GH-153868) (#153871)
ned-deily
2026/07/17
[Python-checkins] [3.14] gh-124111: Update macOS installer to use Tcl/Tk 9.0.4. (GH-153868) (#153870)
ned-deily
2026/07/17
[Python-checkins] gh-124111: Update macOS installer to use Tcl/Tk 9.0.4. (#153868)
ned-deily
2026/07/17
[Python-checkins] [3.15] gh-152023: Update macOS installer builds to SQLite 3.53.3 (GH-153867) (#153869)
ned-deily
2026/07/17
[Python-checkins] Skip curses tests when scr_dump()/is_keypad() are unavailable (GH-153866)
serhiy-storchaka
2026/07/17
[Python-checkins] gh-152023: Update macOS installer builds to SQLite 3.53.3 (#153867)
ned-deily
2026/07/17
[Python-checkins] [3.15] gh-151669: Normalize symlink targets in tarfile.TarFile.gettarinfo() (GH-151671) (#153517)
hugovk
2026/07/17
[Python-checkins] [3.14] gh-123471: Free-threading fixes for itertools (GH-131212) (GH-132814) (GH-135689) (GH-144402) (GH-146033) (GH-142957) (GH-153791)
nascheme
2026/07/17
[Python-checkins] [3.14] gh-151644: Fix data race in sys.setdlopenflags/getdlopenflags under free-threading (gh-151768) (gh-153789)
nascheme
2026/07/17
[Python-checkins] [3.14] gh-150411: fix `gc_generation.count` race in free-threading (GH-150413) (GH-153787)
nascheme
2026/07/17
[Python-checkins] [3.14] gh-149816: Fix UAF in Modules/_pickle.c (GH-150024) (GH-153719)
nascheme
2026/07/17
[Python-checkins] [3.14] gh-144774: Add critical section in `BaseException.__setstate__` (GH-150578) (GH-153819)
nascheme
2026/07/17
[Python-checkins] [3.15] gh-153853: Fix parameter name of calendar.setfirstweekday() in docs (GH-153851) (#153859)
brettcannon
2026/07/17
[Python-checkins] [3.14] gh-153853: Fix parameter name of calendar.setfirstweekday() in docs (GH-153851) (#153860)
brettcannon
2026/07/17
[Python-checkins] [3.13] gh-153853: Fix parameter name of calendar.setfirstweekday() in docs (GH-153851) (#153861)
brettcannon
2026/07/17
[Python-checkins] gh-153853: Fix parameter name of calendar.setfirstweekday() in docs (#153851)
brettcannon
2026/07/17
[Python-checkins] gh-153844: Support AST input in symtable.symtable() (GH-153845)
serhiy-storchaka
2026/07/17
[Python-checkins] [3.15] Shut down leaked executors in `test_interpreter_pool` (GH-153780) (#153847)
StanFromIreland
2026/07/17
[Python-checkins] [3.14] Shut down leaked executors in `test_interpreter_pool` (GH-153780) (#153848)
StanFromIreland
2026/07/17
[Python-checkins] Shut down leaked executors in `test_interpreter_pool` (#153780)
StanFromIreland
2026/07/17
[Python-checkins] [3.13] gh-85943: Fix BytesWarning in the struct format cache under -bb (GH-153627) (GH-153836)
serhiy-storchaka
Earlier messages