python-checkins
Thread
Date
Earlier messages
Later messages
Messages by Thread
[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
[Python-checkins] [3.14] gh-155430: fix `hmac.digest` bigmem test (GH-155431) (#155847)
hugovk
[Python-checkins] [3.15] gh-155430: fix `hmac.digest` bigmem test (GH-155431) (#155846)
hugovk
[Python-checkins] [3.15] gh-155727: Ignore internal imports in test_attribute_completion (GH-155730) (#155769)
hugovk
[Python-checkins] [3.15] gh-155732: Join the terminated process in test_repr_lock (GH-155734) (#155766)
hugovk
[Python-checkins] [3.15] gh-78526: Add tests for PEP 468 and PEP 520 (GH-155387) (#155676)
hugovk
[Python-checkins] [3.15] gh-67765: Add tests for wsgiref.validate (GH-112398) (#155622)
hugovk
[Python-checkins] [3.15] gh-156234: Fix and rewrite the curses documentation on reading (GH-156235) (#156279)
hugovk
[Python-checkins] [3.15] gh-154139: Document that curses is not thread-safe (GH-154173) (#155690)
hugovk
[Python-checkins] [3.15] gh-89024: Document the 3.10 change in escaping the csv escapechar (GH-155067) (#155685)
hugovk
[Python-checkins] [3.15] gh-90982: Document prefixes argument on site.getsitepackages (GH-31546) (#155643)
hugovk
[Python-checkins] [3.15] gh-84548: Document Windows specific behavior of abspath() and realpath() (GH-155388) (#155673)
hugovk
[Python-checkins] gh-155468: Distinguish empty quoted tokens from EOF in netrc (GH-155471)
serhiy-storchaka
[Python-checkins] [3.15] gh-156246: Fix documented default of the asyncio limit argument (GH-156247) (#156254)
hugovk
[Python-checkins] [3.15] gh-141174: Test `type_repr()` of `Template` with invalid syntax in `Interpolation` (GH-155661) (#155711)
hugovk
[Python-checkins] [3.15] gh-65961: Document __cached__ removal in What's New & clarify references to it (GH-156053) (#156123)
hugovk
[Python-checkins] [3.13] gh-156444: Fix a negated character set with IGNORECASE and LOCALE (GH-156445) (GH-156458)
serhiy-storchaka
[Python-checkins] [3.14] gh-156444: Fix a negated character set with IGNORECASE and LOCALE (GH-156445) (GH-156457)
serhiy-storchaka
[Python-checkins] [3.15] Docs: remove __path__ discussion from tutorial (GH-156426) (#156455)
hugovk
[Python-checkins] gh-156444: Fix a negated character set with IGNORECASE and LOCALE (GH-156445)
serhiy-storchaka
[Python-checkins] [3.14] Docs: remove __path__ discussion from tutorial (GH-156426) (#156454)
nedbat
[Python-checkins] [3.13] Docs: remove __path__ discussion from tutorial (GH-156426) (#156453)
nedbat
[Python-checkins] [3.15] gh-156369: Update macOS installer to use OpenSSL 3.5.8. (GH-156447) (#156449)
hugovk
[Python-checkins] [3.14] gh-156369: Bump OpenSSL versions for iOS and Android (GH-156432) (#156437)
hugovk
[Python-checkins] [3.15] gh-156369: Bump OpenSSL versions for iOS and Android (GH-156432) (#156436)
hugovk
[Python-checkins] [3.15] gh-148750: Unfreeze encodings module to avoid import errors with zipped stdlib (GH-156183) (#156328)
hugovk
[Python-checkins] [3.15] gh-156404: Restore the 'fullname' variable for .pth import lines (GH-156406) (#156431)
hugovk
[Python-checkins] [3.15] gh-156243: Indicate that emscripten_runtime depends on stringToNewUTF8 (GH-156335) (#156383)
hugovk
[Python-checkins] [3.15] gh-155648: Fix IDLE tests that cannot fail (GH-156257) (#156315)
hugovk
[Python-checkins] Docs: remove __path__ discussion from tutorial (#156426)
nedbat
[Python-checkins] [3.15] gh-155894: Fix wait_for() docs claiming a coroutine is wrapped in a Task (#156038)
hugovk
[Python-checkins] [3.13] gh-156369: Update macOS installer to use OpenSSL 3.0.22 (#156452)
ned-deily
[Python-checkins] [3.14] gh-156369: Update macOS installer to use OpenSSL 3.5.8. (GH-156447) (#156450)
ned-deily
[Python-checkins] gh-156369: Update macOS installer to use OpenSSL 3.5.8. (#156447)
ned-deily
[Python-checkins] gh-152023: Update macOS installer builds to SQLite 3.53.4. (#156446)
ned-deily
[Python-checkins] [3.15] Docs(build): linklint is now called sphinx_linklint (GH-156373) (#156429)
hugovk
[Python-checkins] [3.14] Docs(build): linklint is now called sphinx_linklint (GH-156373) (#156428)
nedbat
[Python-checkins] [3.13] Docs(build): linklint is now called sphinx_linklint (GH-156373) (#156427)
nedbat
[Python-checkins] gh-156369: Bump OpenSSL versions for iOS and Android (#156432)
freakboy3742
[Python-checkins] [3.13] gh-156369: Bump OpenSSL version for Android (#156433)
freakboy3742
[Python-checkins] [3.15] gh-154467: Fix empty (Pdb) prompt when attaching to a process with pdb -p (GH-154469) (GH-156397)
ambv
[Python-checkins] gh-156404: Restore the 'fullname' variable for .pth import lines (#156406)
warsaw
[Python-checkins] gh-156395: Report frozen objects on free-threaded GC build (#156396)
DinoV
[Python-checkins] [3.15] gh-154085: Avoid duplicating diff line values (GH-154099) (#156385)
pablogsal
[Python-checkins] [3.15] gh-154060: Preserve replay duration and rate (GH-154101) (#156407)
pablogsal
[Python-checkins] gh-153569: Add tokenizer source and cursor primitives (#153587)
pablogsal
[Python-checkins] gh-154060: Preserve replay duration and rate (#154101)
pablogsal
[Python-checkins] [3.15] gh-129752: Don't update adaptive counters when TLBC=0 in free-threading. (gh-155497) (#155647)
hugovk
[Python-checkins] [3.13] Increase the timeout of test_large_content_length_truncated (GH-156398)
zware
[Python-checkins] [3.14] gh-156369: Update OpenSSL error ID data (GH-156380) (#156393)
hugovk
[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
Earlier messages
Later messages