python-checkins
Thread
Date
Earlier messages
Later messages
Messages by Thread
[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
[Python-checkins] [3.13] gh-155485: Skip `test_pyexpat.test_subparser_inherits_reparse_deferral` when Expat < 2.6.0 (GH-155554) (#155573)
StanFromIreland
[Python-checkins] [3.11] gh-149698: Update bundled expat to 2.8.1 (GH-149699) (GH-150020) (#155550)
pablogsal
[Python-checkins] [3.10] gh-149698: Update bundled expat to 2.8.1 (GH-149699) (#155551)
pablogsal
[Python-checkins] [3.10] gh-98820: Fix quadratic time in csv.Sniffer for quoted fields (GH-154867) (#155539)
pablogsal
[Python-checkins] gh-68164: Set the "regular file" bit in zipfile's writestr (GH-134232)
serhiy-storchaka
[Python-checkins] [3.11] gh-98820: Fix quadratic time in csv.Sniffer for quoted fields (GH-154867) (#155538)
pablogsal
[Python-checkins] [3.14] gh-76303: Improve documentation of the -x command line option (GH-155559) (GH-155566)
serhiy-storchaka
[Python-checkins] gh-150820: Speed up json.dumps() for small documents (GH-150827)
serhiy-storchaka
[Python-checkins] gh-155485: Skip `test_pyexpat.test_subparser_inherits_reparse_deferral` when Expat < 2.6.0 (#155554)
StanFromIreland
[Python-checkins] [3.13] gh-76303: Improve documentation of the -x command line option (GH-155559) (GH-155567)
serhiy-storchaka
[Python-checkins] [3.14] Docs: simplify `turtle` tutorial's star example code (GH-155232) (#155563)
StanFromIreland
[Python-checkins] [3.13] Docs: simplify `turtle` tutorial's star example code (GH-155232) (#155562)
StanFromIreland
[Python-checkins] gh-86768: Raise OSError when seeking a pipe on Windows (GH-133137)
serhiy-storchaka
[Python-checkins] gh-76303: Improve documentation of the -x command line option (GH-155559)
serhiy-storchaka
[Python-checkins] Docs: simplify `turtle` tutorial's star example code (#155232)
StanFromIreland
[Python-checkins] gh-108518: Do not cancel remaining calls in Executor.map() on error (GH-109497)
serhiy-storchaka
[Python-checkins] gh-84687: Add filename to the error raised by os.exec* (GH-19915)
serhiy-storchaka
[Python-checkins] gh-154568: Fix array unpickling of little-endian float16 (#154569)
vstinner
[Python-checkins] [3.12] gh-149018: Use `XML_SetHashSalt16Bytes` in `pyexpat`/`_elementtree` when possible (GH-149023) (#155345)
Yhg1s
[Python-checkins] gh-154840: Keep the color pair out of curses complexchar.attr (GH-154841)
serhiy-storchaka
[Python-checkins] [3.13] Fix description of -W message field in man page (GH-111371) (GH-155543)
serhiy-storchaka
[Python-checkins] [3.13] gh-155336: Preserve resolver errors from gethostby*_r() (GH-155337) (GH-155473)
serhiy-storchaka
[Python-checkins] [3.14] Fix description of -W message field in man page (GH-111371) (GH-155542)
serhiy-storchaka
[Python-checkins] [3.14] gh-155336: Preserve resolver errors from gethostby*_r() (GH-155337) (GH-155470)
serhiy-storchaka
[Python-checkins] gh-155411: Fix test.support.subTests() for asynchronous tests (GH-155412)
serhiy-storchaka
[Python-checkins] Fix description of -W message field in man page (GH-111371)
serhiy-storchaka
[Python-checkins] [3.12] gh-151365: Temporarily downgrade Git to prevent fatal error (GH-155495) (GH-155532) (GH-155533) (GH-155535) (#155537)
hugovk
[Python-checkins] [3.13] gh-151365: Temporarily downgrade Git to prevent fatal error (GH-155495) (GH-155532) (GH-155533) (#155535)
hugovk
[Python-checkins] [3.14] gh-151365: Temporarily downgrade Git to prevent fatal error (GH-155495) (GH-155532) (#155533)
hugovk
[Python-checkins] [3.15] gh-151365: Temporarily downgrade Git to prevent fatal error (GH-155495) (#155532)
hugovk
[Python-checkins] gh-151365: Temporarily downgrade Git to prevent fatal error (#155495)
hugovk
[Python-checkins] gh-154904: Speed up import of shutil by probing compression extensions directly (#154908)
emmatyping
[Python-checkins] [3.13] gh-110793: Add CI job that runs tests with an installed build (GH-152664) (#155482)
StanFromIreland
[Python-checkins] [3.10] gh-152674: Avoid quadratic behavior in xml.etree.ElementPath index predicates (GH-152676) (#154814)
pablogsal
[Python-checkins] [3.10] gh-143927: Normalize all line endings (CR, CRLF, and LF) in configparser (GH-143929) (#152007)
pablogsal
[Python-checkins] [3.11] gh-152674: Avoid quadratic behavior in xml.etree.ElementPath index predicates (GH-152676) (#154813)
pablogsal
[Python-checkins] [3.11] gh-151544: Fixes CVE-2026-12003 by removing the fallback to %VPATH%/Modules/Setup.local for discovering sources in getpath.py (GH-151545) (#151568)
pablogsal
[Python-checkins] [3.10] gh-146333: Fix quadratic regex backtracking in configparser option parsing (GH-146399) (GH-148559) (#154878)
pablogsal
[Python-checkins] [3.10] gh-151558: Fix symlink escape via `tarfile` hardlink-extraction fallback (GH-151559) (#152080)
pablogsal
[Python-checkins] [3.10] gh-153030: Fix quadratic complexity in incremental parsing in HTMLParser (GH-153031) (#153043)
pablogsal
[Python-checkins] [3.10] gh-109638: Fix exponential time in csv.Sniffer for doubled quotes (GH-154868) (GH-155113) (#155116)
pablogsal
[Python-checkins] [3.11] gh-143927: Normalize all line endings (CR, CRLF, and LF) in configparser (GH-143929) (#152006)
pablogsal
[Python-checkins] [3.10] gh-149079: Fix O(n^2) canonical ordering in unicodedata.normalize() (GH-149080) (GH-150843) (#155159)
pablogsal
[Python-checkins] [3.10] gh-90949: expose Expat API to tune exponential expansion protections (GH-139368) (#151401) (#155414)
pablogsal
[Python-checkins] [3.11] gh-153030: Fix quadratic complexity in incremental parsing in HTMLParser (GH-153031) (#153042)
pablogsal
[Python-checkins] [3.11] gh-109638: Fix exponential time in csv.Sniffer for doubled quotes (GH-154868) (GH-155113) (#155115)
pablogsal
[Python-checkins] [3.11] gh-146333: Fix quadratic regex backtracking in configparser option parsing (GH-146399) (GH-148559) (#154877)
pablogsal
[Python-checkins] [3.11] gh-149079: Fix O(n^2) canonical ordering in unicodedata.normalize() (GH-149080) (GH-150843) (#155158)
pablogsal
[Python-checkins] [3.11] gh-149017: Upgrade bundled Expat to 2.8.0 (GH-149020) (#149074)
pablogsal
[Python-checkins] [3.11] gh-150599: Prevent bz2 decompressor reuse after errors (#150600) (#151132)
pablogsal
[Python-checkins] gh-155358: Add test.support.check_immutable_type() (#155510)
vstinner
[Python-checkins] gh-114905: Remove redundant assignment in ssl._create_unverified_context() (GH-103625)
serhiy-storchaka
[Python-checkins] [3.10] gh-149776: Skip UDP Lite tests if it's not supported (#149777) (#153594)
pablogsal
[Python-checkins] [3.14] gh-155491: Fix subprocess test_encoding_warning() (GH-155492) (#155507)
vstinner
[Python-checkins] [3.13] gh-155491: Fix subprocess test_encoding_warning() (GH-155492) (#155508)
vstinner
[Python-checkins] gh-76595: PyCapsule_Import() now imports submodules if needed (GH-6898)
serhiy-storchaka
[Python-checkins] Update logging.config.listen() docstrings to mention dictConfig() (GH-155479)
vsajip
[Python-checkins] gh-155358: Use named attributes with os module (#155366)
vstinner
[Python-checkins] gh-155358: Use named attributes with pwd and grp modules (#155362)
vstinner
[Python-checkins] gh-155358: Use named attributes with test.support.script_helper (#155367)
vstinner
[Python-checkins] gh-155491: Fix subprocess test_encoding_warning() (#155492)
vstinner
[Python-checkins] [3.15] gh-154086: Fix flamegraph thread sample counts (GH-154104) (#155489)
pablogsal
[Python-checkins] [3.11] gh-149231: tomllib: Limit the number of parts in a key (GH-149233) (GH-149815) (#154943)
pablogsal
[Python-checkins] [3.11] gh-149776: Skip UDP Lite tests if it's not supported (#149777) (#153593)
pablogsal
[Python-checkins] [3.10] gh-149017: Upgrade bundled Expat to 2.8.0 (#149020) (#149075)
pablogsal
[Python-checkins] [3.11] gh-100372: Use BIO_eof to detect EOF for SSL_FILETYPE_ASN1 (GH-100373) (#153311)
pablogsal
[Python-checkins] [3.10] gh-100372: Use BIO_eof to detect EOF for SSL_FILETYPE_ASN1 (GH-100373) (#153312)
pablogsal
[Python-checkins] gh-154086: Fix flamegraph thread sample counts (#154104)
pablogsal
[Python-checkins] gh-153953: Increase test coverage for the `wave` module (#153954)
vstinner
[Python-checkins] bpo-46446: Like FreeBSD, MULTIARCH should not be passed on OpenBSD (GH-30721)
serhiy-storchaka
[Python-checkins] GH-151903: Use `for` instead of `next` in `contextlib.contextmanager` (GH-141275)
encukou
[Python-checkins] [3.14] gh-110793: Add CI job that runs tests with an installed build (GH-152664) (#155484)
StanFromIreland
[Python-checkins] [3.15] gh-110793: Add CI job that runs tests with an installed build (GH-152664) (#155483)
hugovk
[Python-checkins] gh-110793: Add CI job that runs tests with an installed build (#152664)
StanFromIreland
[Python-checkins] Make non-positional-only argument names match runtime declaration in `asyncio.tasks` function reference (#155282)
kumaraditya303
[Python-checkins] gh-85028: Honor startupinfo.wShowWindow with shell=True (GH-20975)
serhiy-storchaka
[Python-checkins] gh-155336: Preserve resolver errors from gethostby*_r() (GH-155337)
serhiy-storchaka
[Python-checkins] [3.10] gh-146581: Fix vulnerability in shutil.unpack_archive() for ZIP files on Windows (GH-146591) (GH-149071) (#155440)
pablogsal
[Python-checkins] [3.14] gh-62917: Add tests for urllib.request.urlcleanup() (GH-155446) (GH-155466)
serhiy-storchaka
[Python-checkins] [3.14] gh-102184: Test os.sync() only if the "walltime" resource is enabled (GH-155448) (GH-155462)
serhiy-storchaka
[Python-checkins] [3.13] gh-102184: Test os.sync() only if the "walltime" resource is enabled (GH-155448) (GH-155463)
serhiy-storchaka
[Python-checkins] [3.10] gh-153438: Update NuGet download URL (GH-153482) (GH-153515) (#153610)
hugovk
[Python-checkins] [3.11] gh-153438: Update NuGet download URL (GH-153482) (GH-153515) (#153609)
hugovk
[Python-checkins] [3.13] gh-62917: Add tests for urllib.request.urlcleanup() (GH-155446) (GH-155467)
serhiy-storchaka
[Python-checkins] gh-62917: Add tests for urllib.request.urlcleanup() (GH-155446)
serhiy-storchaka
[Python-checkins] gh-102184: Test os.sync() only if the "walltime" resource is enabled (GH-155448)
serhiy-storchaka
[Python-checkins] gh-82535: Ignore address resolution failure in SysLogHandler constructor (GH-154504)
serhiy-storchaka
[Python-checkins] [3.14] gh-70758: Fix creating a turtle screen after closing one (GH-30355) (GH-155450)
serhiy-storchaka
[Python-checkins] [3.13] gh-70758: Fix creating a turtle screen after closing one (GH-30355) (GH-155451)
serhiy-storchaka
[Python-checkins] gh-118318: Remove outdated c14n references from ElementTree (GH-118319)
serhiy-storchaka
[Python-checkins] gh-70758: Fix creating a turtle screen after closing one (GH-30355)
serhiy-storchaka
[Python-checkins] gh-68048: Remove unneeded lseek() call in mmap.mmap on Windows (GH-7017)
serhiy-storchaka
[Python-checkins] GH-85118: Add SEM_FAILCRITICALERRORS to SuppressCrashReport call to SetErrorMode (GH-103697)
serhiy-storchaka
[Python-checkins] [3.14] gh-155423: Make BaseFileTest.tearDown() in test_logging robust (GH-155424) (GH-155443)
serhiy-storchaka
Earlier messages
Later messages