python-checkins
Thread
Date
Earlier messages
Later messages
Messages by Date
2026/07/20
[Python-checkins] [3.15] Fix typo in C API Type Object Structures documentation (GH-154249) (#154250)
StanFromIreland
2026/07/20
[Python-checkins] Bump `profiling.sampling.cli._SYNC_TIMEOUT_SEC` to fix failures on slow Buildbots (#154248)
pablogsal
2026/07/20
[Python-checkins] Fix typo in C API Type Object Structures documentation (#154249)
StanFromIreland
2026/07/20
[Python-checkins] [3.13] gh-125860: Skip separate-SCM_RIGHTS socket tests on NetBSD, OpenBSD and DragonFly (GH-154239) (GH-154247)
serhiy-storchaka
2026/07/20
[Python-checkins] [3.14] gh-154227: Fix os.posix_openpt() on OpenBSD (GH-154228) (GH-154236)
serhiy-storchaka
2026/07/20
[Python-checkins] [3.15] gh-154227: Fix os.posix_openpt() on OpenBSD (GH-154228) (GH-154235)
serhiy-storchaka
2026/07/20
[Python-checkins] [3.13] gh-154227: Fix os.posix_openpt() on OpenBSD (GH-154228) (GH-154237)
serhiy-storchaka
2026/07/20
[Python-checkins] [3.15] gh-154225: Fix os.openpty() acquiring a controlling terminal on Solaris (GH-154229) (GH-154238)
serhiy-storchaka
2026/07/20
[Python-checkins] [3.15] gh-154226: Fix test_posix_pty_functions on Solaris (GH-154230) (GH-154241)
serhiy-storchaka
2026/07/20
[Python-checkins] [3.14] gh-154226: Fix test_posix_pty_functions on Solaris (GH-154230) (GH-154242)
serhiy-storchaka
2026/07/20
[Python-checkins] [3.13] gh-154226: Fix test_posix_pty_functions on Solaris (GH-154230) (GH-154243)
serhiy-storchaka
2026/07/20
[Python-checkins] [3.15] gh-154218: Fix test_posix_fallocate on file systems that do not support posix_fallocate() (GH-154219) (GH-154232)
serhiy-storchaka
2026/07/20
[Python-checkins] [3.14] gh-154218: Fix test_posix_fallocate on file systems that do not support posix_fallocate() (GH-154219) (GH-154233)
serhiy-storchaka
2026/07/20
[Python-checkins] [3.13] gh-154218: Fix test_posix_fallocate on file systems that do not support posix_fallocate() (GH-154219) (GH-154234)
serhiy-storchaka
2026/07/20
[Python-checkins] [3.14] gh-154211: Skip C-stack exhaustion tests when the C stack is huge (GH-154212) (GH-154231)
serhiy-storchaka
2026/07/20
[Python-checkins] gh-125860: Skip separate-SCM_RIGHTS socket tests on NetBSD, OpenBSD and DragonFly (GH-154239)
serhiy-storchaka
2026/07/20
[Python-checkins] gh-154226: Fix test_posix_pty_functions on Solaris (GH-154230)
serhiy-storchaka
2026/07/20
[Python-checkins] gh-154225: Fix os.openpty() acquiring a controlling terminal on Solaris (GH-154229)
serhiy-storchaka
2026/07/20
[Python-checkins] gh-154227: Fix os.posix_openpt() on OpenBSD (GH-154228)
serhiy-storchaka
2026/07/20
[Python-checkins] [3.15] gh-154176: Fix locale.strxfrm() crash on DragonFly BSD (GH-154177) (GH-154217)
serhiy-storchaka
2026/07/20
[Python-checkins] gh-154218: Fix test_posix_fallocate on file systems that do not support posix_fallocate() (GH-154219)
serhiy-storchaka
2026/07/20
[Python-checkins] [3.15] gh-127049: fix race condition in asyncio signalling an unrelated process with ThreadedChildWatcher (GH-153810) (#154220)
kumaraditya303
2026/07/20
[Python-checkins] [3.14] gh-127049: fix race condition in asyncio signalling an unrelated process with ThreadedChildWatcher (GH-153810) (#154221)
kumaraditya303
2026/07/19
[Python-checkins] [3.15] urllib: Add tests for HTTP errors to complete coverage (GH-154102) (#154120)
tomasr8
2026/07/19
[Python-checkins] [3.14] Fix grammatical typos in documentation (GH-154181) (#154191)
tomasr8
2026/07/19
[Python-checkins] [3.15] gh-154211: Skip C-stack exhaustion tests when the C stack is huge (GH-154212) (GH-154216)
serhiy-storchaka
2026/07/19
[Python-checkins] [3.15] Fix grammatical typos in documentation (GH-154181) (#154190)
tomasr8
2026/07/19
[Python-checkins] gh-127049: fix race condition in asyncio signalling an unrelated process with ThreadedChildWatcher (#153810)
kumaraditya303
2026/07/19
[Python-checkins] [3.14] gh-154046: docs: fix dead link to codahale timing attacks article in secrets.rst (GH-154047) (#154214)
hugovk
2026/07/19
[Python-checkins] [3.15] gh-154046: docs: fix dead link to codahale timing attacks article in secrets.rst (GH-154047) (#154213)
hugovk
2026/07/19
[Python-checkins] [3.13] gh-154046: docs: fix dead link to codahale timing attacks article in secrets.rst (GH-154047) (#154215)
hugovk
2026/07/19
[Python-checkins] gh-154176: Fix locale.strxfrm() crash on DragonFly BSD (GH-154177)
serhiy-storchaka
2026/07/19
[Python-checkins] gh-154211: Skip C-stack exhaustion tests when the C stack is huge (GH-154212)
serhiy-storchaka
2026/07/19
[Python-checkins] gh-154146: Fix accuracy of the math.acospi() fallback near 1 (GH-154148)
serhiy-storchaka
2026/07/19
[Python-checkins] [3.15] gh-119710: fix asyncio Process.wait() to finish on process exit and not wait for closing of pipes (GH-151983) (#154170)
kumaraditya303
2026/07/19
[Python-checkins] [3.14] gh-119710: fix asyncio Process.wait() to finish on process exit and not wait for closing of pipes (GH-151983) (#154171)
kumaraditya303
2026/07/19
[Python-checkins] [3.13] gh-119710: fix asyncio Process.wait() to finish on process exit and not wait for closing of pipes (GH-151983) (#154172)
kumaraditya303
2026/07/19
[Python-checkins] gh-154136: Define _ISOC23_SOURCE to fix building the math module on FreeBSD (GH-154138)
serhiy-storchaka
2026/07/19
[Python-checkins] [3.13] fix ResourceWarnings of test_kill_issue43884 in asyncio (GH-154178) (#154185)
kumaraditya303
2026/07/19
[Python-checkins] [3.14] fix ResourceWarnings of test_kill_issue43884 in asyncio (GH-154178) (#154184)
kumaraditya303
2026/07/19
[Python-checkins] [3.15] fix ResourceWarnings of test_kill_issue43884 in asyncio (GH-154178) (#154183)
kumaraditya303
2026/07/19
[Python-checkins] gh-154046: docs: fix dead link to codahale timing attacks article in secrets.rst (#154047)
hugovk
2026/07/19
[Python-checkins] gh-154137: Fix handle leak in test_winapi (#154201)
vstinner
2026/07/19
[Python-checkins] gh-145177: Upgrade to Emscripten 6.0.3 (#154029)
freakboy3742
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
Earlier messages
Later messages