python-checkins
Thread
Date
Earlier messages
Later messages
Messages by Thread
[Python-checkins] gh-104533: Use `@ctypes.util.struct` decorator (#154031)
vstinner
[Python-checkins] gh-153903: Use `@ctypes.util.wrap_dll_function()` with pythonapi (#154030)
vstinner
[Python-checkins] Add test for explicit `cls` argument bypassing default JSON decoder (#154094)
tomasr8
[Python-checkins] [3.15] Document getopt and gnu_getopt longopts argument as string (GH-153976) (#154095)
tomasr8
[Python-checkins] [3.14] Document getopt and gnu_getopt longopts argument as string (GH-153976) (#154096)
tomasr8
[Python-checkins] [3.13] Document getopt and gnu_getopt longopts argument as string (GH-153976) (#154097)
tomasr8
[Python-checkins] [3.14] Improve colorsys coverage (GH-153982) (#154077)
tomasr8
[Python-checkins] gh-104533: Update test_ctypes.test_structures (#154091)
vstinner
[Python-checkins] Document getopt and gnu_getopt longopts argument as string (#153976)
tomasr8
[Python-checkins] [3.15] Improve colorsys coverage (GH-153982) (#154076)
tomasr8
[Python-checkins] [3.13] Improve colorsys coverage (GH-153982) (#154078)
tomasr8
[Python-checkins] gh-104533: Fix `@ctypes.util.struct` with endian (#154038)
vstinner
[Python-checkins] [3.13] gh-149319: Make `asyncio` REPL respect `-I` and `-E` options (GH-149405) (#154073)
picnixz
[Python-checkins] [3.14] gh-149319: Make `asyncio` REPL respect `-I` and `-E` options (GH-149405) (#154074)
picnixz
[Python-checkins] [3.15] gh-149319: Make `asyncio` REPL respect `-I` and `-E` options (GH-149405) (#154072)
picnixz
[Python-checkins] [3.15] Docs: add frozendict to data types theme (GH-154063) (#154079)
tomasr8
[Python-checkins] gh-104533: Fix `@ctypes.util.struct` with string annotations (#154040)
vstinner
[Python-checkins] gh-153903: Fix ctypes wrap_dll_function() with string annotations (#154042)
vstinner
[Python-checkins] gh-153906: Modernize pydoc HTML output (GH-153909)
serhiy-storchaka
[Python-checkins] Docs: add frozendict to data types theme (#154063)
tomasr8
[Python-checkins] Improve colorsys coverage (#153982)
tomasr8
[Python-checkins] [3.15] gh-152769: fixup enabling of perf trampoline on musl (Alpine Linux) (#153995)
vstinner
[Python-checkins] gh-154053: Fix compilation of the ssl module against LibreSSL (GH-154054)
serhiy-storchaka
[Python-checkins] [3.15] gh-154001: Avoid division by zero in binomialvariate (GH-154004) (GH-154050)
serhiy-storchaka
[Python-checkins] [3.15] fix typos in `abi3t-migration.rst` (GH-153918) (#154056)
tomasr8
[Python-checkins] [3.15] Test that `ValueError` is raised when `vfsopen` is passed an invalid mode (GH-154008) (#154064)
tomasr8
[Python-checkins] [3.15] Add test coverage to check execution of GetoptError.__str__ (GH-153941) (#153997)
tomasr8
[Python-checkins] [3.15] Fix typo "interruptability" in Logging Cookbook documentation (GH-154027) (#154066)
StanFromIreland
[Python-checkins] [3.13] Fix typo "interruptability" in Logging Cookbook documentation (GH-154027) (#154068)
StanFromIreland
[Python-checkins] [3.14] Fix typo "interruptability" in Logging Cookbook documentation (GH-154027) (#154067)
StanFromIreland
[Python-checkins] Fix typo "interruptability" in Logging Cookbook documentation (#154027)
StanFromIreland
[Python-checkins] gh-153864: Fix curses window.insch() for non-ASCII characters on a wide build (GH-153865)
serhiy-storchaka
[Python-checkins] [3.14] gh-154001: Avoid division by zero in binomialvariate (GH-154004) (GH-154051)
serhiy-storchaka
[Python-checkins] [3.15] gh-153896: Deduplicate unhashable arguments in `typing.Literal` (GH-153914) (#153955)
tomasr8
[Python-checkins] Test that `ValueError` is raised when `vfsopen` is passed an invalid mode (#154008)
tomasr8
[Python-checkins] [3.15] Add vfspath TypeError test (GH-153987) (#154010)
tomasr8
[Python-checkins] [3.14] gh-154058: Fix failing C API docs check (GH-154061)
ZeroIntensity
[Python-checkins] [3.13] gh-153896: Deduplicate unhashable arguments in `typing.Literal` (GH-153914) (#153957)
tomasr8
[Python-checkins] [3.14] gh-153896: Deduplicate unhashable arguments in `typing.Literal` (GH-153914) (#153956)
tomasr8
[Python-checkins] fix typos in `abi3t-migration.rst` (GH-153918)
encukou
[Python-checkins] gh-153862: Fix curses window.inch() for non-ASCII characters on a wide build (GH-153863)
serhiy-storchaka
[Python-checkins] [3.13] gh-154001: Avoid division by zero in binomialvariate (GH-154004) (GH-154052)
serhiy-storchaka
[Python-checkins] gh-154048: Fix building the iconv codec on illumos/Solaris (GH-154049)
serhiy-storchaka
[Python-checkins] gh-136687: Add ./configure --with-curses to select the curses backend (GH-153992)
serhiy-storchaka
[Python-checkins] gh-154001: Avoid division by zero in binomialvariate (GH-154004)
serhiy-storchaka
[Python-checkins] Use Py_complex_protected AC converter for cmath.rect() (GH-154034)
zware
[Python-checkins] [3.14] Improve `getopt.getopt` and `getopt.gnu_getopt` test coverage (GH-153933) (GH-153973)
encukou
[Python-checkins] [3.15] Improve `getopt.getopt` and `getopt.gnu_getopt` test coverage (GH-153933) (GH-153972)
encukou
[Python-checkins] [3.15] Docs: point `uu` module users to the `"uu"` encoding (GH-153657) (#154026)
StanFromIreland
[Python-checkins] [3.14] Docs: point `uu` module users to the `"uu"` encoding (GH-153657) (#154025)
StanFromIreland
[Python-checkins] [3.13] Docs: point `uu` module users to the `"uu"` encoding (GH-153657) (#154024)
StanFromIreland
[Python-checkins] Docs: point `uu` module users to the `"uu"` encoding (#153657)
StanFromIreland
[Python-checkins] gh-153856: Add `os.RWF_NOSIGNAL` constant (#153858)
benjaminp
[Python-checkins] [3.15] gh-150663: Document that PyErr_SetRaisedException accepts null (GH-153046) (#154021)
vstinner
[Python-checkins] [3.14] gh-150663: Document that PyErr_SetRaisedException accepts null (GH-153046) (#154022)
vstinner
[Python-checkins] [3.13] gh-150663: Document that PyErr_SetRaisedException accepts null (GH-153046) (#154023)
vstinner
[Python-checkins] gh-150663: Document that PyErr_SetRaisedException accepts null (#153046)
vstinner
[Python-checkins] [3.14] Fix parameter name of read_mime_types() in mimetypes docs (GH-153974) (#153978)
StanFromIreland
[Python-checkins] [3.13] Fix parameter name of `read_mime_types()` in `mimetypes` docs (GH-153974) (#153979)
StanFromIreland
[Python-checkins] [3.15] Fix parameter name of `read_mime_types()` in `mimetypes` docs (GH-153974) (#153979)
StanFromIreland
[Python-checkins] gh-153395: Fix test_complexchar on narrow curses builds (GH-154005)
serhiy-storchaka
[Python-checkins] gh-153568: Skip parser memo lookups that cannot match (#153571)
pablogsal
[Python-checkins] [3.15] gh-153236: Propagate lazy submodule import errors (GH-153237) (#153936)
pablogsal
[Python-checkins] Add vfspath TypeError test (#153987)
tomasr8
[Python-checkins] [3.14] Add test coverage to check execution of GetoptError.__str__ (GH-153941) (#153998)
tomasr8
[Python-checkins] [3.13] Add test coverage to check execution of GetoptError.__str__ (GH-153941) (#154000)
tomasr8
[Python-checkins] [3.15] gh-124111: Update Windows builds to Tcl/Tk 9.0.4 (GH-153990)
zware
[Python-checkins] [3.15] gh-153908: Fix data race in `itertools.count.__repr__` (GH-153917) (GH-153951)
ZeroIntensity
[Python-checkins] [3.13] gh-141004: Document unstable executable kind macros from `pyframe.h` (GH-143490) (GH-153993)
ZeroIntensity
[Python-checkins] [3.14] gh-141004: Document unstable perf map functions in `ceval.h` (GH-143492) (GH-153994)
ZeroIntensity
[Python-checkins] [3.13] gh-141004: Document unstable perf map functions in `ceval.h` (GH-143492) (GH-153996)
ZeroIntensity
[Python-checkins] [3.14] gh-141004: Document unstable executable kind macros from `pyframe.h` (GH-143490) (GH-153991)
ZeroIntensity
[Python-checkins] [3.15] gh-141004: Document unstable executable kind macros from `pyframe.h` (GH-143490) (GH-153988)
ZeroIntensity
[Python-checkins] Add test coverage to check execution of GetoptError.__str__ (#153941)
tomasr8
[Python-checkins] gh-124111: Update Windows builds to Tcl/Tk 9.0.4 (GH-153901)
zware
[Python-checkins] gh-141004: Document unstable executable kind macros from `pyframe.h` (GH-143490)
ZeroIntensity
[Python-checkins] [3.15] gh-141004: Document remaining `PyCF_*` compiler flag macros (GH-153958) (GH-153984)
ZeroIntensity
[Python-checkins] [3.14] gh-141004: Document remaining `PyCF_*` compiler flag macros (GH-153958) (GH-153985)
ZeroIntensity
[Python-checkins] [3.13] gh-141004: Document remaining `PyCF_*` compiler flag macros (GH-153958) (GH-153986)
ZeroIntensity
[Python-checkins] gh-141004: Document remaining `PyCF_*` compiler flag macros (GH-153958)
ZeroIntensity
[Python-checkins] Fix parameter name of read_mime_types() in mimetypes docs (GH-153974)
encukou
[Python-checkins] [3.14] gh-71896: Add a docs warning about trailing newlines ignored by `difflib.HtmlDiff` (GH-153930) (GH-153966)
ZeroIntensity
[Python-checkins] [3.13] gh-71896: Add a docs warning about trailing newlines ignored by `difflib.HtmlDiff` (GH-153930) (GH-153968)
ZeroIntensity
[Python-checkins] [3.15] gh-71896: Add a docs warning about trailing newlines ignored by `difflib.HtmlDiff` (GH-153930) (GH-153965)
ZeroIntensity
[Python-checkins] [3.14] gh-153761: Fix asyncio sock_accept() dropping a connection when cancelled (GH-153762) (#153828)
kumaraditya303
[Python-checkins] Improve `getopt.getopt` and `getopt.gnu_getopt` test coverage (GH-153933)
ZeroIntensity
[Python-checkins] gh-71896: Add a docs warning about trailing newlines ignored by `difflib.HtmlDiff` (GH-153930)
ZeroIntensity
[Python-checkins] [3.15] Docs: Fix typo in the pymanager command name (GH-153877) (GH-153960)
ZeroIntensity
[Python-checkins] [3.14] Docs: Fix typo in the pymanager command name (GH-153877) (GH-153961)
ZeroIntensity
[Python-checkins] [3.15] gh-122102: Fix/improve docs of descriptor-related tools in `inspect` (GH-153948)
zware
[Python-checkins] [3.13] gh-122102: Fix/improve docs of descriptor-related tools in `inspect` (GH-153950)
zware
[Python-checkins] [3.14] gh-122102: Fix/improve docs of descriptor-related tools in `inspect` (GH-153949)
zware
[Python-checkins] [3.14] gh-153908: Fix data race in `itertools.count.__repr__` (GH-153917) (GH-153952)
ZeroIntensity
[Python-checkins] Docs: Fix typo in the pymanager command name (GH-153877)
ZeroIntensity
[Python-checkins] gh-153568: Cache repeated identifiers while parsing (#153577)
pablogsal
[Python-checkins] gh-153896: Deduplicate unhashable arguments in `typing.Literal` (GH-153914)
ZeroIntensity
[Python-checkins] [3.13] Test `calendar.February` deprecation (GH-153893) (#153921)
tomasr8
[Python-checkins] [3.14] Test `calendar.February` deprecation (GH-153893) (#153920)
tomasr8
[Python-checkins] [3.15] Test `calendar.February` deprecation (GH-153893) (#153919)
tomasr8
[Python-checkins] gh-153908: Fix data race in `itertools.count.__repr__` (GH-153917)
ZeroIntensity
[Python-checkins] gh-122102: Fix/improve docs of descriptor-related tools in `inspect` (GH-122104)
zware
[Python-checkins] [3.15] gh-153934: Correct documented parameter in `calendar.weekheader` from `n` to `width` (GH-153942) (GH-153943)
ZeroIntensity
[Python-checkins] [3.13] gh-153934: Correct documented parameter in `calendar.weekheader` from `n` to `width` (GH-153942) (GH-153945)
ZeroIntensity
[Python-checkins] [3.14] gh-153934: Correct documented parameter in `calendar.weekheader` from `n` to `width` (GH-153942) (GH-153944)
ZeroIntensity
[Python-checkins] [3.14] gh-153926: Fix documented parameter name for `calendar.calendar` and `calendar.prcal` (GH-153927) (#153938)
tomasr8
[Python-checkins] [3.13] gh-153926: Fix documented parameter name for `calendar.calendar` and `calendar.prcal` (GH-153927) (#153939)
tomasr8
[Python-checkins] gh-153934: Correct documented paramemeter in `calendar.weekheader` from `n` to `width` (GH-153942)
ZeroIntensity
[Python-checkins] [3.15] gh-153926: Fix documented parameter name for `calendar.calendar` and `calendar.prcal` (GH-153927) (#153937)
tomasr8
[Python-checkins] gh-153903: Add a `ctypes` decorator for generating function pointers using annotations (GH-153904)
ZeroIntensity
[Python-checkins] gh-153926: Fix documented parameter name for `calendar.calendar` and `calendar.prcal` (#153927)
tomasr8
[Python-checkins] gh-153236: Propagate lazy submodule import errors (#153237)
pablogsal
[Python-checkins] [3.15] Fix duplicated words in the 'Coroutines and tasks' documentation (GH-153880) (#153886)
tomasr8
[Python-checkins] gh-152433: Windows: implement ``os.cpu_count()`` for UWP (GH-152479)
zware
[Python-checkins] [3.15] Fix duplicated words in "What's new in Python 3.15" documentation (GH-153922) (#153931)
tomasr8
[Python-checkins] gh-149319: Make `asyncio` REPL respect `-I` and `-E` options (#149405)
kumaraditya303
[Python-checkins] Fix duplicated words in "What's new in Python 3.15" documentation (#153922)
tomasr8
[Python-checkins] [3.15] gh-153808: Replace obsolete 'condition list' verbiage with 'expression list' in eval() docs (GH-153923)
zware
[Python-checkins] [3.13] gh-153808: Replace obsolete 'condition list' verbiage with 'expression list' in eval() docs (GH-153925)
zware
[Python-checkins] [3.14] gh-153808: Replace obsolete 'condition list' verbiage with 'expression list' in eval() docs (GH-153924)
zware
[Python-checkins] gh-153808: Replace obsolete 'condition list' verbiage with 'expression list' in eval() docs (GH-153811)
zware
[Python-checkins] gh-151822: Colorize commands separately in the REPL (#151823)
pablogsal
[Python-checkins] Test `calendar.February` deprecation (#153893)
tomasr8
[Python-checkins] [3.14] Fix punctuation in `Doc/library/concurrent.interpreters.rst` (GH-153894) (#153916)
picnixz
[Python-checkins] [3.15] Fix punctuation in `Doc/library/concurrent.interpreters.rst` (GH-153894) (#153915)
picnixz
[Python-checkins] [3.15] gh-153899: Fix documented parameter names for `filecmp.cmpfiles` (GH-153900) (#153910)
picnixz
[Python-checkins] [3.14] gh-153899: Fix documented parameter names for `filecmp.cmpfiles` (GH-153900) (#153911)
picnixz
[Python-checkins] [3.13] gh-153899: Fix documented parameter names for `filecmp.cmpfiles` (GH-153900) (#153912)
picnixz
[Python-checkins] Fix punctuation in `Doc/library/concurrent.interpreters.rst` (GH-153894)
encukou
[Python-checkins] gh-153899: Fix documented parameter names for `filecmp.cmpfiles` (#153900)
picnixz
[Python-checkins] gh-147950: Additionally bind `yank-arg` to `M-_` in pyrepl (#147949)
chris-eibl
[Python-checkins] [3.15] Add versionadded tag to wave module getformat functions (GH-153897) (#153898)
tomasr8
[Python-checkins] Add versionadded tag to wave module getformat functions (#153897)
chris-eibl
[Python-checkins] gh-104533: Add a dataclass-like decorator for `ctypes` structures (GH-153781)
ZeroIntensity
[Python-checkins] Fix duplicated words in the 'Coroutines and tasks' documentation (#153880)
StanFromIreland
[Python-checkins] [3.15] gh-150583: Fix zstd compression level with digested ZstdDict (GH-150586) (#153883)
emmatyping
[Python-checkins] [3.14] gh-150583: Fix zstd compression level with digested ZstdDict (GH-150586) (#153884)
emmatyping
[Python-checkins] gh-150583: Fix zstd compression level with digested ZstdDict (#150586)
emmatyping
[Python-checkins] [3.15] gh-153872: Update macOS installer ReadMe files for 3.15. (GH-153875) (#153876)
ned-deily
[Python-checkins] gh-153872: Update macOS installer ReadMe files for 3.15. (#153875)
ned-deily
[Python-checkins] [3.15] gh-124111: Update macOS installer to use Tcl/Tk 9.0.4. (GH-153868) (#153871)
ned-deily
[Python-checkins] [3.14] gh-124111: Update macOS installer to use Tcl/Tk 9.0.4. (GH-153868) (#153870)
ned-deily
[Python-checkins] gh-124111: Update macOS installer to use Tcl/Tk 9.0.4. (#153868)
ned-deily
[Python-checkins] [3.15] gh-152023: Update macOS installer builds to SQLite 3.53.3 (GH-153867) (#153869)
ned-deily
[Python-checkins] Skip curses tests when scr_dump()/is_keypad() are unavailable (GH-153866)
serhiy-storchaka
[Python-checkins] gh-152023: Update macOS installer builds to SQLite 3.53.3 (#153867)
ned-deily
[Python-checkins] [3.15] gh-151669: Normalize symlink targets in tarfile.TarFile.gettarinfo() (GH-151671) (#153517)
hugovk
[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
[Python-checkins] [3.14] gh-151644: Fix data race in sys.setdlopenflags/getdlopenflags under free-threading (gh-151768) (gh-153789)
nascheme
[Python-checkins] [3.14] gh-150411: fix `gc_generation.count` race in free-threading (GH-150413) (GH-153787)
nascheme
[Python-checkins] [3.14] gh-149816: Fix UAF in Modules/_pickle.c (GH-150024) (GH-153719)
nascheme
[Python-checkins] [3.14] gh-144774: Add critical section in `BaseException.__setstate__` (GH-150578) (GH-153819)
nascheme
[Python-checkins] [3.15] gh-153853: Fix parameter name of calendar.setfirstweekday() in docs (GH-153851) (#153859)
brettcannon
[Python-checkins] [3.14] gh-153853: Fix parameter name of calendar.setfirstweekday() in docs (GH-153851) (#153860)
brettcannon
[Python-checkins] [3.13] gh-153853: Fix parameter name of calendar.setfirstweekday() in docs (GH-153851) (#153861)
brettcannon
[Python-checkins] gh-153853: Fix parameter name of calendar.setfirstweekday() in docs (#153851)
brettcannon
[Python-checkins] gh-153844: Support AST input in symtable.symtable() (GH-153845)
serhiy-storchaka
[Python-checkins] [3.15] Shut down leaked executors in `test_interpreter_pool` (GH-153780) (#153847)
StanFromIreland
[Python-checkins] [3.14] Shut down leaked executors in `test_interpreter_pool` (GH-153780) (#153848)
StanFromIreland
[Python-checkins] Shut down leaked executors in `test_interpreter_pool` (#153780)
StanFromIreland
[Python-checkins] [3.13] gh-85943: Fix BytesWarning in the struct format cache under -bb (GH-153627) (GH-153836)
serhiy-storchaka
[Python-checkins] [3.15] gh-85943: Fix BytesWarning in the struct format cache under -bb (GH-153627) (GH-153834)
serhiy-storchaka
[Python-checkins] [3.14] gh-85943: Fix BytesWarning in the struct format cache under -bb (GH-153627) (GH-153835)
serhiy-storchaka
[Python-checkins] gh-153395: Accept curses.complexchar in curses.ascii predicates and conversions (GH-153396)
serhiy-storchaka
[Python-checkins] gh-153521: Support structured arguments in imaplib commands (GH-153522)
serhiy-storchaka
[Python-checkins] gh-85943: Fix BytesWarning in the struct format cache under -bb (GH-153627)
serhiy-storchaka
[Python-checkins] gh-152384: pixi-packages: use `flags` to define variants (#152385)
kumaraditya303
[Python-checkins] [3.14] gh-153404: Silently ignore non-decimal digits in robots.txt Crawl-delay and Request-rate (GH-153405) (GH-153831)
serhiy-storchaka
[Python-checkins] [3.13] gh-153404: Silently ignore non-decimal digits in robots.txt Crawl-delay and Request-rate (GH-153405) (GH-153832)
serhiy-storchaka
[Python-checkins] gh-153404: Silently ignore non-decimal digits in robots.txt Crawl-delay and Request-rate (GH-153405)
serhiy-storchaka
[Python-checkins] [3.13] gh-145521: Add 'infer_variance' parameter to ParamSpec class (GH-145522) (#153825)
JelleZijlstra
[Python-checkins] [3.14] gh-145521: Add 'infer_variance' parameter to ParamSpec class (GH-145522) (#153824)
JelleZijlstra
[Python-checkins] [3.15] gh-149162: Use _Py_LOCK_DONT_DETACH in intern_common (gh-149164) (gh-153814)
nascheme
[Python-checkins] [3.14] gh-149162: Use _Py_LOCK_DONT_DETACH in intern_common (gh-149164) (gh-153815)
nascheme
[Python-checkins] gh-149162: Use _Py_LOCK_DONT_DETACH in intern_common (gh-149164)
nascheme
[Python-checkins] [3.15] gh-151644: Fix data race in sys.setdlopenflags/getdlopenflags under free-threading (gh-151768) (#153790)
kumaraditya303
[Python-checkins] [3.15] gh-150411: fix `gc_generation.count` race in free-threading (GH-150413) (#153788)
kumaraditya303
[Python-checkins] gh-153761: Fix asyncio sock_accept() dropping a connection when cancelled (#153762)
kumaraditya303
[Python-checkins] [3.15] gh-153630: Add `str.remove{prefix,suffix}()` to the `str` method summary (GH-153629) (#153778)
StanFromIreland
[Python-checkins] [3.14] gh-153630: Add `str.remove{prefix,suffix}()` to the `str` method summary (GH-153629) (#153779)
StanFromIreland
[Python-checkins] gh-153630: Add `str.remove{prefix,suffix}()` to the `str` method summary (#153629)
StanFromIreland
[Python-checkins] gh-150077: Fix fileobj leak in `tarfile.TarFile.zstopen` on `BaseException` (GH-150080)
ethanfurman
[Python-checkins] [3.13] gh-153550: Modernize the older prose sections of the tkinter documentation (GH-153647) (GH-153775)
serhiy-storchaka
[Python-checkins] [3.15] gh-153550: Modernize the older prose sections of the tkinter documentation (GH-153647) (GH-153773)
serhiy-storchaka
[Python-checkins] [3.14] gh-153550: Modernize the older prose sections of the tkinter documentation (GH-153647) (GH-153774)
serhiy-storchaka
[Python-checkins] gh-153550: Modernize the older prose sections of the tkinter documentation (GH-153647)
serhiy-storchaka
[Python-checkins] [3.13] gh-128846: Fix test_configure_custom_copy for the aqua theme with Tk 9 (GH-153611)
serhiy-storchaka
[Python-checkins] [3.13] gh-151126: Fix missing memory errors in `_interpretersmodule.c` (#153765)
sobolevn
[Python-checkins] [3.13] gh-149689: add missing error checks in `Parser/action_helpers.c` (GH-153763)
serhiy-storchaka
[Python-checkins] [3.14] Docs: fill in descriptor C API docs (GH-146644) (GH-153760)
serhiy-storchaka
[Python-checkins] [3.13] Docs: fill in descriptor C API docs (GH-146644) (GH-153759)
serhiy-storchaka
[Python-checkins] [3.13] gh-151623: Add missing curses docstrings and document intrflush() (GH-151632) (GH-153756)
serhiy-storchaka
[Python-checkins] [3.14] gh-89554: Document standard type objects in types as classes (GH-150676) (GH-153757)
serhiy-storchaka
[Python-checkins] [3.13] gh-89554: Document standard type objects in types as classes (GH-150676) (GH-153758)
serhiy-storchaka
[Python-checkins] [3.13] gh-150285: Fix too long docstrings in the os module (GH-150296) (GH-150341) (GH-150464) (GH-153755)
serhiy-storchaka
[Python-checkins] [3.15] gh-144774: Add critical section in `BaseException.__setstate__` (GH-150578) (#153746)
kumaraditya303
[Python-checkins] [3.15] gh-150858: fix data race while changing `__qualname__` of a type object(GH-150859) (#153747)
kumaraditya303
[Python-checkins] gh-150452: use PyMutex in socket module (#150453)
kumaraditya303
[Python-checkins] [3.15] gh-71086: Document negative offset support in struct.pack_into() and unpack_from() (GH-153650) (GH-153699)
serhiy-storchaka
[Python-checkins] [3.13] gh-71086: Document negative offset support in struct.pack_into() and unpack_from() (GH-153650) (GH-153754)
serhiy-storchaka
[Python-checkins] [3.14] gh-71086: Document negative offset support in struct.pack_into() and unpack_from() (GH-153650) (GH-153753)
serhiy-storchaka
Earlier messages
Later messages