python-checkins
Thread
Date
Earlier messages
Messages by Thread
[Python-checkins] gh-148817: Fold long lists/sets of constant elements into constant tuples/frozensets (#149016)
Eclips4
[Python-checkins] gh-155717: skip `TMPDIR` writeability test if process user is root (#155891)
picnixz
[Python-checkins] gh-155888: Fix asyncio writelines() hanging on an empty chunk (#155889)
kumaraditya303
[Python-checkins] gh-155717: use `spawn` as the default start method for read-only filesystems (#155827)
picnixz
[Python-checkins] gh-155389: Return bytes from _pyio.BytesIO.peek() (GH-155390)
serhiy-storchaka
[Python-checkins] gh-155864: Keep the module's current screen in step with use_screen() (GH-155865)
serhiy-storchaka
[Python-checkins] gh-154002: Do not wrap a constructor TypeError in pickle._Unpickler (GH-154003)
serhiy-storchaka
[Python-checkins] gh-155860: Reject a detached window in panel.replace() (GH-155861)
serhiy-storchaka
[Python-checkins] gh-129382: Match venv API symlink defaults to the CLI (#155759)
hauntsaninja
[Python-checkins] gh-155504: Set the interpreter before fallible thread state initialization (#155590)
kumaraditya303
[Python-checkins] gh-155869: Fix data loss in dbm.dumb.reorganize() (GH-155872)
serhiy-storchaka
[Python-checkins] [3.14] gh-83869: tarfile: compute next header offset using pax size for sparse file (GH-18562) (GH-155867)
serhiy-storchaka
[Python-checkins] [3.13] gh-83869: tarfile: compute next header offset using pax size for sparse file (GH-18562) (GH-155868)
serhiy-storchaka
[Python-checkins] gh-83869: tarfile: compute next header offset using pax size for sparse file (GH-18562)
serhiy-storchaka
[Python-checkins] [3.14] Update list of files generated by `generate_token.py` (GH-155524) (#155841)
StanFromIreland
[Python-checkins] gh-155430: fix `hmac.digest` bigmem test (#155431)
picnixz
[Python-checkins] [3.13] Update list of files generated by `generate_token.py` (GH-155524) (#155842)
StanFromIreland
[Python-checkins] Update list of files generated by `generate_token.py` (#155524)
StanFromIreland
[Python-checkins] [3.13] gh-155732: Join the terminated process in test_repr_lock (GH-155734) (GH-155768)
serhiy-storchaka
[Python-checkins] [3.15] Fix typo in `annotationlib` documentation (GH-155776) (#155796)
hugovk
[Python-checkins] [3.14] gh-155319: Fix the source line of a warning issued with module_globals (GH-155320) (GH-155825)
serhiy-storchaka
[Python-checkins] [3.13] gh-155319: Fix the source line of a warning issued with module_globals (GH-155320) (GH-155826)
serhiy-storchaka
[Python-checkins] gh-155319: Fix the source line of a warning issued with module_globals (GH-155320)
serhiy-storchaka
[Python-checkins] [3.13] gh-155787: Harmonize parameter names in the time module documentation and docstrings (GH-155790) (GH-155807)
serhiy-storchaka
[Python-checkins] [3.14] gh-155787: Harmonize parameter names in the time module documentation and docstrings (GH-155790) (GH-155806)
serhiy-storchaka
[Python-checkins] gh-155519: fix data-race for Context.ctx_vars (#155522)
kumaraditya303
[Python-checkins] gh-155400: Fix deadlock with type_lock_prevent_release() (#155401)
kumaraditya303
[Python-checkins] gh-155143: Fix asyncio.shield() leaking tasks via await-graph (#155144)
kumaraditya303
[Python-checkins] gh-151377: Fix races updating type slots and subclasses (#155370)
kumaraditya303
[Python-checkins] [3.12] GH-155757: Set `--argv0` for wasmtime in configure.ac (#155815)
Yhg1s
[Python-checkins] gh-155194: Fix not raising on non-module import (#155189)
DinoV
[Python-checkins] gh-155787: Harmonize parameter names in the time module documentation and docstrings (#155790)
StanFromIreland
[Python-checkins] gh-155742: Use PyBytesWriter in Python/assemble.c (#155747)
vstinner
[Python-checkins] gh-155621: Fix unrepresentable defaults in socket.sendmsg() signature (#155623)
kumaraditya303
[Python-checkins] gh-135736: call exception handler for all BaseExceptions in asyncio.TaskGroup (#154538)
kumaraditya303
[Python-checkins] [3.12] GH-155757: Set `--argv0` for wasmtime (#155758)
Yhg1s
[Python-checkins] [3.14] improve test_copy_reduce and test_deepcopy_reduce coverage (GH-154182) (#155793)
tomasr8
[Python-checkins] improve test_copy_reduce and test_deepcopy_reduce coverage (#154182)
tomasr8
[Python-checkins] [3.14] Fix typo in `annotationlib` documentation (GH-155776) (#155797)
JelleZijlstra
[Python-checkins] [3.13] improve test_copy_reduce and test_deepcopy_reduce coverage (GH-154182) (#155794)
tomasr8
[Python-checkins] Fix typo in `annotationlib` documentation (#155776)
JelleZijlstra
[Python-checkins] gh-155742: Test PyBytesWriter_FinishWithSize() with negative size (#155783)
vstinner
[Python-checkins] gh-155742: Get PyBytes_AS_STRING() as `const char*` (#155751)
vstinner
[Python-checkins] gh-155742: Use PyBytesWriter in _zstd.train_dict() (#155745)
vstinner
[Python-checkins] gh-153521: Preserve bytes message sets in imaplib (GH-153907)
serhiy-storchaka
[Python-checkins] [3.15] gh-75876: Use functools.wraps() in test.support test decorators (GH-155262) (#155290)
hugovk
[Python-checkins] gh-139314: Add support for linking against `zlib-rs` and `libbzip2-rs` (#155119)
StanFromIreland
[Python-checkins] [3.15] gh-155752: Do not crash when GenericAlias parameters change during substitution (GH-155761) (#155770)
hugovk
[Python-checkins] [3.15] gh-154566: Fix array.byteswap() corrupting 'Zd' arrays with more than one element (GH-154567) (#155756)
hugovk
[Python-checkins] [3.15] gh-113329: Catch OSError in doctest finder and document that inspect.getsourcefile/getfile can raise OSError (GH-113335) (#155658)
hugovk
[Python-checkins] [3.15] gh-154871: Fix `asyncio.Task.get_context()` crash on uninitialized tasks (GH-154898) (#155019)
hugovk
[Python-checkins] [3.15] gh-154753: Update references to moved files in the docs (GH-155553) (#155774)
hugovk
[Python-checkins] [3.15] gh-152563, test_math: Enable fma test on musl 1.2.6 (GH-152564) (#155755)
hugovk
[Python-checkins] [3.15] idlelib tests: Fix refleak testing of test_zzdummy (GH-155393) (#155718)
hugovk
[Python-checkins] [3.15] gh-62978: Use Python 3 terms in the email package docs (GH-155190) (#155635)
hugovk
[Python-checkins] gh-154753: Update references to moved files in the docs (#155553)
StanFromIreland
[Python-checkins] [3.15] Correct decompression exception in zstd documentation (GH-154864) (#155763)
hugovk
[Python-checkins] gh-150449: Support negative steps in sqlite3.Blob slices (GH-150450)
serhiy-storchaka
[Python-checkins] gh-111331: Allow closing BytesIO with exported buffers (GH-155383)
serhiy-storchaka
[Python-checkins] gh-155752: Do not crash when GenericAlias parameters change during substitution (#155761)
JelleZijlstra
[Python-checkins] [3.14] gh-155732: Join the terminated process in test_repr_lock (GH-155734) (GH-155767)
serhiy-storchaka
[Python-checkins] gh-155732: Join the terminated process in test_repr_lock (GH-155734)
serhiy-storchaka
[Python-checkins] gh-155727: Ignore internal imports in test_attribute_completion (GH-155730)
serhiy-storchaka
[Python-checkins] gh-155726: Restore the sysconfig prefix cache in test_sysconfig (GH-155729)
serhiy-storchaka
[Python-checkins] gh-155702: Fix sqlite3.Blob slice assignment with a step (GH-155703)
serhiy-storchaka
[Python-checkins] [3.14] gh-151955: Allow more ParamSpec bounds (#152121)
JelleZijlstra
[Python-checkins] [3.14] Correct decompression exception in zstd documentation (GH-154864) (#155764)
emmatyping
[Python-checkins] Correct decompression exception in zstd documentation (#154864)
emmatyping
[Python-checkins] [3.14] gh-152563, test_math: Enable fma test on musl 1.2.6 (GH-152564) (#155754)
vstinner
[Python-checkins] [3.13] gh-152563, test_math: Enable fma test on musl 1.2.6 (GH-152564) (#155753)
vstinner
[Python-checkins] gh-154566: Fix array.byteswap() corrupting 'Zd' arrays with more than one element (#154567)
vstinner
[Python-checkins] gh-152563, test_math: Enable fma test on musl 1.2.6 (#152564)
vstinner
[Python-checkins] [3.13] gh-155731: Clean up files left by test_import (GH-155735) (GH-155741)
serhiy-storchaka
[Python-checkins] [3.14] gh-155731: Clean up files left by test_import (GH-155735) (GH-155740)
serhiy-storchaka
[Python-checkins] gh-155731: Clean up files left by test_import (GH-155735)
serhiy-storchaka
[Python-checkins] [3.14] Do not break long test names in the regrtest output (GH-155714) (GH-155723)
serhiy-storchaka
[Python-checkins] [3.14] idlelib tests: Fix refleak testing of test_zzdummy (GH-155720)
zware
[Python-checkins] [3.13] Do not break long test names in the regrtest output (GH-155714) (GH-155724)
serhiy-storchaka
[Python-checkins] [3.13] idlelib tests: Fix refleak testing of test_zzdummy (GH-155721)
zware
[Python-checkins] [3.14] gh-129752: Don't update adaptive counters when TLBC=0 in free-threading. (gh-155497) (gh-155715)
corona10
[Python-checkins] gh-109817: Do not copy all test cases into the worker process (GH-155713)
serhiy-storchaka
[Python-checkins] Do not break long test names in the regrtest output (GH-155714)
serhiy-storchaka
[Python-checkins] idlelib tests: Fix refleak testing of test_zzdummy (GH-155393)
zware
[Python-checkins] [3.14] gh-141174: Test `get_annotations()` on wrapped cyclical `functools.partial` (GH-155663) (#155710)
JelleZijlstra
[Python-checkins] [3.14] gh-141174: Test `type_repr()` of `Template` with invalid syntax in `Interpolation` (GH-155661) (#155712)
JelleZijlstra
[Python-checkins] [3.14] gh-141174: Test re-stringifying a `ForwardRef` (GH-155689) (#155708)
JelleZijlstra
[Python-checkins] gh-141174: Test `type_repr()` of `Template` with invalid syntax in `Interpolation` (#155661)
JelleZijlstra
[Python-checkins] gh-141174: Test `get_annotations()` on wrapped cyclical `functools.partial` (#155663)
JelleZijlstra
[Python-checkins] gh-141174: Test re-stringifying a `ForwardRef` (#155689)
JelleZijlstra
[Python-checkins] gh-154916: Fix data races in GenericAlias using critical sections (#155634)
kumaraditya303
[Python-checkins] gh-153400: Add syscall fallbacks for copy_file_range/memfd_create (#155520)
vstinner
[Python-checkins] gh-155515: Use GC tracking for HAMT iterators (#155517)
kumaraditya303
[Python-checkins] gh-155486: Allow non-compact integers in `TO_BOOL_INT` (GH-155531)
Fidget-Spinner
[Python-checkins] gh-154701: prevent executor self-links in JIT cold exits (GH-155323)
Fidget-Spinner
[Python-checkins] gh-153400: Use glibc functions instead of syscall() (#155518)
vstinner
[Python-checkins] gh-155503: Check Py_TPFLAGS_IMMUTABLETYPE in check_immutable_type() (#155620)
vstinner
[Python-checkins] [3.14] gh-154139: Document that curses is not thread-safe (GH-154173) (GH-155691)
serhiy-storchaka
[Python-checkins] [3.13] gh-154139: Document that curses is not thread-safe (GH-154173) (GH-155692)
serhiy-storchaka
[Python-checkins] [3.14] gh-114905: Test that ssl._create_stdlib_context() rejects check_hostname with CERT_NONE (GH-155509) (GH-155671)
serhiy-storchaka
[Python-checkins] gh-75008: Detect the lineterminator in csv.Sniffer.sniff() (GH-155061)
serhiy-storchaka
[Python-checkins] [3.14] gh-78526: Add tests for PEP 468 and PEP 520 (GH-155387) (GH-155677)
serhiy-storchaka
[Python-checkins] gh-154139: Document that curses is not thread-safe (GH-154173)
serhiy-storchaka
[Python-checkins] [3.13] gh-78526: Add tests for PEP 468 and PEP 520 (GH-155387) (GH-155678)
serhiy-storchaka
[Python-checkins] [3.14] gh-89024: Document the 3.10 change in escaping the csv escapechar (GH-155067) (GH-155686)
serhiy-storchaka
[Python-checkins] [3.13] gh-89024: Document the 3.10 change in escaping the csv escapechar (GH-155067) (GH-155687)
serhiy-storchaka
[Python-checkins] gh-155040: Support copy.replace() for tarfile.TarInfo (GH-155046)
serhiy-storchaka
[Python-checkins] gh-155033: Support copy.replace() for csv dialects (GH-155035)
serhiy-storchaka
[Python-checkins] [3.14] gh-105116: Document that an escaped csv quotechar does not cause quoting (GH-155073) (GH-155683)
serhiy-storchaka
[Python-checkins] [3.13] gh-105116: Document that an escaped csv quotechar does not cause quoting (GH-155073) (GH-155684)
serhiy-storchaka
[Python-checkins] [3.14] gh-80678: Document the preferred attribute of csv.Sniffer (GH-155068) (GH-155680)
serhiy-storchaka
[Python-checkins] gh-155044: Support copy.replace() for optparse.Values (GH-155050)
serhiy-storchaka
[Python-checkins] [3.13] gh-114905: Test that ssl._create_stdlib_context() rejects check_hostname with CERT_NONE (GH-155509) (GH-155670)
serhiy-storchaka
[Python-checkins] [3.13] gh-80678: Document the preferred attribute of csv.Sniffer (GH-155068) (GH-155681)
serhiy-storchaka
[Python-checkins] [3.14] gh-102967: Don't pass None to seek(), simply truncate from the current position (GH-102968) (GH-155665)
serhiy-storchaka
[Python-checkins] gh-89024: Document the 3.10 change in escaping the csv escapechar (GH-155067)
serhiy-storchaka
[Python-checkins] gh-105116: Document that an escaped csv quotechar does not cause quoting (GH-155073)
serhiy-storchaka
[Python-checkins] [3.14] gh-84548: Document Windows specific behavior of abspath() and realpath() (GH-155388) (GH-155674)
serhiy-storchaka
[Python-checkins] gh-80678: Document the preferred attribute of csv.Sniffer (GH-155068)
serhiy-storchaka
[Python-checkins] [3.13] gh-84548: Document Windows specific behavior of abspath() and realpath() (GH-155388) (GH-155675)
serhiy-storchaka
[Python-checkins] gh-64660: Do not hardcode the name of the returned variable (GH-155268)
serhiy-storchaka
[Python-checkins] gh-78526: Add tests for PEP 468 and PEP 520 (GH-155387)
serhiy-storchaka
[Python-checkins] gh-84548: Document Windows specific behavior of abspath() and realpath() (GH-155388)
serhiy-storchaka
[Python-checkins] [3.14] gh-69619: Link to isspace() in the strip() and split() documentation (GH-155444) (GH-155668)
serhiy-storchaka
[Python-checkins] [3.13] gh-69619: Link to isspace() in the strip() and split() documentation (GH-155444) (GH-155669)
serhiy-storchaka
[Python-checkins] [3.13] gh-102967: Don't pass None to seek(), simply truncate from the current position (GH-102968) (GH-155666)
serhiy-storchaka
[Python-checkins] gh-69619: Link to isspace() in the strip() and split() documentation (GH-155444)
serhiy-storchaka
[Python-checkins] gh-114905: Test that ssl._create_stdlib_context() rejects check_hostname with CERT_NONE (GH-155509)
serhiy-storchaka
[Python-checkins] [3.13] gh-113329: Catch OSError in doctest finder and document that inspect.getsourcefile/getfile can raise OSError (GH-113335) (GH-155660)
serhiy-storchaka
[Python-checkins] gh-102967: Don't pass None to seek(), simply truncate from the current position (GH-102968)
serhiy-storchaka
[Python-checkins] [3.14] gh-113329: Catch OSError in doctest finder and document that inspect.getsourcefile/getfile can raise OSError (GH-113335) (GH-155659)
serhiy-storchaka
[Python-checkins] gh-109817: Add --single-process-per-case option to libregrtest (GH-151689)
serhiy-storchaka
[Python-checkins] gh-113329: Catch OSError in doctest finder and document that inspect.getsourcefile/getfile can raise OSError (GH-113335)
serhiy-storchaka
[Python-checkins] [3.14] gh-88178: Fix exploded IPv6 addresses with a scope ID (GH-25824) (GH-155656)
serhiy-storchaka
[Python-checkins] [3.13] gh-88178: Fix exploded IPv6 addresses with a scope ID (GH-25824) (GH-155657)
serhiy-storchaka
[Python-checkins] gh-88178: Fix exploded IPv6 addresses with a scope ID (GH-25824)
serhiy-storchaka
[Python-checkins] [3.13] gh-85260: Extend the AST Validator to validate all identifiers (GH-21069) (GH-155653)
serhiy-storchaka
[Python-checkins] [3.14] gh-85260: Extend the AST Validator to validate all identifiers (GH-21069) (GH-155651)
serhiy-storchaka
[Python-checkins] gh-90982: Use the standard wording in the site.getsitepackages() versionchanged (GH-155654)
serhiy-storchaka
[Python-checkins] [3.13] gh-90982: Document prefixes argument on site.getsitepackages (GH-31546) (GH-155645)
serhiy-storchaka
[Python-checkins] [3.14] gh-90982: Document prefixes argument on site.getsitepackages (GH-31546) (GH-155644)
serhiy-storchaka
[Python-checkins] gh-90756: Fix the ElementTree XML declaration for utf-8-sig (GH-31043)
serhiy-storchaka
[Python-checkins] gh-85260: Extend the AST Validator to validate all identifiers (GH-21069)
serhiy-storchaka
[Python-checkins] [3.10] Docs: add standard-imghdr for compatibility with Python 3.13+ (#146623)
pablogsal
[Python-checkins] [3.10] gh-155558: Update bundled Expat to 2.8.3 (GH-155560) (#155618)
pablogsal
[Python-checkins] [3.10] gh-145548: Use VMADDR_CID_LOCAL in VSOCK socket tests (GH-145589) (GH-145809) (#148617)
pablogsal
[Python-checkins] [3.10] gh-149018: Use `XML_SetHashSalt16Bytes` in `pyexpat`/`_elementtree` when possible (GH-149023) (#155611)
pablogsal
[Python-checkins] gh-129752: Don't update adaptive counters when TLBC=0 in free-threading. (gh-155497)
corona10
[Python-checkins] Python 3.11.16
pablogsal
[Python-checkins] Python 3.10.21
pablogsal
[Python-checkins] [3.11] gh-145548: Use VMADDR_CID_LOCAL in VSOCK socket tests (GH-145589) (GH-145809) (#148616)
pablogsal
[Python-checkins] [3.11] gh-155558: Update bundled Expat to 2.8.3 (GH-155560) (#155616)
pablogsal
[Python-checkins] [3.11] gh-149018: Use `XML_SetHashSalt16Bytes` in `pyexpat`/`_elementtree` when possible (GH-149023) (GH-155345) (#155610)
pablogsal
[Python-checkins] gh-90982: Document prefixes argument on site.getsitepackages (GH-31546)
serhiy-storchaka
[Python-checkins] [3.14] Update logging.config.listen() docstrings to mention dictConfig() (GH-155479) (GH-155529)
vsajip
[Python-checkins] [3.13] Update logging.config.listen() docstrings to mention dictConfig() (GH-155479) (GH-155528)
vsajip
[Python-checkins] Python 3.12.14
Yhg1s
[Python-checkins] [3.14] gh-62978: Use Python 3 terms in the email package docs (GH-155190) (GH-155636)
serhiy-storchaka
[Python-checkins] [3.13] gh-62978: Use Python 3 terms in the email package docs (GH-155190) (GH-155637)
serhiy-storchaka
[Python-checkins] gh-62978: Use Python 3 terms in the email package docs (GH-155190)
serhiy-storchaka
[Python-checkins] Clarify configure command in README (#155607)
willingc
[Python-checkins] [3.14] gh-154871: Fix `asyncio.Task.get_context()` crash on uninitialized tasks (GH-154898) (#155020)
kumaraditya303
[Python-checkins] [3.15] gh-102184: Test os.sync() only if the "walltime" resource is enabled (GH-155448) (#155461)
hugovk
[Python-checkins] [3.13] gh-155411: Fix test.support.subTests() for asynchronous tests (GH-155412) (GH-155546)
serhiy-storchaka
[Python-checkins] [3.14] gh-155411: Fix test.support.subTests() for asynchronous tests (GH-155412) (GH-155545)
serhiy-storchaka
[Python-checkins] [3.14] gh-67765: Add tests for wsgiref.validate (GH-112398) (GH-155624)
serhiy-storchaka
[Python-checkins] [3.13] gh-67765: Add tests for wsgiref.validate (GH-112398) (GH-155625)
serhiy-storchaka
[Python-checkins] gh-151925: Fix minor issues in clarification introduced by gh-152463 (GH-155480)
encukou
[Python-checkins] [3.15] gh-151925: Fix minor issues in clarification introduced by gh-152463 (GH-155480) (GH-155626)
encukou
[Python-checkins] [3.15] gh-155423: Make BaseFileTest.tearDown() in test_logging robust (GH-155424) (#155441)
hugovk
[Python-checkins] gh-80762: Fix dir() on Mock with tuple specs (GH-12753)
serhiy-storchaka
[Python-checkins] gh-67765: Add tests for wsgiref.validate (GH-112398)
serhiy-storchaka
[Python-checkins] [3.15] gh-76303: Improve documentation of the -x command line option (GH-155559) (#155565)
hugovk
[Python-checkins] [3.15] gh-155491: Fix subprocess test_encoding_warning() (GH-155492) (#155506)
hugovk
[Python-checkins] [3.15] gh-62917: Add tests for urllib.request.urlcleanup() (GH-155446) (#155465)
hugovk
[Python-checkins] gh-155503: Add more PyType C API tests (#155505)
vstinner
[Python-checkins] [3.15] Fix description of -W message field in man page (GH-111371) (#155541)
hugovk
[Python-checkins] [3.15] gh-110167: Document the increase of `test.support.LOOPBACK_TIMEOUT` to 10 seconds (GH-155571) (#155583)
hugovk
[Python-checkins] [3.15] gh-155485: Skip `test_pyexpat.test_subparser_inherits_reparse_deferral` when Expat < 2.6.0 (GH-155554) (#155574)
hugovk
[Python-checkins] [3.15] gh-154568: Fix array unpickling of little-endian float16 (GH-154569) (#155557)
hugovk
[Python-checkins] [3.15] gh-155558: Update bundled Expat to 2.8.3 (GH-155560) (#155612)
hugovk
[Python-checkins] [3.15] Docs: simplify `turtle` tutorial's star example code (GH-155232) (#155564)
hugovk
[Python-checkins] [3.14] gh-155558: Update bundled Expat to 2.8.3 (GH-155560) (#155613)
StanFromIreland
[Python-checkins] [3.13] gh-155558: Update bundled Expat to 2.8.3 (GH-155560) (#155614)
StanFromIreland
[Python-checkins] [3.12] gh-155558: Update bundled Expat to 2.8.3 (GH-155560) (#155615)
Yhg1s
[Python-checkins] gh-155558: Update bundled Expat to 2.8.3 (GH-155560)
encukou
[Python-checkins] gh-61366: Write session cookies in the curl and Wget format (GH-155602)
serhiy-storchaka
[Python-checkins] gh-75245: Support line buffering in socket.makefile() (GH-12370)
serhiy-storchaka
[Python-checkins] [3.13] gh-61366: Read session cookies written by curl and Wget (GH-11792) (GH-155605)
serhiy-storchaka
[Python-checkins] [3.14] gh-61366: Read session cookies written by curl and Wget (GH-11792) (GH-155604)
serhiy-storchaka
[Python-checkins] gh-61366: Read session cookies written by curl and Wget (GH-11792)
serhiy-storchaka
[Python-checkins] [3.15] gh-154059: Fix Tachyon flame graph time units (GH-154036) (#155597)
pablogsal
[Python-checkins] gh-154059: Fix Tachyon flame graph time units (#154036)
pablogsal
[Python-checkins] gh-155363: Fix QSBR slot leak on thread state creation failure (gh-155365)
nascheme
[Python-checkins] [3.14] gh-82039: Relax cookiejar.py case-sensitive regex for the inconsequential first line of the cookie file (GH-15673) (GH-155581)
serhiy-storchaka
[Python-checkins] gh-110167: Document the increase of `test.support.LOOPBACK_TIMEOUT` to 10 seconds (#155571)
StanFromIreland
[Python-checkins] [3.14] gh-110167: Document the increase of `test.support.LOOPBACK_TIMEOUT` to 10 seconds (GH-155571) (#155584)
StanFromIreland
[Python-checkins] [3.13] gh-110167: Document the increase of `test.support.LOOPBACK_TIMEOUT` to 10 seconds (GH-155571) (#155585)
StanFromIreland
[Python-checkins] [3.13] gh-82039: Relax cookiejar.py case-sensitive regex for the inconsequential first line of the cookie file (GH-15673) (GH-155582)
serhiy-storchaka
[Python-checkins] gh-82039: Relax cookiejar.py case-sensitive regex for the inconsequential first line of the cookie file (GH-15673)
serhiy-storchaka
[Python-checkins] [3.14] gh-155485: Skip `test_pyexpat.test_subparser_inherits_reparse_deferral` when Expat < 2.6.0 (GH-155554) (#155572)
StanFromIreland
Earlier messages