python-checkins
Thread
Date
Earlier messages
Later messages
Messages by Thread
[Python-checkins] gh-103847: fix cancellation safety of `asyncio.create_subprocess_exec` (#140805)
kumaraditya303
[Python-checkins] GH-116946: eliminate the need for the GC in the `_thread.lock` and `_thread.RLock` (#141268)
kumaraditya303
[Python-checkins] [3.13] gh-141004: Document `PyBytes_Repr` and `PyBytes_DecodeEscape` (GH-141407) (GH-141441)
ZeroIntensity
[Python-checkins] [3.14] gh-141004: Document `PyBytes_Repr` and `PyBytes_DecodeEscape` (GH-141407) (GH-141440)
ZeroIntensity
[Python-checkins] [3.14] GH-137618: Require Python 3.10 to Python 3.15 for PYTHON_FOR_REGEN (GH-137619) (#141437)
gpshead
[Python-checkins] [3.14] gh-138621: Increase test coverage for csv.DictReader and csv.Sniffer (GH-138622) (#141436)
gpshead
[Python-checkins] GH-137618: Require Python 3.10 to Python 3.15 for PYTHON_FOR_REGEN (GH-137619)
gpshead
[Python-checkins] gh-137928: remove redundant size validation in multiprocessing.heap (GH-137929)
gpshead
[Python-checkins] gh-138621: Increase test coverage for csv.DictReader and csv.Sniffer (GH-138622)
gpshead
[Python-checkins] [3.13] gh-137952: update `csv.Sniffer().has_header()` docs to describe the actual off-by-onish behavior (GH-137953) (#141435)
gpshead
[Python-checkins] [3.14] gh-137952: update `csv.Sniffer().has_header()` docs to describe the actual off-by-onish behavior (GH-137953) (#141434)
gpshead
[Python-checkins] [3.14] gh-138775: fix handle `python -m base64` stdin correct with EOF signal (GH-138776) (#141432)
gpshead
[Python-checkins] [3.13] gh-138775: fix handle `python -m base64` stdin correct with EOF signal (GH-138776) (#141433)
gpshead
[Python-checkins] gh-137952: update `csv.Sniffer().has_header()` docs to describe the actual off-by-onish behavior (GH-137953)
gpshead
[Python-checkins] gh-138775: fix handle `python -m base64` stdin correct with EOF signal (GH-138776)
gpshead
[Python-checkins] gh-120950: Fix overflow in math.log() with large int-like argument (GH-121011)
serhiy-storchaka
[Python-checkins] gh-139462: Make the ProcessPoolExecutor BrokenProcessPool exception report which child process terminated (GH-139486)
gpshead
[Python-checkins] gh-132686: Add parameters inherit_class_doc and fallback_to_class_doc for inspect.getdoc() (GH-132691)
serhiy-storchaka
[Python-checkins] GH-139596: Cease caching config.cache & ccache in GH Actions (GH-139623)
gpshead
[Python-checkins] gh-141314: Fix TextIOWrapper.tell() assertion failure with standalone carriage return (GH-141331)
serhiy-storchaka
[Python-checkins] [3.13] gh-141004: Document `PyFile_OpenCode` and `PyFile_OpenCodeObject` (GH-141413) (GH-141426)
ZeroIntensity
[Python-checkins] [3.14] gh-141004: Document `PyFile_OpenCode` and `PyFile_OpenCodeObject` (GH-141413) (GH-141425)
ZeroIntensity
[Python-checkins] gh-141004: Document `PyBytes_Repr` and `PyBytes_DecodeEscape` (GH-141407)
ZeroIntensity
[Python-checkins] gh-116738: use `PyMutex` in `lzma` module (#140711)
kumaraditya303
[Python-checkins] gh-141004: Document `PyFile_OpenCode` and `PyFile_OpenCodeObject` (GH-141413)
ZeroIntensity
[Python-checkins] gh-140476: optimize `PySet_Add` for `frozenset` in free-threading (#140440)
kumaraditya303
[Python-checkins] gh-137339: Clarify host and port parameter behavior in smtplib.SMTP{_SSL} initialization (#137340)
bitdancer
[Python-checkins] gh-141367: Use actual SPECIALIZATION_THRESHOLD value in specialization related test (GH-141417)
Fidget-Spinner
[Python-checkins] Add documentation for Python install manager's install_dir, global_dir and download_dir (GH-140223)
zooba
[Python-checkins] Add documentation for Python install manager's install_dir, global_dir and download_dir (GH-140223)
zooba
[Python-checkins] [3.14] gh-140193: Forward port test_exec_set_nomemory_hang from 3.13 (GH-140187) (#141420)
gpshead
[Python-checkins] [3.14] gh-139533: fix refs to code without proper markups on turtledemo doc (GH-139534) (#141421)
gpshead
[Python-checkins] [3.13] gh-139533: fix refs to code without proper markups on turtledemo doc (GH-139534) (#141422)
gpshead
[Python-checkins] gh-139533: fix refs to code without proper markups on turtledemo doc (GH-139534)
gpshead
[Python-checkins] gh-140193: Forward port test_exec_set_nomemory_hang from 3.13 (GH-140187)
gpshead
[Python-checkins] gh-141415: Remove unused variables and comment in `_pyrepl.windows_console.py` (#141416)
pablogsal
[Python-checkins] [3.13] gh-141004: Document `PyType_Unwatch` (GH-141414) (GH-141419)
ZeroIntensity
[Python-checkins] [3.14] gh-141004: Document `PyType_Unwatch` (GH-141414) (GH-141418)
ZeroIntensity
[Python-checkins] gh-141004: Document `PyType_Unwatch` (GH-141414)
ZeroIntensity
[Python-checkins] gh-140942: Add MIME type for .cjs extension (#140937)
hugovk
[Python-checkins] gh-132657: optimize `PySet_Contains` for `frozenset` (#141183)
kumaraditya303
[Python-checkins] [3.14] gh-141004: document Py_INFINITY and Py_NAN macros (GH-141145) (#141399)
vstinner
[Python-checkins] [3.13] gh-141004: document Py_INFINITY and Py_NAN macros (GH-141145) (#141400)
vstinner
[Python-checkins] gh-141169: Re-raise exception from findfuncptr (GH-141349)
encukou
[Python-checkins] gh-141004: document Py_INFINITY and Py_NAN macros (#141145)
vstinner
[Python-checkins] gh-141376: Fix exported symbols (GH-141377)
encukou
[Python-checkins] [3.13] gh-140379: add hyperlinks to list and set (GH-140399) (#141387)
gpshead
[Python-checkins] [3.14] gh-140379: add hyperlinks to list and set (GH-140399) (#141386)
gpshead
[Python-checkins] gh-140379: add hyperlinks to list and set (GH-140399)
gpshead
[Python-checkins] [3.14] gh-140485: Catch ChildProcessError in multiprocessing resource tracker (GH-141132) (#141384)
gpshead
[Python-checkins] [3.13] gh-140485: Catch ChildProcessError in multiprocessing resource tracker (GH-141132) (#141385)
gpshead
[Python-checkins] gh-140485: Catch ChildProcessError in multiprocessing resource tracker (GH-141132)
gpshead
[Python-checkins] [3.13] gh-140578: Doc: Remove sencence implying that concurrent.futures.ThreadPoolExecutor does not exist (GH-140689) (#141383)
gpshead
[Python-checkins] [3.14] gh-140578: Doc: Remove sencence implying that concurrent.futures.ThreadPoolExecutor does not exist (GH-140689) (#141382)
gpshead
[Python-checkins] gh-140578: Doc: Remove sencence implying that concurrent.futures.ThreadPoolExecutor does not exist (#140689)
gpshead
[Python-checkins] [3.14] gh-141174: Improve `annotationlib._Stringifier` test coverage (GH-141220) (#141358)
JelleZijlstra
[Python-checkins] [3.13] gh-141004: Document missing frame APIs (GH-141189) (GH-141380)
ZeroIntensity
[Python-checkins] [3.14] gh-141004: Document missing frame APIs (GH-141189) (GH-141379)
ZeroIntensity
[Python-checkins] gh-141004: Document missing frame APIs (GH-141189)
ZeroIntensity
[Python-checkins] [3.13] gh-141004: Document `PyType_FastSubclass` (GH-141313) (GH-141369)
ZeroIntensity
[Python-checkins] [3.14] gh-141004: Document `PyType_FastSubclass` (GH-141313) (GH-141368)
ZeroIntensity
[Python-checkins] gh-141004: Document `PyType_FastSubclass` (GH-141313)
ZeroIntensity
[Python-checkins] [3.14] GH-141212: Fix possible memory leak in gc_mark_span_push (gh-141213) (gh-141364)
colesbury
[Python-checkins] [3.13] gh-139707: Specify `winreg`, `msvcrt` and `winsound` module availability in docs (GH-140429) (GH-141350)
encukou
[Python-checkins] [3.14] gh-139707: Specify `winreg`, `msvcrt` and `winsound` module availability in docs (GH-140429) (GH-141351)
encukou
[Python-checkins] GH-141212: Fix possible memory leak in gc_mark_span_push (gh-141213)
colesbury
[Python-checkins] gh-141004: Deprecate Py_MATH_El and Py_MATH_PIl macros (#141035)
vstinner
[Python-checkins] [3.14] gh-141174: Improve `ForwardRef` test coverage (GH-141175) (#141354)
JelleZijlstra
[Python-checkins] [3.14] gh-141174: Improve `annotationlib.call_annotate_function()` test coverage (GH-141176) (#141355)
JelleZijlstra
[Python-checkins] [3.14] gh-137530: generate an __annotate__ function for dataclasses __init__ (GH-137711) (#141352)
JelleZijlstra
[Python-checkins] [3.14] gh-141174: Improve `annotationlib.get_annotations()` test coverage (GH-141286) (#141353)
JelleZijlstra
[Python-checkins] [3.13] gh-141343: Fix swapped words in `sorted` doc (GH-141356)
zware
[Python-checkins] [3.14] gh-141343: Fix swapped words in `sorted` doc (GH-141357)
zware
[Python-checkins] gh-141174: Improve `annotationlib._Stringifier` test coverage (#141220)
JelleZijlstra
[Python-checkins] gh-141343: Fix swapped words in `sorted` doc (GH-141348)
zware
[Python-checkins] gh-141174: Improve `annotationlib.call_annotate_function()` test coverage (#141176)
JelleZijlstra
[Python-checkins] gh-141174: Improve `ForwardRef` test coverage (#141175)
JelleZijlstra
[Python-checkins] gh-141341: Rename COMPILER macro to _Py_COMPILER on Windows (#141342)
vstinner
[Python-checkins] gh-141174: Improve `annotationlib.get_annotations()` test coverage (#141286)
JelleZijlstra
[Python-checkins] [3.14] gh-139707: Add docs for optional modules (GH-140171) (GH-141204)
encukou
[Python-checkins] [3.13] Clarify argument/result ownership/validity for PyModule_* functions (GH-141159) (GH-141191)
encukou
[Python-checkins] gh-137530: generate an __annotate__ function for dataclasses __init__ (GH-137711)
encukou
[Python-checkins] gh-136702: Clear codec caches for refleak tests; use test.support helpers (GH-141345)
encukou
[Python-checkins] gh-139707: Specify `winreg`, `msvcrt` and `winsound` module availability in docs (GH-140429)
encukou
[Python-checkins] [3.13] gh-140500: Update download.html instructions (GH-141320) (#141346)
hugovk
[Python-checkins] [3.14] gh-140500: Update download.html instructions (GH-141320) (#141347)
hugovk
[Python-checkins] gh-140500: Update download.html instructions (#141320)
hugovk
[Python-checkins] [3.14] gh-141004: Document `pyctype.h` macros (GH-141272) (GH-141340)
ZeroIntensity
[Python-checkins] [3.13] gh-141004: Document `pyctype.h` macros (GH-141272) (GH-141339)
ZeroIntensity
[Python-checkins] gh-141004: Document `pyctype.h` macros (GH-141272)
ZeroIntensity
[Python-checkins] [3.13] gh-141004: Document `Py_DTSF_*` macros (GH-141310) (GH-141330)
ZeroIntensity
[Python-checkins] [3.14] gh-141004: Document `Py_DTSF_*` macros (GH-141310) (GH-141329)
ZeroIntensity
[Python-checkins] gh-141004: Document `Py_DTSF_*` macros (GH-141310)
ZeroIntensity
[Python-checkins] [3.14] gh-62480: De-personalize "Partial mocking" section in `unittest.mock` examples (GH-141321) (#141326)
CAM-Gerlach
[Python-checkins] [3.13] gh-62480: De-personalize "Partial mocking" section in `unittest.mock` examples (GH-141321) (#141327)
CAM-Gerlach
[Python-checkins] [3.13] gh-62480: De-personalize "Mocking Unbound Methods" section in `unittest.mock` examples (GH-141322) (#141325)
CAM-Gerlach
[Python-checkins] [3.14] gh-62480: De-personalize "Mocking Unbound Methods" section in `unittest.mock` examples (GH-141322) (#141324)
CAM-Gerlach
[Python-checkins] gh-62480: De-personalize "Partial mocking" section in `unittest.mock` examples (#141321)
CAM-Gerlach
[Python-checkins] gh-62480: De-personalize "Mocking Unbound Methods" section in `unittest.mock` examples (#141322)
CAM-Gerlach
[Python-checkins] [3.13] gh-141004: Document `PySuper_Type` (GH-141315) (GH-141319)
ZeroIntensity
[Python-checkins] [3.14] gh-141004: Document `PySuper_Type` (GH-141315) (GH-141318)
ZeroIntensity
[Python-checkins] gh-141004: Document `PySuper_Type` (GH-141315)
ZeroIntensity
[Python-checkins] [3.14] gh-140980: document `SET_FUNCTION_ATTRIBUTE` flag for `annotate` function (GH-141306) (#141316)
picnixz
[Python-checkins] gh-140980: document `SET_FUNCTION_ATTRIBUTE` flag for `annotate` function (#141306)
picnixz
[Python-checkins] [3.14] gh-141004: Document `PyClassMethod*` and `PyStaticMethod*` APIs (GH-141296) (GH-141308)
ZeroIntensity
[Python-checkins] [3.13] gh-141004: Document `PyClassMethod*` and `PyStaticMethod*` APIs (GH-141296) (GH-141309)
ZeroIntensity
[Python-checkins] gh-141004: Document `PyClassMethod*` and `PyStaticMethod*` APIs (GH-141296)
ZeroIntensity
[Python-checkins] [3.13] gh-141004: Document `PyFunction_SetKwDefaults` (GH-141294) (GH-141305)
ZeroIntensity
[Python-checkins] [3.14] gh-141004: Document `PyFunction_SetKwDefaults` (GH-141294) (GH-141304)
ZeroIntensity
[Python-checkins] gh-141004: Document `PyFunction_SetKwDefaults` (GH-141294)
ZeroIntensity
[Python-checkins] [3.14] gh-141004: Document `PyExceptionInstance*` APIs (GH-141301) (GH-141302)
ZeroIntensity
[Python-checkins] [3.13] gh-141004: Document `PyExceptionInstance*` APIs (GH-141301) (GH-141303)
ZeroIntensity
[Python-checkins] gh-141004: Document `PyExceptionInstance*` APIs (GH-141301)
ZeroIntensity
[Python-checkins] [3.13] gh-141004: Document `Py_func_type_input` (GH-141273) (GH-141299)
ZeroIntensity
[Python-checkins] [3.14] gh-141004: Document `Py_func_type_input` (GH-141273) (GH-141298)
ZeroIntensity
[Python-checkins] gh-141004: Document `Py_func_type_input` (GH-141273)
ZeroIntensity
[Python-checkins] [3.14] gh-140530: fix a reference leak in an error path for `raise exc from cause` (GH-140908) (#141282)
picnixz
[Python-checkins] [3.13] gh-141004: document `curses` C API (GH-141254) (#141293)
picnixz
[Python-checkins] [3.14] gh-141004: document `curses` C API (GH-141254) (#141292)
picnixz
[Python-checkins] gh-141004: document `curses` C API (#141254)
picnixz
[Python-checkins] [3.14] gh-141004: Document `PyWeakref_CheckRefExact` (GH-141279) (GH-141290)
ZeroIntensity
[Python-checkins] [3.13] gh-141004: Document `PyWeakref_CheckRefExact` (GH-141279) (GH-141291)
ZeroIntensity
[Python-checkins] [3.13] gh-141004: Document deprecated aliases for memory allocation (GH-141146) (GH-141289)
ZeroIntensity
[Python-checkins] gh-141004: Document `PyWeakref_CheckRefExact` (GH-141279)
ZeroIntensity
[Python-checkins] [3.14] gh-141004: Document deprecated aliases for memory allocation (GH-141146) (GH-141288)
ZeroIntensity
[Python-checkins] gh-141004: Document deprecated aliases for memory allocation (GH-141146)
ZeroIntensity
[Python-checkins] [3.13] gh-140530: fix a reference leak in an error path for `raise exc from cause` (GH-140908) (#141283)
picnixz
[Python-checkins] gh-111389: replace deprecated occurrences of `_PyHASH_*` macros (#141236)
picnixz
[Python-checkins] [3.13] gh-100218: correctly set `errno` when `socket.if_{nametoindex,indextoname}` raise `OSError` (GH-140905) (#141285)
picnixz
[Python-checkins] [3.14] gh-100218: correctly set `errno` when `socket.if_{nametoindex,indextoname}` raise `OSError` (GH-140905) (#141284)
picnixz
[Python-checkins] gh-100218: correctly set `errno` when `socket.if_{nametoindex,indextoname}` raise `OSError` (#140905)
picnixz
[Python-checkins] gh-140530: fix a reference leak in an error path for `raise exc from cause` (#140908)
picnixz
[Python-checkins] gh-136702: Deprecate passing non-ascii *encoding* (str) to `encodings.normalize_encoding` (#140030)
malemburg
[Python-checkins] [3.13] gh-141127: Clarify os.symlink() documentation for argument order (GH-141144) (#141277)
picnixz
[Python-checkins] [3.14] gh-141127: Clarify os.symlink() documentation for argument order (GH-141144) (#141278)
picnixz
[Python-checkins] gh-141127: Clarify o?s.symlink() documentation for argument order (#141144)
picnixz
[Python-checkins] gh-141186: document `asyncio.Task` cancellation propagation behavior (#141249)
kumaraditya303
[Python-checkins] [3.13] gh-141004: Document `Py_BUILD_ASSERT*` macros (GH-141266) (GH-141270)
ZeroIntensity
[Python-checkins] [3.14] gh-141004: Document `Py_BUILD_ASSERT*` macros (GH-141266) (GH-141269)
ZeroIntensity
[Python-checkins] gh-141004: Document `Py_BUILD_ASSERT*` macros (GH-141266)
ZeroIntensity
[Python-checkins] [3.13] gh-141004: Document the `PyDoc_VAR` macro (GH-141263) (GH-141265)
ZeroIntensity
[Python-checkins] [3.14] gh-141004: Document the `PyDoc_VAR` macro (GH-141263) (GH-141264)
ZeroIntensity
[Python-checkins] gh-141004: Document the `PyDoc_VAR` macro (GH-141263)
ZeroIntensity
[Python-checkins] [3.13] gh-141004: Document `PyBUF_WRITEABLE` (GH-141255) (GH-141260)
ZeroIntensity
[Python-checkins] [3.14] gh-141004: Document `PyBUF_WRITEABLE` (GH-141255) (GH-141261)
ZeroIntensity
[Python-checkins] gh-141004: Document `PyBUF_WRITEABLE` (GH-141255)
ZeroIntensity
[Python-checkins] [3.14] gh-141004: Document `PyErr_ProgramTextObject` and `PyErr_ProgramText` (GH-141250) (GH-141256)
ZeroIntensity
[Python-checkins] [3.13] gh-141004: Document `PyErr_ProgramTextObject` and `PyErr_ProgramText` (GH-141250) (GH-141257)
ZeroIntensity
[Python-checkins] gh-141004: Document `PyErr_ProgramTextObject` and `PyErr_ProgramText` (GH-141250)
ZeroIntensity
[Python-checkins] [3.13] gh-141246: Link to correct Windows docs in `time.sleep()` doc (GH-141248) (#141252)
vstinner
[Python-checkins] [3.14] gh-141246: Link to correct Windows docs in `time.sleep()` doc (GH-141248) (#141251)
vstinner
[Python-checkins] gh-141246: Link to correct Windows docs in `time.sleep()` doc (#141248)
vstinner
[Python-checkins] [3.13] gh-141004: correctly document `Py_HASH_*` and `PyHASH_*` as `hash_info` attributes (GH-141233) (#141235)
picnixz
[Python-checkins] [3.14] gh-141004: correctly document `Py_HASH_*` and `PyHASH_*` as `hash_info` attributes (GH-141233) (#141234)
picnixz
[Python-checkins] gh-141004: correctly document `Py_HASH_*` and `PyHASH_*` as `hash_info` attributes (#141233)
picnixz
[Python-checkins] [3.13] gh-140615: Update docstrings in the fcntl module (GH-140619) (GH-141231) (GH-141232)
serhiy-storchaka
[Python-checkins] [3.14] gh-140615: Update docstrings in the fcntl module (GH-140619) (GH-141231)
serhiy-storchaka
[Python-checkins] [3.14] gh-140793: Improve documentatation and tests for the ensure_ascii option in the json module (GH-140906) (GH-141227)
serhiy-storchaka
[Python-checkins] [3.13] gh-140793: Improve documentatation and tests for the ensure_ascii option in the json module (GH-140906) (GH-141228)
serhiy-storchaka
[Python-checkins] [3.13] gh-139741: Make `dist-pdf` docs archive build work for macOS (GH-140837) (#141230)
hugovk
[Python-checkins] gh-139741: Make `dist-pdf` docs archive build work for macOS (#140837)
hugovk
[Python-checkins] gh-140615: Update docstrings in the fcntl module (GH-140619)
serhiy-storchaka
[Python-checkins] gh-140793: Improve documentatation and tests for the ensure_ascii option in the json module (GH-140906)
serhiy-storchaka
[Python-checkins] [3.13] gh-141004: Document `Py_HASH_*` macros (GH-141205) (#141224)
picnixz
[Python-checkins] [3.14] gh-141004: Document `Py_HASH_*` macros (GH-141205) (#141225)
picnixz
[Python-checkins] gh-141004: fix `versionadded` typo for `Py_HASH_SIPHASH13` (#141223)
picnixz
[Python-checkins] fix typos in contextvars asyncio support example docs (#141219)
kumaraditya303
[Python-checkins] gh-140849: Update bundled liblzma to 5.8.1 on Windows (#141022)
emmatyping
[Python-checkins] [3.13] gh-140826: Update winreg's docstring (GH-141050) (GH-141200) (GH-141209)
serhiy-storchaka
[Python-checkins] [3.13] gh-141004: Document `PyTraceBack*` APIs (GH-141192) (GH-141211)
ZeroIntensity
[Python-checkins] [3.14] gh-141004: Document `PyTraceBack*` APIs (GH-141192) (GH-141210)
ZeroIntensity
[Python-checkins] gh-141004: Document `PyTraceBack*` APIs (GH-141192)
ZeroIntensity
[Python-checkins] [3.14] gh-140826: Update winreg's docstring (GH-141050) (GH-141200)
serhiy-storchaka
[Python-checkins] gh-141004: Document `Py_HASH_*` macros (#141205)
picnixz
[Python-checkins] [3.14] gh-141004: Document `PyErr_WarnExplicitFormat` (GH-141187) (GH-141202)
ZeroIntensity
[Python-checkins] [3.13] gh-141004: Document `PyErr_WarnExplicitFormat` (GH-141187) (GH-141203)
ZeroIntensity
[Python-checkins] gh-141004: Document `PyErr_WarnExplicitFormat` (GH-141187)
ZeroIntensity
[Python-checkins] [3.14] gh-141004: Document `PyCapsule_Type` (GH-141079) (GH-141199)
ZeroIntensity
[Python-checkins] [3.13] gh-141004: Document `PyCapsule_Type` (GH-141079) (GH-141198)
ZeroIntensity
[Python-checkins] gh-141004: Document `PyCapsule_Type` (GH-141079)
ZeroIntensity
[Python-checkins] [3.14] Update NaNs handling description in `c-api/float.rst` (GH-141179) (#141194)
vstinner
[Python-checkins] Update NaNs handling description in `c-api/float.rst` (#141179)
vstinner
[Python-checkins] [3.14] Clarify argument/result ownership/validity for PyModule_* functions (GH-141159) (GH-141190)
encukou
[Python-checkins] Clarify argument/result ownership/validity for PyModule_* functions (GH-141159)
encukou
[Python-checkins] [3.14] gh-139246: zero-width word paste can be wrong in default repl (GH-139254) (GH-140796)
encukou
[Python-checkins] [3.13] gh-139246: zero-width word paste can be wrong in default repl (GH-139254) (GH-141166)
encukou
[Python-checkins] [3.14] gh-141141: Make base64.b85decode() thread safe (GH-141149) (GH-141184)
serhiy-storchaka
[Python-checkins] [3.13] gh-141141: Make base64.b85decode() thread safe (GH-141149) (GH-141185)
serhiy-storchaka
[Python-checkins] gh-141141: Make base64.b85decode() thread safe (GH-141149)
serhiy-storchaka
[Python-checkins] [3.14] gh-140734: fix off-by-one error when comparing to `_SUN_PATH_MAX` (GH-140903) (#141181)
picnixz
[Python-checkins] [3.13] gh-140734: fix off-by-one error when comparing to `_SUN_PATH_MAX` (GH-140903) (#141182)
picnixz
[Python-checkins] gh-140734: fix off-by-one error when comparing to `_SUN_PATH_MAX` (#140903)
picnixz
[Python-checkins] [3.14] gh-141125: delete unused import textwrap in interpreter.py (GH-141126) (#141177)
hauntsaninja
[Python-checkins] gh-141125: delete unused import textwrap in interpreter.py (#141126)
hauntsaninja
[Python-checkins] GH-136895: Fixes for pulling LLVM as a release artifact (#141002)
savannahostrowski
[Python-checkins] [3.13] Minor documentation improvements (GH-140626) (#141161)
hugovk
[Python-checkins] [3.14] Minor documentation improvements (GH-140626) (#141160)
hugovk
[Python-checkins] Minor documentation improvements (#140626)
hugovk
[Python-checkins] [3.13] gh-141004: Document `Py_GetRecursionLimit` and `Py_SetRecursionLimit` (GH-141151) (GH-141157)
ZeroIntensity
[Python-checkins] Remove duplicated tests in test_base64 (gh-125346) (GH-141153)
serhiy-storchaka
Earlier messages
Later messages