python-checkins
Thread
Date
Earlier messages
Messages by Thread
[Python-checkins] gh-150114: Log the memory usage in regrtest on Windows (#150267)
vstinner
[Python-checkins] [3.15] gh-82907: Document mtime=0 for reproducible tarfile gzip output (GH-150269) (GH-150271)
serhiy-storchaka
[Python-checkins] gh-82907: Document mtime=0 for reproducible tarfile gzip output (GH-150269)
serhiy-storchaka
[Python-checkins] gh-150114: Log the memory usage in regrtest in sequential mode (#150264)
vstinner
[Python-checkins] Revert "gh-146452: Improve locking granularity in pickle's batch_dict_exact and fix race condition (#150025)" (#150261)
vstinner
[Python-checkins] gh-149879: Fix test_capi on Cygwin (#150252)
vstinner
[Python-checkins] gh-149879: Fix test_c_stack_unwind on Cygwin (#150084)
vstinner
[Python-checkins] gh-149879: Fix test__locale on Cygwin (#150248)
vstinner
[Python-checkins] gh-150114: Log the memory usage in regrtest (#150255)
vstinner
[Python-checkins] [3.11] CI: Move Homebrew dependencies into Brewfile (GH-148335) (GH-149884) (#149989)
hugovk
[Python-checkins] [3.15] CI: Move Homebrew dependencies into Brewfile (GH-148335) (#149882)
hugovk
[Python-checkins] [3.12] CI: Move Homebrew dependencies into Brewfile (GH-148335) (GH-149884) (#149988)
hugovk
[Python-checkins] [3.10] CI: Move Homebrew dependencies into Brewfile (GH-148335) (GH-149884) (#149990)
hugovk
[Python-checkins] [3.14] Remove 'expat' dependency for Linux in `Misc/Brewfile` (GH-150118) (#150253)
hugovk
[Python-checkins] [3.13] Remove 'expat' dependency for Linux in `Misc/Brewfile` (GH-150118) (#150254)
hugovk
[Python-checkins] Remove 'expat' dependency for Linux in `Misc/Brewfile` (#150118)
hugovk
[Python-checkins] gh-149879: Fix test_c_locale_coercion on Cygwin (#150250)
vstinner
[Python-checkins] gh-91372: Add mtime to gzip.open() (GH-32310)
serhiy-storchaka
[Python-checkins] [3.11] Replace `pre-commit/action` with `j178/prek-action` (#150237)
hugovk
[Python-checkins] [3.13] gh-149902: Remove dead packaging docs link and add a new section for external resources (GH-150030) (#150239)
hugovk
[Python-checkins] [3.14] gh-149902: Remove dead packaging docs link and add a new section for external resources (GH-150030) (#150240)
hugovk
[Python-checkins] [3.15] gh-149902: Remove dead packaging docs link and add a new section for external resources (GH-150030) (#150241)
hugovk
[Python-checkins] gh-149902: Remove dead packaging docs link and add a new section for external resources (#150030)
hugovk
[Python-checkins] [3.12] Replace deprecated action with RtD app (GH-149111) (#150233)
hugovk
[Python-checkins] [3.14] Replace deprecated action with RtD app (GH-149111) (#150235)
hugovk
[Python-checkins] [3.13] Replace deprecated action with RtD app (GH-149111) (#150234)
hugovk
[Python-checkins] [3.15] gh-137571: Protect against possible UnboundLocalError in gzip._GzipReader.read() (GH-150222) (GH-150229)
serhiy-storchaka
[Python-checkins] [3.14] gh-137571: Protect against possible UnboundLocalError in gzip._GzipReader.read() (GH-150222) (GH-150230)
serhiy-storchaka
[Python-checkins] [3.13] gh-137571: Protect against possible UnboundLocalError in gzip._GzipReader.read() (GH-150222) (GH-150231)
serhiy-storchaka
[Python-checkins] gh-137571: Protect against possible UnboundLocalError in gzip._GzipReader.read() (GH-150222)
serhiy-storchaka
[Python-checkins] [3.15] gh-133998: Fix gzip file creation when time is out of range (GH-134278) (GH-150221)
serhiy-storchaka
[Python-checkins] gh-133998: Fix gzip file creation when time is out of range (GH-134278)
serhiy-storchaka
[Python-checkins] [3.15] gh-149995: Update typing.py docstrings and documentation (GH-149996) (#150215)
JelleZijlstra
[Python-checkins] [3.13] gh-149995: Update typing.py docstrings and documentation (#150217)
JelleZijlstra
[Python-checkins] [3.14] gh-149995: Update typing.py docstrings and documentation (#150216)
JelleZijlstra
[Python-checkins] gh-149995: Update typing.py docstrings and documentation (#149996)
JelleZijlstra
[Python-checkins] [3.15] gh-148294: Make configure find g++ correctly (GH-150212)
zware
[Python-checkins] [3.14] gh-148294: Make configure find g++ correctly (GH-150211)
zware
[Python-checkins] gh-148294: Make configure find g++ correctly (GH-148298)
zware
[Python-checkins] [3.15] gh-149819: fix .pth and .start file processing in subprocess when inheriting PYTHONPATH (GH-150177) (#150202)
warsaw
[Python-checkins] gh-149819: fix .pth and .start file processing in subprocess when inheriting PYTHONPATH (#150177)
warsaw
[Python-checkins] [3.15] gh-107398: Fix tarfile stream mode exception when process the file with the gzip extra field (GH-126304) (GH-150199)
serhiy-storchaka
[Python-checkins] [3.14] gh-107398: Fix tarfile stream mode exception when process the file with the gzip extra field (GH-126304) (GH-150200)
serhiy-storchaka
[Python-checkins] [3.13] gh-107398: Fix tarfile stream mode exception when process the file with the gzip extra field (GH-126304) (GH-150201)
serhiy-storchaka
[Python-checkins] gh-107398: Fix tarfile stream mode exception when process the file with the gzip extra field (GH-126304)
serhiy-storchaka
[Python-checkins] [3.14] gh-139808: Add branch protections for aarch64 in asm_trampoline.S (#130864) (#150189)
vstinner
[Python-checkins] gh-149358: Generating JIT recorder transformers and stabilizing family layouts (GH-149359)
markshannon
[Python-checkins] [3.15] gh-149219: Test `frozendict` in `Lib/test/test_crossinterp.py` (GH-149220) (#150186)
sobolevn
[Python-checkins] gh-149335: Avoid JIT trace buffer asserts with overhead above `FITNESS_INITIAL` (GH-149633)
markshannon
[Python-checkins] gh-148871: Add CONSTANT_EMPTY_TUPLE to LOAD_COMMON_CONSTANT (GH-149688)
markshannon
[Python-checkins] [3.14] gh-149816: Fix a race condition in `_PyBytes_FromList` with free-threading (GH-149909) (#149912)
sobolevn
[Python-checkins] [3.15] gh-149981: Test lazy import corner cases with module-level `__getattr__` (GH-149982) (#150185)
sobolevn
[Python-checkins] gh-149219: Test `frozendict` in `Lib/test/test_crossinterp.py` (#149220)
sobolevn
[Python-checkins] gh-149981: Test lazy import corner cases with module-level `__getattr__` (#149982)
sobolevn
[Python-checkins] gh-150175: Fix ThreadingMock call_count race condition (#150176)
cjw296
[Python-checkins] [3.15] Add summary table to the `unicodedata` doc (GH-149957) (#150161)
StanFromIreland
[Python-checkins] [3.15] gh-134261: ZipFile - Don't rely on local time for reproducible builds & tests (GH-134264) (#150137)
jaraco
[Python-checkins] [3.15] gh-143387: Add news blurb for importlib.metadata highlighting the change. (GH-150169) (#150171)
jaraco
[Python-checkins] [3.14] gh-134261: ZipFile - Don't rely on local time for reproducible builds & tests (GH-134264) (#150138)
jaraco
[Python-checkins] gh-143387: Add news blurb for importlib.metadata highlighting the change. (#150169)
jaraco
[Python-checkins] [3.13] Fix minor typos in unicode.rst (GH-149587) (#150163)
StanFromIreland
[Python-checkins] [3.15] PEP 810 - Update some error strings (GH-150126) (#150135)
pablogsal
[Python-checkins] Add summary table to the `unicodedata` doc (#149957)
StanFromIreland
[Python-checkins] [3.13] gh-150146: Fix NULL dereference in `_Py_subs_parameters` (GH-150147) (#150155)
sobolevn
[Python-checkins] [3.15] gh-150146: Fix NULL dereference in `_Py_subs_parameters` (GH-150147) (#150153)
sobolevn
[Python-checkins] [3.14] gh-150146: Fix NULL dereference in `_Py_subs_parameters` (GH-150147) (#150154)
sobolevn
[Python-checkins] gh-150146: Fix NULL dereference in `_Py_subs_parameters` (#150147)
sobolevn
[Python-checkins] [3.15] gh-150034: Print JSONL filename when profiling finishes (GH-150035) (#150151)
pablogsal
[Python-checkins] [3.15] gh-149584: Fix excessive overhead in the Tachyon profiler regarding the cache behavior (GH-149649) (#150152)
pablogsal
[Python-checkins] [3.15] gh-149807: Fix hash(frozendict): compute (key, value) pair hash (GH-149841) (#150149)
vstinner
[Python-checkins] [3.15] gh-148260: Use at least 1 MiB stack size on musl (GH-149993) (#150150)
vstinner
[Python-checkins] gh-149584: Fix excessive overhead in the Tachyon profiler regarding the cache behavior (#149649)
pablogsal
[Python-checkins] gh-150034: Print JSONL filename when profiling finishes (#150035)
pablogsal
[Python-checkins] gh-149807: Fix hash(frozendict): compute (key, value) pair hash (#149841)
vstinner
[Python-checkins] gh-148260: Use at least 1 MiB stack size on musl (#149993)
vstinner
[Python-checkins] [3.13] gh-142831: Fix use-after-free in json encoder during re-entrant mutation (gh-142851) (#150079)
gpshead
[Python-checkins] [3.14] gh-142831: Fix use-after-free in json encoder during re-entrant mutation (gh-142851) (#150078)
gpshead
[Python-checkins] gh-146406: add clear() cross-language hint for immutable types (GH-149927)
ZeroIntensity
[Python-checkins] gh-134261: ZipFile - Don't rely on local time for reproducible builds & tests (#134264)
jaraco
[Python-checkins] [3.15] gh-143387: Update docs to reflect the behavior and note the changed version. (GH-150095) (#150106)
jaraco
[Python-checkins] [3.15] gh-72088: clarify `inspect.ismethod` and `inspect.isfunction` (and related) usage with class-level access (GH-150013) (GH-150119)
encukou
[Python-checkins] [3.13] gh-134887: Add references to `locale` module for locale-aware number formatting references in `string` module docs (GH-134888) (GH-150122)
encukou
[Python-checkins] [3.14] gh-134887: Add references to `locale` module for locale-aware number formatting references in `string` module docs (GH-134888) (GH-150121)
encukou
[Python-checkins] [3.15] gh-134887: Add references to `locale` module for locale-aware number formatting references in `string` module docs (GH-134888) (GH-150120)
encukou
[Python-checkins] PEP 810 - Update some error strings (#150126)
pablogsal
[Python-checkins] [3.15] gh-150042: queue.SimpleQueue.put: fix minor refleak. (GH-150043) (GH-150127)
encukou
[Python-checkins] gh-150042: queue.SimpleQueue.put: fix minor refleak. (GH-150043)
encukou
[Python-checkins] gh-149816: Fix UAF in Modules/_pickle.c (GH-150024)
encukou
[Python-checkins] [3.14] gh-149816: Fix SNI callback callable race (GH-150018) (GH-150100)
encukou
[Python-checkins] [3.15] gh-150114: Reduce memory usage of test_free_threading.test_iteration (gh-150115) (#150124)
colesbury
[Python-checkins] [3.14] gh-150114: Reduce memory usage of test_free_threading.test_iteration (gh-150115) (#150123)
colesbury
[Python-checkins] gh-150114: Reduce memory usage of test_free_threading.test_iteration (gh-150115)
colesbury
[Python-checkins] [3.15] gh-150052: Resolve un-loaded lazily loaded submodules via module.__getattr__ instead of publishing lazy values (#150055)
pablogsal
[Python-checkins] Mark PRs as stale after 90 days (#150104)
hugovk
[Python-checkins] [3.14] gh-149983: Fix PyErr_NoMemory call without GIL in winconsoleio.c (GH-149984) (GH-150111)
encukou
[Python-checkins] [3.15] gh-149983: Fix PyErr_NoMemory call without GIL in winconsoleio.c (GH-149984) (GH-150113)
encukou
[Python-checkins] [3.13] gh-149983: Fix PyErr_NoMemory call without GIL in winconsoleio.c (GH-149984) (GH-150112)
encukou
[Python-checkins] gh-134887: Add references to `locale` module for locale-aware number formatting references in `string` module docs (GH-134888)
encukou
[Python-checkins] [3.13] gh-69619: Clarify whitespace definition in str.strip docs (GH-150021) (GH-150047)
encukou
[Python-checkins] [3.15] gh-124111: Keep tests passing for Tcl prior to 9.0 (GH-150102)
zooba
[Python-checkins] [3.15] gh-149945: Fix potential OOM for gzip with large header (GH-149979) (GH-150093)
serhiy-storchaka
[Python-checkins] gh-149983: Fix PyErr_NoMemory call without GIL in winconsoleio.c (GH-149984)
encukou
[Python-checkins] gh-124111: Keep tests passing for Tcl prior to 9.0 (GH-150102)
zooba
[Python-checkins] gh-143387: Update docs to reflect the behavior and note the changed version. (#150095)
jaraco
[Python-checkins] gh-149816: Fix SNI callback callable race (GH-150018)
encukou
[Python-checkins] gh-150027: Avoid copying during construction of `frozenset` objects (GH-150028)
ZeroIntensity
[Python-checkins] [3.14] gh-69619: Clarify whitespace definition in str.strip docs (#150048)
StanFromIreland
[Python-checkins] [3.15] gh-69619: Clarify whitespace definition in str.strip docs (#150049)
StanFromIreland
[Python-checkins] gh-149473: Emit audit event on calling os.environ.clear() (#149768)
vstinner
[Python-checkins] gh-149945: Fix potential OOM for gzip with large header (GH-149979)
serhiy-storchaka
[Python-checkins] gh-148829: Make sentinels' repr and module customizable (#149654)
JelleZijlstra
[Python-checkins] [3.14] gh-149590: Remove faulthandler_traverse (GH-150023) (#150088)
JelleZijlstra
[Python-checkins] [3.13] gh-149590: Remove faulthandler_traverse (GH-150023) (#150087)
JelleZijlstra
[Python-checkins] gh-149879: Fix test_tempfile on Cygwin (#150081)
vstinner
[Python-checkins] [3.14] gh-146452: Improve locking granularity in pickle's batch_dict_… (#150062)
JelleZijlstra
[Python-checkins] [3.15] gh-146581: Update docs for dangerous filenames in ZIP files (GH-149994) (GH-150064)
serhiy-storchaka
[Python-checkins] [3.13] gh-146581: Update docs for dangerous filenames in ZIP files (GH-149994) (GH-150066)
serhiy-storchaka
[Python-checkins] [3.14] gh-146581: Update docs for dangerous filenames in ZIP files (GH-149994) (GH-150065)
serhiy-storchaka
[Python-checkins] gh-146581: Update docs for dangerous filenames in ZIP files (GH-149994)
serhiy-storchaka
[Python-checkins] [3.15] gh-86533: Restore os.makedirs() ability to apply *mode* recursively (GH-150011) (#150036)
gpshead
[Python-checkins] [3.15] gh-149816: fix `dict.clear()` race on split-table dict with non-embedded values (GH-149914) (#150000)
kumaraditya303
[Python-checkins] [3.15] gh-149816: fix thread safety of deletion of list slice (GH-149936) (#150003)
kumaraditya303
[Python-checkins] gh-145098: Use `macos-26-intel` instead of `macos-15-intel` (#149991)
hugovk
[Python-checkins] gh-86533: Make Path.mkdir parent_mode tests umask-independent (#150040)
gpshead
[Python-checkins] gh-69619: Clarify whitespace definition in str.strip docs (GH-150021)
encukou
[Python-checkins] [3.15] gh-148587: Make sys.lazy_modules match PEP and keep internal lazy submodules tra… (#150014)
DinoV
[Python-checkins] gh-141968: Use `take_bytes` to remove copy in `_pyio.BytesIO.read()` (#149850)
emmatyping
[Python-checkins] gh-79413: Add `qualname` parameter to `dataclass.make_dataclass`. (GH-150026)
ericvsmith
[Python-checkins] [3.15] gh-146452: Improve locking granularity in pickle's batch_dict_exact and fix race condition (GH-150025) (#150039)
JelleZijlstra
[Python-checkins] [3.15] gh-149590: Remove faulthandler_traverse (GH-150023) (#150037)
JelleZijlstra
[Python-checkins] gh-146452: Improve locking granularity in pickle's batch_dict_exact and fix race condition (#150025)
JelleZijlstra
[Python-checkins] gh-149590: Remove faulthandler_traverse (#150023)
JelleZijlstra
[Python-checkins] gh-86533: Restore os.makedirs() ability to apply *mode* recursively (GH-150011)
gpshead
[Python-checkins] [3.14] gh-72088: clarify `inspect.ismethod` and `inspect.isfunction` (and related) usage with class-level access (GH-150013) (GH-150033)
encukou
[Python-checkins] gh-149879: Fix multiprocessing tests on Cygwin (#150031)
vstinner
[Python-checkins] gh-72088: clarify `inspect.ismethod` and `inspect.isfunction` (and related) usage with class-level access (GH-150013)
encukou
[Python-checkins] [3.13] gh-95816: Fix TLS version range example in docs (GH-148574) (#150010)
gpshead
[Python-checkins] [3.14] gh-95816: Fix TLS version range example in docs (GH-148574) (#150009)
gpshead
[Python-checkins] [3.15] gh-95816: Fix TLS version range example in docs (GH-148574) (#150008)
gpshead
[Python-checkins] gh-149980: Strip all trailing slashes from GNU long directory names in tarfile (GH-150019)
encukou
[Python-checkins] [3.15] gh-149977: Fix extra output of `-m test test_lazy_import` (GH-149978) (#150016)
sobolevn
[Python-checkins] gh-149977: Fix extra output of `-m test test_lazy_import` (#149978)
sobolevn
[Python-checkins] gh-140344: ast: Add deprecation warnings (#140345)
JelleZijlstra
[Python-checkins] [3.12] gh-149017: Upgrade bundled Expat to 2.8.0 (GH-149020) (GH-149073) (#150007)
Yhg1s
[Python-checkins] gh-95816: Fix TLS version range example in docs (GH-148574)
gpshead
[Python-checkins] [3.12] gh-87451: Apply CVE-2021-4189 PASV fix to ftplib.ftpcp() (GH-149648) (#149795)
Yhg1s
[Python-checkins] [3.12] gh-149486: tarfile.data_filter: validate written link target (GH-149487) (#149556)
Yhg1s
[Python-checkins] [3.12] gh-146083: Upgrade bundled Expat to 2.7.5 (GH-146085) (#146605)
Yhg1s
[Python-checkins] [3.12] gh-146211: Reject CR/LF in HTTP tunnel request headers (GH-146212) (#148341)
Yhg1s
[Python-checkins] [3.13] gh-146211: Reject CR/LF in HTTP tunnel request headers (GH-146212) (#148343)
Yhg1s
[Python-checkins] [3.12] gh-141707: Skip TarInfo DIRTYPE normalization during GNU long name handling (#145817)
Yhg1s
[Python-checkins] gh-149816: fix thread safety of deletion of list slice (#149936)
kumaraditya303
[Python-checkins] [3.14] gh-149816: Fix a RC in `_random.Random.__init__` method (GH-149824) (#149998)
sobolevn
[Python-checkins] [3.15] gh-149816: Fix a RC in `_random.Random.__init__` method (GH-149824) (#149997)
sobolevn
[Python-checkins] gh-149816: fix `dict.clear()` race on split-table dict with non-embedded values (#149914)
kumaraditya303
[Python-checkins] gh-149816: Fix a RC in `_random.Random.__init__` method (#149824)
sobolevn
[Python-checkins] gh-146531: Skip hanging `wm iconbitmap` test on macOS 26 Intel (#148032)
hugovk
[Python-checkins] gh-149464: Add `os.pidfd_getfd(pidfd, targetfd, flags=0)` function (#149465)
vstinner
[Python-checkins] [3.15] gh-149887: Install python3t.lib for GIL-enabled Windows install (GH-149900)
zooba
[Python-checkins] [3.13] CI: Move Homebrew dependencies into Brewfile (GH-148335) (#149884)
hugovk
[Python-checkins] [3.14] CI: Move Homebrew dependencies into Brewfile (GH-148335) (#149883)
hugovk
[Python-checkins] gh-149887: Install python3t.lib for GIL-enabled Windows install (GH-149900)
zooba
[Python-checkins] [3.15] gh-149953: Fix null pointer dereference order in `code_objects.c` (GH-149956) (#149976)
sobolevn
[Python-checkins] gh-149953: Fix null pointer dereference order in `code_objects.c` (#149956)
sobolevn
[Python-checkins] gh-144140: Optimize len for frozen dict/set constants in optimizer (#149969)
kumaraditya303
[Python-checkins] gh-138325: steal list items in `INTRINSIC_LIST_TO_TUPLE` opcode (#149960)
kumaraditya303
[Python-checkins] [3.11] gh-144370: Disallow usage of control characters in status in wsgiref.handlers for security (#144371) (#145672)
pablogsal
[Python-checkins] [3.10] gh-144370: Disallow usage of control characters in status in wsgiref.handlers for security (#144371) (#145673)
pablogsal
[Python-checkins] [3.13] gh-149921: Fix reference leaks in _interpchannels and _interpqueues modules (GH-149922) (#149954)
sobolevn
[Python-checkins] [3.15] gh-149921: Fix reference leaks in _interpchannels and _interpqueues modules (GH-149922) (#149943)
sobolevn
[Python-checkins] [3.14] gh-149921: Fix reference leaks in _interpchannels and _interpqueues modules (GH-149922) (#149944)
sobolevn
[Python-checkins] gh-149921: Fix reference leaks in _interpchannels and _interpqueues modules (#149922)
sobolevn
[Python-checkins] [3.14] gh-146452: Fix pickle segfault on concurrent mutation of dict in pickle (GH-146470) (#149940)
kumaraditya303
[Python-checkins] gh-146452: Fix pickle segfault on concurrent mutation of dict in pickle (#146470)
kumaraditya303
[Python-checkins] [3.15] gh-149916: Restore the commented out part of test_body_encode in test_email (GH-149917) (GH-149937)
serhiy-storchaka
[Python-checkins] [3.14] gh-149916: Restore the commented out part of test_body_encode in test_email (GH-149917) (GH-149938)
serhiy-storchaka
[Python-checkins] [3.13] gh-149916: Restore the commented out part of test_body_encode in test_email (GH-149917) (GH-149939)
serhiy-storchaka
[Python-checkins] gh-149916: Restore the commented out part of test_body_encode in test_email (GH-149917)
serhiy-storchaka
[Python-checkins] gh-149857: Clarify multiprocessing Process argument wording (GH-149919)
gpshead
[Python-checkins] [3.14] gh-149254: Update Windows builds to OpenSSL 3.5.6 (GH-149329)
zware
[Python-checkins] [3.14] gh-149254: Update CI jobs to use OpenSSL 3.5 (GH-149925)
zware
[Python-checkins] [3.14] gh-149254: Bump OpenSSL to 3.5.6 for mobile platforms. (GH-149341)
zware
[Python-checkins] [3.14] gh-149254: Update macOS installer to use OpenSSL 3.5.6. (GH-149438)
zware
[Python-checkins] gh-67512: Document IMAP4.append() flags argument (#149907)
gvanrossum
[Python-checkins] gh-149879: Fix test_socket on Cygwin (#149913)
vstinner
[Python-checkins] [3.15] gh-149816: Fix a race condition in `_PyBytes_FromList` with free-threading (GH-149909) (#149911)
sobolevn
[Python-checkins] gh-149879: Fix test_os on Cygwin (#149910)
vstinner
[Python-checkins] gh-149816: Fix a race condition in `_PyBytes_FromList` with free-threading (#149909)
sobolevn
[Python-checkins] gh-149879: Fix test_resource on Cygwin (#149903)
vstinner
[Python-checkins] gh-149879: Don't import msvcrt in _pyio on Cygwin (#149899)
vstinner
[Python-checkins] gh-149879: Fix test_tarfile on Cygwin (#149897)
vstinner
[Python-checkins] gh-149879: Fix test_signal on Cygwin (#149896)
vstinner
[Python-checkins] [3.13] gh-134837: Correct and improve base85 documentation for base64 module (GH-145843) (GH-149743) (GH-149893)
serhiy-storchaka
[Python-checkins] gh-149567: Remove deprecated `shutil.ExecError` (#149568)
StanFromIreland
[Python-checkins] [3.14] gh-134837: Correct and improve base85 documentation for base64 module (GH-145843) (GH-149743)
serhiy-storchaka
[Python-checkins] [3.15] gh-142349: Add `help("lazy")` support (GH-149886) (#149889)
sobolevn
[Python-checkins] gh-149879: Set thread name max length on Cygwin (#149890)
vstinner
[Python-checkins] gh-149879: Fix test_pwd on Cygwin (#149880)
vstinner
[Python-checkins] gh-142349: Add `help("lazy")` support (#149886)
sobolevn
[Python-checkins] gh-149879: Fix sys.orig_argv[0] on Cygwin: add ".exe" suffix (#149885)
vstinner
Earlier messages