python-checkins
Thread
Date
Earlier messages
Later messages
Messages by Thread
[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
[Python-checkins] Correct Glossary key function example to use str.casefold instead of str.lower (#140316)
hugovk
[Python-checkins] decimal docs: specification link and examples (#128698)
hugovk
[Python-checkins] gh-106318: Add examples for str.ljust() method (#142719)
hugovk
[Python-checkins] Clarify that PyStructSequence is different from collections.namedtuple (#142626)
hugovk
[Python-checkins] [3.13] gh-85204: Improve `locale.setlocale` example (GH-132683) (#142799)
hugovk
[Python-checkins] [3.14] gh-85204: Improve `locale.setlocale` example (GH-132683) (#142798)
hugovk
[Python-checkins] gh-130536: Add details to `os.path` documentation (#130557)
hugovk
[Python-checkins] [3.13] gh-124864: Extends smtplib documentation on ESMTP options format (GH-132547) (#142797)
hugovk
[Python-checkins] [3.14] gh-124864: Extends smtplib documentation on ESMTP options format (GH-132547) (#142796)
hugovk
[Python-checkins] gh-85204: Improve `locale.setlocale` example (#132683)
hugovk
[Python-checkins] gh-124864: Extends smtplib documentation on ESMTP options format (#132547)
hugovk
[Python-checkins] [3.13] gh-142595: Amend be5e0dcdedb (fix NULL pointer dereference) (GH-142775) (GH-142789)
serhiy-storchaka
[Python-checkins] gh-139320: Cover exception chaining in the docs of `contextmanager.__exit__` (GH-140169)
encukou
[Python-checkins] [3.14] gh-142595: Amend be5e0dcdedb (fix NULL pointer dereference) (GH-142775) (#142788)
kumaraditya303
[Python-checkins] [3.14] gh-142020: ctypes docs: Note that find_library relies on the programs it runs (GH-142134) (GH-142748)
encukou
[Python-checkins] [3.13] gh-142020: ctypes docs: Note that find_library relies on the programs it runs (GH-142134) (GH-142749)
encukou
[Python-checkins] [3.13] gh-142594: fix by property calls io.TextIOWrapper.detach (GH-142706) (GH-142757)
encukou
[Python-checkins] [3.14] gh-142594: fix by property calls io.TextIOWrapper.detach (GH-142706) (GH-142755)
encukou
[Python-checkins] gh-142595: Amend be5e0dcdedb (fix NULL pointer dereference) (GH-142775)
serhiy-storchaka
[Python-checkins] [3.14] gh-142737: Handle lost `io.open` in `_Py_FindSourceFile` (GH-142747) (GH-142773)
ZeroIntensity
[Python-checkins] [3.13] gh-142737: Handle lost `io.open` in `_Py_FindSourceFile` (GH-142747) (GH-142774)
ZeroIntensity
[Python-checkins] GH-134584: Remove redundant refcount from `_STORE_ATTR_SLOT` (#142729)
savannahostrowski
[Python-checkins] gh-142737: Handle lost `io.open` in `_Py_FindSourceFile` (GH-142747)
ZeroIntensity
[Python-checkins] gh-134584: JIT: Eliminate redundant refcount ops for X_INT (GH-142765)
Fidget-Spinner
[Python-checkins] [3.14] gh-85222: Document the global start method side effect in multiprocessing (GH-136426) (#142770)
gpshead
[Python-checkins] [3.13] gh-85222: Document the global start method side effect in multiprocessing (GH-136426) (#142771)
gpshead
[Python-checkins] gh-85222: Document the global start method side effect in multiprocessing (GH-136426)
gpshead
[Python-checkins] Add Fidget-Spinner to more JIT CODEOWNERS (GH-142768)
Fidget-Spinner
[Python-checkins] gh-134584: Eliminate redundant refcounting from `_STORE_ATTR_INSTANCE_VALUE` (GH-142759)
Fidget-Spinner
[Python-checkins] gh-141081: Revert "Add a `.gitignore` file to `__pycache__` folders (#141162)" (#142758)
hugovk
[Python-checkins] gh-116738: Make _bz2 module thread-safe (gh-142756)
colesbury
[Python-checkins] gh-142472: Clean-up _PyStackRef functions (gh-142479)
colesbury
[Python-checkins] gh-134584: Eliminate redundant refcounting from _STORE_SUBSCR_DICT (GH-142712)
Fidget-Spinner
[Python-checkins] gh-134584: Eliminate redundant refcounting from _CALL_LIST_APPEND (GH-142711)
Fidget-Spinner
[Python-checkins] gh-142466: Pixi package definitions for downstream use (#142469)
FFY00
[Python-checkins] Move doc on structure from devguide to `InternalDocs` (GH-142237)
encukou
[Python-checkins] gh-142020: ctypes docs: Note that find_library relies on the programs it runs (GH-142134)
encukou
[Python-checkins] [3.14] gh-142595: add type check for namedtuple call during decimal initialization (GH-142608) (GH-142623)
encukou
[Python-checkins] gh-142594: fix by property calls io.TextIOWrapper.detach (GH-142706)
encukou
[Python-checkins] [3.12] gh-119452: Fix a potential virtual memory allocation denial of service in http.server (GH-142216) (#142297)
Yhg1s
[Python-checkins] [3.13] gh-142595: add type check for namedtuple call during decimal initialization (GH-142608) (GH-142622)
encukou
[Python-checkins] gh-142217: Recommend PyUnicode_InternFromString() to replace _PyUnicode_FromId() (GH-142746)
encukou
[Python-checkins] [3.13] gh-142651: make `Mock.call_count` thread-safe (GH-142656) (#142744)
kumaraditya303
[Python-checkins] [3.14] gh-142651: make `Mock.call_count` thread-safe (GH-142656) (#142743)
kumaraditya303
[Python-checkins] gh-142029: Raise `ModuleNotFoundError` instead of crashing on nonexsistent module name given to `create_builtin()` (#142054)
vstinner
[Python-checkins] gh-139871: Optimize bytearray construction with encoding (#142243)
vstinner
[Python-checkins] gh-142651: make `Mock.call_count` thread-safe (#142656)
kumaraditya303
[Python-checkins] gh-76007: Deprecate `__version__` attribute in `ctypes` (#142679)
hugovk
[Python-checkins] gh-140414: streamline thread state access in `asyncio` (#142742)
kumaraditya303
[Python-checkins] gh-141081: Add a `.gitignore` file to `__pycache__` folders (#141162)
hugovk
[Python-checkins] [3.13] gh-90871: fix connection backlog offset in asyncio (gh-134392) (#142739)
kumaraditya303
[Python-checkins] [3.13] gh-127529: Correct asyncio's `accept_connection` behaviour for handling `ConnectionAbortedError` (GH-127532) (#142738)
kumaraditya303
[Python-checkins] gh-132657: Use stronger memory ordering for so->mask. (gh-142735)
nascheme
[Python-checkins] [3.13] gh-141004: Add a CI job ensuring that new C APIs include documentation (GH-142102) (GH-142248)
ZeroIntensity
[Python-checkins] [3.13] gh-142724: fix error path in `_PyPegen_raise_tokenizer_init_error` (GH-142725) (#142727)
pablogsal
[Python-checkins] [3.14] gh-142724: fix error path in `_PyPegen_raise_tokenizer_init_error` (GH-142725) (#142726)
pablogsal
[Python-checkins] gh-142724: fix error path in `_PyPegen_raise_tokenizer_init_error` (#142725)
pablogsal
[Python-checkins] Use threading.Event rather than boolean flag. (gh-142722)
nascheme
[Python-checkins] [3.13] gh-106318: Add examples for str.isnumeric() (GH-142680) (#142716)
hugovk
[Python-checkins] [3.14] gh-106318: Add examples for str.isnumeric() (GH-142680) (#142715)
hugovk
[Python-checkins] gh-106318: Add examples for str.isnumeric() (#142680)
hugovk
[Python-checkins] gh-76007: `pydoc`: Catch `DeprecationWarning` for stdlib module `__version__` attributes (#139997)
hugovk
[Python-checkins] gh-134584: Eliminate redundant refcounting from _STORE_SUBSCR_LIST_INT (gh-142703)
corona10
[Python-checkins] [3.13] gh-142411: Change documentation to reflect the new docstring adjustments in 3.13 (GH-142413) (#142690)
hugovk
[Python-checkins] [3.14] gh-142411: Change documentation to reflect the new docstring adjustments in 3.13 (GH-142413) (#142689)
hugovk
[Python-checkins] [3.13] gh-142461: Move misplaced NEWS entries to an appropriate section (GH-142464) (GH-142688) (#142702)
hugovk
[Python-checkins] gh-140189: Revert "Temporarily allow CI failures for iOS (#142365)" (#142660)
hugovk
[Python-checkins] gh-127930: use explicit imports in tkinter.simpledialog (#127931)
hugovk
[Python-checkins] gh-134584: Eliminate redundant refcounting from `_CALL_BUILTION_O` (GH-142695)
Fidget-Spinner
[Python-checkins] [3.13] gh-141938: document treatment of `OSError` raised by `HTTPConnection.getresponse` (GH-142339) (#142705)
picnixz
[Python-checkins] [3.14] gh-141938: document treatment of `OSError` raised by `HTTPConnection.getresponse` (GH-142339) (#142704)
picnixz
[Python-checkins] gh-141938: document treatment of `OSError` raised by `HTTPConnection.getresponse` (#142339)
picnixz
[Python-checkins] gh-142666: Remove unused variable package in import logic (GH-142667)
serhiy-storchaka
[Python-checkins] [3.13] gh-142451: correctly copy HMAC attributes in `HMAC.copy()` (GH-142510) (#142701)
picnixz
[Python-checkins] gh-134584: Eliminate redundant refcounting from `_CALL_STR_1` (GH-136070)
Fidget-Spinner
[Python-checkins] [3.14] gh-142451: correctly copy HMAC attributes in `HMAC.copy()` (GH-142510) (#142698)
picnixz
[Python-checkins] [3.14] gh-142554: avoid `divmod` crashes due to bad `_pylong.int_divmod` (GH-142673) (#142696)
picnixz
[Python-checkins] [3.13] gh-142554: avoid `divmod` crashes due to bad `_pylong.int_divmod` (GH-142673) (#142697)
picnixz
[Python-checkins] gh-142451: correctly copy HMAC attributes in `HMAC.copy()` (#142510)
picnixz
[Python-checkins] gh-142554: avoid `divmod` crashes due to bad `_pylong.int_divmod` (#142673)
picnixz
[Python-checkins] typo fixes in docs (#142683)
kumaraditya303
[Python-checkins] GH-142591: Tachyon does not handle non-existent file/module (#142592)
pablogsal
[Python-checkins] gh-138122: Fix sample counting for filtered profiling modes (#142677)
pablogsal
[Python-checkins] gh-142368: Fix race comparing locations in test_external_inspection (#142691)
pablogsal
[Python-checkins] [3.14] gh-142461: Move misplaced NEWS entries to an appropriate section (GH-142464) (#142688)
hugovk
[Python-checkins] [3.13] Add 'Show translation source' to docs sidebar (GH-130355) (#142687)
hugovk
[Python-checkins] [3.14] Add 'Show translation source' to docs sidebar (GH-130355) (#142686)
hugovk
[Python-checkins] Add 'Show translation source' to docs sidebar (#130355)
hugovk
[Python-checkins] [3.14] Add missing comma to tuple in `except*` docs (GH-142395) (#142685)
hugovk
[Python-checkins] [3.13] Add missing comma to tuple in `except*` docs (GH-142395) (#142684)
hugovk
[Python-checkins] Add missing comma to tuple in `except*` docs (#142395)
hugovk
[Python-checkins] gh-142461: Move misplaced NEWS entries to an appropriate section (#142464)
hugovk
[Python-checkins] gh-142411: Change documentation to reflect the new docstring adjustments in 3.13 (#142413)
hugovk
[Python-checkins] Add pablogsal as codeowner for profiling sampling files and docs (#142678)
pablogsal
[Python-checkins] gh-139546: Update `test_zoneinfo` data to 2025c (#139547)
pganssle
[Python-checkins] [3.14] gh-142568: Fix eval() docs to use 'source' parameter name (GH-142644) (#142669)
JelleZijlstra
[Python-checkins] [3.13] gh-142568: Fix eval() docs to use 'source' parameter name (GH-142644) (#142670)
JelleZijlstra
[Python-checkins] gh-142568: Fix eval() docs to use 'source' parameter name (#142644)
JelleZijlstra
[Python-checkins] gh-76007: Deprecate `__version__` attribute in `http.server` (#142658)
hugovk
[Python-checkins] gh-132657: Add lock-free set contains implementation (#132290)
nascheme
[Python-checkins] gh-134584: Cleanups for GH-135860 (GH-142604)
Fidget-Spinner
[Python-checkins] [3.14] gh-141808: Don't remove the JIT stencils when building with PGO (GH-141809) (GH-142657)
Fidget-Spinner
[Python-checkins] [3.13] gh-142353: Isolate tests from personal GNU Readline init files (GH-142370) (#142635)
vstinner
[Python-checkins] GH-142646: Update Tachyon to use backtick formatting in CLI help (#142647)
pablogsal
[Python-checkins] [3.14] gh-142531: Fix free-threaded GC performance regression (gh-142562) (gh-142617)
nascheme
[Python-checkins] GH-141362: Make `get_externals` handle fetching platform-specific release artifacts (#142405)
savannahostrowski
[Python-checkins] GH-139686: Update versionchanged directive to 'next' in importlib (GH-142649)
brettcannon
[Python-checkins] gh-139686: Make reloading a lazy module no-op (GH-139857)
brettcannon
[Python-checkins] GH-142389: Add backtick markup support in description and epilog (#142390)
savannahostrowski
[Python-checkins] [3.14] Doc: remove the invalid type variables of typing.TextIO and BinaryIO (GH-142642) (#142643)
JelleZijlstra
[Python-checkins] Doc: remove the invalid type variables of typing.TextIO and BinaryIO (#142642)
JelleZijlstra
[Python-checkins] gh-116738: Make zlib module thread-safe (gh-142432)
colesbury
[Python-checkins] [3.13] gh-142457: Support using 3.14 and 3.15 for generation scripts (GH-142499)
ZeroIntensity
[Python-checkins] gh-138122: Tachyon Flamegraph: Make toggle keyboard accesible and adjust sidebar collapse CSS (#142638)
pablogsal
[Python-checkins] gh-141939: Add colors to interpolated values in argparse (#141940)
savannahostrowski
[Python-checkins] gh-140550: Correct error message for PyModExport (PEP 793) hook (GH-142583)
encukou
[Python-checkins] [3.14] gh-141370: Fix undefined behavior when using Py_ABS() (GH-141548) (GH-142301)
serhiy-storchaka
[Python-checkins] [3.14] gh-142353: Isolate tests from personal GNU Readline init files (GH-142370) (#142634)
vstinner
[Python-checkins] gh-138122: Add docs button to Tachyon heatmap and flamegraph (#142614)
pablogsal
[Python-checkins] gh-142353: Isolate tests from personal GNU Readline init files (#142370)
vstinner
[Python-checkins] gh-134584: Revert partially GH-135860 (GH-142620)
Fidget-Spinner
[Python-checkins] [3.14] gh-142627: Ignore anonymous mappings in Linux remote debugging (GH-142628) (#142630)
vstinner
[Python-checkins] gh-142627: Ignore anonymous mappings in Linux remote debugging (#142628)
vstinner
[Python-checkins] gh-142217: Deprecate the private _Py_Identifier C API (#142221)
vstinner
[Python-checkins] gh-142595: add type check for namedtuple call during decimal initialization (GH-142608)
encukou
[Python-checkins] Link listsort.txt in InternalDocs/README.md (#142619)
AA-Turner
[Python-checkins] fix typos in crossinterp.c and qsbr.c (#142612)
kumaraditya303
[Python-checkins] gh-138122: Add code examples to the profiling.sampling ddocs (#142609)
pablogsal
[Python-checkins] gh-138122: Add inverted flamegraph (#142288)
pablogsal
[Python-checkins] gh-142374: Fix recursive function cumulative over-counting in sampling profiler (#142378)
pablogsal
[Python-checkins] [3.14] gh-142571: Check for errors before calling each syscall in `PyUnstable_CopyPerfMapFile()` (GH-142460) (#142600)
pablogsal
[Python-checkins] [3.13] gh-142571: Check for errors before calling each syscall in `PyUnstable_CopyPerfMapFile()` (GH-142460) (#142602)
pablogsal
[Python-checkins] gh-138122: Tachyon heatmap: Make toggle switches keyboard accessible (#142601)
savannahostrowski
[Python-checkins] [3.14] gh-142534: Avoid TSan warnings in dictobject.c (gh-142544) (gh-142603)
colesbury
[Python-checkins] gh-138122: Make Tachyon flamegraph and heatmap output more similar (#142590)
pablogsal
[Python-checkins] gh-142534: Avoid TSan warnings in dictobject.c (gh-142544)
colesbury
[Python-checkins] gh-142571: Check for errors before calling each syscall in `PyUnstable_CopyPerfMapFile()` (#142460)
pablogsal
[Python-checkins] gh-138122: Add exception profiling mode to the sampling profiler (#142561)
pablogsal
[Python-checkins] gh-142531: Fix free-threaded GC performance regression (gh-142562)
nascheme
[Python-checkins] [3.14] gh-142589: Fix PyUnstable_Object_IsUniqueReferencedTemporary (gh-142593) (#142597)
colesbury
[Python-checkins] GH-65961: Stop setting `__cached__` on modules (GH-142165)
brettcannon
[Python-checkins] gh-142589: Fix PyUnstable_Object_IsUniqueReferencedTemporary (gh-142593)
colesbury
[Python-checkins] [3.14] gh-123241: Don't modify ref count during visitation (GH-142232) (#142567)
DinoV
[Python-checkins] GH-142203: Remove the `debug_override` parameter from `packaging.util.cache_from_source()` (GH-142204)
brettcannon
[Python-checkins] [3.13] Use subcommand over sub-command in argparse docs (GH-142488) (#142588)
savannahostrowski
[Python-checkins] [3.14] Use subcommand over sub-command in argparse docs (GH-142488) (#142587)
savannahostrowski
[Python-checkins] [3.14] Fix os.posix_spawn() error handling (GH-142532) (#142582)
vstinner
[Python-checkins] Remove file accidentally added to `Doc/` (#142563)
pablogsal
[Python-checkins] [3.14] gh-142556: fix crash when a task gets re-registered during finalization in `asyncio` (GH-142565) (#142566)
kumaraditya303
[Python-checkins] [3.13] gh-142048: Fix lost gc allocations count on thread cleanup (GH… (#142506)
kumaraditya303
[Python-checkins] gh-142556: fix crash when a task gets re-registered during finalization in `asyncio` (#142565)
kumaraditya303
[Python-checkins] gh-123241: Don't modify ref count during visitation (GH-142232)
encukou
[Python-checkins] [3.14] gh-142278: Add granular change detection for platforms in CI (GH-142350) (#142537)
hugovk
[Python-checkins] Tachyon: Fix heatmap line highlight animation overriding heat colors (#142522)
pablogsal
[Python-checkins] gh-142539: Fix `traceback` caret location calculation for `SyntaxError`s with wide chars (#142540)
pablogsal
[Python-checkins] [3.14] GH-139436: Remove PDF and CHM from IDLE HelpSource (GH-140418) (#142552)
terryjreedy
[Python-checkins] [3.13] GH-139436: Remove PDF and CHM from IDLE HelpSource (GH-140418) (#142551)
terryjreedy
[Python-checkins] gh-140172: Skip JSON tools test during PGO training (GH-140809)
zooba
[Python-checkins] gh-140172: Skip JSON tools test during PGO training (GH-140809)
zooba
[Python-checkins] GH-97850: Remove all uses and definitions of `load_module()` from importlib (#142205)
brettcannon
[Python-checkins] [3.14] gh-137007: Track executor before any possible deallocations (GH-137016) (GH-142541)
Fidget-Spinner
[Python-checkins] [3.13] [Docs] Fix typo in bdb: `is_skipped_line` to `is_skipped_module` (GH-141771) (#142548)
gaogaotiantian
[Python-checkins] [3.14] gh-142489: Increase ssl_handshake_timeout in asyncio tests (GH-142523) (#142545)
vstinner
[Python-checkins] [3.14] [Docs] Fix typo in bdb: `is_skipped_line` to `is_skipped_module` (GH-141771) (#142547)
gaogaotiantian
[Python-checkins] [3.13] gh-142489: Increase ssl_handshake_timeout in asyncio tests (GH-142523) (#142546)
vstinner
[Python-checkins] gh-142489: Increase ssl_handshake_timeout in asyncio tests (#142523)
vstinner
[Python-checkins] gh-137007: Track executor before any possible deallocations (GH-137016)
Fidget-Spinner
[Python-checkins] gh-135559: [Enum] dir() on a Flag now shows aliases (GH-136527)
ethanfurman
[Python-checkins] gh-141976: Protect against non-progressing specializations in tracing JIT (GH-141989)
Fidget-Spinner
[Python-checkins] [3.14] gh-139927: Fix test_embed on OpenIndiana (GH-142514) (#142520)
vstinner
[Python-checkins] [3.14] gh-142433: Move deref to below the error when checking for laststring (GH-142402) (#142524)
vstinner
[Python-checkins] GH-142305: JIT: Deduplicating GOT symbols in the trace (#142316)
diegorusso
[Python-checkins] [3.13] gh-139927: Fix test_embed on OpenIndiana (GH-142514) (#142521)
vstinner
[Python-checkins] gh-142433: Move deref to below the error when checking for laststring (#142402)
vstinner
[Python-checkins] gh-139927: Fix test_embed on OpenIndiana (#142514)
vstinner
[Python-checkins] Tachyon: Set favicon for heatmap pages (#142493)
pablogsal
[Python-checkins] gh-131372: Include LDVERSION and EXE in base_interpreter value (#142256)
FFY00
[Python-checkins] [3.14] gh-142048: Fix lost gc allocations count on thread cleanup (GH-142233) (#142504)
kumaraditya303
[Python-checkins] gh-142048: Fix lost gc allocations count on thread cleanup (#142233)
kumaraditya303
[Python-checkins] gh-142029: Raise `ValueError` instead of crashing on empty name given to `create_builtin()` (#142033)
kumaraditya303
[Python-checkins] gh-142315: Don't pass the "real path" of Pdb script target to system functions (#142371)
jaraco
[Python-checkins] Updates to PyManager docs based on feedback. (GH-142473)
zooba
[Python-checkins] Updates to PyManager docs based on feedback. (GH-142473)
zooba
[Python-checkins] [3.14] gh-140189: Use macos-14 runner for iOS CI tests (GH-142444) (#142494)
freakboy3742
[Python-checkins] gh-140189: Use macos-14 runner for iOS CI tests (#142444)
freakboy3742
[Python-checkins] GH-108819: fix LIBDEST not honoring --with-platlibdir (#133163)
FFY00
[Python-checkins] Tachyon: Remove spurious CSS for `stat-card` (#142487)
pablogsal
[Python-checkins] Tachyon: Make "Tachyon" in navbar link to `index.html` (#142486)
pablogsal
[Python-checkins] [3.14] gh-142454: Make the JIT digest more deterministic by sorting the files in Tools/jit (GH-142455) (#142485)
savannahostrowski
[Python-checkins] [3.13] gh-142454: Make the JIT digest more deterministic by sorting the files in Tools/jit (GH-142455) (#142484)
savannahostrowski
[Python-checkins] [3.14] gh-138061: Exclude __pycache__ directory from the computed digest in the JIT stencils (GH-138131) (#142482)
savannahostrowski
[Python-checkins] [3.13] gh-138061: Exclude __pycache__ directory from the computed digest in the JIT stencils (GH-138131) (#142481)
savannahostrowski
[Python-checkins] Tachyon: Fix unesecarry plural when there is a single file/sample (#142478)
pablogsal
Earlier messages
Later messages