python-checkins
Thread
Date
Earlier messages
Later messages
Messages by Thread
[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
[Python-checkins] [3.12] gh-149698: Update bundled expat to 2.8.1 (GH-149699) (#150020)
Yhg1s
[Python-checkins] [3.12] gh-146581: Fix vulnerability in shutil.unpack_archive() for ZIP files on Windows (GH-146591) (#149066)
Yhg1s
[Python-checkins] [3.12] gh-148808: Add boundary check to asyncio.AbstractEventLoop.sock_recvf… (GH-148809) (#148835)
Yhg1s
[Python-checkins] [3.12] gh-148169: Fix webbrowser `%action` substitution bypass of dash-prefix check (GH-148170) (#148519)
Yhg1s
[Python-checkins] [3.12] gh-148395: Fix a possible UAF in `{LZMA,BZ2,_Zlib}Decompressor` (GH-148396) (#148503)
Yhg1s
[Python-checkins] [3.12] gh-145599, CVE 2026-3644: Reject control characters in `http.cookies.Morsel.update()` (GH-145600) (#146025)
Yhg1s
[Python-checkins] [3.12] gh-94632: document the subprocess need for extra_groups=() with user= (GH-148129) (#148132)
Yhg1s
[Python-checkins] [3.13] gh-104091: Suggest TaskGroup for running background tasks in asyncio.create_task() docs (GH-155133) (#155149)
Yhg1s
[Python-checkins] [3.14] gh-155146: Do not depend on the exact number of allocations in test_class (GH-155150) (GH-155156)
serhiy-storchaka
[Python-checkins] [3.12] gh-144370: Disallow usage of control characters in status in wsgiref.handlers for security (GH-144371) (#145671)
Yhg1s
[Python-checkins] [3.12] gh-145986: Avoid unbound C recursion in `conv_content_model` in `pyexpat.c` (CVE 2026-4224) (GH-145987) (#145999)
Yhg1s
[Python-checkins] [3.12] gh-145506: Fixes CVE-2026-2297 by ensuring SourcelessFileLoader uses io.open_code (GH-145507) (#145514)
Yhg1s
[Python-checkins] [3.13] gh-155146: Do not depend on the exact number of allocations in test_class (GH-155150) (GH-155157)
serhiy-storchaka
[Python-checkins] [3.13] gh-98820: Fix quadratic time in csv.Sniffer for quoted fields (GH-154867) (#155118)
Yhg1s
[Python-checkins] [3.13] gh-154871: Fix `asyncio.Task.get_context()` crash on uninitialized tasks (GH-154898) (#155021)
Yhg1s
[Python-checkins] [3.13] GH-115869: Make jit_stencils.h reproducible (GH-127166) (#154988)
Yhg1s
[Python-checkins] [3.13] gh-123720: When closing an asyncio server, stop the handlers (GH-124689) (#154681)
Yhg1s
[Python-checkins] [3.13] gh-151126: Fix `PyErr_NoMemory` errors in `_ctypes.c` (GH-152720) (#153708)
Yhg1s
[Python-checkins] gh-155146: Do not depend on the exact number of allocations in test_class (GH-155150)
serhiy-storchaka
[Python-checkins] gh-154971: Split IocpProactor._poll() (#155142)
kumaraditya303
[Python-checkins] [3.14] gh-145030: Fix asyncio write pipe transport for named FIFOs on Solaris (GH-155110) (#155130)
kumaraditya303
[Python-checkins] [3.15] gh-145030: Fix asyncio write pipe transport for named FIFOs on Solaris (GH-155110) (#155131)
kumaraditya303
[Python-checkins] [3.13] gh-145030: Fix asyncio write pipe transport for named FIFOs on Solaris (GH-155110) (#155129)
kumaraditya303
[Python-checkins] gh-104091: Suggest TaskGroup for running background tasks in asyncio.create_task() docs (#155133)
kumaraditya303
[Python-checkins] [3.14] gh-75279: Document that asyncio StreamWriter.drain() may not yield to the event loop (GH-155132) (#155135)
kumaraditya303
[Python-checkins] [3.13] gh-75279: Document that asyncio StreamWriter.drain() may not yield to the event loop (GH-155132) (#155136)
kumaraditya303
[Python-checkins] [3.15] gh-75279: Document that asyncio StreamWriter.drain() may not yield to the event loop (GH-155132) (#155134)
kumaraditya303
[Python-checkins] gh-154863: Check the encoded bytes in the shift state flush test (GH-155128)
serhiy-storchaka
[Python-checkins] [3.15] gh-135736: Fix interaction between TaskGroup and aclose() (GH-154649) (#154900)
1st1
[Python-checkins] [3.14] gh-155063: Upgrade bundled pip to 26.2 (GH-155064) (#155138)
hugovk
[Python-checkins] [3.15] gh-155063: Upgrade bundled pip to 26.2 (GH-155064) (#155137)
hugovk
[Python-checkins] [3.13] gh-155063: Upgrade bundled pip to 26.2 (GH-155064) (#155139)
hugovk
[Python-checkins] gh-155063: Upgrade bundled pip to 26.2 (#155064)
hugovk
[Python-checkins] gh-78959: Add order parameter to memoryview.cast() (GH-153663)
serhiy-storchaka
[Python-checkins] gh-75279: Document that asyncio StreamWriter.drain() may not yield to the event loop (#155132)
kumaraditya303
[Python-checkins] gh-94984: Add mode parameter to asyncio create_unix_server() (#155086)
kumaraditya303
[Python-checkins] gh-145030: Fix asyncio write pipe transport for named FIFOs on Solaris (#155110)
kumaraditya303
[Python-checkins] [3.15] Backport GH-148874: Make sure that mngr.__exit__() is always called in a with statement (GH-150911) (GH-154830)
markshannon
[Python-checkins] gh-151728: Clear the typing caches at interpreter shutdown (GH-155002)
encukou
[Python-checkins] gh-154937: Fix `_thread._shutdown()` racing with `_thread.start_joinable_thread` on `ThreadHandle.ident` (#155085)
kumaraditya303
[Python-checkins] [3.13] gh-154738: Propagate reparse-deferral setting to pyexpat subparsers (GH-154739) (GH-154989)
encukou
[Python-checkins] [3.14] gh-154738: Propagate reparse-deferral setting to pyexpat subparsers (GH-154739) (GH-154991)
encukou
[Python-checkins] [3.15] gh-154738: Propagate reparse-deferral setting to pyexpat subparsers (GH-154739) (GH-154990)
encukou
[Python-checkins] [3.13] GH-138800: Fix variable substitution in python3.pc for Android (GH-144776) (#155111)
freakboy3742
[Python-checkins] [3.15] gh-98820: Fix quadratic time in csv.Sniffer for quoted fields (GH-154867)
serhiy-storchaka
[Python-checkins] [3.14] gh-109638: Fix exponential time in csv.Sniffer for doubled quotes (GH-154868) (GH-155112)
serhiy-storchaka
[Python-checkins] [3.13] gh-109638: Fix exponential time in csv.Sniffer for doubled quotes (GH-154868) (GH-155113)
serhiy-storchaka
[Python-checkins] [3.15] gh-109638: Fix exponential time in csv.Sniffer for doubled quotes (#154868)
hugovk
[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
[Python-checkins] [3.14] GH-138800: Fix variable substitution in python3.pc for Android (GH-144776) (#155108)
freakboy3742
[Python-checkins] [3.15] GH-138800: Fix variable substitution in python3.pc for Android (GH-144776) (#155107)
freakboy3742
[Python-checkins] GH-138800: Fix variable substitution in python3.pc for Android (#144776)
freakboy3742
[Python-checkins] [3.15] gh-152384: pixi-packages: use `flags` to define variants (GH-152385) (#155091)
hugovk
[Python-checkins] [3.15] gh-155013: Fix a reference to "partial object" in the `functools.partial()` doc (GH-155036) (#155093)
StanFromIreland
[Python-checkins] [3.14] gh-155013: Fix a reference to "partial object" in the `functools.partial()` doc (GH-155036) (#155094)
StanFromIreland
[Python-checkins] gh-155013: Fix a reference to "partial object" in the `functools.partial()` doc (#155036)
StanFromIreland
[Python-checkins] gh-155006: Encode an error handler's replacement strictly (GH-155008)
serhiy-storchaka
[Python-checkins] [3.13] gh-155052: Fix docstring of decimal.Context.copy (GH-155062) (GH-155083) (GH-155088)
serhiy-storchaka
[Python-checkins] [3.14] gh-155052: Fix docstring of decimal.Context.copy (GH-155062) (GH-155083)
serhiy-storchaka
[Python-checkins] [3.15] gh-155052: Fix docstring of decimal.Context.copy (GH-155062) (GH-155081)
serhiy-storchaka
[Python-checkins] [3.13] gh-154892: Fix `PyLong_AsLong()` error checks in `_zoneinfo` (GH-154901) (#155058)
StanFromIreland
[Python-checkins] gh-155052: Fix docstring of decimal.Context.copy (GH-155062)
serhiy-storchaka
[Python-checkins] [3.15] gh-79366: Fix a race condition when removing a logging handler (GH-154528) (GH-155076)
serhiy-storchaka
[Python-checkins] [3.14] gh-79366: Fix a race condition when removing a logging handler (GH-154528) (GH-155077)
serhiy-storchaka
[Python-checkins] [3.13] gh-79366: Fix a race condition when removing a logging handler (GH-154528) (GH-155078)
serhiy-storchaka
[Python-checkins] gh-79366: Fix a race condition when removing a logging handler (GH-154528)
serhiy-storchaka
[Python-checkins] [3.13] Update Android Gradle plugin to version 9.3.1 (GH-155012) (#155066)
hugovk
[Python-checkins] [3.14] Update Android Gradle plugin to version 9.3.1 (GH-155012) (#155065)
hugovk
[Python-checkins] gh-155051: Reject None keyword arguments in decimal.localcontext() (GH-155054)
serhiy-storchaka
[Python-checkins] gh-155041: Support copy.replace() for decimal.Context (GH-155047)
serhiy-storchaka
[Python-checkins] [3.15] gh-154892: Fix `PyLong_AsLong()` error checks in `_zoneinfo` (GH-154901) (#155056)
StanFromIreland
[Python-checkins] [3.14] gh-154892: Fix `PyLong_AsLong()` error checks in `_zoneinfo` (GH-154901) (#155057)
StanFromIreland
[Python-checkins] gh-154892: Fix `PyLong_AsLong()` error checks in `_zoneinfo` (#154901)
StanFromIreland
[Python-checkins] [3.15] Update Android Gradle plugin to version 9.3.1 (GH-155012) (#155038)
hugovk
[Python-checkins] Update Android Gradle plugin to version 9.3.1 (#155012)
hugovk
[Python-checkins] gh-154871: Fix `asyncio.Task.get_context()` crash on uninitialized tasks (#154898)
kumaraditya303
[Python-checkins] Add comments about _Py_LOCK_DONT_DETACH usage. (#153817)
kumaraditya303
[Python-checkins] gh-151627: fix thread safety of OrderedDict iterator creation (#151688)
kumaraditya303
[Python-checkins] [3.13] gh-151942: Fix all Sphinx nitpicks in the Python 2.6 What's New (GH-154550) (#154954)
StanFromIreland
[Python-checkins] [3.14] gh-151942: Fix all Sphinx nitpicks in the Python 2.6 What's New (GH-154550) (#154953)
StanFromIreland
[Python-checkins] [3.15] gh-151942: Fix all Sphinx nitpicks in the Python 2.6 What's New (GH-154550) (#154952)
StanFromIreland
[Python-checkins] [3.15] gh-133879: Copyedit "What's New in Python 3.15" (GH-154978) (#155000)
hugovk
[Python-checkins] gh-133879: Copyedit "What's New in Python 3.15" (#154978)
hugovk
[Python-checkins] [3.12] Some tidying for GitHub Actions (GH-154950) (#154998)
hugovk
[Python-checkins] Fix inconsistencies in `InternalDocs/parser.md` (GH-154917)
ZeroIntensity
[Python-checkins] [3.13] Improved test coverage for codeop.py. (GH-154100) (GH-154994) (#154996)
hugovk
[Python-checkins] gh-151728: Partially revert "Clear the typing caches at interpreter shutdown (GH-154858)" (GH-154992)
encukou
[Python-checkins] [3.13] Some tidying for GitHub Actions (GH-154950) (#154995)
hugovk
[Python-checkins] [3.14] Improved test coverage for codeop.py. (GH-154100) (#154994)
hugovk
[Python-checkins] gh-154791: Fix asyncio.Future losing traceback on repeated result() call (#154798)
kumaraditya303
[Python-checkins] gh-154726: Fix `shutil.copyfile()` for symlinks to special files with `follow_symlinks=False` (GH-154728)
encukou
[Python-checkins] gh-154738: Propagate reparse-deferral setting to pyexpat subparsers (GH-154739)
encukou
[Python-checkins] gh-154863: Fix iconv encoding of ISO-2022-CN-EXT returning empty bytes (GH-154899)
serhiy-storchaka
[Python-checkins] [3.13] gh-154848: Enforce frame boundaries in the C unpickler (GH-154893) (GH-154982)
serhiy-storchaka
[Python-checkins] [3.14] gh-154848: Enforce frame boundaries in the C unpickler (GH-154893) (GH-154981)
serhiy-storchaka
[Python-checkins] [3.15] gh-154848: Enforce frame boundaries in the C unpickler (GH-154893) (GH-154977)
serhiy-storchaka
[Python-checkins] [3.15] gh-80678: Document the preferred delimiters of csv.Sniffer (GH-154336) (#154589)
hugovk
[Python-checkins] [3.14] gh-80678: Document the preferred delimiters of csv.Sniffer (GH-154336) (#154590)
hugovk
[Python-checkins] [3.13] gh-80678: Document the preferred delimiters of csv.Sniffer (GH-154336) (#154591)
hugovk
[Python-checkins] [3.15] Improved test coverage for codeop.py. (GH-154100) (#154938)
hugovk
[Python-checkins] [3.13] gh-105812: Make use of the Sphinx `deco` role in documentation (GH-139598) (#154983)
hugovk
[Python-checkins] [3.13] gh-154936: Fix JSON control character error position (GH-154941) (#154976)
hugovk
[Python-checkins] [3.14] gh-154936: Fix JSON control character error position (GH-154941) (#154975)
hugovk
[Python-checkins] [3.15] gh-154936: Fix JSON control character error position (GH-154941) (#154974)
hugovk
[Python-checkins] [3.14] gh-105812: Make use of the Sphinx `deco` role in documentation (GH-139598) (#154980)
hugovk
[Python-checkins] [3.15] gh-105812: Make use of the Sphinx `deco` role in documentation (GH-139598) (#154979)
hugovk
[Python-checkins] [3.15] gh-153404: Silently ignore non-decimal digits in robots.txt Crawl-delay and Request-rate (GH-153405) (#153830)
hugovk
[Python-checkins] gh-154848: Enforce frame boundaries in the C unpickler (GH-154893)
serhiy-storchaka
[Python-checkins] gh-154936: Fix JSON control character error position (GH-154941)
serhiy-storchaka
[Python-checkins] [3.14] Some tidying for GitHub Actions (GH-154950) (#154967)
hugovk
[Python-checkins] gh-152075: Avoid lock contention in _Py_Specialize_LoadGlobal under free threading (gh-153720)
colesbury
[Python-checkins] gh-154746: Document `collections.Counter` internal order and display order (#154777)
rhettinger
[Python-checkins] [3.13] gh-94543: Improve tempfile.mkstemp documentation about cleanup (GH-154748) (#154962)
hugovk
[Python-checkins] [3.14] gh-94543: Improve tempfile.mkstemp documentation about cleanup (GH-154748) (#154963)
hugovk
[Python-checkins] [3.15] gh-94543: Improve tempfile.mkstemp documentation about cleanup (GH-154748) (#154964)
hugovk
[Python-checkins] [3.15] Some tidying for GitHub Actions (GH-154950) (#154961)
hugovk
[Python-checkins] gh-94543: Improve tempfile.mkstemp documentation about cleanup (#154748)
hugovk
[Python-checkins] [3.15] Update bytecode magic number for the 3.15 release candidate (GH-154881) (#154955)
hugovk
[Python-checkins] [3.14] gh-135828: Disable syntax highlighting in Using Python on macOS (GH-150074) (#154959)
hugovk
[Python-checkins] Some tidying for GitHub Actions (#154950)
hugovk
[Python-checkins] Update bytecode magic number for the 3.15 release candidate (#154881)
hugovk
[Python-checkins] [3.15] gh-135828: Disable syntax highlighting in Using Python on macOS (GH-150074) (#154958)
hugovk
[Python-checkins] [3.13] gh-135828: Disable syntax highlighting in Using Python on macOS (GH-150074) (#154960)
hugovk
[Python-checkins] gh-135828: Disable syntax highlighting in Using Python on macOS (#150074)
hugovk
[Python-checkins] [3.15] CODEOWNERS: Remove everyone from `removed-ids.txt` (GH-154886) (#154957)
hugovk
[Python-checkins] CODEOWNERS: Remove everyone from `removed-ids.txt` (#154886)
hugovk
[Python-checkins] [3.14] gh-119592: gh-152967: Fix ProcessPoolExecutor stranding submitted work when a max_tasks_per_child worker exits (GH-152978) (#154873)
hugovk
[Python-checkins] gh-154874: Fix the sign of curses.termattrs() (GH-154875)
serhiy-storchaka
[Python-checkins] gh-151942: Fix all Sphinx nitpicks in the Python 2.6 What's New (#154550)
StanFromIreland
[Python-checkins] gh-154934: Remove ncurses assumptions from curses and its tests (GH-154940)
serhiy-storchaka
[Python-checkins] [3.15] GH-148468: Accept string-like proxy objects in colorized argparse help (GH-154653) (#154946)
savannahostrowski
[Python-checkins] GH-148468: Accept string-like proxy objects in colorized argparse help (#154653)
savannahostrowski
[Python-checkins] gh-154037: Fix race in the hash(Decimal) (#154045)
kumaraditya303
[Python-checkins] [3.15] gh-154587: Fix Windows buffer declaration in _cursesmodule (GH-154609) (GH-154931)
serhiy-storchaka
[Python-checkins] Improved test coverage for codeop.py. (GH-154100)
encukou
[Python-checkins] [3.14] gh-154587: Fix Windows buffer declaration in _cursesmodule (GH-154609) (GH-154932)
serhiy-storchaka
[Python-checkins] [3.13] gh-154587: Fix Windows buffer declaration in _cursesmodule (GH-154609) (GH-154933)
serhiy-storchaka
[Python-checkins] gh-154587: Fix Windows buffer declaration in _cursesmodule (GH-154609)
serhiy-storchaka
[Python-checkins] [3.13] gh-151941: Fix Sphinx reference warnings in `Doc/c-api/` (GH-152044) (GH-154922)
ZeroIntensity
[Python-checkins] [3.14] gh-151941: Fix Sphinx reference warnings in `Doc/c-api/` (GH-152044) (GH-154921)
ZeroIntensity
[Python-checkins] [3.15] gh-151941: Fix Sphinx reference warnings in `Doc/c-api/` (GH-152044) (GH-154920)
ZeroIntensity
[Python-checkins] gh-151941: Fix Sphinx reference warnings in `Doc/c-api/` (GH-152044)
ZeroIntensity
[Python-checkins] gh-151728: Clear the typing caches at interpreter shutdown (GH-154858)
encukou
[Python-checkins] [3.15] Minor fixes for Android (GH-154895) (#154905)
freakboy3742
[Python-checkins] [3.14] Minor fixes for Android (GH-154895) (#154906)
freakboy3742
[Python-checkins] [3.13] Minor fixes for Android (GH-154895) (#154907)
freakboy3742
[Python-checkins] [3.15] Make `os.get_terminal_size` check `isatty` before calling `ioctl` (GH-154885) (#154903)
freakboy3742
[Python-checkins] Minor fixes for Android (#154895)
freakboy3742
[Python-checkins] Make `os.get_terminal_size` check `isatty` before calling `ioctl` (#154885)
freakboy3742
[Python-checkins] gh-135736: Fix interaction between TaskGroup and aclose() (#154649)
1st1
[Python-checkins] [3.15] gh-154836: Fix Popen.wait() with very large timeouts on the pidfd/kqueue wait paths (GH-154837) (#154891)
gpshead
[Python-checkins] [3.13] gh-149221:Fix binomialvariate Function for random module (#149279)
hugovk
[Python-checkins] [3.15] gh-154709: Fix out-of-bounds access in dict reverse iterator (GH-154721) (GH-154888)
serhiy-storchaka
[Python-checkins] [3.14] gh-154709: Fix out-of-bounds access in dict reverse iterator (GH-154721) (GH-154889)
serhiy-storchaka
[Python-checkins] [3.13] gh-154709: Fix out-of-bounds access in dict reverse iterator (GH-154721) (GH-154890)
serhiy-storchaka
[Python-checkins] gh-154836: Fix Popen.wait() with very large timeouts on the pidfd/kqueue wait paths (GH-154837)
gpshead
[Python-checkins] [3.14] gh-131565: Implement ctypes.util.dllist() in the _ctypes extension (GH-154255) (GH-154883)
serhiy-storchaka
[Python-checkins] gh-154709: Fix out-of-bounds access in dict reverse iterator (GH-154721)
serhiy-storchaka
[Python-checkins] gh-151321: Fix incorrect opcode metadata flags for LOAD_DEREF opcode (GH-154778)
markshannon
[Python-checkins] [3.14] gh-149221: Add missing `test_binomialvariate_log_zero` (#154879)
hugovk
[Python-checkins] [3.13] Remove dead links to `pkg_resources` in `importlib` docs (GH-148344) (GH-148964) (#154876)
StanFromIreland
[Python-checkins] [3.15] gh-131565: Implement ctypes.util.dllist() in the _ctypes extension (GH-154255) (GH-154882)
serhiy-storchaka
[Python-checkins] gh-131565: Implement ctypes.util.dllist() in the _ctypes extension (GH-154255)
serhiy-storchaka
[Python-checkins] gh-64192: Add *buffersize* to `imap()`/`imap_unordered()` in `multiprocessing.pool` (GH-136871)
encukou
[Python-checkins] [3.13] gh-154070: Build the curses module wide by capability, not by name (GH-154071) (GH-154765) (GH-154800)
serhiy-storchaka
[Python-checkins] [3.14] gh-62534: Document that three-argument type() does not call __prepare__ (GH-154028) (GH-154166)
encukou
[Python-checkins] [3.13] gh-62534: Document that three-argument type() does not call __prepare__ (GH-154028) (GH-154164)
encukou
[Python-checkins] [3.15] gh-62534: Document that three-argument type() does not call __prepare__ (GH-154028) (GH-154165)
encukou
[Python-checkins] [3.15] gh-132604: Track deprecation related to runtime-checkable protocols (3.20) (GH-154790) (#154809)
hugovk
[Python-checkins] [3.13] gh-152674: Avoid quadratic behavior in xml.etree.ElementPath index predicates (GH-152676) (GH-154811)
encukou
[Python-checkins] [3.14] gh-152674: Avoid quadratic behavior in xml.etree.ElementPath index predicates (GH-152676) (GH-154810)
encukou
[Python-checkins] [3.15] gh-152674: Avoid quadratic behavior in xml.etree.ElementPath index predicates (GH-152676) (GH-154812)
encukou
[Python-checkins] [3.15] gh-122931: Allow stable abi3 API extensions to include a multiarch tuple in the filename (GH-152461) (GH-154772)
encukou
[Python-checkins] [3.15] gh-153531: fix thread safety of setting func.__doc__ and func.__module__ (GH-154851) (#154856)
kumaraditya303
[Python-checkins] [3.14] gh-153531: fix thread safety of setting func.__doc__ and func.__module__ (GH-154851) (#154857)
kumaraditya303
[Python-checkins] gh-153531: fix thread safety of setting func.__doc__ and func.__module__ (#154851)
kumaraditya303
[Python-checkins] gh-154781: Fix garbage from curses window.in_wstr() (GH-154782)
serhiy-storchaka
[Python-checkins] gh-154788: Make curses window.getparent() unconditional (GH-154789)
serhiy-storchaka
[Python-checkins] [3.14] gh-123720: When closing an asyncio server, stop the handlers (GH-124689) (#154680)
kumaraditya303
[Python-checkins] [3.14] gh-154821: Fix data races when setting attributes of function objects (#154831)
kumaraditya303
[Python-checkins] [3.14] gh-149619: Harden _remote_debugging error paths (GH-150349) (#154844)
pablogsal
[Python-checkins] [3.14] gh-149619: Fix `_remote_debugging` permissions error on Linux (GH-150012) (#154825)
pablogsal
[Python-checkins] [3.15] gh-154324: Fix os.sendfile() error reporting on illumos (GH-154327) (GH-154832)
serhiy-storchaka
[Python-checkins] [3.14] gh-154324: Fix os.sendfile() error reporting on illumos (GH-154327) (GH-154833)
serhiy-storchaka
[Python-checkins] [3.13] gh-154324: Fix os.sendfile() error reporting on illumos (GH-154327) (GH-154834)
serhiy-storchaka
[Python-checkins] gh-154271: Enable socket ancillary data and forkserver on illumos (GH-154273)
serhiy-storchaka
[Python-checkins] [3.15] gh-154821: fix data races on function attributes (GH-154826) (#154829)
kumaraditya303
[Python-checkins] gh-154324: Fix os.sendfile() error reporting on illumos (GH-154327)
serhiy-storchaka
[Python-checkins] gh-154821: fix data races on function attributes (#154826)
kumaraditya303
[Python-checkins] [3.15] gh-154822: Fix racy assertion during finalization (GH-154824) (GH-154828)
ZeroIntensity
[Python-checkins] gh-154822: Fix racy assertion during finalization (GH-154824)
ZeroIntensity
[Python-checkins] [3.15] gh-154592: Fix test_peg_generator in non-UTF-8 locales with a non-ASCII work dir (GH-154593) (GH-154598)
serhiy-storchaka
[Python-checkins] gh-152674: Avoid quadratic behavior in xml.etree.ElementPath index predicates (GH-152676)
encukou
[Python-checkins] gh-132604: Track deprecation related to runtime-checkable protocols (3.20) (#154790)
encukou
[Python-checkins] [3.13] gh-154661: Reorganize difflib documentation (GH-154662) (#154807)
hugovk
[Python-checkins] [3.15] gh-154661: Reorganize difflib documentation (GH-154662) (#154805)
hugovk
[Python-checkins] [3.14] gh-154661: Reorganize difflib documentation (GH-154662) (#154806)
hugovk
[Python-checkins] [3.15] gh-142349: Clarify lazy import filters have positional-only parameters (GH-144856) (GH-154808)
encukou
[Python-checkins] gh-142349: Clarify lazy import filters have positional-only parameters (GH-144856)
encukou
Earlier messages
Later messages