python-checkins
Thread
Date
Earlier messages
Messages by Date
2026/08/29
[Python-checkins] [3.15] gh-155974: Restore the window attributes when a curses write fails (GH-155975) (#156136)
hugovk
2026/08/29
[Python-checkins] gh-156466: fix cleanup on error in codegen_function_body (#156511)
iritkatriel
2026/08/29
[Python-checkins] [3.14] gh-156466: Fix additional compiler scope cleanup errors (GH-156547) (#156572)
iritkatriel
2026/08/29
[Python-checkins] gh-156459: Fix cleanup on error in compiler_set_qualname (#156462)
iritkatriel
2026/08/29
[Python-checkins] gh-156466: Fix additional compiler scope cleanup errors (#156547)
iritkatriel
2026/08/29
[Python-checkins] [3.15] gh-156353: Fix configparser space delimiter parsing (GH-156382) (#156557)
hugovk
2026/08/29
[Python-checkins] [3.15] gh-156112: Load the ObjC runtime by name when find_library() cannot resolve it (GH-156113) (#156215)
hugovk
2026/08/29
[Python-checkins] [3.15] gh-156395: Report frozen objects on free-threaded GC build (GH-156396) (#156420)
hugovk
2026/08/29
[Python-checkins] [3.15] gh-156115: Use the simulator deployment-target flag for iOS simulator builds (GH-156116) (#156211)
hugovk
2026/08/29
[Python-checkins] [3.15] gh-155781: Hold strong references to sqlite3 converters (GH-155784) (#156192)
hugovk
2026/08/29
[Python-checkins] [3.15] gh-155888: Fix asyncio writelines() hanging on an empty chunk (GH-155889) (#155904)
hugovk
2026/08/29
[Python-checkins] [3.15] gh-156523: Fix asyncio.as_completed() not recording the awaiting task (GH-156527) (#156552)
hugovk
2026/08/29
[Python-checkins] gh-156408: Fix asyncio.print_call_graph() on a finished task (#156410)
kumaraditya303
2026/08/29
[Python-checkins] gh-156353: Fix configparser space delimiter parsing (#156382)
hugovk
2026/08/29
[Python-checkins] gh-156523: Fix asyncio.as_completed() not recording the awaiting task (#156527)
kumaraditya303
2026/08/29
[Python-checkins] gh-148085: `datetime` cache `time` module lookups (#148088)
StanFromIreland
2026/08/29
[Python-checkins] [3.15] gh-153772: Make abc isinstance() tolerate instances without __class__ (GH-154149) (#156541)
hugovk
2026/08/29
[Python-checkins] [3.15] gh-155952: Fix `<unrepresentable>` Argument Clinic defaults in several signatures (GH-155954) (#156165)
hugovk
2026/08/28
[Python-checkins] gh-156537: Optimize codec.decode by inlining the per-character write in CJK decoders (gh-156538)
corona10
2026/08/28
[Python-checkins] [3.14] gh-153772: Make abc isinstance() tolerate instances without __class__ (GH-154149) (#156542)
JelleZijlstra
2026/08/28
[Python-checkins] [3.13] gh-153772: Make abc isinstance() tolerate instances without __class__ (GH-154149) (#156543)
JelleZijlstra
2026/08/28
[Python-checkins] gh-153772: Make abc isinstance() tolerate instances without __class__ (#154149)
JelleZijlstra
2026/08/28
[Python-checkins] [3.14] gh-156525: fix a few error path scope management bugs in symtable (GH-156526) (#156533)
JelleZijlstra
2026/08/28
[Python-checkins] Do not recurse into `Literal` arguments during type evaluation (#156534)
JelleZijlstra
2026/08/28
[Python-checkins] gh-143768: Replace a dangling interpreter symlink when creating a venv (#150985)
brettcannon
2026/08/28
[Python-checkins] [3.14] gh-156466: fix cleanup on error in codegen_class_body (GH-156507) (#156536)
iritkatriel
2026/08/28
[Python-checkins] gh-156466: fix cleanup on error in codegen_class_body (#156507)
iritkatriel
2026/08/28
[Python-checkins] [3.13] gh-156369: Update Windows builds to use OpenSSL 3.0.22 (GH-156529)
zware
2026/08/28
[Python-checkins] gh-156525: fix a few error path scope management bugs in symtable (#156526)
iritkatriel
2026/08/28
[Python-checkins] [3.15] gh-156369: Update Windows builds to OpenSSL 3.5.8 (GH-156528) (#156530)
hugovk
2026/08/28
[Python-checkins] [3.14] gh-156369: Update Windows builds to OpenSSL 3.5.8 (GH-156531)
zware
2026/08/28
[Python-checkins] [3.14] gh-156395: Report frozen objects on free-threaded GC build (GH-156396) (#156421)
DinoV
2026/08/28
[Python-checkins] gh-156466: fix cleanup on error in codegen_leave_annotations_scope (#156497)
iritkatriel
2026/08/28
[Python-checkins] gh-156369: Update Windows builds to OpenSSL 3.5.8 (GH-156528)
zware
2026/08/28
[Python-checkins] [3.14] gh-156466: fix cleanup on error in codegen_function_annotations (GH-156502) (#156509)
iritkatriel
2026/08/28
[Python-checkins] gh-156466: fix cleanup on error in codegen_function_annotations (#156502)
iritkatriel
2026/08/28
[Python-checkins] [3.14] gh-156466: fix cleanup on error in codegen_setup_annotations_scope (#156473) (#156499)
iritkatriel
2026/08/28
[Python-checkins] gh-125763: Remove the broken spacebar quit binding in `turtledemo.sorting_animate` (#126583)
StanFromIreland
2026/08/27
[Python-checkins] [3.13] Fix typo in asyncio documentation (GH-148747) (#156494)
hugovk
2026/08/27
[Python-checkins] [3.14] Fix typo in asyncio documentation (GH-148747) (#156493)
hugovk
2026/08/27
[Python-checkins] gh-156466: fix cleanup on error in codegen_setup_annotations_scope (#156473)
iritkatriel
2026/08/27
[Python-checkins] [3.14] gh-156476: Ignore timeout in `_PySimpleQueue.get()` when block is false (GH-156477) (#156488)
StanFromIreland
2026/08/27
[Python-checkins] [3.13] gh-156476: Ignore timeout in `_PySimpleQueue.get()` when block is false (GH-156477) (#156489)
StanFromIreland
2026/08/27
[Python-checkins] gh-156476: Ignore timeout in `_PySimpleQueue.get()` when block is false (#156477)
StanFromIreland
2026/08/27
[Python-checkins] [3.14] Fix various issues in the 'Timer File Descriptors' documentation (GH-156027) (#156481)
StanFromIreland
2026/08/27
[Python-checkins] [3.13] Fix various issues in the 'Timer File Descriptors' documentation (GH-156027) (#156480)
StanFromIreland
2026/08/27
[Python-checkins] [3.13] gh-111735: Skip `turtle` doctests when `_tkinter` is not available (GH-156417) (#156478)
StanFromIreland
2026/08/27
[Python-checkins] [3.15] gh-111735: Skip `turtle` doctests when `_tkinter` is not available (GH-156417) (#156470)
hugovk
2026/08/27
[Python-checkins] [3.14] gh-111735: Skip `turtle` doctests when `_tkinter` is not available (GH-156417) (#156471)
hugovk
2026/08/27
[Python-checkins] gh-111735: Skip `turtle` doctests when `_tkinter` is not available (#156417)
StanFromIreland
2026/08/27
[Python-checkins] [3.15] gh-141174: Test `get_annotations()` on wrapped cyclical `functools.partial` (GH-155663) (#155709)
hugovk
2026/08/27
[Python-checkins] [3.15] improve test_copy_reduce and test_deepcopy_reduce coverage (GH-154182) (#155792)
hugovk
2026/08/27
[Python-checkins] [3.14] gh-155430: fix `hmac.digest` bigmem test (GH-155431) (#155847)
hugovk
2026/08/27
[Python-checkins] [3.15] gh-155430: fix `hmac.digest` bigmem test (GH-155431) (#155846)
hugovk
2026/08/27
[Python-checkins] [3.15] gh-155727: Ignore internal imports in test_attribute_completion (GH-155730) (#155769)
hugovk
2026/08/27
[Python-checkins] [3.15] gh-155732: Join the terminated process in test_repr_lock (GH-155734) (#155766)
hugovk
2026/08/27
[Python-checkins] [3.15] gh-78526: Add tests for PEP 468 and PEP 520 (GH-155387) (#155676)
hugovk
2026/08/27
[Python-checkins] [3.15] gh-67765: Add tests for wsgiref.validate (GH-112398) (#155622)
hugovk
2026/08/27
[Python-checkins] [3.15] gh-156234: Fix and rewrite the curses documentation on reading (GH-156235) (#156279)
hugovk
2026/08/27
[Python-checkins] [3.15] gh-154139: Document that curses is not thread-safe (GH-154173) (#155690)
hugovk
2026/08/27
[Python-checkins] [3.15] gh-89024: Document the 3.10 change in escaping the csv escapechar (GH-155067) (#155685)
hugovk
2026/08/27
[Python-checkins] [3.15] gh-90982: Document prefixes argument on site.getsitepackages (GH-31546) (#155643)
hugovk
2026/08/27
[Python-checkins] [3.15] gh-84548: Document Windows specific behavior of abspath() and realpath() (GH-155388) (#155673)
hugovk
2026/08/27
[Python-checkins] gh-155468: Distinguish empty quoted tokens from EOF in netrc (GH-155471)
serhiy-storchaka
2026/08/27
[Python-checkins] [3.15] gh-156246: Fix documented default of the asyncio limit argument (GH-156247) (#156254)
hugovk
2026/08/27
[Python-checkins] [3.15] gh-141174: Test `type_repr()` of `Template` with invalid syntax in `Interpolation` (GH-155661) (#155711)
hugovk
2026/08/27
[Python-checkins] [3.15] gh-65961: Document __cached__ removal in What's New & clarify references to it (GH-156053) (#156123)
hugovk
2026/08/27
[Python-checkins] [3.13] gh-156444: Fix a negated character set with IGNORECASE and LOCALE (GH-156445) (GH-156458)
serhiy-storchaka
2026/08/27
[Python-checkins] [3.14] gh-156444: Fix a negated character set with IGNORECASE and LOCALE (GH-156445) (GH-156457)
serhiy-storchaka
2026/08/27
[Python-checkins] [3.15] Docs: remove __path__ discussion from tutorial (GH-156426) (#156455)
hugovk
2026/08/27
[Python-checkins] gh-156444: Fix a negated character set with IGNORECASE and LOCALE (GH-156445)
serhiy-storchaka
2026/08/27
[Python-checkins] [3.14] Docs: remove __path__ discussion from tutorial (GH-156426) (#156454)
nedbat
2026/08/27
[Python-checkins] [3.13] Docs: remove __path__ discussion from tutorial (GH-156426) (#156453)
nedbat
2026/08/27
[Python-checkins] [3.15] gh-156369: Update macOS installer to use OpenSSL 3.5.8. (GH-156447) (#156449)
hugovk
2026/08/27
[Python-checkins] [3.14] gh-156369: Bump OpenSSL versions for iOS and Android (GH-156432) (#156437)
hugovk
2026/08/27
[Python-checkins] [3.15] gh-156369: Bump OpenSSL versions for iOS and Android (GH-156432) (#156436)
hugovk
2026/08/27
[Python-checkins] [3.15] gh-148750: Unfreeze encodings module to avoid import errors with zipped stdlib (GH-156183) (#156328)
hugovk
2026/08/27
[Python-checkins] [3.15] gh-156404: Restore the 'fullname' variable for .pth import lines (GH-156406) (#156431)
hugovk
2026/08/27
[Python-checkins] [3.15] gh-156243: Indicate that emscripten_runtime depends on stringToNewUTF8 (GH-156335) (#156383)
hugovk
2026/08/27
[Python-checkins] [3.15] gh-155648: Fix IDLE tests that cannot fail (GH-156257) (#156315)
hugovk
2026/08/27
[Python-checkins] Docs: remove __path__ discussion from tutorial (#156426)
nedbat
2026/08/27
[Python-checkins] [3.15] gh-155894: Fix wait_for() docs claiming a coroutine is wrapped in a Task (#156038)
hugovk
2026/08/27
[Python-checkins] [3.13] gh-156369: Update macOS installer to use OpenSSL 3.0.22 (#156452)
ned-deily
2026/08/27
[Python-checkins] [3.14] gh-156369: Update macOS installer to use OpenSSL 3.5.8. (GH-156447) (#156450)
ned-deily
2026/08/27
[Python-checkins] gh-156369: Update macOS installer to use OpenSSL 3.5.8. (#156447)
ned-deily
2026/08/27
[Python-checkins] gh-152023: Update macOS installer builds to SQLite 3.53.4. (#156446)
ned-deily
2026/08/26
[Python-checkins] [3.15] Docs(build): linklint is now called sphinx_linklint (GH-156373) (#156429)
hugovk
2026/08/26
[Python-checkins] [3.14] Docs(build): linklint is now called sphinx_linklint (GH-156373) (#156428)
nedbat
2026/08/26
[Python-checkins] [3.13] Docs(build): linklint is now called sphinx_linklint (GH-156373) (#156427)
nedbat
2026/08/26
[Python-checkins] gh-156369: Bump OpenSSL versions for iOS and Android (#156432)
freakboy3742
2026/08/26
[Python-checkins] [3.13] gh-156369: Bump OpenSSL version for Android (#156433)
freakboy3742
2026/08/26
[Python-checkins] [3.15] gh-154467: Fix empty (Pdb) prompt when attaching to a process with pdb -p (GH-154469) (GH-156397)
ambv
2026/08/26
[Python-checkins] gh-156404: Restore the 'fullname' variable for .pth import lines (#156406)
warsaw
2026/08/26
[Python-checkins] gh-156395: Report frozen objects on free-threaded GC build (#156396)
DinoV
2026/08/26
[Python-checkins] [3.15] gh-154085: Avoid duplicating diff line values (GH-154099) (#156385)
pablogsal
2026/08/26
[Python-checkins] [3.15] gh-154060: Preserve replay duration and rate (GH-154101) (#156407)
pablogsal
2026/08/26
[Python-checkins] gh-153569: Add tokenizer source and cursor primitives (#153587)
pablogsal
2026/08/26
[Python-checkins] gh-154060: Preserve replay duration and rate (#154101)
pablogsal
2026/08/25
[Python-checkins] [3.15] gh-129752: Don't update adaptive counters when TLBC=0 in free-threading. (gh-155497) (#155647)
hugovk
2026/08/25
[Python-checkins] [3.13] Increase the timeout of test_large_content_length_truncated (GH-156398)
zware
2026/08/25
[Python-checkins] [3.14] gh-156369: Update OpenSSL error ID data (GH-156380) (#156393)
hugovk
2026/08/25
[Python-checkins] [3.14] Increase the timeout of test_large_content_length_truncated (GH-155951)
zware
2026/08/25
[Python-checkins] [3.13] gh-156369: Update CI to use latest SSL library versions (GH-156381) (#156394)
hugovk
2026/08/25
[Python-checkins] [3.14] gh-156369: Update CI to use latest SSL library versions (GH-156381) (#156390)
hugovk
2026/08/25
[Python-checkins] [3.15] gh-156369: Update OpenSSL error ID data (GH-156380) (#156392)
hugovk
2026/08/25
[Python-checkins] [3.15] gh-156369: Update CI to use latest SSL library versions (GH-156381) (#156389)
hugovk
2026/08/25
[Python-checkins] gh-149985: Remove future annotations and if TYPE_CHECKING in pyrepl (#149992)
JelleZijlstra
2026/08/25
[Python-checkins] gh-156369: Update OpenSSL error ID data (GH-156380)
zware
2026/08/25
[Python-checkins] [3.15] gh-154089: Hide unavailable replay efficiency (GH-154092) (#156387)
pablogsal
2026/08/25
[Python-checkins] [3.15] gh-154088: Count elided stacks consistently (GH-154093) (#156386)
pablogsal
2026/08/25
[Python-checkins] [3.15] gh-69619: Link to isspace() in the strip() and split() documentation (GH-155444) (#155667)
hugovk
2026/08/25
[Python-checkins] gh-156369: Update CI to use latest SSL library versions (#156381)
hugovk
2026/08/25
[Python-checkins] gh-154089: Hide unavailable replay efficiency (#154092)
pablogsal
2026/08/25
[Python-checkins] gh-154088: Count elided stacks consistently (#154093)
pablogsal
2026/08/25
[Python-checkins] gh-154085: Avoid duplicating diff line values (#154099)
pablogsal
2026/08/25
[Python-checkins] gh-156243: Indicate that emscripten_runtime depends on stringToNewUTF8 (#156335)
freakboy3742
2026/08/25
[Python-checkins] [3.14] gh-152204: Validate date and time fields in `_pydatetime.date{time}.fromisoformat` (GH-152205) (#156367)
StanFromIreland
2026/08/25
[Python-checkins] Docs(build): linklint is now called sphinx_linklint (#156373)
nedbat
2026/08/25
[Python-checkins] [3.13] gh-152204: Validate date and time fields in `_pydatetime.date{time}.fromisoformat` (GH-152205) (#156368)
StanFromIreland
2026/08/25
[Python-checkins] Fix various issues in the 'Timer File Descriptors' documentation (#156027)
StanFromIreland
2026/08/25
[Python-checkins] [3.15] gh-155193: Fix the *canonical* decoder lists in the 3.15 What's New and NEWS (GH-156302) (#156370)
hugovk
2026/08/25
[Python-checkins] gh-155193: Fix the *canonical* decoder lists in the 3.15 What's New and NEWS (#156302)
hugovk
2026/08/25
[Python-checkins] Notify Stan about Turtle related things (#156361)
hugovk
2026/08/25
[Python-checkins] Documentation on handling a corrupt nuget.config when installing packages from Nuget (GH-154039)
zooba
2026/08/25
[Python-checkins] gh-152204: Validate date and time fields in `_pydatetime.date{time}.fromisoformat` (#152205)
StanFromIreland
2026/08/25
[Python-checkins] gh-156348: Fix the value of curses.ERR (GH-156349)
serhiy-storchaka
2026/08/25
[Python-checkins] gh-156207: Fix curses Textbox.gather() for double-width characters (GH-156208)
serhiy-storchaka
2026/08/24
[Python-checkins] gh-145177: Upgrade to Emscripten 6.0.8 (#156334)
freakboy3742
2026/08/24
[Python-checkins] [3.15] gh-105116: Document that an escaped csv quotechar does not cause quoting (GH-155073) (#155682)
hugovk
2026/08/24
[Python-checkins] [3.15] gh-155254: Avoid warning about missing stdlib when using _pth files (GH-156015) (#156182)
hugovk
2026/08/24
[Python-checkins] [3.15] gh-154701: prevent executor self-links in JIT cold exits (GH-155323) (#155832)
hugovk
2026/08/24
[Python-checkins] [3.15] gh-155978: Fix leak in update_slot_after_setattr() (GH-155979) (#155984)
hugovk
2026/08/24
[Python-checkins] [3.15] Add a page detailing the time complexity of operations on built-in types (GH-154363) (#156326)
hugovk
2026/08/24
[Python-checkins] [3.14] gh-156126: Fix crash in -X importtime with unencodable module … (#156330)
Eclips4
2026/08/24
[Python-checkins] gh-148750: Unfreeze encodings module to avoid import errors with zipped stdlib (GH-156183)
zooba
2026/08/24
[Python-checkins] Add a page detailing the time complexity of operations on built-in types (#154363)
StanFromIreland
2026/08/24
[Python-checkins] gh-152190: Fix memory checking failure in `test_zipfile64.py` (GH-152203)
gpshead
2026/08/24
[Python-checkins] [3.13] gh-155648: Fix IDLE tests that cannot fail (GH-156257) (#156317)
terryjreedy
2026/08/24
[Python-checkins] [3.15] Do not break long test names in the regrtest output (GH-155714) (#155722)
hugovk
2026/08/24
[Python-checkins] [3.14] gh-155648: Fix IDLE tests that cannot fail (GH-156257) (#156316)
terryjreedy
2026/08/24
[Python-checkins] gh-155648: Fix IDLE tests that cannot fail (#156257)
terryjreedy
2026/08/24
[Python-checkins] gh-156002: Bound zipfile decompression for bzip2/LZMA/Zstandard (GH-156003)
encukou
2026/08/24
[Python-checkins] [3.14] gh-151138: Update Windows temp directory locations in tempfile.rst (GH-151210) (#156307)
hugovk
2026/08/24
[Python-checkins] [3.15] gh-151138: Update Windows temp directory locations in tempfile.rst (GH-151210) (#156306)
hugovk
2026/08/24
[Python-checkins] [3.13] gh-151138: Update Windows temp directory locations in tempfile.rst (GH-151210) (#156308)
hugovk
2026/08/24
[Python-checkins] gh-151138: Update Windows temp directory locations in tempfile.rst (#151210)
hugovk
2026/08/23
[Python-checkins] [3.13] gh-156226: Fix doubled-word typos in the `difflib` documetation (GH-156227) (#156295)
hugovk
2026/08/23
[Python-checkins] [3.15] gh-156226: Fix doubled-word typos in the `difflib` documetation (GH-156227) (#156297)
hugovk
2026/08/23
[Python-checkins] [3.14] gh-156226: Fix doubled-word typos in the `difflib` documetation (GH-156227) (#156296)
hugovk
2026/08/23
[Python-checkins] gh-155373: Inline the parsing code of optional groups in Argument Clinic (GH-155374)
serhiy-storchaka
2026/08/23
[Python-checkins] gh-156244: Update `configure` for RISC-V support (#156277)
StanFromIreland
2026/08/23
[Python-checkins] gh-156226: Fix doubled-word typos in the `difflib` documetation (#156227)
StanFromIreland
2026/08/23
[Python-checkins] gh-156230: Bound a curses window read by the window, not by 2047 (GH-156282)
serhiy-storchaka
2026/08/23
[Python-checkins] gh-156261: Move converters used in several files to Argument Clinic (GH-156262)
serhiy-storchaka
2026/08/23
[Python-checkins] [3.15] gh-131885: Use real signatures in the `zlib` docs (GH-156179) (#156268)
hugovk
2026/08/23
[Python-checkins] [3.15] gh-156111: Clarify wording in glossary entry "expression" (GH-156198) (#156236)
hugovk
2026/08/23
[Python-checkins] [3.14] gh-154855: Ask non-ncurses curses for one more character (GH-154870) (GH-156284)
serhiy-storchaka
2026/08/23
[Python-checkins] [3.13] gh-154855: Ask non-ncurses curses for one more character (GH-154870) (GH-156285)
serhiy-storchaka
2026/08/23
[Python-checkins] gh-154855: Ask non-ncurses curses for one more character (GH-154870)
serhiy-storchaka
2026/08/23
[Python-checkins] [3.14] gh-156234: Fix and rewrite the curses documentation on reading (GH-156235) (GH-156280)
serhiy-storchaka
2026/08/23
[Python-checkins] [3.13] gh-156234: Fix and rewrite the curses documentation on reading (GH-156235) (GH-156281)
serhiy-storchaka
2026/08/23
[Python-checkins] gh-156234: Fix and rewrite the curses documentation on reading (GH-156235)
serhiy-storchaka
2026/08/23
[Python-checkins] gh-155934: Fix socket leak and silent error for asyncio accepted connections (#155936)
kumaraditya303
2026/08/23
[Python-checkins] gh-155433: Fix TaskGroup losing outside cancellation after cancel() (#155439)
kumaraditya303
2026/08/23
[Python-checkins] [3.14] gh-156173: Fix `zlib.Decompress.flush()` silently returning corrupted output instead of raising `zlib.error` (GH-156176) (#156271)
StanFromIreland
2026/08/23
[Python-checkins] [3.13] gh-156173: Fix `zlib.Decompress.flush()` silently returning corrupted output instead of raising `zlib.error` (GH-156176) (#156272)
StanFromIreland
2026/08/23
[Python-checkins] [3.14] gh-131885: Use real signatures in the `zlib` docs (GH-156179) (#156269)
StanFromIreland
2026/08/23
[Python-checkins] [3.13] gh-131885: Use real signatures in the `zlib` docs (GH-156179) (#156267)
StanFromIreland
2026/08/23
[Python-checkins] [3.14] gh-156246: Fix documented default of the asyncio limit argument (GH-156247) (#156255)
kumaraditya303
2026/08/23
[Python-checkins] [3.13] gh-156246: Fix documented default of the asyncio limit argument (GH-156247) (#156256)
kumaraditya303
2026/08/23
[Python-checkins] gh-156173: Fix `zlib.Decompress.flush()` silently returning corrupted output instead of raising `zlib.error` (#156176)
StanFromIreland
2026/08/23
[Python-checkins] gh-131885: Use real signatures in the `zlib` docs (#156179)
StanFromIreland
2026/08/23
[Python-checkins] gh-156126: Fix crash in -X importtime with unencodable module names (#156137)
Eclips4
2026/08/22
[Python-checkins] [3.14] gh-155648: In IDLE tests, call unittest.main without exit arg (GH-156249) (#156252)
terryjreedy
2026/08/22
[Python-checkins] [3.13] gh-155648: In IDLE tests, call unittest.main without exit arg (GH-156249) (#156253)
terryjreedy
2026/08/22
[Python-checkins] gh-156246: Fix documented default of the asyncio limit argument (#156247)
kumaraditya303
2026/08/22
[Python-checkins] gh-155648: In IDLE tests, call unittest.main without exit arg (#156249)
terryjreedy
2026/08/22
[Python-checkins] gh-156180: Reject a negative `len2` in `zlib.{adler32,crc32}_combine()` (#156181)
StanFromIreland
2026/08/22
[Python-checkins] [3.14] gh-156111: Clarify wording in glossary entry "expression" (GH-156198) (#156237)
picnixz
2026/08/22
[Python-checkins] [3.13] gh-156111: Clarify wording in glossary entry "expression" (GH-156198) (#156238)
picnixz
2026/08/22
[Python-checkins] gh-156111: Clarify wording in glossary entry "expression" (#156198)
picnixz
2026/08/22
[Python-checkins] [3.15] gh-80678: Document the preferred attribute of csv.Sniffer (GH-155068) (#155679)
hugovk
2026/08/22
[Python-checkins] [3.15] gh-155363: Fix QSBR slot leak on thread state creation failure (gh-155365) (#155579)
hugovk
2026/08/22
[Python-checkins] [3.13] gh-155911: Fix curses detection with libraries in LIBS (GH-156130) (GH-156225)
serhiy-storchaka
2026/08/22
[Python-checkins] [3.14] gh-155911: Fix curses detection with libraries in LIBS (GH-156130) (GH-156224)
serhiy-storchaka
2026/08/22
[Python-checkins] gh-155911: Fix curses detection with libraries in LIBS (GH-156130)
serhiy-storchaka
2026/08/22
[Python-checkins] gh-156219: Fix Argument Clinic for an optional argument with **kwds (GH-156220)
serhiy-storchaka
2026/08/21
[Python-checkins] [3.14] gh-156112: Load the ObjC runtime by name when find_library() cannot resolve it (GH-156113) (#156216)
freakboy3742
2026/08/21
[Python-checkins] [3.13] gh-156112: Load the ObjC runtime by name when find_library() cannot resolve it (GH-156113) (#156217)
freakboy3742
2026/08/21
[Python-checkins] gh-156112: Load the ObjC runtime by name when find_library() cannot resolve it (#156113)
freakboy3742
2026/08/21
[Python-checkins] [3.14] gh-156115: Use the simulator deployment-target flag for iOS simulator builds (GH-156116) (#156212)
freakboy3742
2026/08/21
[Python-checkins] [3.13] gh-156115: Use the simulator deployment-target flag for iOS simulator builds (GH-156116) (#156213)
freakboy3742
2026/08/21
[Python-checkins] gh-156115: Use the simulator deployment-target flag for iOS simulator builds (#156116)
freakboy3742
2026/08/21
[Python-checkins] gh-155354: Document that `sys._clear_type_cache` no longer clears the type cache (#155391)
kumaraditya303
2026/08/21
[Python-checkins] [3.13] gh-156196: Fix a failed assignment to a PyMemberDef attribute changing its value (GH-156197)
serhiy-storchaka
2026/08/21
[Python-checkins] gh-155254: Avoid warning about missing stdlib when using _pth files (GH-156015)
zooba
2026/08/21
[Python-checkins] gh-152754: Fix crash when an os.scandir iterator is shared between threads (gh-153462)
nascheme
2026/08/21
[Python-checkins] gh-116048: restructure task group docs and add docs for eager execution (#156102)
kumaraditya303
2026/08/21
[Python-checkins] [3.13] gh-156106: Add tests for setting and deleting attributes defined in C (GH-156107) (GH-156191)
serhiy-storchaka
2026/08/21
[Python-checkins] gh-155877: Fix a NUL in a curses character cell (GH-156158)
serhiy-storchaka
Earlier messages