python-checkins
Thread
Date
Earlier messages
Later messages
Messages by Thread
[Python-checkins] gh-127503: Improve tracebacks on Emscripten when there is a trap (#131158)
freakboy3742
[Python-checkins] gh-123471: make `itertools.batched` thread-safe (#129416)
kumaraditya303
[Python-checkins] Improve docstring for random.binomialvariate (gh-131164)
rhettinger
[Python-checkins] gh-126835: Avoid creating unnecessary tuple when looking for constant sequence during constant folding (#131054)
iritkatriel
[Python-checkins] gh-131123: Support completion in `pdb` for convenience variable attributes (#131124)
gaogaotiantian
[Python-checkins] gh-131045: [Enum] fix flag containment checks when using values (GH-131053)
ethanfurman
[Python-checkins] GH-130614: pathlib ABCs: revise test suite for writable paths (#131112)
barneygale
[Python-checkins] gh-131141: fix data race in instrumentation while registering callback (#131142)
kumaraditya303
[Python-checkins] gh-110097: Fix flaky `test_timeout` in `test_concurrent_futures.test_process_pool` (gh-131108)
colesbury
[Python-checkins] GH-127705: Fix _Py_RefcntAdd to handle objects becoming immortal (GH-131140)
markshannon
[Python-checkins] gh-111178: Change Argument Clinic signature for `@classmethod` (#131157)
vstinner
[Python-checkins] gh-111178: Fix type of PyCMethod's "nargs" argument (GH-131135)
encukou
[Python-checkins] gh-115999: Add free-threaded specialization for FOR_ITER (#128798)
Yhg1s
[Python-checkins] gh-131152, pkgutil: Remove unused imports (#131149)
vstinner
[Python-checkins] gh-131152: Remove unused imports in `_pyrepl` and `ctypes` (#131150)
vstinner
[Python-checkins] gh-131121: Fix `_Py_atomic_store_char_relaxed` memory order (gh-131122)
colesbury
[Python-checkins] Use subTest() in math.fma() tests (#131125)
vstinner
[Python-checkins] gh-120608: Make reversed iterator work with free-threading (#120971)
ambv
[Python-checkins] [3.12] gh-93096: Load doctests in `test_itertools` (GH-131133) (#131137)
vstinner
[Python-checkins] gh-129349: Accept bytes in bytes.fromhex()/bytearray.fromhex() (#129844)
vstinner
[Python-checkins] [3.13] gh-93096: Load doctests in `test_itertools` (GH-131133) (#131136)
vstinner
[Python-checkins] gh-93096: Load doctests in `test_itertools` (#131133)
vstinner
[Python-checkins] [3.13] Use subTest() in math.fma() tests (GH-131125) (#131132)
vstinner
[Python-checkins] gh-111178: Fix function signatures in rangeobject.c (#131101)
vstinner
[Python-checkins] GH-127705: Check for immortality in refcount accounting (#131072)
markshannon
[Python-checkins] GH-127705: Use `_PyStackRef`s in the default build. (GH-127875)
markshannon
[Python-checkins] gh-128364: Fix flaky `test_concurrent_futures.test_wait` tests (gh-130742)
colesbury
[Python-checkins] [3.13] gh-117174: Fix reference leak and gdb tests (GH-131095) (#131120)
pablogsal
[Python-checkins] [3.13] gh-131113: Fix data race in dict.popitem() (gh-131115) (#131119)
colesbury
[Python-checkins] gh-117174: Fix reference leak and gdb tests (#131095)
pablogsal
[Python-checkins] gh-131113: Fix data race in dict.popitem() (gh-131115)
colesbury
[Python-checkins] GH-130614: pathlib ABCs: revise test suite for readable paths (#131018)
barneygale
[Python-checkins] gh-128002: add `test_asyncio.test_free_threading` to tsan tests (#131106)
kumaraditya303
[Python-checkins] fix various warnings in `test_asyncio.test_tasks` (#131109)
kumaraditya303
[Python-checkins] GH-131035: Use -flto=thin for clang-cl on Windows (GH-131036)
zooba
[Python-checkins] gh-122029: Do not unpack method for legacy tracing anymore (#130898)
gaogaotiantian
[Python-checkins] GH-130614: pathlib ABCs: revise test suite for Windows path joining (#131016)
barneygale
[Python-checkins] GH-127381: pathlib ABCs: remove `case_sensitive` argument (#131024)
barneygale
[Python-checkins] gh-129675: Update documentation for tp_basicsize & tp_itemsize (#129850)
encukou
[Python-checkins] gh-128563: Add correction note to tail call in whats new (#130908)
Fidget-Spinner
[Python-checkins] gh-128515: Properly check for bolt in test_perf_profiler (#131058)
pablogsal
[Python-checkins] [3.13] gh-117174: Add a new route in linecache to fetch interactive source code (GH-117500) (#131060)
pablogsal
[Python-checkins] gh-117174: Adapt test_multiple_statements_fail_early now that we have always source (#131065)
pablogsal
[Python-checkins] GH-130614: pathlib ABCs: revise test suite for Posix path joining (#131017)
barneygale
[Python-checkins] Replace link to historical TypedDict PEP with current document on typing.python… (#131096)
nedbat
[Python-checkins] gh-93096: Load doctests in `test_pickle` (#131069)
serhiy-storchaka
[Python-checkins] [3.13] gh-131020: py.exe launcher does not correctly detect a BOM when searching for the shebang (GH-131021) (#131047)
zooba
[Python-checkins] [3.13] gh-130711: Document `PyBaseObject_Type` (GH-130712) (GH-130792)
encukou
[Python-checkins] gh-111178: Change Argument Clinic signature for METH_O (#130682)
vstinner
[Python-checkins] [3.11] gh-106883 Fix deadlock in threaded application (#117332)
pablogsal
[Python-checkins] gh-130396: Fix thread sanitizer crashes on stack overflow tests (gh-130966)
colesbury
[Python-checkins] [3.13] gh-130957: Use `sleeping_retry` in `test_free_reference` (GH-130958) (#131091)
colesbury
[Python-checkins] [3.12] gh-130957: Use `sleeping_retry` in `test_free_reference` (GH-130958) (#131092)
colesbury
[Python-checkins] gh-130957: Use `sleeping_retry` in `test_free_reference` (#130958)
colesbury
[Python-checkins] [3.13] gh-101100: Fix sphinx warnings in `library/asyncio-subprocess.rst` (GH-130994) (#131074)
hugovk
[Python-checkins] [3.12] gh-101100: Fix sphinx warnings in `library/asyncio-subprocess.rst` (GH-130994) (#131075)
hugovk
[Python-checkins] Replace K&R function declarations with ANSI declarations (#114818)
vstinner
[Python-checkins] [3.13] gh-131082: Add missing guards for WIN32_LEAN_AND_MEAN (GH-131044) (#131084)
vstinner
[Python-checkins] gh-130959: Reject whitespace in fractions, in pure Python `fromisoformat()` (GH-130962) (GH-131076) (#131086)
vstinner
[Python-checkins] [3.12] gh-131082: Add missing guards for WIN32_LEAN_AND_MEAN (#131044) (#131085)
vstinner
[Python-checkins] [3.13] gh-130959: Reject whitespace in fractions, in pure Python `fromisoformat()` (#130962) (#131076)
vstinner
[Python-checkins] gh-131082: Add missing guards for WIN32_LEAN_AND_MEAN (#131044)
vstinner
[Python-checkins] gh-93096: Remove `-t` and `-v` flags from `pickle` cli (#131068)
vstinner
[Python-checkins] gh-93096: Remove `-t` and `-v` flags from `pickletools` cli (#131039)
vstinner
[Python-checkins] [3.13] gh-93096: Fix loading doctests in test_pickle (GH-131069) (GH-131080)
serhiy-storchaka
[Python-checkins] [3.13] gh-130932: cwd cannot be removed on Solaris/Illumos (GH-131037) (#131073)
vstinner
[Python-checkins] [3.12] gh-93096: Fix loading doctests in test_pickle (GH-131069) (GH-131081)
serhiy-storchaka
[Python-checkins] gh-46236: Add missing PyUnicode_Append() doc (#130531)
vstinner
[Python-checkins] gh-130932: cwd cannot be removed on Solaris/Illumos (#131037)
vstinner
[Python-checkins] gh-130959: Reject whitespace in fractions, in pure Python `fromisoformat()` (#130962)
vstinner
[Python-checkins] gh-130039: Tailcall for windows builds (GH-130040)
Fidget-Spinner
[Python-checkins] Minor nits to whats new tail call wording (#130912)
Fidget-Spinner
[Python-checkins] [3.12] gh-130809: Fix `PyFrame_LocalsToFast` copying the wrong value (#130816)
gaogaotiantian
[Python-checkins] [3.13] gh-125331: Allow the parser to activate future imports on the fly (GH-125482) (#131062)
pablogsal
[Python-checkins] [3.13] gh-124927: Fix conversion issue between coordinates and position in REPL (GH-125001) (#131061)
pablogsal
[Python-checkins] [3.12] gh-125331: Allow the parser to activate future imports on the fly (GH-125482) (#131063)
pablogsal
[Python-checkins] gh-124927: Fix conversion issue between coordinates and position in REPL (#125001)
pablogsal
[Python-checkins] gh-117174: Add a new route in linecache to fetch interactive source code (#117500)
pablogsal
[Python-checkins] gh-118518: Minor improvements to perf docs (#130866)
pablogsal
[Python-checkins] gh-82909: Update PC/pyconfig.h to allow disabling pragma based auto-linking (GH-19740)
zooba
[Python-checkins] Add Ammar to CODEOWNERS for fuzzing (#131057)
ammaraskar
[Python-checkins] gh-131020: py.exe launcher does not correctly detect a BOM when searching for the shebang (GH-131021)
zooba
[Python-checkins] gh-131020: py.exe launcher does not correctly detect a BOM when searching for the shebang (GH-131021)
zooba
[Python-checkins] [3.12] gh-130711: Document `PyBaseObject_Type` (GH-130712) (GH-130793)
encukou
[Python-checkins] gh-101100: Fix sphinx warnings in `library/asyncio-subprocess.rst` (#130994)
kumaraditya303
[Python-checkins] [3.12] gh-80421: Correct definitions of time (GH-130984) (#131023)
terryjreedy
[Python-checkins] [3.13] gh-80421: Correct definitions of time (GH-130984) (#131022)
terryjreedy
[Python-checkins] gh-80421: Correct definitions of time (#130984)
terryjreedy
[Python-checkins] GH-130614: pathlib ABCs: retain original separator in `with_name()` (#130990)
barneygale
[Python-checkins] GH-130614: pathlib ABCs: revise test suite for path joining (#130988)
barneygale
[Python-checkins] GH-130614: pathlib ABCs: support alternate separator in `full_match()` (#130991)
barneygale
[Python-checkins] [3.13] gh-130160: use `.. program::` directive for documenting `pdb` CLI (GH-130996) (#131014)
gaogaotiantian
[Python-checkins] [3.12] gh-130160: use `.. program::` directive for documenting `pdb` CLI (GH-130996) (#131013)
gaogaotiantian
[Python-checkins] gh-130160: use `.. program::` directive for documenting `pdb` CLI (#130996)
gaogaotiantian
[Python-checkins] [3.12] gh-130160: use `.. program::` directive for documenting `webbrowser` CLI (GH-130995) (#131004)
sobolevn
[Python-checkins] gh-130160: use `.. program::` directive for documenting `webbrowser` CLI (#130995)
sobolevn
[Python-checkins] [3.13] gh-130160: use `.. program::` directive for documenting `webbrowser` CLI (GH-130995) (#131003)
sobolevn
[Python-checkins] [3.13] gh-123726: Document caveats of zipfile.Path around name sanitization (GH-130537) (#130986)
jaraco
[Python-checkins] [3.12] gh-123726: Document caveats of zipfile.Path around name sanitization (GH-130537) (#130987)
jaraco
[Python-checkins] gh-123726: Document caveats of zipfile.Path around name sanitization (#130537)
jaraco
[Python-checkins] [3.13] gh-130954: Fix multiprocessing test_notify_n (GH-130955) (#130981)
colesbury
[Python-checkins] gh-130954: Fix multiprocessing test_notify_n (#130955)
colesbury
[Python-checkins] [3.12] gh-130917: update timer and workload in test_signal (GH-130918) (#130968)
colesbury
[Python-checkins] [3.12] gh-130954: Fix multiprocessing test_notify_n (GH-130955) (#130982)
colesbury
[Python-checkins] [3.13] gh-130851: Only intern constants of types generated by the compiler (GH-130901) (#130953)
colesbury
[Python-checkins] [3.12] gh-113238: add Anchor to importlib.resources (GH-113801) (#130499)
jaraco
[Python-checkins] gh-128646: Implement GzipFile.readinto[1]() methods (GH-128647)
zware
[Python-checkins] [3.13] gh-130917: update timer and workload in test_signal (GH-130918) (#130969)
colesbury
[Python-checkins] gh-130917: update timer and workload in test_signal (#130918)
colesbury
[Python-checkins] gh-117151: IO performance improvement, increase io.DEFAULT_BUFFER_SIZE to 128k (GH-118144)
gpshead
[Python-checkins] GH-128520: Merge `pathlib._local` into `pathlib` (#130748)
barneygale
[Python-checkins] [3.13] Correct function name in `Doc/extending/embedding.rst` (GH-127539) (#130945)
vstinner
[Python-checkins] [3.12] gh-110206: Fix multiprocessing test_notify_all (GH-130933) (#130951)
colesbury
[Python-checkins] [3.13] gh-110206: Fix multiprocessing test_notify_all (GH-130933) (#130950)
colesbury
[Python-checkins] gh-130851: Only intern constants of types generated by the compiler (#130901)
colesbury
[Python-checkins] gh-110206: Fix multiprocessing test_notify_all (#130933)
colesbury
[Python-checkins] GH-128534: Fix behavior of branch monitoring for `async for` (GH-130847)
markshannon
[Python-checkins] [3.12] Correct function name in `Doc/extending/embedding.rst` (GH-127539) (#130946)
vstinner
[Python-checkins] Correct function name in `Doc/extending/embedding.rst` (#127539)
vstinner
[Python-checkins] gh-129011: Update comments in FileIO to match current code (#129012)
hauntsaninja
[Python-checkins] [3.13] gh-130932: Fix incorrect exception handling in _PyModule_IsPossiblyShadowing (GH-130934) (#130939)
hauntsaninja
[Python-checkins] gh-130932: Fix incorrect exception handling in _PyModule_IsPossiblyShadowing (#130934)
hauntsaninja
[Python-checkins] gh-118331: Fix `test_list.ListTest.test_no_memory` under trace refs build (#130921)
mpage
[Python-checkins] gettext: Remove outdated "TODO" comment (#130890)
hauntsaninja
[Python-checkins] gh-130920: Fix data race in STORE_SUBSCR_LIST_INT (#130923)
colesbury
[Python-checkins] [3.13] gh-128364: Fix flaky `test_concurrent_futures.test_wait` tests (gh-130742) (#130922)
colesbury
[Python-checkins] gh-124878: Fix race conditions during interpreter finalization (#130649)
colesbury
[Python-checkins] gh-127647: Add typing.Reader and Writer protocols (#127648)
JelleZijlstra
[Python-checkins] gh-128563: Clarify wording in Whats new for Tail call (#130911)
Fidget-Spinner
[Python-checkins] gh-130860: Fix width calculation, when separators in fractional part (GH-130865)
serhiy-storchaka
[Python-checkins] GH-130903: typo in optimizer DSL for _GUARD_BOTH_UNICODE (#130904)
vstinner
[Python-checkins] gh-130574: renumber RESUME opcode from 149 to 128 (GH-130685)
markshannon
[Python-checkins] gh-85795: Raise a clear error when `super()` is used in `typing.NamedTuple` subclasses (#130082)
JelleZijlstra
[Python-checkins] gh-128041: Fix incorrect bullet placement in "What's new" (GH-130900)
colesbury
[Python-checkins] GH-130153: Reword the wildcard matching part of the tutorial (GH-129954)
brandtbucher
[Python-checkins] gh-128041: Add `terminate_workers` and `kill_workers` methods to ProcessPoolExecutor (GH-130849)
gpshead
[Python-checkins] gh-129964: Fix JIT crash on Windows on Arm (GH-130882)
brandtbucher
[Python-checkins] [3.13] gh-130851: Don't crash when deduping unusual code constants (GH-130853) (#130880)
colesbury
[Python-checkins] GH-115802: JIT using the "medium" code model on x86_64-unknown-linux-gnu (GH-130097)
brandtbucher
[Python-checkins] gh-118331: Fix a couple of issues when list allocation fails (#130811)
mpage
[Python-checkins] [3.13] gh-127371 Avoid unbounded growth SpooledTempfile.writelines (GH-127372) (#130886)
Yhg1s
[Python-checkins] [3.12] gh-127371 Avoid unbounded growth SpooledTempfile.writelines (GH-127372) (#130885)
Yhg1s
[Python-checkins] gh-130878: Add extra check to prepare_ssl.py (GH-130879)
zooba
[Python-checkins] [3.12] Update links from typing.readthedocs.io to typing.python.org (GH-130877) (#130884)
hugovk
[Python-checkins] [3.13] Update links from typing.readthedocs.io to typing.python.org (GH-130877) (#130883)
hugovk
[Python-checkins] Update links from typing.readthedocs.io to typing.python.org (#130877)
hugovk
[Python-checkins] gh-130851: Don't crash when deduping unusual code constants (#130853)
Yhg1s
[Python-checkins] GH-127705: better double free message. (GH-130785)
markshannon
[Python-checkins] [3.13] gh-116742: Fix subprocess test_check_output_timeout() (GH-130836) (#130873)
vstinner
[Python-checkins] [3.12] gh-116742: Fix subprocess test_check_output_timeout() (GH-130836) (#130874)
vstinner
[Python-checkins] [3.12] gh-130824: Add tests for NULL in PyLong_*AndOverflow functions (GH-130828) (GH-130876)
serhiy-storchaka
[Python-checkins] [3.13] gh-130824: Add tests for `NULL` in `PyLong_*AndOverflow` functions (GH-130828) (GH-130869)
serhiy-storchaka
[Python-checkins] gh-127750: Improve repr of functools.singledispatchmethod (GH-130220)
serhiy-storchaka
[Python-checkins] gh-116742: Fix subprocess test_check_output_timeout() (#130836)
vstinner
[Python-checkins] gh-130824: Clean up test wrappers for PyLong_*AndOverflow functions (GH-130871)
encukou
[Python-checkins] gh-130824: Add tests for `NULL` in `PyLong_*AndOverflow` functions (GH-130828)
encukou
[Python-checkins] [3.13] gh-130547: Fix race between dict_dealloc and split_keys_entry_added (gh-130778) (gh-130833)
corona10
[Python-checkins] [3.12] GH-125722: Increase minimum supported Sphinx to 8.2.0 (GH-130444) (#130859)
AA-Turner
[Python-checkins] [3.13] GH-125722: Increase minimum supported Sphinx to 8.2.0 (GH-130444) (#130858)
AA-Turner
[Python-checkins] GH-125722: Increase minimum supported Sphinx to 8.2.0 (#130444)
AA-Turner
[Python-checkins] [3.13] gh-130794: Process interpreter QSBR queue in _PyMem_AbandonDelayed. (gh-130808) (#130857)
colesbury
[Python-checkins] gh-130794: Process interpreter QSBR queue in _PyMem_AbandonDelayed. (gh-130808)
colesbury
[Python-checkins] gh-127371 Avoid unbounded growth SpooledTempfile.writelines (GH-127372)
serhiy-storchaka
[Python-checkins] GH-130415: Narrow str to "" based on boolean tests (GH-130476)
brandtbucher
[Python-checkins] gh-125377: Improve tab indentation for pdb multi-line input (#130471)
gaogaotiantian
[Python-checkins] GH-130415: Narrow int to 0 based on boolean tests (GH-130772)
brandtbucher
[Python-checkins] gh-130660: Add a test for pdb when user quits after interact command (#130852)
gaogaotiantian
[Python-checkins] gh-105499: Merge typing.Union and types.UnionType (#105511)
JelleZijlstra
[Python-checkins] gh-126085: Add `tp_iter` to TypeAliasType to allow star unpacking (#127981)
JelleZijlstra
[Python-checkins] gh-130730: Fix multiprocessing test_active_children() (#130837)
vstinner
[Python-checkins] gh-130090: Support PGO for clang-cl on Windows (GH-129907)
zooba
[Python-checkins] [3.12] gh-130730: Fix multiprocessing test_active_children() (GH-130837) (#130846)
vstinner
[Python-checkins] [3.13] gh-130730: Fix multiprocessing test_active_children() (GH-130837) (#130845)
vstinner
[Python-checkins] GH-90916: Add helper function to dis.Instruction and use it to reduce churn in test_dis (GH-130643)
markshannon
[Python-checkins] gh-82987: Stop on calling frame unconditionally for inline breakpoints (#130493)
gaogaotiantian
[Python-checkins] Revert "gh-128041: Add `terminate_workers` and `kill_workers` methods to ProcessPoolExecutor (GH-128043)" (#130838)
colesbury
[Python-checkins] [3.12] gh-129567: Add a note to typing.TypedDict docs about name mangling (GH-130233) (#130842)
sobolevn
[Python-checkins] [3.13] gh-130727: Retry test_wmi on TimeoutError (GH-130832) (#130839)
vstinner
[Python-checkins] [3.13] gh-129567: Add a note to `typing.TypedDict` docs about name mangling (GH-130233) (#130841)
sobolevn
[Python-checkins] gh-130727: Retry test_wmi on TimeoutError (#130832)
vstinner
[Python-checkins] gh-129567: Add a note to `typing.TypedDict` docs about name mangling (#130233)
sobolevn
[Python-checkins] gh-128184: Fix display of signatures with ForwardRefs (#130815)
JelleZijlstra
[Python-checkins] gh-130547: Fix race between dict_dealloc and split_keys_entry_added (gh-130778)
corona10
[Python-checkins] gh-129666: Add C11/C++11 to docs and -pedantic-errors to GCC/clang test_c[pp]ext tests (GH-130692)
encukou
[Python-checkins] [3.13] gh-130736: Fix asyncio test_shutdown_default_executor_timeout() (GH-130800) (#130825)
kumaraditya303
[Python-checkins] [3.12] gh-130736: Fix asyncio test_shutdown_default_executor_timeout() (GH-130800) (#130826)
kumaraditya303
[Python-checkins] gh-130736: Fix asyncio test_shutdown_default_executor_timeout() (#130800)
vstinner
[Python-checkins] gh-89083: add support for UUID version 7 (RFC 9562) (#121119)
picnixz
[Python-checkins] [3.12] gh-130740: Move some `stdbool.h` includes after `Python.h` (#130738) (#130757)
picnixz
[Python-checkins] gh-111178: Fix function signatures in structseq.c (#130683)
vstinner
[Python-checkins] gh-111178: Fix function signatures of unicodeiter (#130684)
vstinner
[Python-checkins] gh-130149: fix HMAC tests for some FIPS-only build bots (#130788)
picnixz
[Python-checkins] gh-130486: Fix test_venv fails from within venv (GH-130487)
vsajip
[Python-checkins] gh-130599: use static constants str-to-int conversion (gh-130714)
nascheme
[Python-checkins] gh-124445: Allow specializing generic ParamSpec aliases (#124512)
JelleZijlstra
[Python-checkins] gh-130790: Remove references about unicode's readiness from comments (#130801)
vstinner
[Python-checkins] [3.13] gh-130737: Fix multiprocessing test_notify() (GH-130797) (#130802)
vstinner
[Python-checkins] [3.12] gh-130737: Fix multiprocessing test_notify() (GH-130797) (#130803)
vstinner
[Python-checkins] gh-130737: Fix multiprocessing test_notify() (#130797)
vstinner
[Python-checkins] GH-128520: Merge `pathlib._abc` into `pathlib.types` (#130747)
barneygale
Earlier messages
Later messages