python-checkins
Thread
Date
Earlier messages
Messages by Thread
[Python-checkins] [3.14] Increase the timeout of test_large_content_length_truncated (GH-155951)
zware
[Python-checkins] [3.13] gh-156369: Update CI to use latest SSL library versions (GH-156381) (#156394)
hugovk
[Python-checkins] [3.14] gh-156369: Update CI to use latest SSL library versions (GH-156381) (#156390)
hugovk
[Python-checkins] [3.15] gh-156369: Update OpenSSL error ID data (GH-156380) (#156392)
hugovk
[Python-checkins] [3.15] gh-156369: Update CI to use latest SSL library versions (GH-156381) (#156389)
hugovk
[Python-checkins] gh-149985: Remove future annotations and if TYPE_CHECKING in pyrepl (#149992)
JelleZijlstra
[Python-checkins] gh-156369: Update OpenSSL error ID data (GH-156380)
zware
[Python-checkins] [3.15] gh-154089: Hide unavailable replay efficiency (GH-154092) (#156387)
pablogsal
[Python-checkins] [3.15] gh-154088: Count elided stacks consistently (GH-154093) (#156386)
pablogsal
[Python-checkins] [3.15] gh-69619: Link to isspace() in the strip() and split() documentation (GH-155444) (#155667)
hugovk
[Python-checkins] gh-156369: Update CI to use latest SSL library versions (#156381)
hugovk
[Python-checkins] gh-154089: Hide unavailable replay efficiency (#154092)
pablogsal
[Python-checkins] gh-154088: Count elided stacks consistently (#154093)
pablogsal
[Python-checkins] gh-154085: Avoid duplicating diff line values (#154099)
pablogsal
[Python-checkins] gh-156243: Indicate that emscripten_runtime depends on stringToNewUTF8 (#156335)
freakboy3742
[Python-checkins] [3.14] gh-152204: Validate date and time fields in `_pydatetime.date{time}.fromisoformat` (GH-152205) (#156367)
StanFromIreland
[Python-checkins] Docs(build): linklint is now called sphinx_linklint (#156373)
nedbat
[Python-checkins] [3.13] gh-152204: Validate date and time fields in `_pydatetime.date{time}.fromisoformat` (GH-152205) (#156368)
StanFromIreland
[Python-checkins] Fix various issues in the 'Timer File Descriptors' documentation (#156027)
StanFromIreland
[Python-checkins] [3.15] gh-155193: Fix the *canonical* decoder lists in the 3.15 What's New and NEWS (GH-156302) (#156370)
hugovk
[Python-checkins] gh-155193: Fix the *canonical* decoder lists in the 3.15 What's New and NEWS (#156302)
hugovk
[Python-checkins] Notify Stan about Turtle related things (#156361)
hugovk
[Python-checkins] Documentation on handling a corrupt nuget.config when installing packages from Nuget (GH-154039)
zooba
[Python-checkins] gh-152204: Validate date and time fields in `_pydatetime.date{time}.fromisoformat` (#152205)
StanFromIreland
[Python-checkins] gh-156348: Fix the value of curses.ERR (GH-156349)
serhiy-storchaka
[Python-checkins] gh-156207: Fix curses Textbox.gather() for double-width characters (GH-156208)
serhiy-storchaka
[Python-checkins] gh-145177: Upgrade to Emscripten 6.0.8 (#156334)
freakboy3742
[Python-checkins] [3.15] gh-105116: Document that an escaped csv quotechar does not cause quoting (GH-155073) (#155682)
hugovk
[Python-checkins] [3.15] gh-155254: Avoid warning about missing stdlib when using _pth files (GH-156015) (#156182)
hugovk
[Python-checkins] [3.15] gh-154701: prevent executor self-links in JIT cold exits (GH-155323) (#155832)
hugovk
[Python-checkins] [3.15] gh-155978: Fix leak in update_slot_after_setattr() (GH-155979) (#155984)
hugovk
[Python-checkins] [3.15] Add a page detailing the time complexity of operations on built-in types (GH-154363) (#156326)
hugovk
[Python-checkins] [3.14] gh-156126: Fix crash in -X importtime with unencodable module … (#156330)
Eclips4
[Python-checkins] gh-148750: Unfreeze encodings module to avoid import errors with zipped stdlib (GH-156183)
zooba
[Python-checkins] Add a page detailing the time complexity of operations on built-in types (#154363)
StanFromIreland
[Python-checkins] gh-152190: Fix memory checking failure in `test_zipfile64.py` (GH-152203)
gpshead
[Python-checkins] [3.13] gh-155648: Fix IDLE tests that cannot fail (GH-156257) (#156317)
terryjreedy
[Python-checkins] [3.15] Do not break long test names in the regrtest output (GH-155714) (#155722)
hugovk
[Python-checkins] [3.14] gh-155648: Fix IDLE tests that cannot fail (GH-156257) (#156316)
terryjreedy
[Python-checkins] gh-155648: Fix IDLE tests that cannot fail (#156257)
terryjreedy
[Python-checkins] gh-156002: Bound zipfile decompression for bzip2/LZMA/Zstandard (GH-156003)
encukou
[Python-checkins] [3.14] gh-151138: Update Windows temp directory locations in tempfile.rst (GH-151210) (#156307)
hugovk
[Python-checkins] [3.15] gh-151138: Update Windows temp directory locations in tempfile.rst (GH-151210) (#156306)
hugovk
[Python-checkins] [3.13] gh-151138: Update Windows temp directory locations in tempfile.rst (GH-151210) (#156308)
hugovk
[Python-checkins] gh-151138: Update Windows temp directory locations in tempfile.rst (#151210)
hugovk
[Python-checkins] [3.13] gh-156226: Fix doubled-word typos in the `difflib` documetation (GH-156227) (#156295)
hugovk
[Python-checkins] [3.15] gh-156226: Fix doubled-word typos in the `difflib` documetation (GH-156227) (#156297)
hugovk
[Python-checkins] [3.14] gh-156226: Fix doubled-word typos in the `difflib` documetation (GH-156227) (#156296)
hugovk
[Python-checkins] gh-155373: Inline the parsing code of optional groups in Argument Clinic (GH-155374)
serhiy-storchaka
[Python-checkins] gh-156244: Update `configure` for RISC-V support (#156277)
StanFromIreland
[Python-checkins] gh-156226: Fix doubled-word typos in the `difflib` documetation (#156227)
StanFromIreland
[Python-checkins] gh-156230: Bound a curses window read by the window, not by 2047 (GH-156282)
serhiy-storchaka
[Python-checkins] gh-156261: Move converters used in several files to Argument Clinic (GH-156262)
serhiy-storchaka
[Python-checkins] [3.15] gh-131885: Use real signatures in the `zlib` docs (GH-156179) (#156268)
hugovk
[Python-checkins] [3.15] gh-156111: Clarify wording in glossary entry "expression" (GH-156198) (#156236)
hugovk
[Python-checkins] [3.14] gh-154855: Ask non-ncurses curses for one more character (GH-154870) (GH-156284)
serhiy-storchaka
[Python-checkins] [3.13] gh-154855: Ask non-ncurses curses for one more character (GH-154870) (GH-156285)
serhiy-storchaka
[Python-checkins] gh-154855: Ask non-ncurses curses for one more character (GH-154870)
serhiy-storchaka
[Python-checkins] [3.14] gh-156234: Fix and rewrite the curses documentation on reading (GH-156235) (GH-156280)
serhiy-storchaka
[Python-checkins] [3.13] gh-156234: Fix and rewrite the curses documentation on reading (GH-156235) (GH-156281)
serhiy-storchaka
[Python-checkins] gh-156234: Fix and rewrite the curses documentation on reading (GH-156235)
serhiy-storchaka
[Python-checkins] gh-155934: Fix socket leak and silent error for asyncio accepted connections (#155936)
kumaraditya303
[Python-checkins] gh-155433: Fix TaskGroup losing outside cancellation after cancel() (#155439)
kumaraditya303
[Python-checkins] [3.14] gh-156173: Fix `zlib.Decompress.flush()` silently returning corrupted output instead of raising `zlib.error` (GH-156176) (#156271)
StanFromIreland
[Python-checkins] [3.13] gh-156173: Fix `zlib.Decompress.flush()` silently returning corrupted output instead of raising `zlib.error` (GH-156176) (#156272)
StanFromIreland
[Python-checkins] [3.14] gh-131885: Use real signatures in the `zlib` docs (GH-156179) (#156269)
StanFromIreland
[Python-checkins] [3.13] gh-131885: Use real signatures in the `zlib` docs (GH-156179) (#156267)
StanFromIreland
[Python-checkins] [3.14] gh-156246: Fix documented default of the asyncio limit argument (GH-156247) (#156255)
kumaraditya303
[Python-checkins] [3.13] gh-156246: Fix documented default of the asyncio limit argument (GH-156247) (#156256)
kumaraditya303
[Python-checkins] gh-156173: Fix `zlib.Decompress.flush()` silently returning corrupted output instead of raising `zlib.error` (#156176)
StanFromIreland
[Python-checkins] gh-131885: Use real signatures in the `zlib` docs (#156179)
StanFromIreland
[Python-checkins] gh-156126: Fix crash in -X importtime with unencodable module names (#156137)
Eclips4
[Python-checkins] [3.14] gh-155648: In IDLE tests, call unittest.main without exit arg (GH-156249) (#156252)
terryjreedy
[Python-checkins] [3.13] gh-155648: In IDLE tests, call unittest.main without exit arg (GH-156249) (#156253)
terryjreedy
[Python-checkins] gh-156246: Fix documented default of the asyncio limit argument (#156247)
kumaraditya303
[Python-checkins] gh-155648: In IDLE tests, call unittest.main without exit arg (#156249)
terryjreedy
[Python-checkins] gh-156180: Reject a negative `len2` in `zlib.{adler32,crc32}_combine()` (#156181)
StanFromIreland
[Python-checkins] [3.14] gh-156111: Clarify wording in glossary entry "expression" (GH-156198) (#156237)
picnixz
[Python-checkins] [3.13] gh-156111: Clarify wording in glossary entry "expression" (GH-156198) (#156238)
picnixz
[Python-checkins] gh-156111: Clarify wording in glossary entry "expression" (#156198)
picnixz
[Python-checkins] [3.15] gh-80678: Document the preferred attribute of csv.Sniffer (GH-155068) (#155679)
hugovk
[Python-checkins] [3.15] gh-155363: Fix QSBR slot leak on thread state creation failure (gh-155365) (#155579)
hugovk
[Python-checkins] [3.13] gh-155911: Fix curses detection with libraries in LIBS (GH-156130) (GH-156225)
serhiy-storchaka
[Python-checkins] [3.14] gh-155911: Fix curses detection with libraries in LIBS (GH-156130) (GH-156224)
serhiy-storchaka
[Python-checkins] gh-155911: Fix curses detection with libraries in LIBS (GH-156130)
serhiy-storchaka
[Python-checkins] gh-156219: Fix Argument Clinic for an optional argument with **kwds (GH-156220)
serhiy-storchaka
[Python-checkins] [3.14] gh-156112: Load the ObjC runtime by name when find_library() cannot resolve it (GH-156113) (#156216)
freakboy3742
[Python-checkins] [3.13] gh-156112: Load the ObjC runtime by name when find_library() cannot resolve it (GH-156113) (#156217)
freakboy3742
[Python-checkins] gh-156112: Load the ObjC runtime by name when find_library() cannot resolve it (#156113)
freakboy3742
[Python-checkins] [3.14] gh-156115: Use the simulator deployment-target flag for iOS simulator builds (GH-156116) (#156212)
freakboy3742
[Python-checkins] [3.13] gh-156115: Use the simulator deployment-target flag for iOS simulator builds (GH-156116) (#156213)
freakboy3742
[Python-checkins] gh-156115: Use the simulator deployment-target flag for iOS simulator builds (#156116)
freakboy3742
[Python-checkins] gh-155354: Document that `sys._clear_type_cache` no longer clears the type cache (#155391)
kumaraditya303
[Python-checkins] [3.13] gh-156196: Fix a failed assignment to a PyMemberDef attribute changing its value (GH-156197)
serhiy-storchaka
[Python-checkins] gh-155254: Avoid warning about missing stdlib when using _pth files (GH-156015)
zooba
[Python-checkins] gh-152754: Fix crash when an os.scandir iterator is shared between threads (gh-153462)
nascheme
[Python-checkins] gh-116048: restructure task group docs and add docs for eager execution (#156102)
kumaraditya303
[Python-checkins] [3.13] gh-156106: Add tests for setting and deleting attributes defined in C (GH-156107) (GH-156191)
serhiy-storchaka
[Python-checkins] gh-155877: Fix a NUL in a curses character cell (GH-156158)
serhiy-storchaka
[Python-checkins] [3.13] gh-153539: Fix use-after-free in TextIOWrapper.tell() with a reentrant decoder (GH-153540) (GH-156195)
serhiy-storchaka
[Python-checkins] [3.14] gh-153539: Fix use-after-free in TextIOWrapper.tell() with a reentrant decoder (GH-153540) (GH-156194)
serhiy-storchaka
[Python-checkins] [3.13] gh-156189: Fix a crash when deleting frame.f_trace_opcodes (GH-156190)
serhiy-storchaka
[Python-checkins] gh-155781: Hold strong references to sqlite3 converters (#155784)
kumaraditya303
[Python-checkins] [3.14] gh-156106: Add tests for setting and deleting attributes defined in C (GH-156107) (ПР-156184)
serhiy-storchaka
[Python-checkins] [3.13] gh-156166: Fix setting and deleting SSLContext._msg_callback (GH-156167) (GH-156175)
serhiy-storchaka
[Python-checkins] gh-156106: Add tests for setting and deleting attributes defined in C (GH-156107)
serhiy-storchaka
[Python-checkins] [3.14] gh-156166: Fix setting and deleting SSLContext._msg_callback (GH-156167) (GH-156174)
serhiy-storchaka
[Python-checkins] [3.13] gh-155952: Fix `<unrepresentable>` Argument Clinic defaults in several signatures (#156170)
StanFromIreland
[Python-checkins] [3.14] gh-155952: Fix `<unrepresentable>` Argument Clinic defaults in several signatures (#156172)
StanFromIreland
[Python-checkins] gh-156166: Fix setting and deleting SSLContext._msg_callback (GH-156167)
serhiy-storchaka
[Python-checkins] gh-155952: Fix `<unrepresentable>` Argument Clinic defaults in several signatures (#155954)
StanFromIreland
[Python-checkins] gh-153227: Unpin development version of Pygments (#156163)
StanFromIreland
[Python-checkins] [3.14] gh-152817: Prevent deletion of sqlite3 cursor.row_factory attr (GH-152818) (GH-156161)
serhiy-storchaka
[Python-checkins] [3.13] gh-152817: Prevent deletion of sqlite3 cursor.row_factory attr (GH-152818) (GH-156162)
serhiy-storchaka
[Python-checkins] [3.13] gh-156099: Fix a crash when deleting SSLContext.keylog_filename (GH-156103) (GH-156150)
serhiy-storchaka
[Python-checkins] gh-152817: Prevent deletion of sqlite3 `cursor.row_factory` attr, missed from: gh-149738 (GH-152818)
serhiy-storchaka
[Python-checkins] [3.14] gh-156101: Fix sqlite3 Cursor.arraysize on a failed assignment (GH-156105) (GH-156157)
serhiy-storchaka
[Python-checkins] [3.13] gh-156100: Fix crashes in the sqlite3 Connection.autocommit setter (GH-156104) (GH-156155)
serhiy-storchaka
[Python-checkins] [3.14] gh-156100: Fix crashes in the sqlite3 Connection.autocommit setter (GH-156104) (GH-156152)
serhiy-storchaka
[Python-checkins] [3.14] gh-156124: Fix a crash when deleting ctypes Pointer.contents (GH-156125) (GH-156154)
serhiy-storchaka
[Python-checkins] [3.14] gh-156099: Fix a crash when deleting SSLContext.keylog_filename (GH-156103) (GH-156149)
serhiy-storchaka
[Python-checkins] gh-156101: Fix sqlite3 Cursor.arraysize on a failed assignment (GH-156105)
serhiy-storchaka
[Python-checkins] gh-155499: Fix curses window.border() and window.box() with 0 (GH-155871)
serhiy-storchaka
[Python-checkins] gh-156124: Fix a crash when deleting ctypes Pointer.contents (GH-156125)
serhiy-storchaka
[Python-checkins] gh-156100: Fix crashes in the sqlite3 Connection.autocommit setter (GH-156104)
serhiy-storchaka
[Python-checkins] gh-155863: Add the WACS_* constants to the curses module (GH-155870)
serhiy-storchaka
[Python-checkins] gh-156138: Keep the color pair when a curses write restores the rendition (GH-156139)
serhiy-storchaka
[Python-checkins] gh-156099: Fix a crash when deleting SSLContext.keylog_filename (GH-156103)
serhiy-storchaka
[Python-checkins] [3.14] gh-128326: Normalize self-references to "documentation" (GH-143138) (#156141)
hugovk
[Python-checkins] [3.13] gh-128326: Normalize self-references to "documentation" (GH-143138) (#156140)
hugovk
[Python-checkins] [3.15] gh-128326: Normalize self-references to "documentation" (GH-143138) (#156142)
hugovk
[Python-checkins] [3.13] gh-153005: Use a monotonic clock for concurrent.interpreters Queue timeouts (GH-154156) (GH-156019)
serhiy-storchaka
[Python-checkins] [3.11] GH-155757: Set `--argv0` for wasmtime in configure.ac (GH-155815) (#155816)
brettcannon
[Python-checkins] [3.11] Add a timeout to the 'Check if the ABI has changed' job (GH-156051) (#156094)
pablogsal
[Python-checkins] [3.10] Add a timeout to the 'Check if the ABI has changed' job (GH-156051) (#156095)
pablogsal
[Python-checkins] [3.11] GH-155757: Set `--argv0` for wasmtime (GH-155758) (#155798)
brettcannon
[Python-checkins] Don't leak exceptions when a subprocess fails when run by Platforms/WASI (#156030)
brettcannon
[Python-checkins] gh-155974: Restore the window attributes when a curses write fails (GH-155975)
serhiy-storchaka
[Python-checkins] [3.12] Add a timeout to the 'Check if the ABI has changed' job (GH-156051) (#156093)
Yhg1s
[Python-checkins] gh-128326: Normalize self-references to "documentation" (#143138)
StanFromIreland
[Python-checkins] [3.14] gh-153005: Use a monotonic clock for concurrent.interpreters Queue timeouts (GH-154156) (GH-156018)
serhiy-storchaka
[Python-checkins] gh-65961: Document __cached__ removal in What's New & clarify references to it (GH-156053)
encukou
[Python-checkins] [3.12] gh-155999: `tarfile`: handle a member that leaves the destination but comes back (GH-156000) (#156043)
Yhg1s
[Python-checkins] gh-149816: #96 Fix a race condition in invoke_gc_callback with free threading (GH-150029)
encukou
[Python-checkins] [3.12] gh-155694: Scope HTTPPasswordMgr credentials by URL scheme (GH-155696) (#155971)
Yhg1s
[Python-checkins] gh-130647: Add `--omit-header` option to pygettext (#130650)
StanFromIreland
[Python-checkins] [3.14] gh-155519: fix data-race for Context.ctx_vars (GH-155522) (#155892)
kumaraditya303
[Python-checkins] [3.14] gh-156067: Fix two error handling issues in `_zoneinfo.load_data()` (GH-156068) (#156089)
StanFromIreland
[Python-checkins] [3.13] gh-156067: Fix two error handling issues in `_zoneinfo.load_data()` (GH-156068) (#156090)
StanFromIreland
[Python-checkins] gh-156067: Fix two error handling issues in `_zoneinfo.load_data()` (#156068)
StanFromIreland
[Python-checkins] gh-152409: Save the trace --file counts when --no-report is used (GH-152410)
serhiy-storchaka
[Python-checkins] [3.13] gh-148216: Fix hyphenation in tutorial/stdlib.rst (GH-155736) (#156083)
hugovk
[Python-checkins] [3.15] gh-148216: Fix hyphenation in tutorial/stdlib.rst (GH-155736) (#156085)
hugovk
[Python-checkins] [3.14] gh-148216: Fix hyphenation in tutorial/stdlib.rst (GH-155736) (#156084)
hugovk
[Python-checkins] gh-148216: Fix hyphenation in tutorial/stdlib.rst (#155736)
hugovk
[Python-checkins] [3.13] Add a timeout to the 'Check if the ABI has changed' job (GH-156051) (#156076)
hugovk
[Python-checkins] [3.14] Add a timeout to the 'Check if the ABI has changed' job (GH-156051) (#156077)
hugovk
[Python-checkins] [3.15] Add a timeout to the 'Check if the ABI has changed' job (#156051)
hugovk
[Python-checkins] [3.15] gh-156060: Do not scan every process four times in `remote_debugging.get_child_pids()` on macOS (GH-156061) (#156069)
pablogsal
[Python-checkins] gh-156060: Do not scan every process four times in `remote_debugging.get_child_pids()` on macOS (#156061)
pablogsal
[Python-checkins] Remote Debugging: silence some unused function warnings (#149898)
StanFromIreland
[Python-checkins] [3.14] gh-155894: Fix wait_for() docs claiming a coroutine is wrapped in a Task (#156039)
kumaraditya303
[Python-checkins] [3.13] gh-155999: `tarfile`: handle a member that leaves the destination but comes back (GH-156000) (#156042)
StanFromIreland
[Python-checkins] [3.14] gh-155999: `tarfile`: handle a member that leaves the destination but comes back (GH-156000) (#156041)
StanFromIreland
[Python-checkins] [3.13] gh-155894: Fix wait_for() docs claiming a coroutine is wrapped in a Task (#156045)
kumaraditya303
[Python-checkins] [3.13] gh-153578: Fix out-of-bounds write in bytearray.extend() with a reentrant __buffer__ (GH-153579) (GH-156009)
serhiy-storchaka
[Python-checkins] [3.15] gh-154196: Improve `AttributeError` messages from unresolved lazy imports (GH-154688) (#155899)
pablogsal
[Python-checkins] [3.15] gh-155194: Fix not raising on non-module import (GH-155189) (#155983)
pablogsal
[Python-checkins] gh-152023: Update Android and Windows builds to SQLite 3.53.4 (#155101)
StanFromIreland
[Python-checkins] [3.14] Fix various typos in `Doc/library/stdtypes.rst` (GH-155879) (#156028)
StanFromIreland
[Python-checkins] [3.13] Fix various typos in `Doc/library/stdtypes.rst` (GH-155879) (#156029)
StanFromIreland
[Python-checkins] gh-155999: `tarfile`: handle a member that leaves the destination but comes back (#156000)
StanFromIreland
[Python-checkins] gh-75876: Report the peak memory use of a bigmem test (GH-156024)
serhiy-storchaka
[Python-checkins] gh-107570: Argument Clinic: report errors on the offending line (GH-155250)
serhiy-storchaka
[Python-checkins] gh-155263: Add the --list option to Argument Clinic (GH-155264)
serhiy-storchaka
[Python-checkins] [3.15] gh-155400: Fix deadlock with type_lock_prevent_release() (GH-155401) (#155822)
hugovk
[Python-checkins] [3.15] gh-141510: Document frozendict support in json (gh-155929) (#155933)
hugovk
[Python-checkins] [3.15] gh-148817: Fold long lists/sets of constant elements into constant tuples/frozensets (GH-149016) (#155897)
hugovk
[Python-checkins] [3.15] gh-155519: fix data-race for Context.ctx_vars (GH-155522) (#155893)
hugovk
[Python-checkins] gh-120321: fix thread safety of concurrently iterating over async generators (#155025)
kumaraditya303
[Python-checkins] [3.15] gh-155869: Fix data loss in dbm.dumb.reorganize() (GH-155872) (#155874)
hugovk
[Python-checkins] [3.15] gh-151377: Fix races updating type slots and subclasses (GH-155370) (#155821)
hugovk
[Python-checkins] [3.15] gh-98894: Fix dtrace tests in shared builds (GH-153372) (#155803)
hugovk
[Python-checkins] [3.15] gh-155742: Test PyBytesWriter_FinishWithSize() with negative size (GH-155783) (#155791)
hugovk
[Python-checkins] [3.15] gh-155702: Fix sqlite3.Blob slice assignment with a step (GH-155703) (#155765)
hugovk
[Python-checkins] [3.15] gh-141174: Test re-stringifying a `ForwardRef` (GH-155689) (#155707)
hugovk
[Python-checkins] [3.15] gh-85260: Extend the AST Validator to validate all identifiers (GH-21069) (#155652)
hugovk
[Python-checkins] [3.15] gh-155694: Scope HTTPPasswordMgr credentials by URL scheme (GH-155696) (#155968)
hugovk
[Python-checkins] [3.13] gh-146004: fix test_args_from_interpreter_flags on windows (GH-146580) (#155965)
zware
[Python-checkins] gh-152433: Fix errors in sys.getwindowsversion() for UWP build (GH-152604)
zooba
[Python-checkins] gh-64595: Touch the source file if the generated file was changed (GH-155265)
serhiy-storchaka
[Python-checkins] PC/pyconfig.h: Improve readability of implicit .lib linking (GH-155995)
zooba
[Python-checkins] gh-155941: Close the transport when client_connected_cb raises in asyncio (#155942)
kumaraditya303
[Python-checkins] gh-155894: Fix asyncio.wait_for() docs claiming a coroutine is wrapped in a Task (#155895)
kumaraditya303
[Python-checkins] [3.13] gh-113318: Fix @getter and @setter in Argument Clinic (GH-155778) (GH-156012)
serhiy-storchaka
[Python-checkins] [3.14] gh-113318: Fix @getter and @setter in Argument Clinic (GH-155778) (GH-156011)
serhiy-storchaka
[Python-checkins] [3.14] gh-153578: Fix out-of-bounds write in bytearray.extend() with a reentrant __buffer__ (GH-153579) (GH-156008)
serhiy-storchaka
[Python-checkins] [3.14] gh-155997: Fix list_all() if an interpreter is destroyed during the call (GH-155998) (GH-156005)
serhiy-storchaka
[Python-checkins] gh-75876: Run bigmem tests in a subprocess (GH-155302)
serhiy-storchaka
[Python-checkins] [3.13] gh-155997: Fix list_all() if an interpreter is destroyed during the call (GH-155998) (GH-156006)
serhiy-storchaka
Earlier messages