python-checkins
Thread
Date
Earlier messages
Later messages
Messages by Date
2025/12/22
[Python-checkins] [3.14] gh-89152: Note truth testing exception in `stdtypes.rst` (GH-137640) (#143081)
JelleZijlstra
2025/12/22
[Python-checkins] gh-89152: Note truth testing exception in `stdtypes.rst` (#137640)
JelleZijlstra
2025/12/22
[Python-checkins] [3.14] gh-143010: Prevent a TOCTOU issue by only calling open once (GH-143011) (#143080)
bitdancer
2025/12/22
[Python-checkins] [3.13] gh-143010: Prevent a TOCTOU issue by only calling open once (GH-143011) (#143079)
bitdancer
2025/12/22
[Python-checkins] gh-143010: Prevent a TOCTOU issue by only calling open once (#143011)
bitdancer
2025/12/22
[Python-checkins] GH-142513: fix missing return in executor_clear (GH-143073)
Fidget-Spinner
2025/12/22
[Python-checkins] gh-129069: fix more thread safety issues in `list` (#143019)
kumaraditya303
2025/12/22
[Python-checkins] [3.14] gh-143057: avoid locking in `tracemalloc` C-APIs when it is not enabled (GH-143065) (#143071)
kumaraditya303
2025/12/22
[Python-checkins] gh-143057: avoid locking in `tracemalloc` C-APIs when it is not enabled (#143065)
kumaraditya303
2025/12/22
[Python-checkins] gh-142476: Fix Windows crashing with JIT (GH-143021)
Fidget-Spinner
2025/12/22
[Python-checkins] gh-142927: Tachyon: Comma separate thousands and fix singular/plurals (#142934)
pablogsal
2025/12/22
[Python-checkins] [3.12] Use ``sphinxext-opengraph`` v0.13.0 (GH-140425) (#140430)
Yhg1s
2025/12/22
[Python-checkins] [3.12] gh-136063: fix quadratic-complexity parsing in `email.message._parseparam` (GH-136072) (#140829)
Yhg1s
2025/12/22
[Python-checkins] [3.12] gh-119451: Fix a potential denial of service in http.client (GH-119454) (#142140)
Yhg1s
2025/12/22
[Python-checkins] [3.12] gh-119342: Fix a potential denial of service in plistlib (GH-119343) (#142149)
Yhg1s
2025/12/22
[Python-checkins] [3.12] gh-142145: Remove quadratic behavior in node ID cache clearing (GH-142146) (#142211)
Yhg1s
2025/12/22
[Python-checkins] [3.13] gh-139743: Avoid print twice verbose version for sqlite tests (GH-142850) (GH-142866)
serhiy-storchaka
2025/12/22
[Python-checkins] Remove unreachable code in mmapmodule error path on Windows (GH-143063)
encukou
2025/12/22
[Python-checkins] [3.13] gh-143046: Make asyncio REPL respect the `-q` flag (quiet mode) (GH-143047) (#143061)
kumaraditya303
2025/12/22
[Python-checkins] [3.14] gh-143046: Make asyncio REPL respect the `-q` flag (quiet mode) (GH-143047) (#143060)
kumaraditya303
2025/12/21
[Python-checkins] gh-143046: Make asyncio REPL respect the `-q` flag (quiet mode) (#143047)
kumaraditya303
2025/12/21
[Python-checkins] [3.13] gh-79986: Add parsing for References/In-Reply-To email headers (GH-137201) (#142574)
bitdancer
2025/12/21
[Python-checkins] [3.14] gh-79986: Add parsing for References/In-Reply-To email headers (GH-137201) (#142573)
bitdancer
2025/12/21
[Python-checkins] gh-80744: do not read .pdbrc twice when cwd == $home (#136816)
gaogaotiantian
2025/12/20
[Python-checkins] [3.13] gh-70647: Better promote how to safely parse yearless dates in datetime. (GH-116179) (#143038)
gpshead
2025/12/20
[Python-checkins] [3.14] gh-70647: Better promote how to safely parse yearless dates in datetime. (GH-116179) (#143037)
gpshead
2025/12/20
[Python-checkins] gh-70647: Better promote how to safely parse yearless dates in datetime. (GH-116179)
gpshead
2025/12/20
[Python-checkins] [3.14] gh-142145: relax the no-longer-quadratic test timing (GH-143030) (#143031)
gpshead
2025/12/20
[Python-checkins] [3.13] gh-142145: relax the no-longer-quadratic test timing (GH-143030) (#143032)
gpshead
2025/12/20
[Python-checkins] [3.13] gh-142754: Ensure that Element & Attr instances have the ownerDocument attribute (GH-142794) (#142819)
gpshead
2025/12/20
[Python-checkins] [3.14] gh-142754: Ensure that Element & Attr instances have the ownerDocument attribute (GH-142794) (#142818)
gpshead
2025/12/20
[Python-checkins] gh-142145: relax the no-longer-quadratic test timing (#143030)
gpshead
2025/12/20
[Python-checkins] gh-122581: Use parser mutex in default build for subinterpreters (gh-142959)
colesbury
2025/12/20
[Python-checkins] gh-120321: Avoid `-Wunreachable-code` warning on Clang (gh-143022)
colesbury
2025/12/20
[Python-checkins] gh-142834: pdb commands command should use last available breakpoint (#142835)
gaogaotiantian
2025/12/20
[Python-checkins] [3.13] gh-140373: Correctly emit PY_UNWIND event when generator is closed (GH-140767) (#140821)
hugovk
2025/12/20
[Python-checkins] [3.13] gh-141808: Don't remove the JIT stencils when building with PGO (GH-141809) (GH-142657) (#142955)
vstinner
2025/12/20
[Python-checkins] [3.14] gh-143012: use `Py_ssize_t` cast for `PyBytes_FromStringAndSize` (GH-143013) (#143014)
sobolevn
2025/12/20
[Python-checkins] [3.13] gh-143012: use `Py_ssize_t` cast for `PyBytes_FromStringAndSize` (GH-143013) (#143015)
sobolevn
2025/12/19
[Python-checkins] gh-143012: use `Py_ssize_t` cast for `PyBytes_FromStringAndSize` (#143013)
sobolevn
2025/12/19
[Python-checkins] [3.14] gh-142776: Ensure fp file descriptor is closed on all code paths in import.c (GH-142777) (#142988)
kumaraditya303
2025/12/19
[Python-checkins] [3.13] gh-142776: Ensure fp file descriptor is closed on all code paths in import.c (GH-142777) (#142989)
kumaraditya303
2025/12/19
[Python-checkins] gh-142927: Tachyon: Start with user's default light/dark theme (#142987)
pablogsal
2025/12/19
[Python-checkins] gh-129069: Fix listobject.c data races due to memmove (gh-142957)
colesbury
2025/12/19
[Python-checkins] gh-120321: Fix TSan reported race in gen_clear_frame (gh-142995)
colesbury
2025/12/19
[Python-checkins] gh-120321: Make gi_frame_state transitions atomic in FT build (gh-142599)
colesbury
2025/12/19
[Python-checkins] gh-142476: fix memory leak when creating JIT executors (GH-142492)
Fidget-Spinner
2025/12/19
[Python-checkins] gh-134584: JIT: Borrow references for immortal promoted globals (GH-142921)
Fidget-Spinner
2025/12/19
[Python-checkins] gh-142776: Ensure fp file descriptor is closed on all code paths in import.c (GH-142777)
brettcannon
2025/12/19
[Python-checkins] gh-142961: Fix constant folding len(tuple) in JIT (GH-142963)
Fidget-Spinner
2025/12/19
[Python-checkins] gh-134160: Start "Extending and embedding" with a Diataxis-style tutorial (GH-142314)
encukou
2025/12/19
[Python-checkins] [3.14] gh-142560: prevent use-after-free in search-like methods by exporting buffer in bytearray (GH-142938) (#142983)
vstinner
2025/12/19
[Python-checkins] JIT: Rename trampoline.c to shim.c (#142974)
diegorusso
2025/12/19
[Python-checkins] gh-136282: Configparser: create unnamed sections via mapping protocol access (GH-136313)
encukou
2025/12/19
[Python-checkins] [3.13] gh-142681: Move NormalizationTest-3.2.0.txt to more safe place. (GH-142935) (GH-142945)
encukou
2025/12/19
[Python-checkins] [3.13] gh-142527: Docs: Clarify that random.seed() discards the sign of an integer input (GH-142483) (#142971)
hauntsaninja
2025/12/19
[Python-checkins] [3.14] gh-142527: Docs: Clarify that random.seed() discards the sign of an integer input (GH-142483) (#142970)
hauntsaninja
2025/12/19
[Python-checkins] gh-142527: Docs: Clarify that random.seed() discards the sign of an integer input (#142483)
hauntsaninja
2025/12/19
[Python-checkins] gh-142560: prevent use-after-free in search-like methods by exporting buffer in bytearray (#142938)
kumaraditya303
2025/12/18
[Python-checkins] GH-134584: Remove redundant refcount for `BINARY_OP_SUBSCR_STR_INT` (#142844)
savannahostrowski
2025/12/18
[Python-checkins] [3.14] gh-118342: [Enum] update docs (GH-137290) (GH-142953)
ethanfurman
2025/12/18
[Python-checkins] [3.13] gh-118342: [Enum] update docs (GH-137290) (GH-142954)
ethanfurman
2025/12/18
[Python-checkins] gh-134584: Eliminate redundant refcounting from _BINARY_OP_SUBSCR_LIST_INT (GH-142926)
Fidget-Spinner
2025/12/18
[Python-checkins] gh-118342: [Enum] update docs (GH-137290)
encukou
2025/12/18
[Python-checkins] gh-129068: Make range iterators thread-safe (gh-142886)
colesbury
2025/12/18
[Python-checkins] gh-142681: Move NormalizationTest-3.2.0.txt to more safe place. (GH-142935)
encukou
2025/12/18
[Python-checkins] [3.13] gh-142784: make the asyncio REPL call `loop.close()` at exit (GH-142785) (#142932)
kumaraditya303
2025/12/18
[Python-checkins] [3.14] gh-142681: Move NormalizationTest-3.2.0.txt to more safe place. (GH-142935) (GH-142944)
encukou
2025/12/18
[Python-checkins] gh-142890: remove unnecessary interp parameter from dict functions and `_PyDict_NotifyEvent` (#142923)
kumaraditya303
2025/12/18
[Python-checkins] GH-142513: Reimplement executor management (GH-142931)
markshannon
2025/12/18
[Python-checkins] gh-142419: Add mmap.set_name method for user custom annotation (gh-142480)
corona10
2025/12/18
[Python-checkins] gh-76007: Deprecate `VERSION` in `xml.etree.ElementTree` & `version` in `xml.sax.expatreader` & `xml.sax.handler` (#142898)
hugovk
2025/12/18
[Python-checkins] [3.14] gh-142784: make the asyncio REPL call `loop.close()` at exit (GH-142785) (#142933)
kumaraditya303
2025/12/18
[Python-checkins] Fix typo in `format_string` docstring (GH-136742)
encukou
2025/12/18
[Python-checkins] gh-142784: make the asyncio REPL call `loop.close()` at exit (#142785)
kumaraditya303
2025/12/18
[Python-checkins] gh-124098: Fix incorrect inclusion of handler methods without protocol prefix in OpenerDirector (GH-136873)
encukou
2025/12/18
[Python-checkins] gh-134584: Remove redundant refcount from _BINARY_OP_ADD_UNICODE (gh-142825)
corona10
2025/12/18
[Python-checkins] [3.14] gh-137063: Document that ast node types replaced by Constant are no longer available (GH-137064) (GH-142930)
encukou
2025/12/18
[Python-checkins] gh-137063: Document that ast node types replaced by Constant are no longer available (#137064)
encukou
2025/12/18
[Python-checkins] gh-138122: Improve bytecode panel (#142910)
pablogsal
2025/12/17
[Python-checkins] gh-139757: Treat call specially in JIT assembly backend optimizer on x86-64 and AArch64 (GH-142907)
Fidget-Spinner
2025/12/17
[Python-checkins] gh-129748: Remove TSan suppression for mi_block_set_nextx (gh-142887)
colesbury
2025/12/17
[Python-checkins] [3.13] GH-100964: Fix reference cycle in exhausted generator frames (G… (#142904)
savannahostrowski
2025/12/17
[Python-checkins] [3.14] GH-100964: Fix reference cycle in exhausted generator frames (GH-141112) (#142902)
savannahostrowski
2025/12/17
[Python-checkins] GH-100964: Fix reference cycle in exhausted generator frames (#141112)
savannahostrowski
2025/12/17
[Python-checkins] [3.13] gh-142766: Clear frame when `generator.close()` is called (gh-142838) (#142900)
colesbury
2025/12/17
[Python-checkins] [3.14] gh-142766: Clear frame when `generator.close()` is called (gh-142838) (#142899)
colesbury
2025/12/17
[Python-checkins] [3.14] gh-142873: Do not check for `PyContextVar_CheckExact` twice in `PyContextVar_Set` (GH-142874) (#142893)
sobolevn
2025/12/17
[Python-checkins] gh-142766: Clear frame when `generator.close()` is called (gh-142838)
colesbury
2025/12/17
[Python-checkins] gh-91048: Refactor common data into context object in Modules/_remote_debugging (#142879)
pablogsal
2025/12/17
[Python-checkins] [3.13] gh-112127: Fix possible use-after-free in atexit.unregister() (GH-114092) (GH-142880)
serhiy-storchaka
2025/12/17
[Python-checkins] gh-142849: Fix segfault in `executor_to_gv` (GH-142885)
Fidget-Spinner
2025/12/17
[Python-checkins] [3.13] gh-142873: Do not check for `PyContextVar_CheckExact` twice in `PyContextVar_Set` (GH-142874) (#142894)
sobolevn
2025/12/17
[Python-checkins] [3.14] gh-142876: remove reference to thread in documentation of `asyncio.Queue.shutdown` (GH-142888) (#142891)
kumaraditya303
2025/12/17
[Python-checkins] [3.13] gh-142876: remove reference to thread in documentation of `asyncio.Queue.shutdown` (GH-142888) (#142892)
kumaraditya303
2025/12/17
[Python-checkins] gh-142873: Do not check for `PyContextVar_CheckExact` twice in `PyContextVar_Set` (#142874)
sobolevn
2025/12/17
[Python-checkins] gh-142876: remove reference to thread in documentation of `asyncio.Queue.shutdown` (#142888)
kumaraditya303
2025/12/17
[Python-checkins] [3.13] decimal docs: specification link and examples (GH-128698) (#142805)
kumaraditya303
2025/12/17
[Python-checkins] [3.14] decimal docs: specification link and examples (GH-128698) (#142804)
kumaraditya303
2025/12/17
[Python-checkins] [3.14] typo fixes in docs (GH-142683) (#142839)
kumaraditya303
2025/12/17
[Python-checkins] [3.14] gh-112127: Fix possible use-after-free in atexit.unregister() (GH-114092) (#142878)
kumaraditya303
2025/12/17
[Python-checkins] [3.13] Fix os.posix_spawn() error handling (GH-142532) (#142581)
vstinner
2025/12/17
[Python-checkins] gh-142225: Add PyABIInfo_VAR to to _testcapimodule & _testinternalcapi (GH-142833)
encukou
2025/12/17
[Python-checkins] gh-138122: Validate base frame before caching in remote debugging frame cache (#142852)
pablogsal
2025/12/17
[Python-checkins] gh-112127: Fix possible use-after-free in atexit.unregister() (GH-114092)
serhiy-storchaka
2025/12/17
[Python-checkins] [3.12] gh-90949: add Expat API to prevent XML deadly allocations (CVE-2025-59375) (GH-139234) (#139527)
Yhg1s
2025/12/17
[Python-checkins] Use other name for JIT contributor (#142877)
Fidget-Spinner
2025/12/17
[Python-checkins] gh-142654: show the clear error message when sampling on an unknown PID in tachyon (#142655)
pablogsal
2025/12/17
[Python-checkins] [3.14] gh-142836: Avoid /proc fd pipes on Solaris (GH-142853) (#142854)
jaraco
2025/12/17
[Python-checkins] [3.13] gh-142836: Avoid /proc fd pipes on Solaris (GH-142853) (#142855)
jaraco
2025/12/17
[Python-checkins] gh-139038: Add JIT What's New for 3.15 (#142845)
hugovk
2025/12/17
[Python-checkins] GH-142621: JIT: Avoid memory load for symbols within 4GB on AArch64 (GH-142820)
markshannon
2025/12/17
[Python-checkins] [3.14] gh-142859: Add `Tools/check-c-api-docs` to mypy check (GH-142860) (#142871)
sobolevn
2025/12/17
[Python-checkins] [3.13] gh-142859: Add `Tools/check-c-api-docs` to mypy check (GH-142860) (#142870)
sobolevn
2025/12/17
[Python-checkins] gh-142859: Add `Tools/check-c-api-docs` to mypy check (#142860)
hugovk
2025/12/17
[Python-checkins] [3.13] gh-140374: Add glossary entries related to multithreading (GH-140375) (#142869)
lysnikolaou
2025/12/17
[Python-checkins] [3.14] gh-140374: Add glossary entries related to multithreading (GH-140375) (#142868)
lysnikolaou
2025/12/17
[Python-checkins] gh-140374: Add glossary entries related to multithreading (#140375)
lysnikolaou
2025/12/17
[Python-checkins] [3.13] gh-139320: Cover exception chaining in the docs of `contextmanager.__exit__` (GH-140169) (GH-142793)
encukou
2025/12/17
[Python-checkins] [3.14] gh-139320: Cover exception chaining in the docs of `contextmanager.__exit__` (GH-140169) (GH-142792)
encukou
2025/12/17
[Python-checkins] [3.14] gh-139743: Avoid print twice verbose version for sqlite tests (GH-142850) (GH-142865)
serhiy-storchaka
2025/12/17
[Python-checkins] gh-139743: Avoid print twice verbose version for sqlite tests (GH-142850)
serhiy-storchaka
2025/12/17
[Python-checkins] [3.14] gh-142783: Fix possible use after free in zoneinfo module (GH-142790) (GH-142862)
serhiy-storchaka
2025/12/17
[Python-checkins] [3.13] gh-142783: Fix possible use after free in zoneinfo module (GH-142790) (GH-142861)
serhiy-storchaka
2025/12/17
[Python-checkins] [3.13] gh-142495: Make `defaultdict` keep existed value when racing with `__missing__` (GH-142668) (GH-142858)
serhiy-storchaka
2025/12/17
[Python-checkins] gh-142783: Fix possible use after free in zoneinfo module (GH-142790)
serhiy-storchaka
2025/12/17
[Python-checkins] [3.14] gh-142752: add more thread safety tests for mock (GH-142791) (#142856)
kumaraditya303
2025/12/17
[Python-checkins] [3.13] gh-142752: add more thread safety tests for mock (GH-142791) (#142857)
kumaraditya303
2025/12/16
[Python-checkins] gh-142752: add more thread safety tests for mock (#142791)
kumaraditya303
2025/12/16
[Python-checkins] gh-142836: Avoid /proc fd pipes on Solaris (#142853)
jaraco
2025/12/16
[Python-checkins] gh-142543: Mark tracer functions as Py_NO_INLINE (GH-142846)
Fidget-Spinner
2025/12/16
[Python-checkins] gh-134584: Eliminate redundant refcounting from `_STORE_ATTR_WITH_HINT` (GH-142767)
Fidget-Spinner
2025/12/16
[Python-checkins] gh-138122: Update Tachyon dark theme colors (#142841)
pablogsal
2025/12/16
[Python-checkins] gh-134584: Eliminate redundant refcounting from `_LOAD_ATTR_INSTANCE_VALUE` (GH-142769)
Fidget-Spinner
2025/12/16
[Python-checkins] GH-142629: JIT: Fix out of bounds memory read in lltrace (GH-142821)
Fidget-Spinner
2025/12/16
[Python-checkins] Make RESUME monitoring more readable and robust (GH-142136)
markshannon
2025/12/16
[Python-checkins] [3.13] gh-142315: Don't pass the "real path" of Pdb script target to system functions (GH-142371) (#142498)
jaraco
2025/12/16
[Python-checkins] [3.14] gh-142315: Don't pass the "real path" of Pdb script target to system functions (GH-142371) (#142497)
jaraco
2025/12/16
[Python-checkins] [3.14] gh-142495: Make `defaultdict` keep existed value when racing with `__missing__` (GH-142668) (GH-142832)
serhiy-storchaka
2025/12/16
[Python-checkins] gh-142495: Make `defaultdict` keep existed value when racing with `__missing__` (GH-142668)
serhiy-storchaka
2025/12/16
[Python-checkins] [3.13] gh-130536: Add details to `os.path` documentation (GH-130557) (#142801)
hugovk
2025/12/16
[Python-checkins] [3.14] gh-130536: Add details to `os.path` documentation (GH-130557) (#142800)
hugovk
2025/12/16
[Python-checkins] gh-142754: Ensure that Element & Attr instances have the ownerDocument attribute (#142794)
hugovk
2025/12/16
[Python-checkins] gh-76007: Deprecate `__version__` attribute in `wsgiref.simple_server` (#142675)
hugovk
2025/12/16
[Python-checkins] [3.13] gh-83926: BlockingIOError characters_written is byte count (GH-141215) (#142815)
vstinner
2025/12/16
[Python-checkins] [3.14] gh-83926: BlockingIOError characters_written is byte count (GH-141215) (#142816)
vstinner
2025/12/16
[Python-checkins] [3.13] gh-142019: Add description about the exponent of result formatted with presentation type 'e' (GH-142084) (#142814)
hugovk
2025/12/16
[Python-checkins] [3.14] gh-142019: Add description about the exponent of result formatted with presentation type 'e' (GH-142084) (#142813)
hugovk
2025/12/16
[Python-checkins] gh-142019: Add description about the exponent of result formatted with presentation type 'e' (#142084)
hugovk
2025/12/16
[Python-checkins] [3.14] gh-119786: Remove mention of `_PyThreadState_BumpFramePointer` from `InternalDocs/interpreter.md` (GH-141816) (#142812)
hugovk
2025/12/16
[Python-checkins] gh-83926: BlockingIOError characters_written is byte count (#141215)
hugovk
2025/12/16
[Python-checkins] [3.13] gh-141218: Fix inaccurate object comparison documentation (GH-141221) (#142811)
hugovk
2025/12/16
[Python-checkins] [3.13] Remove duplicate content in `Mapping types - dict` documentation (GH-141036) (#142809)
hugovk
2025/12/16
[Python-checkins] [3.14] gh-141218: Fix inaccurate object comparison documentation (GH-141221) (#142810)
hugovk
2025/12/16
[Python-checkins] [3.14] Remove duplicate content in `Mapping types - dict` documentation (GH-141036) (#142808)
hugovk
2025/12/16
[Python-checkins] [3.14] Correct Glossary key function example to use str.casefold instead of str.lower (GH-140316) (#142807)
hugovk
2025/12/16
[Python-checkins] [3.13] Correct Glossary key function example to use str.casefold instead of str.lower (GH-140316) (#142806)
hugovk
2025/12/16
[Python-checkins] gh-119786: Remove mention of `_PyThreadState_BumpFramePointer` from `InternalDocs/interpreter.md` (#141816)
hugovk
2025/12/16
[Python-checkins] gh-141218: Fix inaccurate object comparison documentation (#141221)
hugovk
2025/12/16
[Python-checkins] Remove duplicate content in `Mapping types - dict` documentation (#141036)
hugovk
2025/12/16
[Python-checkins] [3.13] gh-106318: Add examples for str.ljust() method (GH-142719) (#142803)
hugovk
2025/12/16
[Python-checkins] [3.14] gh-106318: Add examples for str.ljust() method (GH-142719) (#142802)
hugovk
2025/12/16
[Python-checkins] Correct Glossary key function example to use str.casefold instead of str.lower (#140316)
hugovk
2025/12/16
[Python-checkins] decimal docs: specification link and examples (#128698)
hugovk
2025/12/16
[Python-checkins] gh-106318: Add examples for str.ljust() method (#142719)
hugovk
2025/12/16
[Python-checkins] Clarify that PyStructSequence is different from collections.namedtuple (#142626)
hugovk
2025/12/16
[Python-checkins] [3.13] gh-85204: Improve `locale.setlocale` example (GH-132683) (#142799)
hugovk
2025/12/16
[Python-checkins] [3.14] gh-85204: Improve `locale.setlocale` example (GH-132683) (#142798)
hugovk
2025/12/16
[Python-checkins] gh-130536: Add details to `os.path` documentation (#130557)
hugovk
2025/12/16
[Python-checkins] [3.13] gh-124864: Extends smtplib documentation on ESMTP options format (GH-132547) (#142797)
hugovk
2025/12/16
[Python-checkins] [3.14] gh-124864: Extends smtplib documentation on ESMTP options format (GH-132547) (#142796)
hugovk
2025/12/16
[Python-checkins] gh-85204: Improve `locale.setlocale` example (#132683)
hugovk
2025/12/16
[Python-checkins] gh-124864: Extends smtplib documentation on ESMTP options format (#132547)
hugovk
2025/12/16
[Python-checkins] [3.13] gh-142595: Amend be5e0dcdedb (fix NULL pointer dereference) (GH-142775) (GH-142789)
serhiy-storchaka
2025/12/16
[Python-checkins] gh-139320: Cover exception chaining in the docs of `contextmanager.__exit__` (GH-140169)
encukou
2025/12/16
[Python-checkins] [3.14] gh-142595: Amend be5e0dcdedb (fix NULL pointer dereference) (GH-142775) (#142788)
kumaraditya303
2025/12/16
[Python-checkins] [3.14] gh-142020: ctypes docs: Note that find_library relies on the programs it runs (GH-142134) (GH-142748)
encukou
2025/12/16
[Python-checkins] [3.13] gh-142020: ctypes docs: Note that find_library relies on the programs it runs (GH-142134) (GH-142749)
encukou
2025/12/16
[Python-checkins] [3.13] gh-142594: fix by property calls io.TextIOWrapper.detach (GH-142706) (GH-142757)
encukou
2025/12/16
[Python-checkins] [3.14] gh-142594: fix by property calls io.TextIOWrapper.detach (GH-142706) (GH-142755)
encukou
2025/12/16
[Python-checkins] gh-142595: Amend be5e0dcdedb (fix NULL pointer dereference) (GH-142775)
serhiy-storchaka
2025/12/15
[Python-checkins] [3.14] gh-142737: Handle lost `io.open` in `_Py_FindSourceFile` (GH-142747) (GH-142773)
ZeroIntensity
2025/12/15
[Python-checkins] [3.13] gh-142737: Handle lost `io.open` in `_Py_FindSourceFile` (GH-142747) (GH-142774)
ZeroIntensity
2025/12/15
[Python-checkins] GH-134584: Remove redundant refcount from `_STORE_ATTR_SLOT` (#142729)
savannahostrowski
2025/12/15
[Python-checkins] gh-142737: Handle lost `io.open` in `_Py_FindSourceFile` (GH-142747)
ZeroIntensity
2025/12/15
[Python-checkins] gh-134584: JIT: Eliminate redundant refcount ops for X_INT (GH-142765)
Fidget-Spinner
2025/12/15
[Python-checkins] [3.14] gh-85222: Document the global start method side effect in multiprocessing (GH-136426) (#142770)
gpshead
2025/12/15
[Python-checkins] [3.13] gh-85222: Document the global start method side effect in multiprocessing (GH-136426) (#142771)
gpshead
2025/12/15
[Python-checkins] gh-85222: Document the global start method side effect in multiprocessing (GH-136426)
gpshead
2025/12/15
[Python-checkins] Add Fidget-Spinner to more JIT CODEOWNERS (GH-142768)
Fidget-Spinner
2025/12/15
[Python-checkins] gh-134584: Eliminate redundant refcounting from `_STORE_ATTR_INSTANCE_VALUE` (GH-142759)
Fidget-Spinner
2025/12/15
[Python-checkins] gh-141081: Revert "Add a `.gitignore` file to `__pycache__` folders (#141162)" (#142758)
hugovk
2025/12/15
[Python-checkins] gh-116738: Make _bz2 module thread-safe (gh-142756)
colesbury
2025/12/15
[Python-checkins] gh-142472: Clean-up _PyStackRef functions (gh-142479)
colesbury
2025/12/15
[Python-checkins] gh-134584: Eliminate redundant refcounting from _STORE_SUBSCR_DICT (GH-142712)
Fidget-Spinner
2025/12/15
[Python-checkins] gh-134584: Eliminate redundant refcounting from _CALL_LIST_APPEND (GH-142711)
Fidget-Spinner
2025/12/15
[Python-checkins] gh-142466: Pixi package definitions for downstream use (#142469)
FFY00
2025/12/15
[Python-checkins] Move doc on structure from devguide to `InternalDocs` (GH-142237)
encukou
2025/12/15
[Python-checkins] gh-142020: ctypes docs: Note that find_library relies on the programs it runs (GH-142134)
encukou
2025/12/15
[Python-checkins] [3.14] gh-142595: add type check for namedtuple call during decimal initialization (GH-142608) (GH-142623)
encukou
Earlier messages
Later messages