Messages by Date
-
2026/01/23
[Python-checkins] Doc: fix incorrect reference in `isasyncgenfunction` docs (GH-144099)
encukou
-
2026/01/22
[Python-checkins] gh-143756: Fix potential data race in SSLContext.load_cert_chain (gh-143818)
colesbury
-
2026/01/22
[Python-checkins] gh-143513: Remove importlib.abc documentation for removed ABCs (#143605)
brettcannon
-
2026/01/22
[Python-checkins] [3.14] gh-143513: Remove importlib.abc documentation for removed ABCs (GH-143605) (GH-144166)
brettcannon
-
2026/01/22
[Python-checkins] Add source links to documentation for Windows-specific modules (GH-130244)
zooba
-
2026/01/22
[Python-checkins] gh-143756: Avoid borrowed reference in SSL code (gh-143816)
colesbury
-
2026/01/22
[Python-checkins] [3.13] gh-142779: Initialize reserved field for proper padding (GH-142780) (#144160)
vstinner
-
2026/01/22
[Python-checkins] gh-144157: Optimize bytes.translate() by deferring change detection (GH-144158)
gpshead
-
2026/01/22
[Python-checkins] gh-142779: Initialize reserved field for proper padding (#142780)
vstinner
-
2026/01/22
[Python-checkins] [3.14] gh-144023: Prevent `follow_symlinks` from being allowed with an fd of 0 (GH-144022) (#144151)
vstinner
-
2026/01/22
[Python-checkins] [3.13] gh-144023: Prevent `follow_symlinks` from being allowed with an fd of 0 (GH-144022) (#144152)
vstinner
-
2026/01/22
[Python-checkins] [3.13] gh-141004: Mark up constants for `PyOS_double_to_string` (GH-143867) (GH-144147)
encukou
-
2026/01/22
[Python-checkins] [3.14] gh-141004: Mark up constants for `PyOS_double_to_string` (GH-143867) (GH-144146)
encukou
-
2026/01/22
[Python-checkins] gh-67041: Allow to distinguish between empty and not defined URI components (GH-123305)
serhiy-storchaka
-
2026/01/22
[Python-checkins] [3.13] gh-77188: Add pickle tests for objects with slots (GH-144116) (GH-144120)
serhiy-storchaka
-
2026/01/22
[Python-checkins] [3.14] gh-143959: Make _datetime optional for test_sys (GH-144003) (#144143)
vstinner
-
2026/01/22
[Python-checkins] [3.13] gh-143959: Make _datetime optional for test_sys (GH-144003) (#144144)
vstinner
-
2026/01/22
[Python-checkins] gh-143001: Add @cpython_only to test_sys.test_current_frames() (#144004)
vstinner
-
2026/01/22
[Python-checkins] GH-139109: Partial reworking of JIT data structures (GH-144105)
markshannon
-
2026/01/22
[Python-checkins] gh-141004: Mark up constants for `PyOS_double_to_string` (GH-143867)
encukou
-
2026/01/22
[Python-checkins] [3.13] gh-141004: Mark up docs of old PyMem macros (GH-143783) (GH-143865)
encukou
-
2026/01/22
[Python-checkins] gh-143959: Make _datetime optional for test_sys (GH-144003)
serhiy-storchaka
-
2026/01/22
[Python-checkins] [3.14] gh-141004: Mark up docs of old PyMem macros (GH-143783) (GH-143864)
encukou
-
2026/01/22
[Python-checkins] [3.14] gh-143993: Document ways to disable remote debugging support (GH-143994) (#144139)
vstinner
-
2026/01/22
[Python-checkins] gh-143993: Document ways to disable remote debugging support (#143994)
vstinner
-
2026/01/22
[Python-checkins] gh-142913: Revert adding test_replaced_interpreter (GH-144110)
encukou
-
2026/01/22
[Python-checkins] gh-130415: Narrowing to constants in branches involving `is` comparisons with a constant (GH-143895)
markshannon
-
2026/01/22
[Python-checkins] [3.13] gh-144085: Add `{gi,cr}_suspended` to `inspect` comments and `generator/coroutine` tests (GH-144086) (#144134)
sobolevn
-
2026/01/21
[Python-checkins] GH-143941: Move WASI-related files to Platforms/WASI (GH-143942)
brettcannon
-
2026/01/21
[Python-checkins] [3.14] gh-77188: Add pickle tests for objects with slots (GH-144116) (GH-144119)
serhiy-storchaka
-
2026/01/21
[Python-checkins] gh-77188: Add pickle tests for objects with slots (GH-144116)
serhiy-storchaka
-
2026/01/21
[Python-checkins] Update install manager docs (python/pymanager#227) (GH-144079)
zooba
-
2026/01/21
[Python-checkins] Update install manager docs (python/pymanager#227) (GH-144079)
zooba
-
2026/01/21
[Python-checkins] gh-144030: Add check that argument is callable to Python version of functools.lru_cache (#144031)
vstinner
-
2026/01/21
[Python-checkins] gh-143869: Add PEP 757 functions to the limited API (#143906)
vstinner
-
2026/01/21
[Python-checkins] [3.14] gh-144085: Add `{gi,cr}_suspended` to `inspect` comments and `generator/coroutine` tests (GH-144086) (#144104)
sobolevn
-
2026/01/21
[Python-checkins] gh-144085: Add `{gi,cr}_suspended` to `inspect` comments and `generator/coroutine` tests (#144086)
sobolevn
-
2026/01/20
[Python-checkins] gh-125346: Deprecate accepting standard Base64 alphabet when alternative alphabet is used (GH-141128)
serhiy-storchaka
-
2026/01/20
[Python-checkins] GH-143948: Explain graphlib's cycle-finding code (#143950)
tim-one
-
2026/01/20
[Python-checkins] [3.14] gh-143874: Use self.message instead of raw print in `_exec_in_closure()` (GH-143875) (#144061)
gaogaotiantian
-
2026/01/20
[Python-checkins] [3.11] gh-143916: Reject control characters in wsgiref.headers.Headers
sethmlarson
-
2026/01/20
[Python-checkins] [3.10] gh-143916: Reject control characters in wsgiref.headers.Headers
sethmlarson
-
2026/01/20
[Python-checkins] gh-143919: Reject control characters in http cookies
sethmlarson
-
2026/01/20
[Python-checkins] gh-143923: Reject control characters in POP3 commands
sethmlarson
-
2026/01/20
[Python-checkins] gh-143925: Reject control characters in data: URL mediatypes
sethmlarson
-
2026/01/20
[Python-checkins] gh-143921: Reject control characters in IMAP commands
sethmlarson
-
2026/01/20
[Python-checkins] gh-144054: no deferred refcount for untracked (gh-144081)
nascheme
-
2026/01/20
[Python-checkins] gh-141504: Move PYTHON_UOPS_OPTIMIZE to policy object (GH-144082)
Fidget-Spinner
-
2026/01/20
[Python-checkins] [3.13] gh-143866: Verify return value of `pathlib.write_{bytes,text}` methods in tests (GH-143870) (#144078)
sobolevn
-
2026/01/20
[Python-checkins] [3.14] gh-144012: Check null binary op extend (GH-144014) (GH-144038)
Fidget-Spinner
-
2026/01/20
[Python-checkins] gh-143939: Fix assignment to `_PyThreadStateImpl.generator_return_kind` (gh-143951)
colesbury
-
2026/01/20
[Python-checkins] gh-143960: Add support for OpenSSL 3.6, drop EOL 3.2 (#143961)
hugovk
-
2026/01/20
[Python-checkins] gh-144054: shutdown fix for deferred ref counting (GH-144055)
encukou
-
2026/01/20
[Python-checkins] [3.14] gh-144050: Fix stat.filemode pure Python file type detection (GH-144059) (GH-144073)
serhiy-storchaka
-
2026/01/20
[Python-checkins] [3.13] gh-144050: Fix stat.filemode pure Python file type detection (GH-144059) (GH-144074)
serhiy-storchaka
-
2026/01/20
[Python-checkins] [3.14] Update struct.__doc__: _Bool available unconditionally (GH-143716) (#144070)
vstinner
-
2026/01/20
[Python-checkins] [3.13] Update struct.__doc__: _Bool available unconditionally (GH-143716) (#144071)
vstinner
-
2026/01/20
[Python-checkins] Update struct.__doc__: _Bool available unconditionally (#143716)
vstinner
-
2026/01/20
[Python-checkins] gh-144050: Fix stat.filemode pure Python file type detection (GH-144059)
serhiy-storchaka
-
2026/01/20
[Python-checkins] [3.14] gh-143999: Fix: handle suspended state on types.coroutine wrappers (GH-144000) (GH-144066)
serhiy-storchaka
-
2026/01/20
[Python-checkins] [3.13] gh-143999: Fix: handle suspended state on types.coroutine wrappers (GH-144000) (GH-144065)
serhiy-storchaka
-
2026/01/20
[Python-checkins] gh-143999: Fix: handle suspended state on types.coroutine wrappers (GH-144000)
serhiy-storchaka
-
2026/01/20
[Python-checkins] [3.14] gh-75459: versionadded for PyObject_CallFinalizer*() API (GH-143982) (#144026)
hugovk
-
2026/01/20
[Python-checkins] gh-144023: Prevent follow_symlinks from being allowed with an fd of 0 (GH-144022)
serhiy-storchaka
-
2026/01/20
[Python-checkins] [3.14] gh-143774 - Improve IDLE Format Paragraph doc (GH-143775) (#144062)
terryjreedy
-
2026/01/20
[Python-checkins] [3.13] gh-143774 - Improve IDLE Format Paragraph doc (GH-143775) (#144063)
terryjreedy
-
2026/01/20
[Python-checkins] gh-143774 - Improve IDLE Format Paragraph doc (#143775)
terryjreedy
-
2026/01/19
[Python-checkins] gh-143754: Add Tkinter methods pack_content(), place_content() and grid_content() (GH-143845)
serhiy-storchaka
-
2026/01/19
[Python-checkins] Fix typo: 'exept' -> 'except' in Lib/dbm/dumb.py (GH-144060)
serhiy-storchaka
-
2026/01/19
[Python-checkins] gh-143874: Use self.message instead of raw print in `_exec_in_closure()` (#143875)
gaogaotiantian
-
2026/01/19
[Python-checkins] [3.13] Notify Sviat of GHA changes through codeowners (GH-143945) (#144052)
hugovk
-
2026/01/19
[Python-checkins] [3.14] Notify Sviat of GHA changes through codeowners (GH-143945) (#144051)
hugovk
-
2026/01/19
[Python-checkins] [3.14] gh-102809: No longer mention `Misc/gdbinit` in the code (GH-143980) (#144044)
vstinner
-
2026/01/19
[Python-checkins] [3.13] gh-102809: No longer mention `Misc/gdbinit` in the code (GH-143980) (#144045)
vstinner
-
2026/01/19
[Python-checkins] gh-102809: No longer mention `Misc/gdbinit` in the code (#143980)
vstinner
-
2026/01/19
[Python-checkins] [3.13] gh-106318: Add examples for str.rpartition() method (GH-143891) (#144041)
vstinner
-
2026/01/19
[Python-checkins] [3.14] gh-106318: Add examples for str.rpartition() method (GH-143891) (#144040)
vstinner
-
2026/01/19
[Python-checkins] gh-106318: Add examples for str.rpartition() method (#143891)
vstinner
-
2026/01/19
[Python-checkins] gh-143689: Fix BufferedReader.read1 leaving object in reentrant state on error (#143690)
vstinner
-
2026/01/19
[Python-checkins] [3.14] gh-142461: Move misplaced NEWS entries to an appropriate section (GH-143392) (GH-144039)
serhiy-storchaka
-
2026/01/19
[Python-checkins] gh-142461: Move misplaced NEWS entries to an appropriate section (GH-143392)
serhiy-storchaka
-
2026/01/19
[Python-checkins] gh-143935: Email preserve parens when folding comments (#143936)
Yhg1s
-
2026/01/19
[Python-checkins] gh-143897: Remove the isxidstart() and isxidcontinue() methods of unicodedata.ucd_3_2_0 (GH-143898)
serhiy-storchaka
-
2026/01/19
[Python-checkins] [3.14] gh-143754: Modernize Tkinter docs (GH-143841) (GH-144032)
serhiy-storchaka
-
2026/01/19
[Python-checkins] [3.13] gh-143754: Modernize Tkinter docs (GH-143841) (GH-144033)
serhiy-storchaka
-
2026/01/19
[Python-checkins] gh-142440: Fix _decimal builds configured with EXTRA_FUNCTIONALITY (GH-142441)
serhiy-storchaka
-
2026/01/19
[Python-checkins] [3.12] gh-143916: Reject control characters in wsgiref.headers.Headers (GH-143917) (GH-143973) (#143974)
Yhg1s
-
2026/01/19
[Python-checkins] gh-143754: Modernize Tkinter docs (GH-143841)
serhiy-storchaka
-
2026/01/19
[Python-checkins] [3.14] gh-143866: Verify return value of `pathlib.write_{bytes,text}` methods in tests (GH-143870) (#144029)
sobolevn
-
2026/01/19
[Python-checkins] gh-143866: Verify return value of `pathlib.write_{bytes,text}` methods in tests (#143870)
sobolevn
-
2026/01/19
[Python-checkins] gh-75459: versionadded for PyObject_CallFinalizer*() API (GH-143982)
encukou
-
2026/01/18
[Python-checkins] [3.14] gh-143831: Compare cells by identity in forward references (GH-143848) (#144020)
JelleZijlstra
-
2026/01/18
[Python-checkins] gh-143831: Compare cells by identity in forward references (#143848)
JelleZijlstra
-
2026/01/18
[Python-checkins] Notify Sviat of GHA changes through codeowners (#143945)
hugovk
-
2026/01/18
[Python-checkins] gh-141860: Add on_error= keyword arg to `multiprocessing.set_forkserver_preload` (GH-141859)
gpshead
-
2026/01/18
[Python-checkins] gh-144012: Check null binary op extend (#144014)
Fidget-Spinner
-
2026/01/17
[Python-checkins] gh-143952: Fix asyncio tools to work with the new remote debugging API (#143954)
pablogsal
-
2026/01/17
[Python-checkins] [3.13] gh-143916: Reject control characters in wsgiref.headers.Headers (GH-143917) (#143973)
gpshead
-
2026/01/17
[Python-checkins] [3.14] gh-143916: Reject control characters in wsgiref.headers.Headers (GH-143917) (#143972)
gpshead
-
2026/01/17
[Python-checkins] Fix UBSan error in _testcapi: correct create_attr_from_spec signature (#143097)
sobolevn
-
2026/01/17
[Python-checkins] gh-143916: Reject control characters in wsgiref.headers.Headers (GH-143917)
gpshead
-
2026/01/17
[Python-checkins] gh-143421: Use new buffer to save optimized uops (GH-143682)
Fidget-Spinner
-
2026/01/17
[Python-checkins] gh-141004: Document `PyException_HEAD` and `PyDescr_COMMON` (GH-143896)
ZeroIntensity
-
2026/01/17
[Python-checkins] gh-143946: Show `JitOptSymbol` on abstract stack when set PYTHON_OPT_DEBUG > 4 (GH-143957)
Fidget-Spinner
-
2026/01/17
[Python-checkins] gh-142913: Export JIT functions for _testinternalcapi (#143958)
Fidget-Spinner
-
2026/01/17
[Python-checkins] gh-143943: add missing header file for `pycore_optimizer_types.h` (GH-143947)
Fidget-Spinner
-
2026/01/16
[Python-checkins] gh-132657: Add maybe_enable_deferred_ref_count() (gh-142843)
nascheme
-
2026/01/16
[Python-checkins] gh-142913: Remove JIT interpreter for interpreter generator tests (GH-143944)
Fidget-Spinner
-
2026/01/16
[Python-checkins] gh-138122: Default highlight to sh (#143782)
hugovk
-
2026/01/16
[Python-checkins] gh-142913: Update generated code that conflicted with other landed change (#143932)
DinoV
-
2026/01/16
[Python-checkins] [3.13] gh-133253: making linecache thread-safe (GH-133305) (#143911)
colesbury
-
2026/01/16
[Python-checkins] [3.14] gh-133253: making linecache thread-safe (GH-133305) (gh-143910)
colesbury
-
2026/01/16
[Python-checkins] [3.14] gh-143674: Document F/D complex format characters in struct module (GH-143675) (#143918)
vstinner
-
2026/01/16
[Python-checkins] [3.14] gh-143572: Run 'python3-libraries' fuzzer in CI using CIFuzz (… (#143912)
hugovk
-
2026/01/16
[Python-checkins] [3.13] gh-143572: Run 'python3-libraries' fuzzer in CI using CIFuzz (… (#143915)
hugovk
-
2026/01/16
[Python-checkins] gh-143674: Document F/D complex format characters in struct module (#143675)
vstinner
-
2026/01/16
[Python-checkins] [3.14] gh-65784: Add support for parametrized resource wantobjects in regrtests (GH-143570) (GH-143913)
serhiy-storchaka
-
2026/01/16
[Python-checkins] [3.13] gh-65784: Add support for parametrized resource wantobjects in regrtests (GH-143570) (GH-143914)
serhiy-storchaka
-
2026/01/16
[Python-checkins] [3.14] gh-143880: Fix data race in `functools.partial` in free threading build (#143882)
kumaraditya303
-
2026/01/16
[Python-checkins] gh-65784: Add support for parametrized resource wantobjects in regrtests (GH-143570)
serhiy-storchaka
-
2026/01/16
[Python-checkins] gh-143572: Run 'python3-libraries' fuzzer in CI using CIFuzz (#143749)
hugovk
-
2026/01/16
[Python-checkins] gh-141070: Rename `PyUnstable_Object_Dump` to `PyObject_Dump` (GH-142848)
ZeroIntensity
-
2026/01/16
[Python-checkins] [3.13] gh-143602: Fix duplicate buffer exports in io.BytesIO.write (#143629) (#143872) (#143878)
vstinner
-
2026/01/16
[Python-checkins] [3.14] gh-143672: Add more tests for struct.pack_into() (GH-143901) (GH-143902)
serhiy-storchaka
-
2026/01/16
[Python-checkins] [3.13] gh-143672: Add more tests for struct.pack_into() (GH-143901) (GH-143903)
serhiy-storchaka
-
2026/01/16
[Python-checkins] gh-143672: Finish conversion of the struct module to Argument Clinic (GH-143857)
serhiy-storchaka
-
2026/01/16
[Python-checkins] gh-143672: Add more tests for struct.pack_into() (GH-143901)
serhiy-storchaka
-
2026/01/16
[Python-checkins] GH-143493: Conform to spec for generator expressions while supporting virtual iterators (GH-143569)
markshannon
-
2026/01/15
[Python-checkins] [3.14] gh-143602: Fix duplicate buffer exports in io.BytesIO.write (#143629) (#143872)
vstinner
-
2026/01/15
[Python-checkins] [3.13] gh-143635: Fix crash in `ga_repr_items_list` (GH-143670) (#143852)
sobolevn
-
2026/01/15
[Python-checkins] gh-143602: Fix duplicate buffer exports in io.BytesIO.write (#143629)
vstinner
-
2026/01/15
[Python-checkins] [3.13] gh-142829: Fix use-after-free in `Context.__eq__` via re-entrant `ContextVar.set` (GH-142905) (GH-143871)
serhiy-storchaka
-
2026/01/15
[Python-checkins] [3.14] gh-143054: Disallow non-top-level Cut for now (GH-143622) (GH-143790)
encukou
-
2026/01/15
[Python-checkins] gh-142434: Use ppoll() if available in select.poll (#143529)
vstinner
-
2026/01/15
[Python-checkins] [3.13] gh-141004: Document symbol visibility macros (PyAPI_DATA, Py_EXPORTED_SYMBOL, Py_LOCAL_SYMBOL,Py_IMPORTED_SYMBOL) (GH-143508) (GH-143787)
encukou
-
2026/01/15
[Python-checkins] [3.14] gh-141004: Document symbol visibility macros (PyAPI_DATA, Py_EXPORTED_SYMBOL, Py_LOCAL_SYMBOL,Py_IMPORTED_SYMBOL) (GH-143508) (GH-143786)
encukou
-
2026/01/15
[Python-checkins] gh-141004: Mark up docs of old PyMem macros (GH-143783)
encukou
-
2026/01/15
[Python-checkins] Add regression test for add() after remove() with hash collision in set (GH-143781)
serhiy-storchaka
-
2026/01/15
[Python-checkins] [3.14] gh-143834: Fix PyLong_AsNativeBytes docs for negative number padding (GH-143840) (GH-143854)
encukou
-
2026/01/15
[Python-checkins] gh-80620: Fix test_time.test_gmtime() for 32-bit time_t (#143861)
vstinner
-
2026/01/15
[Python-checkins] [3.13] Add regression test for add() after remove() with hash collision in set (GH-143781) (GH-143859)
serhiy-storchaka
-
2026/01/15
[Python-checkins] gh-80620: Support negative timestamps on windows in `time.gmtime`, `time.localtime`, and `datetime` module (#143463)
vstinner
-
2026/01/15
[Python-checkins] [3.14] Add regression test for add() after remove() with hash collision in set (GH-143781) (GH-143858)
serhiy-storchaka
-
2026/01/15
[Python-checkins] [3.13] gh-143834: Fix PyLong_AsNativeBytes docs for negative number padding (GH-143840) (GH-143855)
encukou
-
2026/01/15
[Python-checkins] gh-143834: Fix PyLong_AsNativeBytes docs for negative number padding (GH-143840)
encukou
-
2026/01/14
[Python-checkins] [3.13] gh-141805: Fix crash after concurrent addition objects with the same hash to set (GH-143815) (GH-143853)
serhiy-storchaka
-
2026/01/14
[Python-checkins] [3.14] gh-141805: Fix crash after concurrent addition objects with the same hash to set (GH-143815) (GH-143849)
serhiy-storchaka
-
2026/01/14
[Python-checkins] gh-143635: Fix crash in `ga_repr_items_list` (#143670)
sobolevn
-
2026/01/14
[Python-checkins] [3.14] gh-143635: Fix crash in `ga_repr_items_list` (GH-143670) (#143851)
sobolevn
-
2026/01/14
[Python-checkins] gh-141504: Refactor policy object into a single opt_config (gh-143644)
corona10
-
2026/01/14
[Python-checkins] gh-143632: Skip unittest for mmap.set_name at musl environment (gh-143839)
corona10
-
2026/01/14
[Python-checkins] gh-141805: Fix crash after concurrent addition objects with the same hash to set (GH-143815)
serhiy-storchaka
-
2026/01/14
[Python-checkins] gh-143825: Micro-optimizations to _make_key. (gh-143844)
rhettinger
-
2026/01/14
[Python-checkins] GH-143842: Make optimizer color table static (GH-143846)
Fidget-Spinner
-
2026/01/14
[Python-checkins] Add Savannah to CODEOWNERS for WASI (#143847)
savannahostrowski
-
2026/01/14
[Python-checkins] Fix refleaks in new unicodedata classes added in gh-74902 (GH-143843)
serhiy-storchaka
-
2026/01/14
[Python-checkins] gh-143632: Disable PR_SET_VMA_ANON_NAME on musl libc (gh-143730)
corona10
-
2026/01/14
[Python-checkins] Python 3.15.0a5
hugovk
-
2026/01/14
[Python-checkins] [3.14] gh-137113 docs: note readline no longer supported in REPL after 3.13 (GH-137142) (GH-143791)
encukou
-
2026/01/14
[Python-checkins] [3.13] gh-141004: Document old provisional names for vectorcall/code API (GH-143568) (GH-143829)
encukou
-
2026/01/14
[Python-checkins] [3.14] gh-141004: Document old provisional names for vectorcall/code API (GH-143568) (GH-143828)
encukou
-
2026/01/14
[Python-checkins] [3.14] gh-141004: Document several soft-deprecated C APIs (GH-141634) (GH-143837)
ZeroIntensity
-
2026/01/14
[Python-checkins] gh-141004: Document several soft-deprecated C APIs (GH-141634)
ZeroIntensity
-
2026/01/14
[Python-checkins] gh-143214: Add the wrapcol parameter in binascii.b2a_base64() and base64.b64encode() (GH-143216)
serhiy-storchaka
-
2026/01/14
[Python-checkins] gh-143123: Protect against recursive tracer calls/finalization (GH-143126)
markshannon
-
2026/01/14
[Python-checkins] gh-138050: Use cold flag instead of warm flag in `MAKE_WARM` (GH-143827)
markshannon
-
2026/01/14
[Python-checkins] [3.14] gh-106287: Do not write objects after an unmarshalling error (GH-132715) (GH-143832)
serhiy-storchaka
-
2026/01/14
[Python-checkins] [3.13] gh-106287: Do not write objects after an unmarshalling error (GH-132715) (GH-143833)
serhiy-storchaka
-
2026/01/14
[Python-checkins] GH-143613: Add colours and some more edges to executor visualization graph (GH-143809)
markshannon
-
2026/01/14
[Python-checkins] gh-106287: Do not write objects after an unmarshalling error (GH-132715)
serhiy-storchaka
-
2026/01/14
[Python-checkins] [3.13] gh-137113 docs: note readline no longer supported in REPL after 3.13 (GH-137142) (GH-143792)
encukou
-
2026/01/14
[Python-checkins] gh-141004: Document old provisional names for vectorcall/code API (GH-143568)
encukou
-
2026/01/13
[Python-checkins] [3.13] gh-143706: Fix sys.argv not set during multiprocessing forkserver `__main__` preload (GH-143717) (#143821)
gpshead
-
2026/01/13
[Python-checkins] [3.14] gh-143460: Correct unlimited stack size skip for Emscripten (GH-143765) (#143819)
freakboy3742
-
2026/01/13
[Python-checkins] gh-143460: Correct unlimited stack size skip for Emscripten (#143765)
freakboy3742
-
2026/01/13
[Python-checkins] gh-131798: JIT optimizer: Support custom binary op and property frames (GH-143735)
Fidget-Spinner
-
2026/01/13
[Python-checkins] Python 3.15.0a4
hugovk
-
2026/01/13
[Python-checkins] [3.14] gh-141004: Document PyUnicode_IS_COMPACT and PyUnicode_IS_COMPACT_ASCII macros (GH-143494) (GH-143785)
encukou
-
2026/01/13
[Python-checkins] [3.13] Bump GitHub Actions (GH-143757) (#143798)
hugovk
-
2026/01/13
[Python-checkins] [3.11] Bump GitHub Actions (GH-143757) (#143802)
hugovk
-
2026/01/13
[Python-checkins] [3.10] Bump GitHub Actions (GH-143757) (#143803)
hugovk
-
2026/01/13
[Python-checkins] [3.12] Bump GitHub Actions (GH-143757) (#143801)
hugovk
-
2026/01/13
[Python-checkins] [3.14] Bump GitHub Actions (GH-143757) (#143797)
hugovk
-
2026/01/13
[Python-checkins] [3.14] gh-143728: Keep `TypedDict` and `NamedTuple` in `class` role in docs (GH-143702) (#143799)
AlexWaygood
-
2026/01/13
[Python-checkins] [3.13] gh-143728: Keep `TypedDict` and `NamedTuple` in `class` role in docs (GH-143702) (#143800)
AlexWaygood
-
2026/01/13
[Python-checkins] gh-116738: Make `lzma` module thread-safe (#142947)
kumaraditya303
-
2026/01/13
[Python-checkins] [3.13] gh-143728: Keep `TypedDict` and `NamedTuple` in `class` role in docs (GH-143702) (#143800)
AlexWaygood
-
2026/01/13
[Python-checkins] [3.14] gh-143249: Fix buffer leak when overlapped operation fails to start on windows (GH-143250) (#143795)
kumaraditya303
-
2026/01/13
[Python-checkins] [3.14] gh-141004: Don't trigger `run-tests` when `Tools/check-c-api-docs/ignored_c_api.txt` is changed (GH-143583) (GH-143793)
ZeroIntensity
-
2026/01/13
[Python-checkins] [3.13] gh-143249: Fix buffer leak when overlapped operation fails to start on windows (GH-143250) (#143796)
kumaraditya303
-
2026/01/13
[Python-checkins] gh-143728: Keep `TypedDict` and `NamedTuple` in `class` role in docs (#143702)
AlexWaygood
-
2026/01/13
[Python-checkins] [3.13] gh-141004: Don't trigger `run-tests` when `Tools/check-c-api-docs/ignored_c_api.txt` is changed (GH-143583) (GH-143794)
ZeroIntensity
-
2026/01/13
[Python-checkins] Bump GitHub Actions (#143757)
hugovk
-
2026/01/13
[Python-checkins] remove duplicate error constants in `_winapi` (#143684)
kumaraditya303
-
2026/01/13
[Python-checkins] gh-141045: Document that shutil.Error is a subclass of OSError (#141152)
kumaraditya303
-
2026/01/13
[Python-checkins] gh-143249: Fix buffer leak when overlapped operation fails to start on windows (#143250)
kumaraditya303
-
2026/01/13
[Python-checkins] gh-141004: Don't trigger `run-tests` when `Tools/check-c-api-docs/ignored_c_api.txt` is changed (GH-143583)
ZeroIntensity
-
2026/01/13
[Python-checkins] [3.13] gh-106318: Add examples for str.replace() method (GH-143581) (GH-143788)
encukou
-
2026/01/13
[Python-checkins] [3.14] gh-106318: Add examples for str.replace() method (GH-143581) (GH-143789)
encukou
-
2026/01/13
[Python-checkins] gh-143054: Disallow non-top-level Cut for now (GH-143622)
encukou