python-checkins
Thread
Date
Earlier messages
Later messages
Messages by Thread
[Python-checkins] gh-140482: Preserve and restore `stty echo` as a test environment (#140519)
warsaw
[Python-checkins] [3.14] gh-140517: fix leak in `map_next` in strict mode (GH-140543) (#140554)
kumaraditya303
[Python-checkins] gh-140463: Fix typo in xmlrpc.client documentation (GH-140552)
JulienPalard
[Python-checkins] gh-140517: fix leak in `map_next` in strict mode (#140543)
kumaraditya303
[Python-checkins] gh-140414: add fastpath for current running loop in `asyncio.all_tasks` (#140542)
kumaraditya303
[Python-checkins] gh-140544: cleanup `HAVE_THREAD_LOCAL` checks in pystate.c (#140547)
kumaraditya303
[Python-checkins] [3.13] Document that PyModule_GetDef can return NULL with or without setting an exception (GH-140529) (GH-140546)
encukou
[Python-checkins] [3.14] Document that PyModule_GetDef can return NULL with or without setting an exception (GH-140529) (GH-140545)
encukou
[Python-checkins] Document that PyModule_GetDef can return NULL with or without setting an exception (GH-140529)
encukou
[Python-checkins] [3.13] Docs: Fix a grammatical error in `Doc/c-api/arg.rst` (GH-140525) (GH-140539)
ZeroIntensity
[Python-checkins] [3.14] Docs: Fix a grammatical error in `Doc/c-api/arg.rst` (GH-140525) (GH-140538)
ZeroIntensity
[Python-checkins] Docs: Fix a grammatical error in `Doc/c-api/arg.rst` (GH-140525)
ZeroIntensity
[Python-checkins] [3.14] gh-136535: Tests: Correct `Py_TPFLAGS_MANAGED_DICT` in `test_class.py` (gh-136538) (gh-140532)
corona10
[Python-checkins] [3.13] gh-136535: Tests: Correct `Py_TPFLAGS_MANAGED_DICT` in `test_class.py` (gh-136538) (gh-140533)
corona10
[Python-checkins] gh-136535: Tests: Correct `Py_TPFLAGS_MANAGED_DICT` in `test_class.py` (gh-136538)
corona10
[Python-checkins] gh-138857: Improve error message for `case` outside of `match` (#138858)
lysnikolaou
[Python-checkins] [3.13] gh-137093: Fix race condition in `test_embed.test_bpo20891` (GH-137094) (GH-140524) (#140527)
kumaraditya303
[Python-checkins] [3.14] gh-137093: Fix race condition in `test_embed.test_bpo20891` (GH-137094) (#140524)
kumaraditya303
[Python-checkins] gh-133390: sqlite3 CLI completion for tables, columns, indices, triggers, views, functions, schemata (GH-136101)
encukou
[Python-checkins] [3.13] gh-140471: Fix buffer overflow in AST node initialization with malformed `_fields` (GH-140506) (#140510)
pablogsal
[Python-checkins] gh-83714: Set os.statx().stx_mode to None if missing from stx_mask (#140484)
vstinner
[Python-checkins] [3.14] gh-140471: Fix buffer overflow in AST node initialization with malformed `_fields` (GH-140506) (#140509)
JelleZijlstra
[Python-checkins] gh-140443: Use `fma` in `loghelper` to improve accuracy of log for very large integers (#140469)
tim-one
[Python-checkins] gh-135125: Fix Py_STACKREF_DEBUG build (GH-139475)
markshannon
[Python-checkins] [3.14] gh-140438: properly run the asyncio REPL tests (GH-140298) (#140507)
kumaraditya303
[Python-checkins] [3.13] gh-140438: properly run the asyncio REPL tests (GH-140298) (#140508)
kumaraditya303
[Python-checkins] GH-135904: JIT compiler: Support 19 bit branch instructions on AArch64 for Mach-O. (GH-140453)
markshannon
[Python-checkins] gh-140471: Fix buffer overflow in AST node initialization with malformed `_fields` (#140506)
pablogsal
[Python-checkins] gh-140438: properly run the asyncio REPL tests (#140298)
kumaraditya303
[Python-checkins] [3.14] gh-140431: Fix GC crash due to partially initialized coroutines (gh-140470) (gh-140504)
colesbury
[Python-checkins] [3.14] gh-138774: use `value` to `ast.unparse` code when `str` is `None` in `ast.Interpolation` (GH-139415) (#140503)
JelleZijlstra
[Python-checkins] [3.14] GH-139951: Fix major GC performance regression. Backport of GH-140262 (GH-140447)
markshannon
[Python-checkins] gh-140431: Fix GC crash due to partially initialized coroutines (gh-140470)
colesbury
[Python-checkins] gh-138774: use `value` to `ast.unparse` code when `str` is `None` in `ast.Interpolation` (#139415)
JelleZijlstra
[Python-checkins] gh-137627: Make `csv.Sniffer.sniff()` delimiter detection 1.6x faster (#137628)
hugovk
[Python-checkins] [3.13] gh-140474: Fix memory leak in `array.array` (GH-140478) (GH-140499)
ZeroIntensity
[Python-checkins] [3.14] gh-140474: Fix memory leak in `array.array` (GH-140478) (GH-140498)
ZeroIntensity
[Python-checkins] gh-140474: Fix memory leak in `array.array` (GH-140478)
ZeroIntensity
[Python-checkins] GH-140472: Create a WASI devcontainer configuration (GH-140473)
brettcannon
[Python-checkins] GH-140475: Support WASI SDK 25 (#140477)
brettcannon
[Python-checkins] [3.14] gh-130317: Fix SNaN broken tests on HP PA RISC (GH-140452) (#140467)
vstinner
[Python-checkins] gh-130317: Fix SNaN broken tests on HP PA RISC (#140452)
vstinner
[Python-checkins] gh-140448: Default `suggest_on_error` to `True` in `argparse.ArgumentParser` (#140450)
savannahostrowski
[Python-checkins] [3.14] gh-116738: Add critical section to dbm/gdbm context manager (gh-140391) (gh-140459)
colesbury
[Python-checkins] gh-116738: Add critical section to dbm/gdbm context manager (gh-140391)
colesbury
[Python-checkins] GH-139193: Fix dump_stack when PYTHON_LLTRACE=4 (GH-139384)
markshannon
[Python-checkins] gh-83714: Only use STATX_MNT_ID & STATX_SUBVOL if they're defined (GH-140446)
encukou
[Python-checkins] gh-83714: Use "stx_" prefix for all os.statx_result members (#140432)
vstinner
[Python-checkins] [3.14] gh-132835: Add defensive NULL checks to MRO resolution (GH-134763) (GH-140436)
emmatyping
[Python-checkins] [3.13] gh-132835: Add defensive NULL checks to MRO resolution (GH-134763) (GH-140437)
emmatyping
[Python-checkins] [3.13] gh-140406: Fix memory leak upon `__hash__` returning a non-integer (GH-140411) (GH-140441)
ZeroIntensity
[Python-checkins] gh-116738: Make _suggestions module thread-safe (gh-140321)
corona10
[Python-checkins] gh-55258: Skip tests of stdout status on mobile platforms (#140401)
freakboy3742
[Python-checkins] gh-132835: Add defensive NULL checks to MRO resolution (GH-134763)
emmatyping
[Python-checkins] [3.13] `zlib.rst`: Link to constants and deduplicate text (GH-140115) (GH-140350)
emmatyping
[Python-checkins] [3.14] `zlib.rst`: Link to constants and deduplicate text (GH-140115) (GH-140349)
emmatyping
[Python-checkins] [3.13] gh-135801: Add tests for filtering warnings by module (GH-140240) (GH-140247)
serhiy-storchaka
[Python-checkins] [3.13] GH-139436: Remove references to downloadable PDF documentation (GH-140416) (#140420)
hugovk
[Python-checkins] gh-69528: Distinguish between file modes "wb+" and "rb+" (GH-137834)
serhiy-storchaka
[Python-checkins] [3.14] gh-138764: annotationlib: Make `call_annotate_function` fallback to using `VALUE` annotations if both the requested format and `VALUE_WITH_FAKE_GLOBALS` are not implemented (GH-138803) (#140426)
JelleZijlstra
[Python-checkins] gh-83714: Check for struct statx members in configure (#140402)
vstinner
[Python-checkins] [3.13] Use ``sphinxext-opengraph`` v0.13.0 (GH-140425) (#140428)
AA-Turner
[Python-checkins] [3.14] Use ``sphinxext-opengraph`` v0.13.0 (GH-140425) (#140427)
AA-Turner
[Python-checkins] Use ``sphinxext-opengraph`` v0.13.0 (GH-140425)
JulienPalard
[Python-checkins] [3.13] gh-139951: Test on GC collection disabled if threshold is zero (GH-140304) (#140363)
JelleZijlstra
[Python-checkins] gh-138764: annotationlib: Make `call_annotate_function` fallback to using `VALUE` annotations if both the requested format and `VALUE_WITH_FAKE_GLOBALS` are not implemented (#138803)
JelleZijlstra
[Python-checkins] gh-140239: Check for statx on Android (#140395)
vstinner
[Python-checkins] [3.14] gh-139951: Test on GC collection disabled if threshold is zero (GH-140304) (#140362)
JelleZijlstra
[Python-checkins] GH-139951: Fix major GC performance regression (GH-140262)
markshannon
[Python-checkins] [3.14] GH-139436: Remove references to downloadable PDF documentation (GH-140416) (#140419)
hugovk
[Python-checkins] GH-139436: Remove references to downloadable PDF documentation (#140416)
AA-Turner
[Python-checkins] [3.14] gh-140406: Fix memory leak upon `__hash__` returning a non-integer (GH-140411) (GH-140417)
ZeroIntensity
[Python-checkins] gh-140406: Fix memory leak upon `__hash__` returning a non-integer (GH-140411)
ZeroIntensity
[Python-checkins] gh-83714: Fix os.statx() tests on tmpfs: st_birthtime can be None (#140407)
vstinner
[Python-checkins] gh-133951: Add venv changes to documentation and whatsnew (GH-139704)
encukou
[Python-checkins] gh-139707: Better `ModuleNotFoundError` message for missing stdlib modules (GH-140219)
encukou
[Python-checkins] [3.14] gh-140398: fix memory leaks in `readline` module when `PySys_Audit` fails (GH-140400) (#140403)
kumaraditya303
[Python-checkins] gh-140398: fix memory leaks in `readline` module when `PySys_Audit` fails (#140400)
kumaraditya303
[Python-checkins] [3.14] gh-66646: Explain __base__ attribute in the docs (GH-102554) (GH-140365)
encukou
[Python-checkins] [3.13] gh-66646: Explain __base__ attribute in the docs (GH-102554) (GH-140366)
encukou
[Python-checkins] gh-140358: Bring back elapsed time and unreachable count to gc debug output (#140359)
pablogsal
[Python-checkins] gh-133601: Remove deprecated `typing.no_type_check_decorator` (#133602)
sobolevn
[Python-checkins] [3.13] [Docs] Add missing note about Required/NotRequired/ReadOnly in get_type_hints() (GH-139565) (#140387)
JelleZijlstra
[Python-checkins] [3.14] [Docs] Add missing note about Required/NotRequired/ReadOnly in get_type_hints() (GH-139565) (#140386)
JelleZijlstra
[Python-checkins] [3.14] gh-138891: fix star-unpack in get_annotations (GH-138951) (#140384)
JelleZijlstra
[Python-checkins] [Docs] Add missing note about Required/NotRequired/ReadOnly in get_type_hints() (#139565)
JelleZijlstra
[Python-checkins] gh-138891: fix star-unpack in get_annotations (#138951)
JelleZijlstra
[Python-checkins] gh-133656: Remove unused import and private global in `Lib/zipimport.py` (GH-140325)
brettcannon
[Python-checkins] [3.14] gh-63161: Fix tokenize.detect_encoding() (GH-139446) (GH-140378)
serhiy-storchaka
[Python-checkins] gh-63161: Fix tokenize.detect_encoding() (GH-139446)
serhiy-storchaka
[Python-checkins] [3.14] gh-63161: Fix test_source_encoding when stderr is StringIO (GH-140361)
serhiy-storchaka
[Python-checkins] gh-83714: Set os.statx() members to None if missing from stx_mask (#140216)
vstinner
[Python-checkins] [3.14] gh-140263: Fix data race in test_lock_two_threads (gh-140264) (gh-140369)
colesbury
[Python-checkins] Docs: replace an esoteric Von Neumann mention (#137598)
nedbat
[Python-checkins] gh-140263: Fix data race in test_lock_two_threads (gh-140264)
colesbury
[Python-checkins] gh-140166: Use `application/texinfo` as sole MIME type for `.texi` and `.texinfo` files (#140165)
hugovk
[Python-checkins] [3.9] gh-136755: Ignore additional errors in ntpath.realpath (GH-27574) (GH-140008)
ambv
[Python-checkins] gh-76007: Deprecate `__version__` attribute in `imaplib` (#140299)
hugovk
[Python-checkins] gh-66646: Explain __base__ attribute in the docs (GH-102554)
encukou
[Python-checkins] gh-139951: Test on GC collection disabled if threshold is zero (GH-140304)
markshannon
[Python-checkins] [3.13] gh-140306: Fix memory leaks in cross-interpreter data handling (GH-140307) (GH-140357)
serhiy-storchaka
[Python-checkins] [3.14] gh-140301: Fix memory leak in subinterpreter `PyConfig` cleanup (GH-140303) (#140360)
kumaraditya303
[Python-checkins] gh-140301: Fix memory leak in subinterpreter `PyConfig` cleanup (#140303)
kumaraditya303
[Python-checkins] fix typo in comments PyOS_CallInputHook -> PyOS_InputHook (#140237)
kumaraditya303
[Python-checkins] Fix typo in PyIter_Send docs (#140336)
kumaraditya303
[Python-checkins] Remove typo in ``functools.lru_cache`` docs (#140278)
kumaraditya303
[Python-checkins] [3.13] gh-101100: Fix sphinx warnings in `library/resource.rst` (GH-140023) (#140353)
hugovk
[Python-checkins] [3.14] gh-101100: Fix sphinx warnings in `library/resource.rst` (GH-140023) (#140352)
hugovk
[Python-checkins] gh-101100: Fix sphinx warnings in `library/resource.rst` (#140023)
hugovk
[Python-checkins] [3.13] docs: be clearer that glob results are unordered (GH-140184) (#140340)
hugovk
[Python-checkins] [3.14] docs: be clearer that glob results are unordered (GH-140184) (#140339)
hugovk
[Python-checkins] `zlib.rst`: Link to constants and deduplicate text (GH-140115)
emmatyping
[Python-checkins] [3.14] Standardize translation of `Doc/bugs.rst` (GH-137449) (#140275)
JulienPalard
[Python-checkins] docs: be clearer that glob results are unordered (#140184)
nedbat
[Python-checkins] [3.14] gh-140306: Fix memory leaks in cross-interpreter data handling (GH-140307) (GH-140338)
serhiy-storchaka
[Python-checkins] gh-140306: Fix memory leaks in cross-interpreter data handling (GH-140307)
serhiy-storchaka
[Python-checkins] [3.14] gh-63161: Fix PEP 263 support (GH-139481) (GH-139898)
serhiy-storchaka
[Python-checkins] gh-101525: [BOLT] Add GCC's LTO-generated function clones, with computed gotos, to BOLT skip list (gh-139840)
corona10
[Python-checkins] [3.14] `Lib/idlelib/idle_test/__init__.py`: remove commented out duplicate code (GH-140259) (#140322)
terryjreedy
[Python-checkins] [3.13] `Lib/idlelib/idle_test/__init__.py`: remove commented out duplicate code (GH-140259) (#140323)
terryjreedy
[Python-checkins] `Lib/idlelib/idle_test/__init__.py`: remove commented out duplicate code (#140259)
terryjreedy
[Python-checkins] [3.13] gh-138997: Remove false justify `fill` option from Tkinter docs (GH-139023) (#140320)
terryjreedy
[Python-checkins] [3.14] gh-138997: Remove false justify `fill` option from Tkinter docs (GH-139023) (#140319)
terryjreedy
[Python-checkins] gh-138997: Remove false justify `fill` option from Tkinter docs (#139023)
terryjreedy
[Python-checkins] [3.14] gh-139736: Fix argparse indentation overshoot (GH-139738) (#139793)
savannahostrowski
[Python-checkins] gh-70765: fix an HTTP/0.9 flaky test post GH-139514 (#139610)
picnixz
[Python-checkins] [3.12] gh-139400: Make sure that parent parsers outlive their subparsers in `pyexpat` (GH-139403) (GH-139609)
ambv
[Python-checkins] gh-129813: Enhance PyBytesWriter documentation (#140152)
vstinner
[Python-checkins] [3.14] gh-137706: make typing._is_unpacked_typevartuple check for `True` instead of truthy (GH-137712) (#138574)
JelleZijlstra
[Python-checkins] [3.13] gh-105812: Use the ``:deco:`` role in place of manual decorator markup (GH-139619) (#139628)
AA-Turner
[Python-checkins] gh-139184: Set O_CLOEXEC for master_fd when calling os.forkpty() (#139408)
vstinner
[Python-checkins] [3.14] gh-116738: test `uuid` module thread safety in free-threading (GH-140068) (#140229)
kumaraditya303
[Python-checkins] [3.14] gh-129559: Remove extra dot in bytearray.resize AC (GH-140134) (#140143)
hugovk
[Python-checkins] [3.14] Add test for opening an SQLite with bytes path (GH-136331) (GH-137632)
encukou
[Python-checkins] [3.14] gh-139310: skip `test_aead_aes_gcm` for Linux kernel between 6.16.0 and 6.17.x (GH-139552) (#139594)
hugovk
[Python-checkins] [3.14] gh-139929: fix incorrect OpenSSL version-based guard in `_ssl.c` (GH-139945) (#139964)
gpshead
[Python-checkins] Replace workflow with project automations (#136831)
ezio-melotti
[Python-checkins] [3.11] gh-139700: Check consistency of the zip64 end of central directory record (GH-139702) (GH-139708) (GH-139713)
ambv
[Python-checkins] [3.12] gh-139312: Update bundled libexpat to 2.7.3 (GH-139319) (GH-139662)
ambv
[Python-checkins] gh-137242: Allow Android testbed to take all Python command-line options (#138805)
freakboy3742
[Python-checkins] gh-76007: Deprecate `__version__` attribute (#138675)
hugovk
[Python-checkins] [3.13] gh-137871: Clarify cmath.nan documentation by linking to math module (GH-137876) (#140096)
hugovk
[Python-checkins] gh-139743: Avoid import-time print in test_sqlite3 (GH-139746)
serhiy-storchaka
[Python-checkins] gh-131189: Remove `curses` mention from `PYTHON_BASIC_REPL` docs (#140022)
picnixz
[Python-checkins] Set type names earlier in posixmodule.c (#140168)
vstinner
[Python-checkins] [3.14] gh-137238: Fix data race in `_Py_slot_tp_getattr_hook` (gh-137240) (#137416)
colesbury
[Python-checkins] gh-139269: Fix unaligned memory access in JIT code patching functions (GH-139271)
Fidget-Spinner
[Python-checkins] gh-102431: Clarify constraints on operands of Decimal logical operations (GH-102836)
serhiy-storchaka
[Python-checkins] [3.14] gh-131885: Use positional-only markers for ``max()`` and ``min()`` (GH-131868) (#137656)
AA-Turner
[Python-checkins] [3.13] gh-137242: Allow Android testbed to take all Python command-line options (GH-138805) (#139638)
freakboy3742
[Python-checkins] [3.14] gh-139845: do not print twice in default asyncio REPL (GH-139846) (#139859)
kumaraditya303
[Python-checkins] gh-79315: Remove Include/pylock.h and Include/monitoring.h (#139731)
vstinner
[Python-checkins] [3.14] gh-139573: Update OpenSSL version used in iOS builds (GH-139582) (#139589)
hugovk
[Python-checkins] [3.13] gh-139146: Check `calloc()` results in `_testembed.c::test_pre_initialization_sys_options` (GH-139147) (#139414)
picnixz
[Python-checkins] [3.14] gh-136234: Fix `SelectorSocketTransport.writelines` to be robust to connection loss (GH-136743) (#138702)
kumaraditya303
[Python-checkins] gh-139958: Add TOML MIME type (#139959)
hugovk
[Python-checkins] [3.13] gh-140041: Fix import of `ctypes` on Android and Cygwin when ABI flags are present (GH-140178) (#140181)
freakboy3742
[Python-checkins] [3.14] gh-137058: Sync _Py_NULL macro with the main branch (#137409)
vstinner
[Python-checkins] [3.14] gh-137589: Zipfile tests: close file objects (GH-138080) (#139766)
vstinner
[Python-checkins] [3.9] gh-135374: Adjust test for setuptools' replacement of distutils (GH-138796) (GH-139304)
ambv
[Python-checkins] [3.14] gh-63161: Add more tests for source encoding (GH-139440) (GH-139442)
encukou
[Python-checkins] gh-124111: Update macOS installer to use Tcl/Tk 9.0.2. (#140076)
ned-deily
[Python-checkins] GH-123299: Copyedit 3.14 What's New: Trivia (#139618)
hugovk
[Python-checkins] [3.14] gh-137242: Allow Android testbed to take all Python command-line options (GH-138805) (#139637)
hugovk
[Python-checkins] Correct a simple NULL-check in `optimizer.c`'s `uop_item()` (GH-140069)
markshannon
[Python-checkins] [3.14] gh-137920: Fix semantically relevant typo in curses.window.attron (#137940) (GH-138506)
encukou
[Python-checkins] gh-139400: Move NEWS item from section "Core and Builtins" to section "Security" (GH-139606) (#139664)
picnixz
[Python-checkins] [3.14] gh-138432: Improved invalid path checking in zoneinfo.reset_tzpath() (GH-138433) (GH-138777)
encukou
[Python-checkins] GH-137573: Add test to check that the margin used for overflow protection is larger than the stack space used by the interpreter (GH-137724)
encukou
[Python-checkins] gh-137589: Zipfile tests: close file objects (GH-138080)
encukou
[Python-checkins] [3.13] Remove duplicate words in the documentation (GH-140221) (GH-140226)
encukou
[Python-checkins] gh-139672: Remove references to `passlib` (#139673)
Eclips4
[Python-checkins] [3.14] gh-138729: Cover `inspect.formatannotationrelativeto` with tests (GH-138730) (GH-138747)
encukou
[Python-checkins] [3.13] gh-139283: correctly handle `size` limit in `cursor.fetchmany()` (GH-139296) (#139444)
Yhg1s
[Python-checkins] gh-139817: Fix refleak in TypeAliasType(qualname=non_string) (GH-140197)
encukou
[Python-checkins] gh-139310: skip `test_aead_aes_gcm` for Linux kernel between 6.16.0 and 6.17.x (#139552)
picnixz
[Python-checkins] [3.13] gh-138993: Dedent `credits` text (GH-138994) (#140087)
hugovk
[Python-checkins] gh-140135: Use `PyBytesWriter` in `io.RawIOBase.readall()`; 4x faster (#140139)
vstinner
[Python-checkins] gh-138013: Split BufferedIO tests from test_io.test_general (#139454)
vstinner
[Python-checkins] [3.14] gh-138860: Lazy import rlcompleter in pdb to avoid deadlock in subprocess (GH-139185) (GH-139305) (GH-139280)
encukou
[Python-checkins] gh-140065: Lexical analysis: Correct note about leading zeros in floating point numbers (GH-140066)
encukou
[Python-checkins] [3.14] gh-137440: Update comment in Python/hamt.c on importing for testing (GH-137441) (#137519)
vstinner
[Python-checkins] [3.14] GH-123299: Copyedit 3.14 What's New: Other Language Changes (GH-139425) (#139508)
hugovk
[Python-checkins] gh-101100: Fix sphinx warnings in `library/smtplib.rst` (#139991)
hugovk
[Python-checkins] [3.14] gh-135329: Use longer timeout in pyrepl test_repl_eio() (GH-139503) (#139506)
vstinner
[Python-checkins] [3.14] gh-137400: Fix thread-safety issues when profiling all threads (gh-137518) (gh-137730)
colesbury
[Python-checkins] [3.13] GH-139590: Run `ruff format` on pre-commit for Tools/wasm (GH-139591) (#139745)
savannahostrowski
[Python-checkins] gh-116738: test `dbm.gnu` module on FT Python build (#138467)
kumaraditya303
[Python-checkins] [3.10] gh-135661: Fix CDATA section parsing in HTMLParser (GH-135665) (GH-137774) (GH-139660)
ambv
[Python-checkins] [3.14] gh-137433: Fix deadlock with stop-the-world and daemon threads (gh-137735) (GH-138965)
encukou
[Python-checkins] Add FFY00 to CODEOWNERS for generate-build-details (#139561)
FFY00
[Python-checkins] gh-135953: Add Gecko reporter to sampling profiler (#139364)
pablogsal
[Python-checkins] GH-139809: Fix argparse subcommand prog not respecting color environment variables (#139818)
savannahostrowski
[Python-checkins] GH-139590: Run `ruff format` on pre-commit for Tools/wasm (#139591)
savannahostrowski
[Python-checkins] [3.14] gh-140078: fix typo in tkinter docs (GH-140081) (#140217)
terryjreedy
[Python-checkins] [3.14] gh-133400: Fixed Ctrl+D (^D) behavior in :mod:`_pyrepl` module (GH-133883) (GH-139850)
ambv
[Python-checkins] gh-70765: Remove unnecessary extra backtick from Changelog entry (#140071)
hugovk
[Python-checkins] [3.13] gh-133400: Fixed Ctrl+D (^D) behavior in :mod:`_pyrepl` module (GH-133883) (GH-139851)
ambv
[Python-checkins] gh-130567: Remove optimistic allocation in locale.strxfrm() (GH-137143)
encukou
[Python-checkins] gh-76007: Deprecate `zlib.__version__` attribute (#140130)
vstinner
Earlier messages
Later messages