python-checkins
Thread
Date
Earlier messages
Messages by Date
2026/08/08
[Python-checkins] gh-111330: Fix GC of _pyio.BytesIO with exports (GH-152335)
serhiy-storchaka
2026/08/07
[Python-checkins] [3.15] gh-75876: Correct the memory use declared by some bigmem tests (GH-155307) (#155312)
hugovk
2026/08/07
[Python-checkins] [3.15] gh-151524: Make it clearer that `_PyInstrumentation_DISABLE` is immortal in the code (GH-151525) (#155350)
hugovk
2026/08/07
[Python-checkins] [3.15] gh-155146: Do not depend on the exact number of allocations in test_class (GH-155150) (#155155)
hugovk
2026/08/07
[Python-checkins] [3.15] gh-155339: Document the change of behaviour about parsing negative numbers from 3.14 in argparse (GH-155340) (#155371)
savannahostrowski
2026/08/07
[Python-checkins] [3.14] gh-155339: Document the change of behaviour about parsing negative numbers from 3.14 in argparse (GH-155340) (#155372)
savannahostrowski
2026/08/07
[Python-checkins] gh-155339: Document the change of behaviour about parsing negative numbers from 3.14 in argparse (#155340)
savannahostrowski
2026/08/07
[Python-checkins] gh-155278: Avoid needlessly accessing `ForwardRef.__forward_code__` in `evaluate_forward_ref()` (#155279)
JelleZijlstra
2026/08/07
[Python-checkins] gh-153967: handle invalid file object in argparse._print_message (#153969)
savannahostrowski
2026/08/07
[Python-checkins] [3.14] gh-155352: Fix inconsistent error messages between parse_args and documentation (GH-155353) (#155356)
savannahostrowski
2026/08/07
[Python-checkins] [3.15] gh-155352: Fix inconsistent error messages between parse_args and documentation (GH-155353) (#155355)
savannahostrowski
2026/08/07
[Python-checkins] [3.13] gh-155352: Fix inconsistent error messages between parse_args and documentation (GH-155353) (#155357)
savannahostrowski
2026/08/07
[Python-checkins] gh-155352: Fix inconsistent error messages between parse_args and documentation (#155353)
savannahostrowski
2026/08/07
[Python-checkins] [3.15] gh-154948: Fix `test_zipfile` failure when `SOURCE_DATE_EPOCH` is set (GH-155001) (#155347)
hugovk
2026/08/07
[Python-checkins] gh-81954: Use lazy import warnings in zipfile (#155326)
vstinner
2026/08/07
[Python-checkins] gh-155236: Add the dedent parameter in inspect.cleandoc() and inspect.getdoc() (GH-155237)
serhiy-storchaka
2026/08/07
[Python-checkins] [3.14] gh-151524: Make it clearer that `_PyInstrumentation_DISABLE` is immortal in the code (GH-151525) (GH-155349)
ZeroIntensity
2026/08/07
[Python-checkins] [3.13] gh-151524: Make it clearer that `_PyInstrumentation_DISABLE` is immortal in the code (GH-151525) (GH-155351)
ZeroIntensity
2026/08/07
[Python-checkins] [3.15] gh-152105: Remove docs snippet that uses internal C API (GH-155122) (#155241)
hugovk
2026/08/07
[Python-checkins] gh-151524: Make it clearer that `_PyInstrumentation_DISABLE` is immortal in the code (GH-151525)
ZeroIntensity
2026/08/07
[Python-checkins] [3.15] gh-104091: Suggest TaskGroup for running background tasks in asyncio.create_task() docs (GH-155133) (#155147)
hugovk
2026/08/07
[Python-checkins] [3.14] gh-104091: Suggest TaskGroup for running background tasks in asyncio.create_task() docs (GH-155133) (#155148)
hugovk
2026/08/07
[Python-checkins] [3.15] gh-74366: Fix the documentation of "$" in PyArg_ParseTupleAndKeywords() (GH-155301) (#155308)
hugovk
2026/08/07
[Python-checkins] [3.14] gh-75876: Use functools.wraps() in test.support test decorators (GH-155262) (GH-155291)
serhiy-storchaka
2026/08/07
[Python-checkins] gh-154948: Fix `test_zipfile` failure when `SOURCE_DATE_EPOCH` is set (#155001)
StanFromIreland
2026/08/07
[Python-checkins] gh-98894: Fix dtrace tests in shared builds (#153372)
vstinner
2026/08/07
[Python-checkins] [3.15] gh-155009: Fix argparse test on non-UTF-8 locales like Raspbian (GH-155227) (#155270)
hugovk
2026/08/07
[Python-checkins] gh-153970: Fix str() of CalledProcessError when returncode is not an integer (#153971)
vstinner
2026/08/07
[Python-checkins] gh-81954: Warn when ZipFile is closed with unwritten data (#152354)
vstinner
2026/08/06
[Python-checkins] [3.14] gh-75876: Correct the memory use declared by some bigmem tests (GH-155307) (GH-155313)
serhiy-storchaka
2026/08/06
[Python-checkins] [3.13] gh-75876: Correct the memory use declared by some bigmem tests (GH-155307) (GH-155314)
serhiy-storchaka
2026/08/06
[Python-checkins] gh-75876: Correct the memory use declared by some bigmem tests (GH-155307)
serhiy-storchaka
2026/08/06
[Python-checkins] [3.13] gh-75876: Use functools.wraps() in test.support test decorators (GH-155262) (GH-155311)
serhiy-storchaka
2026/08/06
[Python-checkins] [3.14] gh-74366: Fix the documentation of "$" in PyArg_ParseTupleAndKeywords() (GH-155301) (GH-155309)
serhiy-storchaka
2026/08/06
[Python-checkins] [3.13] gh-74366: Fix the documentation of "$" in PyArg_ParseTupleAndKeywords() (GH-155301) (GH-155310)
serhiy-storchaka
2026/08/06
[Python-checkins] gh-74366: Fix the documentation of "$" in PyArg_ParseTupleAndKeywords() (GH-155301)
serhiy-storchaka
2026/08/06
[Python-checkins] gh-105499: Avoid using `functools.reduce()` to reconstruct `Union` objects (#155280)
JelleZijlstra
2026/08/06
[Python-checkins] [3.14] gh-109861: Fix a doctest in Lib/_pydecimal.py which was failing when running its doctests directly (GH-125479) (GH-155288)
serhiy-storchaka
2026/08/06
[Python-checkins] [3.13] gh-109861: Fix a doctest in Lib/_pydecimal.py which was failing when running its doctests directly (GH-125479) (GH-155289)
serhiy-storchaka
2026/08/06
[Python-checkins] gh-75876: Use functools.wraps() in test.support test decorators (GH-155262)
serhiy-storchaka
2026/08/06
[Python-checkins] gh-109861: Fix a doctest in Lib/_pydecimal.py which was failing when running its doctests directly (GH-125479)
serhiy-storchaka
2026/08/06
[Python-checkins] [3.13] gh-76075: Correct `datetime.timestamp` documentation (GH-131202) (GH-155284)
serhiy-storchaka
2026/08/06
[Python-checkins] [3.14] gh-76075: Correct `datetime.timestamp` documentation (GH-131202) (GH-155285)
serhiy-storchaka
2026/08/06
[Python-checkins] [3.15] gh-151925: Clarify ast.DictComp.value for dict unpacking (GH-152463) (#155252)
hugovk
2026/08/06
[Python-checkins] [3.14] gh-155009: Fix argparse test on non-UTF-8 locales like Raspbian (GH-155227) (#155271)
hugovk
2026/08/06
[Python-checkins] [3.15] gh-150693: Combine docs sections for external resources (GH-150694) (#155276)
hugovk
2026/08/06
[Python-checkins] [3.14] gh-150693: Combine docs sections for external resources (GH-150694) (#155275)
hugovk
2026/08/06
[Python-checkins] [3.13] gh-150693: Combine docs sections for external resources (GH-150694) (#155277)
hugovk
2026/08/06
[Python-checkins] gh-150693: Combine docs sections for external resources (#150694)
hugovk
2026/08/06
[Python-checkins] gh-152105: Remove PyUnstable_ExecutableKinds and related macros (GH-155244)
encukou
2026/08/06
[Python-checkins] [3.13] gh-152105: Remove docs snippet that uses internal C API (GH-155122) (GH-155240)
encukou
2026/08/06
[Python-checkins] [3.14] gh-152105: Remove docs snippet that uses internal C API (GH-155122) (GH-155242)
encukou
2026/08/06
[Python-checkins] gh-155009: Fix argparse test on non-UTF-8 locales like Raspbian (#155227)
hugovk
2026/08/06
[Python-checkins] gh-155266: Fix Argument Clinic for a lone optional group (GH-155267)
serhiy-storchaka
2026/08/05
[Python-checkins] gh-145685: Remove `_PySeqLock` that is not used anymore (gh-155243)
colesbury
2026/08/05
[Python-checkins] gh-145177: Upgrade to Emscripten 6.0.6 (#155260)
freakboy3742
2026/08/05
[Python-checkins] Add a `wasi package` command (#154510)
brettcannon
2026/08/05
[Python-checkins] gh-151925: Clarify ast.DictComp.value for dict unpacking (GH-152463)
encukou
2026/08/05
[Python-checkins] gh-155043: Support copy.replace() for argparse.Namespace (#155049)
savannahostrowski
2026/08/05
[Python-checkins] [3.14] gh-153133: Fix socket leak in error path of asyncio create_connection (GH-153134) (#154897)
kumaraditya303
2026/08/05
[Python-checkins] gh-154902: Add an intrinsic for conditional annotations (#155026)
JelleZijlstra
2026/08/05
[Python-checkins] [3.14] gh-154902: Type-check the SET_ADD operand (#155072)
JelleZijlstra
2026/08/05
[Python-checkins] gh-152105: Remove docs snippet that uses internal C API (GH-155122)
encukou
2026/08/05
[Python-checkins] [3.14] gh-64502: Fix Argument Clinic support of optional groups with defaults (GH-155191) (GH-155216)
serhiy-storchaka
2026/08/05
[Python-checkins] [3.13] gh-64502: Fix Argument Clinic support of optional groups with defaults (GH-155191) (GH-155217)
serhiy-storchaka
2026/08/05
[Python-checkins] gh-64502: Convert curses methods with optional groups to Argument Clinic (GH-155229)
serhiy-storchaka
2026/08/05
[Python-checkins] [3.14] gh-152548: Add options, env and timeout parameters to runInSubprocess() (GH-155163) (GH-155230)
serhiy-storchaka
2026/08/05
[Python-checkins] [3.13] gh-152548: Add options, env and timeout parameters to runInSubprocess() (GH-155163) (GH-155231)
serhiy-storchaka
2026/08/05
[Python-checkins] gh-152548: Add options, env and timeout parameters to runInSubprocess() (GH-155163)
serhiy-storchaka
2026/08/05
[Python-checkins] gh-64502: Support several optional groups on the same level in Argument Clinic (GH-155210)
serhiy-storchaka
2026/08/05
[Python-checkins] [3.14] gh-155218: Generate the option group flags in a stable order (GH-155219) (GH-155224)
serhiy-storchaka
2026/08/05
[Python-checkins] [3.13] gh-155218: Generate the option group flags in a stable order (GH-155219) (GH-155225)
serhiy-storchaka
2026/08/05
[Python-checkins] gh-155212: List the converters defined in a C file (GH-155221)
serhiy-storchaka
2026/08/05
[Python-checkins] [3.15] GH-155009: Preserve argparse prog for programmatic module-as-main execution (GH-155199) (#155200)
savannahostrowski
2026/08/05
[Python-checkins] [3.13] gh-155207: Add --dry-run and --diff options to Argument Clinic (GH-155208) (GH-155215)
serhiy-storchaka
2026/08/05
[Python-checkins] gh-155218: Generate the option group flags in a stable order (GH-155219)
serhiy-storchaka
2026/08/05
[Python-checkins] [3.14] gh-155207: Add --dry-run and --diff options to Argument Clinic (GH-155208) (GH-155214)
serhiy-storchaka
2026/08/05
[Python-checkins] [3.13] gh-153711: Avoid use of dup3 and pipe2 calls introduced in macOS 27 (#155211)
ned-deily
2026/08/05
[Python-checkins] gh-155207: Add --dry-run and --diff options to Argument Clinic (GH-155208)
serhiy-storchaka
2026/08/05
[Python-checkins] [3.14] gh-153711: Avoid use of dup3 and pipe2 calls introduced in macOS 27 (#155206)
hugovk
2026/08/05
[Python-checkins] [3.15] gh-155063: Upgrade bundled pip to 26.2.1 (GH-155196) (#155203)
hugovk
2026/08/04
[Python-checkins] [3.15] gh-153711: Add runtime guards for dup3 & pipe2 (GH-155174) (#155202)
hugovk
2026/08/04
[Python-checkins] [3.14] gh-155063: Upgrade bundled pip to 26.2.1 (GH-155196) (#155204)
hugovk
2026/08/04
[Python-checkins] gh-64502: Fix Argument Clinic support of optional groups with defaults (GH-155191)
serhiy-storchaka
2026/08/04
[Python-checkins] [3.13] gh-155063: Upgrade bundled pip to 26.2.1 (GH-155196) (#155205)
hugovk
2026/08/04
[Python-checkins] gh-155063: Upgrade bundled pip to 26.2.1 (#155196)
hugovk
2026/08/04
[Python-checkins] gh-153711: Add runtime guards for dup3 & pipe2 (#155174)
hugovk
2026/08/04
[Python-checkins] [3.14] GH-155009: Preserve argparse prog for programmatic module-as-main execution (GH-155199) (#155201)
savannahostrowski
2026/08/04
[Python-checkins] GH-155009: Preserve argparse prog for programmatic module-as-main execution (#155199)
savannahostrowski
2026/08/04
[Python-checkins] gh-145177: Upgrade to Emscripten 6.0.5 (#155179)
freakboy3742
2026/08/04
[Python-checkins] [3.14] gh-117807: Handle invalid UTF-8 in mimetypes map files (GH-151216) (GH-155184)
serhiy-storchaka
2026/08/04
[Python-checkins] [3.13] gh-117807: Handle invalid UTF-8 in mimetypes map files (GH-151216) (GH-155185)
serhiy-storchaka
2026/08/04
[Python-checkins] gh-117807: Handle invalid UTF-8 in mimetypes map files (GH-151216)
serhiy-storchaka
2026/08/04
[Python-checkins] Python 3.15.0rc1
hugovk
2026/08/04
[Python-checkins] gh-154523: Fix data-race in `TextIOWrapper.detach()` (#154565)
kumaraditya303
2026/08/04
[Python-checkins] [3.14] gh-155109: Run tests exhausting the C stack with a limited C stack (GH-155120) (GH-155165)
serhiy-storchaka
2026/08/04
[Python-checkins] [3.14] gh-152548: Report a subprocess of runInSubprocess() dying after the test (GH-155162) (GH-155168)
serhiy-storchaka
2026/08/04
[Python-checkins] [3.13] gh-152548: Report a subprocess of runInSubprocess() dying after the test (GH-155162) (GH-155169)
serhiy-storchaka
2026/08/04
[Python-checkins] [3.12] gh-98820: Fix quadratic time in csv.Sniffer for quoted fields (GH-154867) (#155166)
Yhg1s
2026/08/04
[Python-checkins] [3.13] gh-150771: Fix email serialization for shift_jis and euc-jp (GH-151120) (#152953)
Yhg1s
2026/08/04
[Python-checkins] [3.15] gh-154902: Type-check the SET_ADD operand (#155071)
hugovk
2026/08/04
[Python-checkins] gh-152548: Report a subprocess of runInSubprocess() dying after the test (GH-155162)
serhiy-storchaka
2026/08/04
[Python-checkins] [3.11] RTD Previews: Get correct base branch for backports (GH-150690) (#153166)
hugovk
2026/08/04
[Python-checkins] [3.14] gh-98820: Fix quadratic time in csv.Sniffer for quoted fields (GH-154867) (GH-155117)
serhiy-storchaka
2026/08/04
[Python-checkins] [3.10] RTD Previews: Get correct base branch for backports (GH-150690) (#153167)
hugovk
2026/08/04
[Python-checkins] [3.12] gh-139808: Add branch protections for aarch64 in asm_trampoline.S (#130864) (#150198)
Yhg1s
2026/08/04
[Python-checkins] gh-155109: Run tests exhausting the C stack with a limited C stack (GH-155120)
serhiy-storchaka
2026/08/04
[Python-checkins] [3.12] gh-152674: Avoid quadratic behavior in xml.etree.ElementPath index predicates (GH-152676) (#154815)
Yhg1s
2026/08/04
[Python-checkins] [3.12] gh-149231: tomllib: Limit the number of parts in a key (GH-149233) (GH-149815) (#154143)
Yhg1s
2026/08/04
[Python-checkins] [3.12] gh-109638: Fix exponential time in csv.Sniffer for doubled quotes (GH-154868) (GH-155113) (#155114)
Yhg1s
2026/08/04
[Python-checkins] [3.12] gh-146333: Fix quadratic regex backtracking in configparser option parsing (GH-146399) (GH-148559) (#154081)
Yhg1s
2026/08/04
[Python-checkins] [3.12] gh-153438: Update NuGet download URL (GH-153482) (GH-153515) (#153608)
Yhg1s
2026/08/04
[Python-checkins] [3.12] gh-149776: Skip UDP Lite tests if it's not supported (#149777) (#153592)
Yhg1s
2026/08/04
[Python-checkins] [3.12] RTD Previews: Get correct base branch for backports (GH-150690) (#153165)
Yhg1s
2026/08/04
[Python-checkins] [3.12] gh-151987: Pass filter_function to TarFile._extract_one() during .extract() (GH-151988) (#152611)
Yhg1s
2026/08/04
[Python-checkins] [3.12] gh-153030: Fix quadratic complexity in incremental parsing in HTMLParser (GH-153031) (#153041)
Yhg1s
2026/08/04
[Python-checkins] [3.12] gh-150743: Limit trailer lines and interim responses read by http.client (GH-150749) (#152527)
Yhg1s
2026/08/04
[Python-checkins] [3.13] gh-154937: Fix `_thread._shutdown()` racing with `_thread.start_joinable_thread` on `ThreadHandle.ident` (GH-155085) (#155125)
Yhg1s
2026/08/04
[Python-checkins] [3.12] gh-143927: Normalize all line endings (CR, CRLF, and LF) in configparser (GH-143929) (#152005)
Yhg1s
2026/08/04
[Python-checkins] [3.12] gh-151558: Fix symlink escape via `tarfile` hardlink-extraction fallback (GH-151559) (#152000)
Yhg1s
2026/08/04
[Python-checkins] [3.12] gh-151981: Make tarfile._Stream.seek break at EOF (GH-151982) (#151994)
Yhg1s
2026/08/04
[Python-checkins] [3.12] gh-90949: expose Expat API to tune exponential expansion protections (GH-139368) (#151401)
Yhg1s
2026/08/04
[Python-checkins] gh-154044: Fix data race on descriptor __qualname__ in free-threading build (#154691)
kumaraditya303
2026/08/04
[Python-checkins] [3.12] gh-150599: Prevent bz2 decompressor reuse after errors (#150600) (#151057)
Yhg1s
2026/08/04
[Python-checkins] [3.12] gh-149079: Fix O(n^2) canonical ordering in unicodedata.normalize() (GH-149080) (#150843)
Yhg1s
2026/08/04
[Python-checkins] [3.12] gh-151544: Fixes CVE-2026-12003 by removing the fallback to %VPATH%/Modules/Setup.local for discovering sources in getpath.py (GH-151545) (#151567)
Yhg1s
2026/08/04
[Python-checkins] [3.12] gh-149698: Update bundled expat to 2.8.1 (GH-149699) (#150020)
Yhg1s
2026/08/04
[Python-checkins] [3.12] gh-146581: Fix vulnerability in shutil.unpack_archive() for ZIP files on Windows (GH-146591) (#149066)
Yhg1s
2026/08/04
[Python-checkins] [3.12] gh-148808: Add boundary check to asyncio.AbstractEventLoop.sock_recvf… (GH-148809) (#148835)
Yhg1s
2026/08/04
[Python-checkins] [3.12] gh-148169: Fix webbrowser `%action` substitution bypass of dash-prefix check (GH-148170) (#148519)
Yhg1s
2026/08/04
[Python-checkins] [3.12] gh-148395: Fix a possible UAF in `{LZMA,BZ2,_Zlib}Decompressor` (GH-148396) (#148503)
Yhg1s
2026/08/04
[Python-checkins] [3.12] gh-145599, CVE 2026-3644: Reject control characters in `http.cookies.Morsel.update()` (GH-145600) (#146025)
Yhg1s
2026/08/04
[Python-checkins] [3.12] gh-94632: document the subprocess need for extra_groups=() with user= (GH-148129) (#148132)
Yhg1s
2026/08/04
[Python-checkins] [3.13] gh-104091: Suggest TaskGroup for running background tasks in asyncio.create_task() docs (GH-155133) (#155149)
Yhg1s
2026/08/04
[Python-checkins] [3.14] gh-155146: Do not depend on the exact number of allocations in test_class (GH-155150) (GH-155156)
serhiy-storchaka
2026/08/04
[Python-checkins] [3.12] gh-144370: Disallow usage of control characters in status in wsgiref.handlers for security (GH-144371) (#145671)
Yhg1s
2026/08/04
[Python-checkins] [3.12] gh-145986: Avoid unbound C recursion in `conv_content_model` in `pyexpat.c` (CVE 2026-4224) (GH-145987) (#145999)
Yhg1s
2026/08/04
[Python-checkins] [3.12] gh-145506: Fixes CVE-2026-2297 by ensuring SourcelessFileLoader uses io.open_code (GH-145507) (#145514)
Yhg1s
2026/08/04
[Python-checkins] [3.13] gh-155146: Do not depend on the exact number of allocations in test_class (GH-155150) (GH-155157)
serhiy-storchaka
2026/08/04
[Python-checkins] [3.13] gh-98820: Fix quadratic time in csv.Sniffer for quoted fields (GH-154867) (#155118)
Yhg1s
2026/08/04
[Python-checkins] [3.13] gh-154871: Fix `asyncio.Task.get_context()` crash on uninitialized tasks (GH-154898) (#155021)
Yhg1s
2026/08/04
[Python-checkins] [3.13] GH-115869: Make jit_stencils.h reproducible (GH-127166) (#154988)
Yhg1s
2026/08/04
[Python-checkins] [3.13] gh-123720: When closing an asyncio server, stop the handlers (GH-124689) (#154681)
Yhg1s
2026/08/04
[Python-checkins] [3.13] gh-151126: Fix `PyErr_NoMemory` errors in `_ctypes.c` (GH-152720) (#153708)
Yhg1s
2026/08/04
[Python-checkins] gh-155146: Do not depend on the exact number of allocations in test_class (GH-155150)
serhiy-storchaka
2026/08/04
[Python-checkins] gh-154971: Split IocpProactor._poll() (#155142)
kumaraditya303
2026/08/04
[Python-checkins] [3.14] gh-145030: Fix asyncio write pipe transport for named FIFOs on Solaris (GH-155110) (#155130)
kumaraditya303
2026/08/04
[Python-checkins] [3.15] gh-145030: Fix asyncio write pipe transport for named FIFOs on Solaris (GH-155110) (#155131)
kumaraditya303
2026/08/04
[Python-checkins] [3.13] gh-145030: Fix asyncio write pipe transport for named FIFOs on Solaris (GH-155110) (#155129)
kumaraditya303
2026/08/03
[Python-checkins] gh-104091: Suggest TaskGroup for running background tasks in asyncio.create_task() docs (#155133)
kumaraditya303
2026/08/03
[Python-checkins] [3.14] gh-75279: Document that asyncio StreamWriter.drain() may not yield to the event loop (GH-155132) (#155135)
kumaraditya303
2026/08/03
[Python-checkins] [3.13] gh-75279: Document that asyncio StreamWriter.drain() may not yield to the event loop (GH-155132) (#155136)
kumaraditya303
2026/08/03
[Python-checkins] [3.15] gh-75279: Document that asyncio StreamWriter.drain() may not yield to the event loop (GH-155132) (#155134)
kumaraditya303
2026/08/03
[Python-checkins] gh-154863: Check the encoded bytes in the shift state flush test (GH-155128)
serhiy-storchaka
2026/08/03
[Python-checkins] [3.15] gh-135736: Fix interaction between TaskGroup and aclose() (GH-154649) (#154900)
1st1
2026/08/03
[Python-checkins] [3.14] gh-155063: Upgrade bundled pip to 26.2 (GH-155064) (#155138)
hugovk
2026/08/03
[Python-checkins] [3.15] gh-155063: Upgrade bundled pip to 26.2 (GH-155064) (#155137)
hugovk
2026/08/03
[Python-checkins] [3.13] gh-155063: Upgrade bundled pip to 26.2 (GH-155064) (#155139)
hugovk
2026/08/03
[Python-checkins] gh-155063: Upgrade bundled pip to 26.2 (#155064)
hugovk
2026/08/03
[Python-checkins] gh-78959: Add order parameter to memoryview.cast() (GH-153663)
serhiy-storchaka
2026/08/03
[Python-checkins] gh-75279: Document that asyncio StreamWriter.drain() may not yield to the event loop (#155132)
kumaraditya303
2026/08/03
[Python-checkins] gh-94984: Add mode parameter to asyncio create_unix_server() (#155086)
kumaraditya303
2026/08/03
[Python-checkins] gh-145030: Fix asyncio write pipe transport for named FIFOs on Solaris (#155110)
kumaraditya303
2026/08/03
[Python-checkins] [3.15] Backport GH-148874: Make sure that mngr.__exit__() is always called in a with statement (GH-150911) (GH-154830)
markshannon
2026/08/03
[Python-checkins] gh-151728: Clear the typing caches at interpreter shutdown (GH-155002)
encukou
2026/08/03
[Python-checkins] gh-154937: Fix `_thread._shutdown()` racing with `_thread.start_joinable_thread` on `ThreadHandle.ident` (#155085)
kumaraditya303
2026/08/03
[Python-checkins] [3.13] gh-154738: Propagate reparse-deferral setting to pyexpat subparsers (GH-154739) (GH-154989)
encukou
2026/08/03
[Python-checkins] [3.14] gh-154738: Propagate reparse-deferral setting to pyexpat subparsers (GH-154739) (GH-154991)
encukou
2026/08/03
[Python-checkins] [3.15] gh-154738: Propagate reparse-deferral setting to pyexpat subparsers (GH-154739) (GH-154990)
encukou
2026/08/03
[Python-checkins] [3.13] GH-138800: Fix variable substitution in python3.pc for Android (GH-144776) (#155111)
freakboy3742
2026/08/03
[Python-checkins] [3.15] gh-98820: Fix quadratic time in csv.Sniffer for quoted fields (GH-154867)
serhiy-storchaka
2026/08/03
[Python-checkins] [3.14] gh-109638: Fix exponential time in csv.Sniffer for doubled quotes (GH-154868) (GH-155112)
serhiy-storchaka
2026/08/03
[Python-checkins] [3.13] gh-109638: Fix exponential time in csv.Sniffer for doubled quotes (GH-154868) (GH-155113)
serhiy-storchaka
2026/08/03
[Python-checkins] [3.15] gh-109638: Fix exponential time in csv.Sniffer for doubled quotes (#154868)
hugovk
2026/08/03
[Python-checkins] [3.14] gh-124111: Update Windows build to use Tcl/Tk 9.0.4 (GH-150102) (GH-149477) (GH-151562) (GH-153901) (#150197)
hugovk
2026/08/03
[Python-checkins] [3.14] GH-138800: Fix variable substitution in python3.pc for Android (GH-144776) (#155108)
freakboy3742
2026/08/03
[Python-checkins] [3.15] GH-138800: Fix variable substitution in python3.pc for Android (GH-144776) (#155107)
freakboy3742
2026/08/02
[Python-checkins] GH-138800: Fix variable substitution in python3.pc for Android (#144776)
freakboy3742
2026/08/02
[Python-checkins] [3.15] gh-152384: pixi-packages: use `flags` to define variants (GH-152385) (#155091)
hugovk
2026/08/02
[Python-checkins] [3.15] gh-155013: Fix a reference to "partial object" in the `functools.partial()` doc (GH-155036) (#155093)
StanFromIreland
2026/08/02
[Python-checkins] [3.14] gh-155013: Fix a reference to "partial object" in the `functools.partial()` doc (GH-155036) (#155094)
StanFromIreland
2026/08/02
[Python-checkins] gh-155013: Fix a reference to "partial object" in the `functools.partial()` doc (#155036)
StanFromIreland
2026/08/02
[Python-checkins] gh-155006: Encode an error handler's replacement strictly (GH-155008)
serhiy-storchaka
2026/08/02
[Python-checkins] [3.13] gh-155052: Fix docstring of decimal.Context.copy (GH-155062) (GH-155083) (GH-155088)
serhiy-storchaka
2026/08/02
[Python-checkins] [3.14] gh-155052: Fix docstring of decimal.Context.copy (GH-155062) (GH-155083)
serhiy-storchaka
2026/08/02
[Python-checkins] [3.15] gh-155052: Fix docstring of decimal.Context.copy (GH-155062) (GH-155081)
serhiy-storchaka
2026/08/02
[Python-checkins] [3.13] gh-154892: Fix `PyLong_AsLong()` error checks in `_zoneinfo` (GH-154901) (#155058)
StanFromIreland
2026/08/02
[Python-checkins] gh-155052: Fix docstring of decimal.Context.copy (GH-155062)
serhiy-storchaka
2026/08/02
[Python-checkins] [3.15] gh-79366: Fix a race condition when removing a logging handler (GH-154528) (GH-155076)
serhiy-storchaka
2026/08/02
[Python-checkins] [3.14] gh-79366: Fix a race condition when removing a logging handler (GH-154528) (GH-155077)
serhiy-storchaka
2026/08/02
[Python-checkins] [3.13] gh-79366: Fix a race condition when removing a logging handler (GH-154528) (GH-155078)
serhiy-storchaka
2026/08/02
[Python-checkins] gh-79366: Fix a race condition when removing a logging handler (GH-154528)
serhiy-storchaka
2026/08/02
[Python-checkins] [3.13] Update Android Gradle plugin to version 9.3.1 (GH-155012) (#155066)
hugovk
2026/08/02
[Python-checkins] [3.14] Update Android Gradle plugin to version 9.3.1 (GH-155012) (#155065)
hugovk
2026/08/02
[Python-checkins] gh-155051: Reject None keyword arguments in decimal.localcontext() (GH-155054)
serhiy-storchaka
2026/08/01
[Python-checkins] gh-155041: Support copy.replace() for decimal.Context (GH-155047)
serhiy-storchaka
2026/08/01
[Python-checkins] [3.15] gh-154892: Fix `PyLong_AsLong()` error checks in `_zoneinfo` (GH-154901) (#155056)
StanFromIreland
2026/08/01
[Python-checkins] [3.14] gh-154892: Fix `PyLong_AsLong()` error checks in `_zoneinfo` (GH-154901) (#155057)
StanFromIreland
2026/08/01
[Python-checkins] gh-154892: Fix `PyLong_AsLong()` error checks in `_zoneinfo` (#154901)
StanFromIreland
2026/08/01
[Python-checkins] [3.15] Update Android Gradle plugin to version 9.3.1 (GH-155012) (#155038)
hugovk
Earlier messages