python-checkins
Thread
Date
Earlier messages
Messages by Thread
[Python-checkins] gh-153568: Skip prefix tests when peg_generator is unavailable (#157534)
pablogsal
[Python-checkins] gh-153568: Reuse shared prefixes in generated parser rules (#157465)
pablogsal
[Python-checkins] gh-155742: Use PyBytesWriter in _zstd.finalize_dict() (#157343)
vstinner
[Python-checkins] gh-155742: Use PyBytesWriter in Python/assemble.c (#157349)
vstinner
[Python-checkins] gh-155907: Complete PyMarshal C API tests (#157452)
vstinner
[Python-checkins] gh-153568: Don't materialize parser token text that is never read (#153576)
pablogsal
[Python-checkins] [3.14] gh-116750: Document 3.14 changes around sys.monitoring.clear_tool_id (GH-156706) (#157481)
hugovk
[Python-checkins] [3.15] gh-116750: Document 3.14 changes around sys.monitoring.clear_tool_id (GH-156706) (#157482)
hugovk
[Python-checkins] [3.14] Fix sentence case for documentation header (GH-156768)
zooba
[Python-checkins] [3.14] gh-157377: Don't flush the thread-local allocation count in gc.get_count (GH-157381) (#157506)
ngoldbaum
[Python-checkins] gh-157377: Don't flush the thread-local allocation count in gc.get_count (#157381)
ngoldbaum
[Python-checkins] gh-153568: Skip newline translation for source without carriage returns (#153584)
pablogsal
[Python-checkins] Fix sentence case for documentation header (GH-156768)
zooba
[Python-checkins] gh-153568: Stop re-walking memo lists when growing left-recursive rules (#153574)
pablogsal
[Python-checkins] [3.14] gh-157378: Fix SyntaxError.offset for "Non-UTF-8 code" error (GH-157412) (#157489)
pablogsal
[Python-checkins] gh-117404: Add structured version info for compression modules (GH-150567)
serhiy-storchaka
[Python-checkins] [3.13] gh-63882: Implement empty tests in test_minidom (GH-156677) (GH-157427)
serhiy-storchaka
[Python-checkins] [3.14] gh-156939: Fix xmlcharrefreplace() buffer overflow (GH-157109) (#157233)
vstinner
[Python-checkins] [3.14] gh-63882: Implement empty tests in test_minidom (GH-156677) (GH-157426)
serhiy-storchaka
[Python-checkins] gh-156021: Don't include `...` for empty AST node representations (GH-156022)
encukou
[Python-checkins] gh-157378: Fix SyntaxError.offset for "Non-UTF-8 code" error (#157412)
pablogsal
[Python-checkins] gh-116750: Document 3.14 changes around sys.monitoring.clear_tool_id (#156706)
nedbat
[Python-checkins] gh-156995: Fix typo in the _PyBytes_Resize() NEWS entry (#157477)
vstinner
[Python-checkins] [3.14] gh-156762: Fix tp_clear slot signature for operator.methodcaller() (GH-156769) (#157449)
vstinner
[Python-checkins] [3.13] gh-156713: Fix test_nturl2path for non-UTF-8 filesystem encodings (GH-157461) (GH-157464)
serhiy-storchaka
[Python-checkins] [3.14] gh-156713: Fix test_nturl2path for non-UTF-8 filesystem encodings (GH-157461) (GH-157462)
serhiy-storchaka
[Python-checkins] gh-156713: Fix test_nturl2path for non-UTF-8 filesystem encodings (GH-157461)
serhiy-storchaka
[Python-checkins] [3.14] gh-66172: Don't let a corrupt config file prevent IDLE from starting (GH-152764) (#157459)
terryjreedy
[Python-checkins] [3.13] gh-66172: Don't let a corrupt config file prevent IDLE from starting (GH-152764) (#157460)
terryjreedy
[Python-checkins] gh-66172: Don't let a corrupt config file prevent IDLE from starting (#152764)
terryjreedy
[Python-checkins] [3.14] gh-156995: Fix _PyBytes_Resize() in Free Threading (#156996) (#157373)
vstinner
[Python-checkins] gh-54092: Implement writexml() for DocumentFragment in xml.dom.minidom (GH-156646)
serhiy-storchaka
[Python-checkins] gh-156762: Fix tp_clear slot signature for operator.methodcaller() (#156769)
vstinner
[Python-checkins] [3.14] gh-128509: Add tests on sys._is_immortal() (GH-157376) (#157446)
vstinner
[Python-checkins] [3.15] Docs: split builtins to their own page from library (GH-156682) (#157442)
hugovk
[Python-checkins] [3.13] gh-156995: Fix _PyBytes_Resize() in Free Threading (#156996) (#157373) (#157436)
vstinner
[Python-checkins] gh-128509: Add tests on sys._is_immortal() (#157376)
vstinner
[Python-checkins] gh-108271, gh-108270: Argument Clinic: parameter aliases and deprecation (GH-155248)
serhiy-storchaka
[Python-checkins] gh-44376: Write missing namespace declarations in xml.dom.minidom (GH-156674)
serhiy-storchaka
[Python-checkins] gh-61290: Fix serializing attributes with the default_namespace option (GH-156747)
serhiy-storchaka
[Python-checkins] [3.13] Docs: split builtins to their own page from library (GH-156682) (#157440)
nedbat
[Python-checkins] [3.14] Docs: split builtins to their own page from library (GH-156682) (#157441)
nedbat
[Python-checkins] gh-156665: Validate namespaces in xml.dom.minidom (GH-156666)
serhiy-storchaka
[Python-checkins] Docs: split builtins to their own page from library (#156682)
nedbat
[Python-checkins] gh-157368: Fix clang-cl version in sys.version on Windows (GH-157369)
zware
[Python-checkins] Minor accuracy improvements in statistics (gh-157380)
rhettinger
[Python-checkins] gh-81623: Do not add whitespace to significant content when pretty-printing (GH-156660)
serhiy-storchaka
[Python-checkins] gh-155907: Move PyMarshal C API tests to test_capi (#157417)
vstinner
[Python-checkins] [3.14] gh-128509: Use bytes singletons in marshal (GH-157398) (#157432)
vstinner
[Python-checkins] [3.13] gh-69371: Fix pydoc for modules whose path contains undecodable bytes (GH-155239) (GH-156610)
serhiy-storchaka
[Python-checkins] [3.13] gh-156713: Use the filesystem encoding in nturl2path (GH-156717) (GH-157425)
serhiy-storchaka
[Python-checkins] [3.15] gh-154719: Preserve trailing whitespace in t-string interpolation expressions (#154762) (#157394)
pablogsal
[Python-checkins] [3.14] gh-154719: Preserve trailing whitespace in t-string interpolation expressions (#154762) (#157392)
pablogsal
[Python-checkins] gh-157415: Skip @support.nomemtest if Python is built with TSAN (#157416)
vstinner
[Python-checkins] gh-63102: Support custom targets in the pull parser (GH-156888)
serhiy-storchaka
[Python-checkins] [3.14] gh-156713: Use the filesystem encoding in nturl2path (GH-156717) (GH-157424)
serhiy-storchaka
[Python-checkins] [3.13] gh-93618: Document the memory usage of the incremental parsers (GH-156763) (GH-157421)
serhiy-storchaka
[Python-checkins] gh-63882: Implement empty tests in test_minidom (GH-156677)
serhiy-storchaka
[Python-checkins] gh-156713: Use the filesystem encoding in nturl2path (GH-156717)
serhiy-storchaka
[Python-checkins] [3.14] gh-93618: Document the memory usage of the incremental parsers (GH-156763) (GH-157420)
serhiy-storchaka
[Python-checkins] gh-93618: Document the memory usage of the incremental parsers (GH-156763)
serhiy-storchaka
[Python-checkins] gh-128509: Use bytes singletons in marshal (#157398)
vstinner
[Python-checkins] gh-156955: Speed up csv.writer by caching the set of special characters (GH-157298)
serhiy-storchaka
[Python-checkins] [3.13] gh-157406: Report all document type declarations in the Python XMLParser (GH-157408) (GH-157410)
serhiy-storchaka
[Python-checkins] [3.14] gh-157406: Report all document type declarations in the Python XMLParser (GH-157408) (GH-157409)
serhiy-storchaka
[Python-checkins] gh-157406: Report all document type declarations in the Python XMLParser (GH-157408)
serhiy-storchaka
[Python-checkins] gh-59551: Rename Doc/library/dialog.rst to tkinter.dialogs.rst (GH-151656)
serhiy-storchaka
[Python-checkins] [3.14] gh-156961: Fix tkinter.font.Font for a font name returned as a Tcl object (GH-157028) (GH-157404)
serhiy-storchaka
[Python-checkins] [3.13] gh-156961: Fix tkinter.font.Font for a font name returned as a Tcl object (GH-157028) (GH-157405)
serhiy-storchaka
[Python-checkins] [3.14] gh-135623: Document that json sorts the keys before coercing them to strings (GH-156987) (GH-157401)
serhiy-storchaka
[Python-checkins] [3.13] gh-135623: Document that json sorts the keys before coercing them to strings (GH-156987) (GH-157402)
serhiy-storchaka
[Python-checkins] gh-135623: Document that json sorts the keys before coercing them to strings (GH-156987)
serhiy-storchaka
[Python-checkins] gh-156961: Fix tkinter.font.Font for a font name returned as a Tcl object (GH-157028)
serhiy-storchaka
[Python-checkins] [3.13] gh-90304: Fix IDLE startup failure with a broken font (GH-152419) (#157397)
terryjreedy
[Python-checkins] gh-155742: Use PyBytesWriter in winconsoleio.c (#157391)
vstinner
[Python-checkins] [3.14] gh-90304: Fix IDLE startup failure with a broken font (GH-152419) (#157396)
terryjreedy
[Python-checkins] gh-90304: Fix IDLE startup failure with a broken font (#152419)
terryjreedy
[Python-checkins] gh-156939: Detect PyBytesWriter buffer overflow earlier (#157385)
vstinner
[Python-checkins] gh-156939: Update UTF-8 encoder for PyBytesWriter changes (#157383)
vstinner
[Python-checkins] gh-156939: Detect buffer overflow in PyBytesWriter in debug mode (#156943)
vstinner
[Python-checkins] gh-154719: Preserve trailing whitespace in t-string interpolation expressions (#154762)
pablogsal
[Python-checkins] gh-157242: Add _PyBytes_IsMutable() assertion (#157371)
vstinner
[Python-checkins] gh-157242: Allow negative grow in PyBytesWriter_Grow() (#157375)
vstinner
[Python-checkins] gh-157366: Remove leftover bytes support from _elementtree (GH-157367)
serhiy-storchaka
[Python-checkins] [3.15] gh-156126: Fix crash in -X importtime with unencodable module names (GH-156137) (#156259)
hugovk
[Python-checkins] gh-155742: Use PyBytesWriter in bytes.translate() (#157346)
vstinner
[Python-checkins] gh-157242: Do not close io.BytesIO on MemoryError (#157344)
vstinner
[Python-checkins] gh-153569: hide tokenizer state behind token and source operations (#156654)
pablogsal
[Python-checkins] [3.14] gh-155095: Fix docs changes builder for our custom directives (GH-155100) (#157357)
StanFromIreland
[Python-checkins] [3.15] gh-155095: Fix docs changes builder for our custom directives (GH-155100) (#157359)
hugovk
[Python-checkins] Fix a typo in `CODEOWNERS` (#157356)
ezio-melotti
[Python-checkins] [3.13] gh-155095: Fix docs changes builder for our custom directives (GH-155100) (GH-157357) (#157358)
StanFromIreland
[Python-checkins] gh-155095: Fix docs changes builder for our custom directives (#155100)
StanFromIreland
[Python-checkins] io: Use a PyBytesWriter for IOBase.readline (#157024)
methane
[Python-checkins] gh-157242: Add more PyBytesWriter tests (#157352)
vstinner
[Python-checkins] [3.14] gh-157058: Fix missing awaited-by edge in wait_for(fut, 0) (GH-157059) (#157323)
kumaraditya303
[Python-checkins] gh-155742: Use PyBytesWriter in codeobject.c (#157345)
vstinner
[Python-checkins] gh-128213: fast path for bytes creation from list and tuple (#132590)
kumaraditya303
[Python-checkins] gh-157242: Fix set_nomemory() on Py_TRACE_REFS build (#157351)
vstinner
[Python-checkins] gh-157242: Leave bytearray unchanged if resize() fails (#157340)
vstinner
[Python-checkins] gh-157213: Fix stale asyncio.gather() edges in the await graph (#157214)
kumaraditya303
[Python-checkins] base64: optimize b16decode (#157310)
methane
[Python-checkins] gh-124205: Align descriptions of classes in 'Warning Categories' (#157255)
StanFromIreland
[Python-checkins] gh-152433: Windows: allow build ``ceval.c`` for UWP (#152689)
chris-eibl
[Python-checkins] [3.13] gh-84291: Clarify Pool.imap documentation (GH-155030) (GH-157273)
encukou
[Python-checkins] gh-155526: Don't check errno in abs(complex) (#155527)
vstinner
[Python-checkins] [3.14] gh-155143: Fix asyncio.shield() leaking tasks via await-graph (GH-155144) (#157319)
kumaraditya303
[Python-checkins] [3.14] gh-124205: Align descriptions of classes in 'Warning Categories' (GH-157255) (#157326)
StanFromIreland
[Python-checkins] gh-115426: Fix cross-references to `socket.socket.close()` (#157295)
StanFromIreland
[Python-checkins] gh-157242: Fix PyBytesWriter_Resize() on MemoryError (#157243)
vstinner
[Python-checkins] [3.15] gh-142197: Doc: Add missing import statement in importlib.metadata overview (GH-142208) (#157284)
hugovk
[Python-checkins] [3.14] gh-156512: Fix asyncio calling connection_lost() twice from resume_writing() (GH-156657) (#157030)
hugovk
[Python-checkins] [3.15] gh-157213: Fix stale asyncio.gather() edges in the await graph (GH-157214) (#157312)
hugovk
[Python-checkins] [3.15] gh-156939: Fix xmlcharrefreplace() buffer overflow (GH-157109) (#157232)
hugovk
[Python-checkins] [3.15] gh-155143: Fix asyncio.shield() leaking tasks via await-graph (GH-155144) (#157320)
hugovk
[Python-checkins] [3.15] gh-124205: Align descriptions of classes in 'Warning Categories' (GH-157255) (#157328)
hugovk
[Python-checkins] [3.15] gh-84291: Clarify Pool.imap documentation (GH-155030) (#157274)
hugovk
[Python-checkins] [3.15] gh-151179: Fix pidfd leak in asyncio _PidfdChildWatcher (GH-151186) (#157318)
hugovk
[Python-checkins] [3.15] gh-157058: Fix missing awaited-by edge in wait_for(fut, 0) (GH-157059) (#157322)
hugovk
[Python-checkins] [3.15] Add documentation on PyManager proxy setting overrides (GH-156768) (#157288)
hugovk
[Python-checkins] [3.15] Add documentation on PyManager proxy setting overrides (GH-156768) (#157288)
hugovk
[Python-checkins] [3.15] gh-156662: Note that TaskGroup.create_task() raises RuntimeError (GH-156663) (#157316)
hugovk
[Python-checkins] gh-157265: Adjust test for Windows (GH-157334)
encukou
[Python-checkins] [3.15] gh-156837: Refer to yield expressions in generator function definitions (GH-156863) (#157220)
hugovk
[Python-checkins] gh-157157: Make test_taskgroup_cancel_keeps_outer_cancellation deterministic (#157158)
kumaraditya303
[Python-checkins] GH-156554: Update PY_SUPPORT_TIER according to PEP 11 (#156576)
chris-eibl
[Python-checkins] [3.15] gh-142349: Document `LazyImportType.resolve()` method (GH-156936) (#157296)
hugovk
[Python-checkins] [3.13] gh-124205: Align descriptions of classes in 'Warning Categories' (GH-157255) (#157327)
StanFromIreland
[Python-checkins] gh-108549: fix asyncio.Task cancellation swallowing SystemExit and KeyboardInterrupt (#156309)
kumaraditya303
[Python-checkins] gh-157058: Fix missing awaited-by edge in asyncio.wait_for(fut, 0) (#157059)
kumaraditya303
[Python-checkins] gh-157247: Block perf trampoline activation when the main interpreter's JIT is enabled (#157258)
kumaraditya303
[Python-checkins] gh-152433: Windows: change ``winreg`` to conditional import for UWP compatibility (#154918)
chris-eibl
[Python-checkins] [3.14] gh-157213: Fix stale asyncio.gather() edges in the await graph (GH-157214) (#157313)
kumaraditya303
[Python-checkins] gh-152433: Windows: make ``dynload_win.c`` UWP compatible (#152797)
chris-eibl
[Python-checkins] gh-152433: Windows: allow build ``overlapped.c`` for UWP (#153036)
chris-eibl
[Python-checkins] [3.14] gh-156662: Note that TaskGroup.create_task() raises RuntimeError (GH-156663) (#157317)
kumaraditya303
[Python-checkins] [3.13] gh-156662: Note that TaskGroup.create_task() raises RuntimeError (GH-156663) (#157315)
kumaraditya303
[Python-checkins] gh-157265: tarfile: Honor None result of filter for link fallbacks (GH-157266)
encukou
[Python-checkins] [3.14] gh-84291: Clarify Pool.imap documentation (GH-155030) (GH-157275)
encukou
[Python-checkins] gh-152433: Windows: ``_winapi`` module: improve UWP compatibility (#152962)
chris-eibl
[Python-checkins] gh-152433: Windows: ``_ctypes`` module: improve UWP compatibility (#152792)
chris-eibl
[Python-checkins] [3.15] gh-156910: fix deadlock in type_set_abstractmethods under free-threading (#156948) (#157203)
hugovk
[Python-checkins] gh-152433: Windows: allow build socketmodule for UWP (#152601)
chris-eibl
[Python-checkins] gh-156780: Emscripten: drop the trampoline's dependence on exports (#157238)
freakboy3742
[Python-checkins] Add documentation on PyManager proxy setting overrides (GH-156768)
zooba
[Python-checkins] [3.14] Add documentation on PyManager proxy setting overrides (GH-156768)
zooba
[Python-checkins] gh-121647: Fix _Py_TYPEOF() on C++ (#157267)
vstinner
[Python-checkins] gh-153400: Support os.getrandom() on old glibc versions (#155762)
vstinner
[Python-checkins] [3.14] gh-142197: Doc: Add missing import statement in importlib.metadata overview (GH-142208) (#157285)
StanFromIreland
[Python-checkins] [3.13] gh-142197: Doc: Add missing import statement in importlib.metadata overview (GH-142208) (#157286)
StanFromIreland
[Python-checkins] gh-142197: Doc: Add missing import statement in importlib.metadata overview (#142208)
StanFromIreland
[Python-checkins] gh-157146: Let linecache read sources from zip archives on sys.path (GH-157147)
gpshead
[Python-checkins] [3.15] Fix a broken reference link in the `colorsys` docs (GH-152028) (#157281)
hugovk
[Python-checkins] [3.14] Fix a broken reference link in the `colorsys` docs (GH-152028) (#157282)
StanFromIreland
[Python-checkins] [3.13] Fix a broken reference link in the `colorsys` docs (GH-152028) (#157283)
StanFromIreland
[Python-checkins] Fix a broken reference link in the `colorsys` docs (#152028)
StanFromIreland
[Python-checkins] gh-87613: Argument Clinic vectorcall decorator (GH-145381)
encukou
[Python-checkins] [3.15] gh-141984: Add "exhausted" to glossary, link existing mentions (GH-157225) (#157271)
hugovk
[Python-checkins] [3.15] Fix a stray newline in the `cell` type docstring (GH-157240) (#157278)
hugovk
[Python-checkins] gh-157208: Fix the `ctypes.util.struct` documentation (GH-157209)
ZeroIntensity
[Python-checkins] [3.15] gh-150994: remove duplicate NEWS entry (#157249)
hugovk
[Python-checkins] [3.14] Fix a stray newline in the `cell` type docstring (GH-157240) (#157276)
StanFromIreland
[Python-checkins] [3.13] Fix a stray newline in the `cell` type docstring (GH-157240) (#157277)
StanFromIreland
[Python-checkins] Fix a stray newline in the `cell` type docstring (#157240)
StanFromIreland
[Python-checkins] [3.14] gh-141984: Add "exhausted" to glossary, link existing mentions (GH-157225) (GH-157272)
encukou
[Python-checkins] gh-84291: Clarify Pool.imap documentation (GH-155030)
encukou
[Python-checkins] gh-141984: Add "exhausted" to glossary, link existing mentions (GH-157225)
encukou
[Python-checkins] gh-156002: Keep reading through monkey-patched zipfile decompressors (GH-157180)
encukou
[Python-checkins] gh-142349: Document `LazyImportType.resolve()` method (GH-156936)
encukou
[Python-checkins] gh-121647: Define _Py_TYPEOF macro on more compilers (#121648)
vstinner
[Python-checkins] [3.15] gh-156995: Fix `bytearray.take_bytes()` corrupting shared single-byte singletons (GH-156996) (#157260)
hugovk
[Python-checkins] [3.15] gh-156924: Try reifying lazy imports in `ForwarRef.evaluate()` (GH-156940) (#157224)
hugovk
[Python-checkins] gh-157190: Follow symlinks when extracting `tarfile` hard links (GH-157191)
encukou
[Python-checkins] [3.13] gh-157190: Fix tarfile `data`/`tar` filter bypass via hard link to a symlink (GH-157191) (GH-157192)
encukou
[Python-checkins] gh-156995: Fix `bytearray.take_bytes()` corrupting shared single-byte singletons (#156996)
vstinner
[Python-checkins] gh-150994: remove duplicate NEWS entry (#157248)
JelleZijlstra
[Python-checkins] gh-156680: Raise the documented error from IPv6Network.next_network() (#156681)
orsenthil
[Python-checkins] gh-156939: Fix xmlcharrefreplace() buffer overflow (#157109)
vstinner
[Python-checkins] gh-129813: Check size in PyBytesWriter_FinishWithSize() (#157226)
vstinner
[Python-checkins] [3.15] gh-156233: Fix typos and code snippet errors in the docs (GH-156475) (#157223)
hugovk
[Python-checkins] [3.15] gh-155648: Write the empty and placeholder IDLE tests (GH-156260) (#157204)
hugovk
[Python-checkins] gh-156837: Refer to yield expressions in generator function definitions (GH-156863)
encukou
[Python-checkins] gh-157170: Document the scope of global curses settings (GH-157207)
serhiy-storchaka
[Python-checkins] gh-155292: Skip updating unicodedata with mismatched interpreter (GH-157066)
encukou
[Python-checkins] [3.13] gh-155648: Write the empty and placeholder IDLE tests (GH-156260) (#157206)
terryjreedy
[Python-checkins] [3.14] gh-155648: Write the empty and placeholder IDLE tests (GH-156260) (#157205)
terryjreedy
[Python-checkins] gh-157170: Restore use_env() after test_use_prescr_screen in test_curses (GH-157171)
serhiy-storchaka
[Python-checkins] [3.14] gh-123018: Keep the libedit history file header when truncating (GH-157165) (#157173)
gpshead
[Python-checkins] [3.13] gh-156837: Refer to yield expressions in generator function definitions (GH-156863) (GH-157219)
encukou
[Python-checkins] [3.14] gh-156837: Refer to yield expressions in generator function definitions (GH-156863) (GH-157218)
encukou
[Python-checkins] gh-156924: Try reifying lazy imports in `ForwarRef.evaluate()` (#156940)
JelleZijlstra
[Python-checkins] [3.13] gh-156233: Fix typos and code snippet errors in the docs (GH-156475) (#157222)
StanFromIreland
[Python-checkins] [3.14] gh-156233: Fix typos and code snippet errors in the docs (GH-156475) (#157221)
StanFromIreland
[Python-checkins] gh-156233: Fix typos and code snippet errors in the docs (#156475)
StanFromIreland
[Python-checkins] [3.13] gh-155292: Don't consider Unicode codepoint attributes outside RFC 3454 (GH-155293) (GH-156020) (GH-156922)
encukou
[Python-checkins] gh-155966: Correct handling of `math.tanpi` poles (#155980)
picnixz
[Python-checkins] gh-156910: fix deadlock in type_set_abstractmethods under free-threading (#156948)
kumaraditya303
[Python-checkins] gh-155648: Write the empty and placeholder IDLE tests (#156260)
terryjreedy
[Python-checkins] gh-153569: centralize formatted-string state and source spans (#156484)
pablogsal
[Python-checkins] gh-157137: Mark the PEP 820 soft deprecations as 3.15, not `next` (#157138)
hugovk
Earlier messages