python-checkins
Thread
Date
Earlier messages
Messages by Thread
[Python-checkins] Correctly fold unknown-8bit originating from encoded words. (#142517)
bitdancer
[Python-checkins] gh-138122: Replace --interval with --sampling-rate (#143085)
pablogsal
[Python-checkins] [3.14] gh-143121: Skip test that leak threads under TSan (gh-143125) (#143141)
colesbury
[Python-checkins] [3.13] gh-143121: Skip test that leak threads under TSan (gh-143125) (#143142)
colesbury
[Python-checkins] [3.13] gh-142145: Avoid timing measurements in quadratic behavior test (gh-143105) (#143140)
colesbury
[Python-checkins] [3.14] gh-142145: Avoid timing measurements in quadratic behavior test (gh-143105) (#143139)
colesbury
[Python-checkins] gh-143100: Fix memcpy data race in setobject.c (gh-143127)
colesbury
[Python-checkins] gh-143121: Skip test that leak threads under TSan (gh-143125)
colesbury
[Python-checkins] gh-142145: Avoid timing measurements in quadratic behavior test (gh-143105)
colesbury
[Python-checkins] gh-136186: Fix flaky tests in test_external_inspection (#143110)
pablogsal
[Python-checkins] JIT: Move executor to a register (#143072)
diegorusso
[Python-checkins] [3.14] gh-109263: Start process from spawn context in multiprocessing no longer have side effect (GH-135813) (#143115)
gpshead
[Python-checkins] [3.13] gh-109263: Start process from spawn context in multiprocessing no longer have side effect (GH-135813) (#143116)
gpshead
[Python-checkins] gh-143108: Don't instrument faulthandler.c for TSan (#143109)
Yhg1s
[Python-checkins] gh-134584: Eliminate redundant refcounting from `_BINARY_OP_SUBSCR_TUPLE_INT` (GH-143094)
Fidget-Spinner
[Python-checkins] gh-143100: Add temporary suppression for set_swap_bodies (gh-143114)
colesbury
[Python-checkins] gh-109263: Start process from spawn context in multiprocessing no longer have side effect (GH-135813)
serhiy-storchaka
[Python-checkins] [3.13] Update pre-commit with zizmor and Ruff fixes (GH-143095) (GH-143102) (#143113)
hugovk
[Python-checkins] JIT: don't leak shim memory when shutting down the interpreter (#142984)
diegorusso
[Python-checkins] GH-143026: Fix assertion error in executor management. (GH-143104)
Fidget-Spinner
[Python-checkins] gh-134584: Eliminate redundant refcounting from `_CALL_TYPE_1` (GH-135818)
Fidget-Spinner
[Python-checkins] [3.14] Update pre-commit with zizmor and Ruff fixes (GH-143095) (#143102)
hugovk
[Python-checkins] gh-134584: Add another contributor to whats new 3.15 (GH-143107)
Fidget-Spinner
[Python-checkins] [3.13] gh-84232: Fix `pydoc` docs.python.org link generation (GH-139995) (#143099)
hugovk
[Python-checkins] [3.14] gh-84232: Fix `pydoc` docs.python.org link generation (GH-139995) (#143098)
hugovk
[Python-checkins] Update pre-commit with zizmor and Ruff fixes (#143095)
hugovk
[Python-checkins] gh-130796: Undeprecate locale.getdefaultlocale() (#143069)
vstinner
[Python-checkins] gh-142448: Disable JIT tracing when monitoring is enabled (GH-142842)
Fidget-Spinner
[Python-checkins] gh-142368: Fix transient error handling in inspection tests (#143093)
pablogsal
[Python-checkins] gh-138122: Add blocking mode for accurate stack traces in Tachyon (#142998)
pablogsal
[Python-checkins] gh-84232: Fix `pydoc` docs.python.org link generation (#139995)
hugovk
[Python-checkins] [3.14] gh-122431: Correct the non-negative error message in `readline.append_history_file` (GH-143075) (GH-143090)
ZeroIntensity
[Python-checkins] [3.13] gh-122431: Correct the non-negative error message in `readline.append_history_file` (GH-143075) (GH-143091)
ZeroIntensity
[Python-checkins] gh-122431: Correct the non-negative error message in `readline.append_history_file` (GH-143075)
ZeroIntensity
[Python-checkins] gh-134584: Eliminate redundant refcounting from `_LOAD_ATTR_WITH_HINT` (GH-143062)
Fidget-Spinner
[Python-checkins] gh-139922: Add tail call for MSVC for whats new in 3.15 (GH-143087)
Fidget-Spinner
[Python-checkins] GH-139922: Tail calling for MSVC (VS 2026) (GH-143068)
Fidget-Spinner
[Python-checkins] gh-139109: Add terminator to JIT code when halting due to invalid dependencies (#143033)
Fidget-Spinner
[Python-checkins] [3.14] gh-89152: Note truth testing exception in `stdtypes.rst` (GH-137640) (#143081)
JelleZijlstra
[Python-checkins] gh-89152: Note truth testing exception in `stdtypes.rst` (#137640)
JelleZijlstra
[Python-checkins] [3.14] gh-143010: Prevent a TOCTOU issue by only calling open once (GH-143011) (#143080)
bitdancer
[Python-checkins] [3.13] gh-143010: Prevent a TOCTOU issue by only calling open once (GH-143011) (#143079)
bitdancer
[Python-checkins] gh-143010: Prevent a TOCTOU issue by only calling open once (#143011)
bitdancer
[Python-checkins] GH-142513: fix missing return in executor_clear (GH-143073)
Fidget-Spinner
[Python-checkins] gh-129069: fix more thread safety issues in `list` (#143019)
kumaraditya303
[Python-checkins] [3.14] gh-143057: avoid locking in `tracemalloc` C-APIs when it is not enabled (GH-143065) (#143071)
kumaraditya303
[Python-checkins] gh-143057: avoid locking in `tracemalloc` C-APIs when it is not enabled (#143065)
kumaraditya303
[Python-checkins] gh-142476: Fix Windows crashing with JIT (GH-143021)
Fidget-Spinner
[Python-checkins] gh-142927: Tachyon: Comma separate thousands and fix singular/plurals (#142934)
pablogsal
[Python-checkins] [3.12] Use ``sphinxext-opengraph`` v0.13.0 (GH-140425) (#140430)
Yhg1s
[Python-checkins] [3.12] gh-136063: fix quadratic-complexity parsing in `email.message._parseparam` (GH-136072) (#140829)
Yhg1s
[Python-checkins] [3.12] gh-119451: Fix a potential denial of service in http.client (GH-119454) (#142140)
Yhg1s
[Python-checkins] [3.12] gh-119342: Fix a potential denial of service in plistlib (GH-119343) (#142149)
Yhg1s
[Python-checkins] [3.12] gh-142145: Remove quadratic behavior in node ID cache clearing (GH-142146) (#142211)
Yhg1s
[Python-checkins] [3.13] gh-139743: Avoid print twice verbose version for sqlite tests (GH-142850) (GH-142866)
serhiy-storchaka
[Python-checkins] Remove unreachable code in mmapmodule error path on Windows (GH-143063)
encukou
[Python-checkins] [3.13] gh-143046: Make asyncio REPL respect the `-q` flag (quiet mode) (GH-143047) (#143061)
kumaraditya303
[Python-checkins] [3.14] gh-143046: Make asyncio REPL respect the `-q` flag (quiet mode) (GH-143047) (#143060)
kumaraditya303
[Python-checkins] gh-143046: Make asyncio REPL respect the `-q` flag (quiet mode) (#143047)
kumaraditya303
[Python-checkins] [3.13] gh-79986: Add parsing for References/In-Reply-To email headers (GH-137201) (#142574)
bitdancer
[Python-checkins] [3.14] gh-79986: Add parsing for References/In-Reply-To email headers (GH-137201) (#142573)
bitdancer
[Python-checkins] gh-80744: do not read .pdbrc twice when cwd == $home (#136816)
gaogaotiantian
[Python-checkins] [3.13] gh-70647: Better promote how to safely parse yearless dates in datetime. (GH-116179) (#143038)
gpshead
[Python-checkins] [3.14] gh-70647: Better promote how to safely parse yearless dates in datetime. (GH-116179) (#143037)
gpshead
[Python-checkins] gh-70647: Better promote how to safely parse yearless dates in datetime. (GH-116179)
gpshead
[Python-checkins] [3.14] gh-142145: relax the no-longer-quadratic test timing (GH-143030) (#143031)
gpshead
[Python-checkins] [3.13] gh-142145: relax the no-longer-quadratic test timing (GH-143030) (#143032)
gpshead
[Python-checkins] [3.13] gh-142754: Ensure that Element & Attr instances have the ownerDocument attribute (GH-142794) (#142819)
gpshead
[Python-checkins] [3.14] gh-142754: Ensure that Element & Attr instances have the ownerDocument attribute (GH-142794) (#142818)
gpshead
[Python-checkins] gh-142145: relax the no-longer-quadratic test timing (#143030)
gpshead
[Python-checkins] gh-122581: Use parser mutex in default build for subinterpreters (gh-142959)
colesbury
[Python-checkins] gh-120321: Avoid `-Wunreachable-code` warning on Clang (gh-143022)
colesbury
[Python-checkins] gh-142834: pdb commands command should use last available breakpoint (#142835)
gaogaotiantian
[Python-checkins] [3.13] gh-140373: Correctly emit PY_UNWIND event when generator is closed (GH-140767) (#140821)
hugovk
[Python-checkins] [3.13] gh-141808: Don't remove the JIT stencils when building with PGO (GH-141809) (GH-142657) (#142955)
vstinner
[Python-checkins] [3.14] gh-143012: use `Py_ssize_t` cast for `PyBytes_FromStringAndSize` (GH-143013) (#143014)
sobolevn
[Python-checkins] [3.13] gh-143012: use `Py_ssize_t` cast for `PyBytes_FromStringAndSize` (GH-143013) (#143015)
sobolevn
[Python-checkins] gh-143012: use `Py_ssize_t` cast for `PyBytes_FromStringAndSize` (#143013)
sobolevn
[Python-checkins] [3.14] gh-142776: Ensure fp file descriptor is closed on all code paths in import.c (GH-142777) (#142988)
kumaraditya303
[Python-checkins] [3.13] gh-142776: Ensure fp file descriptor is closed on all code paths in import.c (GH-142777) (#142989)
kumaraditya303
[Python-checkins] gh-142927: Tachyon: Start with user's default light/dark theme (#142987)
pablogsal
[Python-checkins] gh-129069: Fix listobject.c data races due to memmove (gh-142957)
colesbury
[Python-checkins] gh-120321: Fix TSan reported race in gen_clear_frame (gh-142995)
colesbury
[Python-checkins] gh-120321: Make gi_frame_state transitions atomic in FT build (gh-142599)
colesbury
[Python-checkins] gh-142476: fix memory leak when creating JIT executors (GH-142492)
Fidget-Spinner
[Python-checkins] gh-134584: JIT: Borrow references for immortal promoted globals (GH-142921)
Fidget-Spinner
[Python-checkins] gh-142776: Ensure fp file descriptor is closed on all code paths in import.c (GH-142777)
brettcannon
[Python-checkins] gh-142961: Fix constant folding len(tuple) in JIT (GH-142963)
Fidget-Spinner
[Python-checkins] gh-134160: Start "Extending and embedding" with a Diataxis-style tutorial (GH-142314)
encukou
[Python-checkins] [3.14] gh-142560: prevent use-after-free in search-like methods by exporting buffer in bytearray (GH-142938) (#142983)
vstinner
[Python-checkins] JIT: Rename trampoline.c to shim.c (#142974)
diegorusso
[Python-checkins] gh-136282: Configparser: create unnamed sections via mapping protocol access (GH-136313)
encukou
[Python-checkins] [3.13] gh-142681: Move NormalizationTest-3.2.0.txt to more safe place. (GH-142935) (GH-142945)
encukou
[Python-checkins] [3.13] gh-142527: Docs: Clarify that random.seed() discards the sign of an integer input (GH-142483) (#142971)
hauntsaninja
[Python-checkins] [3.14] gh-142527: Docs: Clarify that random.seed() discards the sign of an integer input (GH-142483) (#142970)
hauntsaninja
[Python-checkins] gh-142527: Docs: Clarify that random.seed() discards the sign of an integer input (#142483)
hauntsaninja
[Python-checkins] gh-142560: prevent use-after-free in search-like methods by exporting buffer in bytearray (#142938)
kumaraditya303
[Python-checkins] GH-134584: Remove redundant refcount for `BINARY_OP_SUBSCR_STR_INT` (#142844)
savannahostrowski
[Python-checkins] [3.14] gh-118342: [Enum] update docs (GH-137290) (GH-142953)
ethanfurman
[Python-checkins] [3.13] gh-118342: [Enum] update docs (GH-137290) (GH-142954)
ethanfurman
[Python-checkins] gh-134584: Eliminate redundant refcounting from _BINARY_OP_SUBSCR_LIST_INT (GH-142926)
Fidget-Spinner
[Python-checkins] gh-118342: [Enum] update docs (GH-137290)
encukou
[Python-checkins] gh-129068: Make range iterators thread-safe (gh-142886)
colesbury
[Python-checkins] gh-142681: Move NormalizationTest-3.2.0.txt to more safe place. (GH-142935)
encukou
[Python-checkins] [3.13] gh-142784: make the asyncio REPL call `loop.close()` at exit (GH-142785) (#142932)
kumaraditya303
[Python-checkins] [3.14] gh-142681: Move NormalizationTest-3.2.0.txt to more safe place. (GH-142935) (GH-142944)
encukou
[Python-checkins] gh-142890: remove unnecessary interp parameter from dict functions and `_PyDict_NotifyEvent` (#142923)
kumaraditya303
[Python-checkins] GH-142513: Reimplement executor management (GH-142931)
markshannon
[Python-checkins] gh-142419: Add mmap.set_name method for user custom annotation (gh-142480)
corona10
[Python-checkins] gh-76007: Deprecate `VERSION` in `xml.etree.ElementTree` & `version` in `xml.sax.expatreader` & `xml.sax.handler` (#142898)
hugovk
[Python-checkins] [3.14] gh-142784: make the asyncio REPL call `loop.close()` at exit (GH-142785) (#142933)
kumaraditya303
[Python-checkins] Fix typo in `format_string` docstring (GH-136742)
encukou
[Python-checkins] gh-142784: make the asyncio REPL call `loop.close()` at exit (#142785)
kumaraditya303
[Python-checkins] gh-124098: Fix incorrect inclusion of handler methods without protocol prefix in OpenerDirector (GH-136873)
encukou
[Python-checkins] gh-134584: Remove redundant refcount from _BINARY_OP_ADD_UNICODE (gh-142825)
corona10
[Python-checkins] [3.14] gh-137063: Document that ast node types replaced by Constant are no longer available (GH-137064) (GH-142930)
encukou
[Python-checkins] gh-137063: Document that ast node types replaced by Constant are no longer available (#137064)
encukou
[Python-checkins] gh-138122: Improve bytecode panel (#142910)
pablogsal
[Python-checkins] gh-139757: Treat call specially in JIT assembly backend optimizer on x86-64 and AArch64 (GH-142907)
Fidget-Spinner
[Python-checkins] gh-129748: Remove TSan suppression for mi_block_set_nextx (gh-142887)
colesbury
[Python-checkins] [3.13] GH-100964: Fix reference cycle in exhausted generator frames (G… (#142904)
savannahostrowski
[Python-checkins] [3.14] GH-100964: Fix reference cycle in exhausted generator frames (GH-141112) (#142902)
savannahostrowski
[Python-checkins] GH-100964: Fix reference cycle in exhausted generator frames (#141112)
savannahostrowski
[Python-checkins] [3.13] gh-142766: Clear frame when `generator.close()` is called (gh-142838) (#142900)
colesbury
[Python-checkins] [3.14] gh-142766: Clear frame when `generator.close()` is called (gh-142838) (#142899)
colesbury
[Python-checkins] [3.14] gh-142873: Do not check for `PyContextVar_CheckExact` twice in `PyContextVar_Set` (GH-142874) (#142893)
sobolevn
[Python-checkins] gh-142766: Clear frame when `generator.close()` is called (gh-142838)
colesbury
[Python-checkins] gh-91048: Refactor common data into context object in Modules/_remote_debugging (#142879)
pablogsal
[Python-checkins] [3.13] gh-112127: Fix possible use-after-free in atexit.unregister() (GH-114092) (GH-142880)
serhiy-storchaka
[Python-checkins] gh-142849: Fix segfault in `executor_to_gv` (GH-142885)
Fidget-Spinner
[Python-checkins] [3.13] gh-142873: Do not check for `PyContextVar_CheckExact` twice in `PyContextVar_Set` (GH-142874) (#142894)
sobolevn
[Python-checkins] [3.14] gh-142876: remove reference to thread in documentation of `asyncio.Queue.shutdown` (GH-142888) (#142891)
kumaraditya303
[Python-checkins] [3.13] gh-142876: remove reference to thread in documentation of `asyncio.Queue.shutdown` (GH-142888) (#142892)
kumaraditya303
[Python-checkins] gh-142873: Do not check for `PyContextVar_CheckExact` twice in `PyContextVar_Set` (#142874)
sobolevn
[Python-checkins] gh-142876: remove reference to thread in documentation of `asyncio.Queue.shutdown` (#142888)
kumaraditya303
[Python-checkins] [3.13] decimal docs: specification link and examples (GH-128698) (#142805)
kumaraditya303
[Python-checkins] [3.14] decimal docs: specification link and examples (GH-128698) (#142804)
kumaraditya303
[Python-checkins] [3.14] typo fixes in docs (GH-142683) (#142839)
kumaraditya303
[Python-checkins] [3.14] gh-112127: Fix possible use-after-free in atexit.unregister() (GH-114092) (#142878)
kumaraditya303
[Python-checkins] [3.13] Fix os.posix_spawn() error handling (GH-142532) (#142581)
vstinner
[Python-checkins] gh-142225: Add PyABIInfo_VAR to to _testcapimodule & _testinternalcapi (GH-142833)
encukou
[Python-checkins] gh-138122: Validate base frame before caching in remote debugging frame cache (#142852)
pablogsal
[Python-checkins] gh-112127: Fix possible use-after-free in atexit.unregister() (GH-114092)
serhiy-storchaka
[Python-checkins] [3.12] gh-90949: add Expat API to prevent XML deadly allocations (CVE-2025-59375) (GH-139234) (#139527)
Yhg1s
[Python-checkins] Use other name for JIT contributor (#142877)
Fidget-Spinner
[Python-checkins] gh-142654: show the clear error message when sampling on an unknown PID in tachyon (#142655)
pablogsal
[Python-checkins] [3.14] gh-142836: Avoid /proc fd pipes on Solaris (GH-142853) (#142854)
jaraco
[Python-checkins] [3.13] gh-142836: Avoid /proc fd pipes on Solaris (GH-142853) (#142855)
jaraco
[Python-checkins] gh-139038: Add JIT What's New for 3.15 (#142845)
hugovk
[Python-checkins] GH-142621: JIT: Avoid memory load for symbols within 4GB on AArch64 (GH-142820)
markshannon
[Python-checkins] [3.14] gh-142859: Add `Tools/check-c-api-docs` to mypy check (GH-142860) (#142871)
sobolevn
[Python-checkins] [3.13] gh-142859: Add `Tools/check-c-api-docs` to mypy check (GH-142860) (#142870)
sobolevn
[Python-checkins] gh-142859: Add `Tools/check-c-api-docs` to mypy check (#142860)
hugovk
[Python-checkins] [3.13] gh-140374: Add glossary entries related to multithreading (GH-140375) (#142869)
lysnikolaou
[Python-checkins] [3.14] gh-140374: Add glossary entries related to multithreading (GH-140375) (#142868)
lysnikolaou
[Python-checkins] gh-140374: Add glossary entries related to multithreading (#140375)
lysnikolaou
[Python-checkins] [3.13] gh-139320: Cover exception chaining in the docs of `contextmanager.__exit__` (GH-140169) (GH-142793)
encukou
[Python-checkins] [3.14] gh-139320: Cover exception chaining in the docs of `contextmanager.__exit__` (GH-140169) (GH-142792)
encukou
[Python-checkins] [3.14] gh-139743: Avoid print twice verbose version for sqlite tests (GH-142850) (GH-142865)
serhiy-storchaka
[Python-checkins] gh-139743: Avoid print twice verbose version for sqlite tests (GH-142850)
serhiy-storchaka
[Python-checkins] [3.14] gh-142783: Fix possible use after free in zoneinfo module (GH-142790) (GH-142862)
serhiy-storchaka
[Python-checkins] [3.13] gh-142783: Fix possible use after free in zoneinfo module (GH-142790) (GH-142861)
serhiy-storchaka
[Python-checkins] [3.13] gh-142495: Make `defaultdict` keep existed value when racing with `__missing__` (GH-142668) (GH-142858)
serhiy-storchaka
[Python-checkins] gh-142783: Fix possible use after free in zoneinfo module (GH-142790)
serhiy-storchaka
[Python-checkins] [3.14] gh-142752: add more thread safety tests for mock (GH-142791) (#142856)
kumaraditya303
[Python-checkins] [3.13] gh-142752: add more thread safety tests for mock (GH-142791) (#142857)
kumaraditya303
[Python-checkins] gh-142752: add more thread safety tests for mock (#142791)
kumaraditya303
[Python-checkins] gh-142836: Avoid /proc fd pipes on Solaris (#142853)
jaraco
[Python-checkins] gh-142543: Mark tracer functions as Py_NO_INLINE (GH-142846)
Fidget-Spinner
[Python-checkins] gh-134584: Eliminate redundant refcounting from `_STORE_ATTR_WITH_HINT` (GH-142767)
Fidget-Spinner
[Python-checkins] gh-138122: Update Tachyon dark theme colors (#142841)
pablogsal
[Python-checkins] gh-134584: Eliminate redundant refcounting from `_LOAD_ATTR_INSTANCE_VALUE` (GH-142769)
Fidget-Spinner
[Python-checkins] GH-142629: JIT: Fix out of bounds memory read in lltrace (GH-142821)
Fidget-Spinner
[Python-checkins] Make RESUME monitoring more readable and robust (GH-142136)
markshannon
[Python-checkins] [3.13] gh-142315: Don't pass the "real path" of Pdb script target to system functions (GH-142371) (#142498)
jaraco
[Python-checkins] [3.14] gh-142315: Don't pass the "real path" of Pdb script target to system functions (GH-142371) (#142497)
jaraco
[Python-checkins] [3.14] gh-142495: Make `defaultdict` keep existed value when racing with `__missing__` (GH-142668) (GH-142832)
serhiy-storchaka
[Python-checkins] gh-142495: Make `defaultdict` keep existed value when racing with `__missing__` (GH-142668)
serhiy-storchaka
[Python-checkins] [3.13] gh-130536: Add details to `os.path` documentation (GH-130557) (#142801)
hugovk
[Python-checkins] [3.14] gh-130536: Add details to `os.path` documentation (GH-130557) (#142800)
hugovk
[Python-checkins] gh-142754: Ensure that Element & Attr instances have the ownerDocument attribute (#142794)
hugovk
[Python-checkins] gh-76007: Deprecate `__version__` attribute in `wsgiref.simple_server` (#142675)
hugovk
[Python-checkins] [3.13] gh-83926: BlockingIOError characters_written is byte count (GH-141215) (#142815)
vstinner
[Python-checkins] [3.14] gh-83926: BlockingIOError characters_written is byte count (GH-141215) (#142816)
vstinner
[Python-checkins] [3.13] gh-142019: Add description about the exponent of result formatted with presentation type 'e' (GH-142084) (#142814)
hugovk
[Python-checkins] [3.14] gh-142019: Add description about the exponent of result formatted with presentation type 'e' (GH-142084) (#142813)
hugovk
[Python-checkins] gh-142019: Add description about the exponent of result formatted with presentation type 'e' (#142084)
hugovk
[Python-checkins] [3.14] gh-119786: Remove mention of `_PyThreadState_BumpFramePointer` from `InternalDocs/interpreter.md` (GH-141816) (#142812)
hugovk
[Python-checkins] gh-83926: BlockingIOError characters_written is byte count (#141215)
hugovk
[Python-checkins] [3.13] gh-141218: Fix inaccurate object comparison documentation (GH-141221) (#142811)
hugovk
[Python-checkins] [3.13] Remove duplicate content in `Mapping types - dict` documentation (GH-141036) (#142809)
hugovk
[Python-checkins] [3.14] gh-141218: Fix inaccurate object comparison documentation (GH-141221) (#142810)
hugovk
[Python-checkins] [3.14] Remove duplicate content in `Mapping types - dict` documentation (GH-141036) (#142808)
hugovk
[Python-checkins] [3.14] Correct Glossary key function example to use str.casefold instead of str.lower (GH-140316) (#142807)
hugovk
[Python-checkins] [3.13] Correct Glossary key function example to use str.casefold instead of str.lower (GH-140316) (#142806)
hugovk
[Python-checkins] gh-119786: Remove mention of `_PyThreadState_BumpFramePointer` from `InternalDocs/interpreter.md` (#141816)
hugovk
[Python-checkins] gh-141218: Fix inaccurate object comparison documentation (#141221)
hugovk
[Python-checkins] Remove duplicate content in `Mapping types - dict` documentation (#141036)
hugovk
[Python-checkins] [3.13] gh-106318: Add examples for str.ljust() method (GH-142719) (#142803)
hugovk
[Python-checkins] [3.14] gh-106318: Add examples for str.ljust() method (GH-142719) (#142802)
hugovk
Earlier messages