python-checkins
Thread
Date
Earlier messages
Later messages
Messages by Thread
[Python-checkins] gh-156414: Document tomllib's limits & "extensions" (GH-156415)
encukou
[Python-checkins] gh-155742: Add support.built_with_c_assertions() (#156776)
vstinner
[Python-checkins] [3.14] gh-156658: Only XML white space characters are treated as white space (GH-156659) (GH-156826)
serhiy-storchaka
[Python-checkins] [3.13] gh-156658: Only XML white space characters are treated as white space (GH-156659) (GH-156827)
serhiy-storchaka
[Python-checkins] gh-156658: Only XML white space characters are treated as white space (GH-156659)
serhiy-storchaka
[Python-checkins] gh-155742: Use PyBytesWriter in io _textiowrapper_writeflush() (#155743)
vstinner
[Python-checkins] gh-156810: Write the profiler's collapsed-stack export as UTF-8 (#156811)
pablogsal
[Python-checkins] gh-145177: Upgrade to Emscripten 6.0.9 (#156804)
freakboy3742
[Python-checkins] [3.14] gh-156371: Fix missing PyRefTracer_DESTROY events for trashcan objects (gh-156372) (gh-156802)
corona10
[Python-checkins] [3.15] Fix typos in the `concurrent.interpreters` docs (GH-156485) (#156790)
hugovk
[Python-checkins] [3.14] Add tests for async comprehensions in different scopes (GH-156412) (#156795)
iritkatriel
[Python-checkins] [3.14] Fix typos in the `concurrent.interpreters` docs (GH-156485) (#156791)
StanFromIreland
[Python-checkins] Add tests for async comprehensions in different scopes (#156412)
iritkatriel
[Python-checkins] gh-149578: Fix tarfile.open failing on PAX archives with only global headers (GH-149647)
ethanfurman
[Python-checkins] Fix typos in the `concurrent.interpreters` docs (#156485)
StanFromIreland
[Python-checkins] gh-156371: Fix missing PyRefTracer_DESTROY events for trashcan objects (gh-156372)
corona10
[Python-checkins] [3.13] gh-83895: Accept input larger than 2 GiB in the C implementation of ElementTree (GH-156746) (GH-156773)
serhiy-storchaka
[Python-checkins] gh-89499: Support the standalone document declaration in ElementTree (GH-156730)
serhiy-storchaka
[Python-checkins] [3.14] gh-83895: Accept input larger than 2 GiB in the C implementation of ElementTree (GH-156746) (GH-156772)
serhiy-storchaka
[Python-checkins] gh-155742: Use PyBytesWriter in CJK codecs (#155746)
vstinner
[Python-checkins] gh-155742: Use PyBytesWriter in codecs (#155750)
vstinner
[Python-checkins] gh-83895: Accept input larger than 2 GiB in the C implementation of ElementTree (GH-156746)
serhiy-storchaka
[Python-checkins] gh-153740: Optimize PyFloat_Pack/Unpack2 using native _Float16 (#154796)
vstinner
[Python-checkins] gh-64862: Add the stop_exception parameter in iter() and aiter() (GH-156298)
serhiy-storchaka
[Python-checkins] Python 3.15.0rc2
hugovk
[Python-checkins] [3.13] gh-99064: Ignore the encoding declaration when parsing decoded text (GH-156734) (GH-156752)
serhiy-storchaka
[Python-checkins] gh-156703: Set LD_LIBRARY_PATH in SystemTap trace commands (GH-156424)
encukou
[Python-checkins] gh-156745: Inline CJK replacement writer call (gh-156744)
corona10
[Python-checkins] [3.14] gh-99064: Ignore the encoding declaration when parsing decoded text (GH-156734) (GH-156751)
serhiy-storchaka
[Python-checkins] gh-155981: Store refleak deltas in arrays (gh-55982)
nascheme
[Python-checkins] gh-99064: Ignore the encoding declaration when parsing decoded text (GH-156734)
serhiy-storchaka
[Python-checkins] gh-155742: Get singleton in PyBytesWriter_FinishWithSize() (#155795)
vstinner
[Python-checkins] [3.15] gh-156635: Fix the exceptions in the xml.dom documentation (GH-156636) (#156637)
hugovk
[Python-checkins] gh-156689: Fix out-of-bounds read in `PyAst_CheckMode()` for `mode='func_type'` (#156697)
StanFromIreland
[Python-checkins] gh-156723: Update bundled libexpat to version 2.8.4 (#156724)
StanFromIreland
[Python-checkins] [3.14] gh-156723: Update bundled libexpat to version 2.8.4 (GH-156724) (#156732)
StanFromIreland
[Python-checkins] [3.15] gh-156707: Do not follow junctions in os_helper.rmtree() on Windows (GH-156710) (#156714)
hugovk
[Python-checkins] [3.15] gh-156002: Bound zipfile decompression for bzip2/LZMA/Zstandard (GH-156003) (#156362)
hugovk
[Python-checkins] [3.15] gh-155999: `tarfile`: handle a member that leaves the destination but comes back (GH-156000) (#156040)
hugovk
[Python-checkins] gh-121291: Respect mixin bitwise-operator overrides on Flag subclasses (GH-155862)
ethanfurman
[Python-checkins] [3.15] gh-156723: Update bundled libexpat to version 2.8.4 (GH-156724) (#156731)
hugovk
[Python-checkins] [3.13] gh-156723: Update bundled libexpat to version 2.8.4 (GH-156724) (#156733)
StanFromIreland
[Python-checkins] gh-155418: Fix TaskGroup hang when a task cancels it before suspending (#155421)
kumaraditya303
[Python-checkins] [3.14] gh-156101: Don't set the result in error in PyLong_AsInt32() (GH-156727) (#156729)
vstinner
[Python-checkins] gh-155358: Use named attributes with urllib.parse module (#155364)
vstinner
[Python-checkins] gh-156101: Don't set the result in error in PyLong_AsInt32() (#156727)
vstinner
[Python-checkins] [3.14] gh-156707: Do not follow junctions in os_helper.rmtree() on Windows (GH-156710) (GH-156715)
serhiy-storchaka
[Python-checkins] [3.13] gh-156707: Do not follow junctions in os_helper.rmtree() on Windows (GH-156710) (GH-156716)
serhiy-storchaka
[Python-checkins] gh-156707: Do not follow junctions in os_helper.rmtree() on Windows (GH-156710)
serhiy-storchaka
[Python-checkins] [3.14] gh-156523: Fix asyncio.as_completed() not recording the awaiting task (GH-156527) (#156553)
kumaraditya303
[Python-checkins] [3.14] gh-156689: Fix out-of-bounds read in `PyAst_CheckMode()` for `mode='func_type'` (GH-156697) (#156704)
StanFromIreland
[Python-checkins] [3.13] gh-156353: Fix configparser space delimiter parsing (GH-156382) (GH-156559)
encukou
[Python-checkins] [3.14] gh-156353: Fix configparser space delimiter parsing (GH-156382) (GH-156558)
encukou
[Python-checkins] [3.15] gh-57952: Clarify that xml.dom documents DOM interfaces (GH-156647) (#156651)
hugovk
[Python-checkins] [3.15] gh-115075: Fix info about initialization of mimetypes.MimeTypes attributes (GH-150691) (#156625)
hugovk
[Python-checkins] [3.15] gh-155468: Distinguish empty quoted tokens from EOF in netrc (GH-155471) (#156464)
hugovk
[Python-checkins] [3.15] gh-156408: Fix asyncio.print_call_graph() on a finished task (GH-156410) (#156563)
hugovk
[Python-checkins] [3.15] gh-156466: Fix additional compiler scope cleanup errors (GH-156547) (#156571)
hugovk
[Python-checkins] [3.15] gh-155725: Remove `PyGILState_Ensure` usage from `tracemalloc` (GH-156409) (#156628)
hugovk
[Python-checkins] [3.15] gh-156676: Skip `test_pyinit_function_raises_exception` for other implementations (GH-156684) (#156686)
hugovk
[Python-checkins] [3.13] gh-156676: Skip `test_pyinit_function_raises_exception` for other implementations (GH-156684) (GH-156688)
ZeroIntensity
[Python-checkins] [3.14] gh-156676: Skip `test_pyinit_function_raises_exception` for other implementations (GH-156684) (GH-156687)
ZeroIntensity
[Python-checkins] gh-156676: Skip `test_pyinit_function_raises_exception` for other implementations (GH-156684)
ZeroIntensity
[Python-checkins] gh-151914: Copyedit "What's new in Python 3.16" (#156678)
hugovk
[Python-checkins] gh-156500: Reject non-positional parameters in `ctypes.util.wrap_dll_function` (GH-156501)
ZeroIntensity
[Python-checkins] gh-156614: Fix the parameter list grammar in the language reference (#156622)
StanFromIreland
[Python-checkins] [3.13] gh-72353: Continue reading from the console after ignored Ctrl+C (GH-155434) (GH-156591)
serhiy-storchaka
[Python-checkins] [3.15] gh-156614: Fix the parameter list grammar in the language reference (GH-156622) (#156673)
hugovk
[Python-checkins] [3.14] gh-156614: Fix the parameter list grammar in the language reference (GH-156622) (#156672)
StanFromIreland
[Python-checkins] [3.13] gh-156614: Fix the parameter list grammar in the language reference (GH-156622) (#156671)
StanFromIreland
[Python-checkins] [3.15] gh-123299: What's New: Link to compression and compression.zstd (GH-156661) (#156669)
hugovk
[Python-checkins] gh-123299: What's New: Link to compression and compression.zstd (#156661)
hugovk
[Python-checkins] [3.14] gh-123299: What's New: Link to compression and compression.zstd (GH-156661) (#156670)
hugovk
[Python-checkins] gh-156662: Note that TaskGroup.create_task() raises RuntimeError (#156663)
kumaraditya303
[Python-checkins] [3.13] gh-57952: Clarify that xml.dom documents DOM interfaces (GH-156647) (GH-156653)
serhiy-storchaka
[Python-checkins] [3.13] Fix a dangling pointer and reference leak in `local_timezone_from_timestamp` (GH-156598) (#156645)
StanFromIreland
[Python-checkins] Fix a dangling pointer and reference leak in `local_timezone_from_timestamp` (#156598)
StanFromIreland
[Python-checkins] [3.14]gh-156466: fix cleanup on error after Enter in codegen_enter_scope (#156467) (#156617)
iritkatriel
[Python-checkins] [3.14] gh-156466: fix cleanup on error in codegen_leave_annotations_scope (#156522)
iritkatriel
[Python-checkins] [3.15] Enable linting of lazy import tests (GH-156624) (#156655)
hugovk
[Python-checkins] Enable linting of lazy import tests (#156624)
hugovk
[Python-checkins] [3.14] gh-156517: Clarify that `site.getsitepackages()` doesn't check for existance (GH-156524) (#156649)
StanFromIreland
[Python-checkins] gh-57952: Clarify that xml.dom documents DOM interfaces (GH-156647)
serhiy-storchaka
[Python-checkins] [3.15] gh-156517: Clarify that `site.getsitepackages()` doesn't check for existance (GH-156524) (#156648)
hugovk
[Python-checkins] [3.14] gh-57952: Clarify that xml.dom documents DOM interfaces (GH-156647) (GH-156652)
serhiy-storchaka
[Python-checkins] [3.14] Fix a dangling pointer and reference leak in `local_timezone_from_timestamp` (GH-156598) (#156644)
StanFromIreland
[Python-checkins] [3.13] gh-156517: Clarify that `site.getsitepackages()` doesn't check for existance (GH-156524) (#156650)
StanFromIreland
[Python-checkins] gh-156517: Clarify that `site.getsitepackages()` doesn't check for existance (#156524)
StanFromIreland
[Python-checkins] gh-44871: Improve DOM Level 1 conformance of xml.dom.minidom (#155641)
serhiy-storchaka
[Python-checkins] [3.13] gh-156635: Fix the exceptions in the xml.dom documentation (GH-156636) (GH-156639)
serhiy-storchaka
[Python-checkins] gh-156635: Fix the exceptions in the xml.dom documentation (GH-156636)
serhiy-storchaka
[Python-checkins] [3.14] gh-156635: Fix the exceptions in the xml.dom documentation (GH-156636) (GH-156638)
serhiy-storchaka
[Python-checkins] [3.14] gh-156408: Fix asyncio.print_call_graph() on a finished task (GH-156410) (#156564)
kumaraditya303
[Python-checkins] [3.15] gh-151943: Document the CharacterData interface and other DOM members (GH-155632) (#156632)
hugovk
[Python-checkins] [3.13] gh-151943: Document the CharacterData interface and other DOM members (GH-155632) (GH-156634)
serhiy-storchaka
[Python-checkins] [3.14] gh-151943: Document the CharacterData interface and other DOM members (GH-155632) (GH-156633)
serhiy-storchaka
[Python-checkins] [3.13] gh-84419: Fix the execute permissions in os.stat() on Windows (GH-155392) (GH-156631)
serhiy-storchaka
[Python-checkins] gh-151943: Document the CharacterData interface and other DOM members (GH-155632)
serhiy-storchaka
[Python-checkins] [3.14] gh-84419: Fix the execute permissions in os.stat() on Windows (GH-155392) (GH-156630)
serhiy-storchaka
[Python-checkins] gh-148442: Eliminate race condition in list rich comparison (GH-148531)
serhiy-storchaka
[Python-checkins] [3.14] gh-155468: Distinguish empty quoted tokens from EOF in netrc(GH-155471) (GH-156469)
serhiy-storchaka
[Python-checkins] [3.13] gh-155468: Distinguish empty quoted tokens from EOF in netrc (GH-155471) (GH-156468)
serhiy-storchaka
[Python-checkins] gh-155725: Remove `PyGILState_Ensure` usage from `tracemalloc` (#156409)
kumaraditya303
[Python-checkins] gh-84419: Fix the execute permissions in os.stat() on Windows (GH-155392)
serhiy-storchaka
[Python-checkins] [3.14] gh-115075: Fix info about initialization of mimetypes.MimeTypes attributes (GH-150691) (GH-156626)
serhiy-storchaka
[Python-checkins] [3.13] gh-115075: Fix info about initialization of mimetypes.MimeTypes attributes (GH-150691) (GH-156627)
serhiy-storchaka
[Python-checkins] gh-115075: Fix info about initialization of mimetypes.MimeTypes attributes (GH-150691)
serhiy-storchaka
[Python-checkins] [3.12] gh-151365: Revert temporary Git downgrade (GH-156584) (GH-156599) (#156601)
hugovk
[Python-checkins] [3.13] gh-151365: Revert temporary Git downgrade (GH-156584) (GH-156599) (#156600)
hugovk
[Python-checkins] [3.14] gh-142414: Isolate reloading modules in test_interpreters (GH-144096) (#156618)
ncoghlan
[Python-checkins] gh-142414: Isolate reloading modules in test_interpreters (#144096)
ncoghlan
[Python-checkins] [3.14] gh-86427: Use the console code page for the stdio encoding on Windows (GH-155415) (GH-156603)
serhiy-storchaka
[Python-checkins] gh-156466: fix cleanup on error after Enter in codegen_enter_scope (#156467)
iritkatriel
[Python-checkins] gh-69371: Fix pydoc for modules whose path contains undecodable bytes (GH-155239)
serhiy-storchaka
[Python-checkins] [3.14] gh-69370: Fix "python -m inspect --details" for unencodable paths (GH-155246) (GH-156606)
serhiy-storchaka
[Python-checkins] [3.14] gh-69371: Fix pydoc for modules whose path contains undecodable bytes (GH-155239) (GH-156609)
serhiy-storchaka
[Python-checkins] [3.13] gh-69370: Fix "python -m inspect --details" for unencodable paths (GH-155246) (GH-156607)
serhiy-storchaka
[Python-checkins] [3.13] gh-156466: Fix additional compiler scope cleanup errors (GH-156547) (#156582)
JelleZijlstra
[Python-checkins] [3.14] gh-89760: Fix os.path.realpath() for volume GUID paths on Windows (GH-155396) (GH-156612)
serhiy-storchaka
[Python-checkins] [3.13] gh-89760: Fix os.path.realpath() for volume GUID paths on Windows (GH-155396) (GH-156613)
serhiy-storchaka
[Python-checkins] gh-69370: Fix "python -m inspect --details" for unencodable paths (GH-155246)
serhiy-storchaka
[Python-checkins] [3.13] gh-86427: Use the console code page for the stdio encoding on Windows (GH-155415) (GH-156604)
serhiy-storchaka
[Python-checkins] gh-89760: Fix os.path.realpath() for volume GUID paths on Windows (GH-155396)
serhiy-storchaka
[Python-checkins] gh-108885: Report the examples of a doctest run by unittest (GH-155377)
serhiy-storchaka
[Python-checkins] [3.13] gh-155775: Do not consume the CAPABILITY response in imaplib (GH-155789) (GH-156587)
serhiy-storchaka
[Python-checkins] gh-86427: Use the console code page for the stdio encoding on Windows (GH-155415)
serhiy-storchaka
[Python-checkins] [3.14] gh-151365: Revert temporary Git downgrade (GH-156584) (#156599)
hugovk
[Python-checkins] [3.14] gh-102475: Fix os.path.realpath() for names which look like a drive (GH-155399) (GH-156594)
serhiy-storchaka
[Python-checkins] [3.14] gh-87587: Fix os.device_encoding() for any console on Windows (GH-155410) (GH-156596)
serhiy-storchaka
[Python-checkins] [3.13] gh-87587: Fix os.device_encoding() for any console on Windows (GH-155410) (GH-156597)
serhiy-storchaka
[Python-checkins] [3.14] gh-72353: Continue reading from the console after ignored Ctrl+C (GH-155434) (GH-156590)
serhiy-storchaka
[Python-checkins] [3.13] gh-102475: Fix os.path.realpath() for names which look like a drive (GH-155399) (GH-156595)
serhiy-storchaka
[Python-checkins] [3.15] gh-151365: Revert temporary Git downgrade (GH-156584) (#156588)
hugovk
[Python-checkins] gh-102475: Fix os.path.realpath() for names which look like a drive (GH-155399)
serhiy-storchaka
[Python-checkins] gh-87587: Fix os.device_encoding() for any console on Windows (GH-155410)
serhiy-storchaka
[Python-checkins] [3.14] gh-155775: Do not consume the CAPABILITY response in imaplib (GH-155789) (GH-156586)
serhiy-storchaka
[Python-checkins] gh-72353: Continue reading from the console after ignored Ctrl+C (GH-155434)
serhiy-storchaka
[Python-checkins] gh-85470: Delay load ole32.dll in the _ctypes module (GH-155435)
serhiy-storchaka
[Python-checkins] gh-151365: Revert temporary Git downgrade (#156584)
hugovk
[Python-checkins] gh-83371: Fix deadlock when a Pool callback raises an exception (GH-155777)
serhiy-storchaka
[Python-checkins] gh-154200: Use sysconfig.get_platform() in test_importlib.test_windows (#154210)
chris-eibl
[Python-checkins] gh-155775: Do not consume the CAPABILITY response in imaplib (GH-155789)
serhiy-storchaka
[Python-checkins] [3.14] gh-155905: Fix error handling in _testcapi helpers (GH-155906) (GH-156581)
serhiy-storchaka
[Python-checkins] gh-156327: Fix asyncio.print_call_graph() reporting its own frame (#156329)
kumaraditya303
[Python-checkins] gh-155905: Fix error handling in _testcapi helpers (GH-155906)
serhiy-storchaka
[Python-checkins] [3.13] gh-155974: Add a test for the window attributes after a failed write (GH-156566)
serhiy-storchaka
[Python-checkins] gh-148653: Forbid marshalling recursive tuples (GH-155903)
serhiy-storchaka
[Python-checkins] [3.14] gh-155974: Add a test for the window attributes after a failed write (GH-156565)
serhiy-storchaka
[Python-checkins] [3.15] gh-155974: Restore the window attributes when a curses write fails (GH-155975) (#156136)
hugovk
[Python-checkins] gh-156466: fix cleanup on error in codegen_function_body (#156511)
iritkatriel
[Python-checkins] [3.14] gh-156466: Fix additional compiler scope cleanup errors (GH-156547) (#156572)
iritkatriel
[Python-checkins] gh-156459: Fix cleanup on error in compiler_set_qualname (#156462)
iritkatriel
[Python-checkins] gh-156466: Fix additional compiler scope cleanup errors (#156547)
iritkatriel
[Python-checkins] [3.15] gh-156353: Fix configparser space delimiter parsing (GH-156382) (#156557)
hugovk
[Python-checkins] [3.15] gh-156112: Load the ObjC runtime by name when find_library() cannot resolve it (GH-156113) (#156215)
hugovk
[Python-checkins] [3.15] gh-156395: Report frozen objects on free-threaded GC build (GH-156396) (#156420)
hugovk
[Python-checkins] [3.15] gh-156115: Use the simulator deployment-target flag for iOS simulator builds (GH-156116) (#156211)
hugovk
[Python-checkins] [3.15] gh-155781: Hold strong references to sqlite3 converters (GH-155784) (#156192)
hugovk
[Python-checkins] [3.15] gh-155888: Fix asyncio writelines() hanging on an empty chunk (GH-155889) (#155904)
hugovk
[Python-checkins] [3.15] gh-156523: Fix asyncio.as_completed() not recording the awaiting task (GH-156527) (#156552)
hugovk
[Python-checkins] gh-156408: Fix asyncio.print_call_graph() on a finished task (#156410)
kumaraditya303
[Python-checkins] gh-156353: Fix configparser space delimiter parsing (#156382)
hugovk
[Python-checkins] gh-156523: Fix asyncio.as_completed() not recording the awaiting task (#156527)
kumaraditya303
[Python-checkins] gh-148085: `datetime` cache `time` module lookups (#148088)
StanFromIreland
[Python-checkins] [3.15] gh-153772: Make abc isinstance() tolerate instances without __class__ (GH-154149) (#156541)
hugovk
[Python-checkins] [3.15] gh-155952: Fix `<unrepresentable>` Argument Clinic defaults in several signatures (GH-155954) (#156165)
hugovk
[Python-checkins] gh-156537: Optimize codec.decode by inlining the per-character write in CJK decoders (gh-156538)
corona10
[Python-checkins] [3.14] gh-153772: Make abc isinstance() tolerate instances without __class__ (GH-154149) (#156542)
JelleZijlstra
[Python-checkins] [3.13] gh-153772: Make abc isinstance() tolerate instances without __class__ (GH-154149) (#156543)
JelleZijlstra
[Python-checkins] gh-153772: Make abc isinstance() tolerate instances without __class__ (#154149)
JelleZijlstra
[Python-checkins] [3.14] gh-156525: fix a few error path scope management bugs in symtable (GH-156526) (#156533)
JelleZijlstra
[Python-checkins] Do not recurse into `Literal` arguments during type evaluation (#156534)
JelleZijlstra
[Python-checkins] gh-143768: Replace a dangling interpreter symlink when creating a venv (#150985)
brettcannon
[Python-checkins] [3.14] gh-156466: fix cleanup on error in codegen_class_body (GH-156507) (#156536)
iritkatriel
[Python-checkins] gh-156466: fix cleanup on error in codegen_class_body (#156507)
iritkatriel
[Python-checkins] [3.13] gh-156369: Update Windows builds to use OpenSSL 3.0.22 (GH-156529)
zware
[Python-checkins] gh-156525: fix a few error path scope management bugs in symtable (#156526)
iritkatriel
[Python-checkins] [3.15] gh-156369: Update Windows builds to OpenSSL 3.5.8 (GH-156528) (#156530)
hugovk
[Python-checkins] [3.14] gh-156369: Update Windows builds to OpenSSL 3.5.8 (GH-156531)
zware
[Python-checkins] [3.14] gh-156395: Report frozen objects on free-threaded GC build (GH-156396) (#156421)
DinoV
[Python-checkins] gh-156466: fix cleanup on error in codegen_leave_annotations_scope (#156497)
iritkatriel
[Python-checkins] gh-156369: Update Windows builds to OpenSSL 3.5.8 (GH-156528)
zware
[Python-checkins] [3.14] gh-156466: fix cleanup on error in codegen_function_annotations (GH-156502) (#156509)
iritkatriel
[Python-checkins] gh-156466: fix cleanup on error in codegen_function_annotations (#156502)
iritkatriel
[Python-checkins] [3.14] gh-156466: fix cleanup on error in codegen_setup_annotations_scope (#156473) (#156499)
iritkatriel
[Python-checkins] gh-125763: Remove the broken spacebar quit binding in `turtledemo.sorting_animate` (#126583)
StanFromIreland
[Python-checkins] [3.13] Fix typo in asyncio documentation (GH-148747) (#156494)
hugovk
[Python-checkins] [3.14] Fix typo in asyncio documentation (GH-148747) (#156493)
hugovk
[Python-checkins] gh-156466: fix cleanup on error in codegen_setup_annotations_scope (#156473)
iritkatriel
[Python-checkins] [3.14] gh-156476: Ignore timeout in `_PySimpleQueue.get()` when block is false (GH-156477) (#156488)
StanFromIreland
[Python-checkins] [3.13] gh-156476: Ignore timeout in `_PySimpleQueue.get()` when block is false (GH-156477) (#156489)
StanFromIreland
[Python-checkins] gh-156476: Ignore timeout in `_PySimpleQueue.get()` when block is false (#156477)
StanFromIreland
[Python-checkins] [3.14] Fix various issues in the 'Timer File Descriptors' documentation (GH-156027) (#156481)
StanFromIreland
[Python-checkins] [3.13] Fix various issues in the 'Timer File Descriptors' documentation (GH-156027) (#156480)
StanFromIreland
[Python-checkins] [3.13] gh-111735: Skip `turtle` doctests when `_tkinter` is not available (GH-156417) (#156478)
StanFromIreland
[Python-checkins] [3.15] gh-111735: Skip `turtle` doctests when `_tkinter` is not available (GH-156417) (#156470)
hugovk
[Python-checkins] [3.14] gh-111735: Skip `turtle` doctests when `_tkinter` is not available (GH-156417) (#156471)
hugovk
[Python-checkins] gh-111735: Skip `turtle` doctests when `_tkinter` is not available (#156417)
StanFromIreland
[Python-checkins] [3.15] gh-141174: Test `get_annotations()` on wrapped cyclical `functools.partial` (GH-155663) (#155709)
hugovk
[Python-checkins] [3.15] improve test_copy_reduce and test_deepcopy_reduce coverage (GH-154182) (#155792)
hugovk
Earlier messages
Later messages