python-checkins
Thread
Date
Earlier messages
Later messages
Messages by Date
2025/12/13
[Python-checkins] gh-76007: Deprecate `__version__` attribute in `http.server` (#142658)
hugovk
2025/12/13
[Python-checkins] gh-132657: Add lock-free set contains implementation (#132290)
nascheme
2025/12/13
[Python-checkins] gh-134584: Cleanups for GH-135860 (GH-142604)
Fidget-Spinner
2025/12/13
[Python-checkins] [3.14] gh-141808: Don't remove the JIT stencils when building with PGO (GH-141809) (GH-142657)
Fidget-Spinner
2025/12/13
[Python-checkins] [3.13] gh-142353: Isolate tests from personal GNU Readline init files (GH-142370) (#142635)
vstinner
2025/12/12
[Python-checkins] GH-142646: Update Tachyon to use backtick formatting in CLI help (#142647)
pablogsal
2025/12/12
[Python-checkins] [3.14] gh-142531: Fix free-threaded GC performance regression (gh-142562) (gh-142617)
nascheme
2025/12/12
[Python-checkins] GH-141362: Make `get_externals` handle fetching platform-specific release artifacts (#142405)
savannahostrowski
2025/12/12
[Python-checkins] GH-139686: Update versionchanged directive to 'next' in importlib (GH-142649)
brettcannon
2025/12/12
[Python-checkins] gh-139686: Make reloading a lazy module no-op (GH-139857)
brettcannon
2025/12/12
[Python-checkins] GH-142389: Add backtick markup support in description and epilog (#142390)
savannahostrowski
2025/12/12
[Python-checkins] [3.14] Doc: remove the invalid type variables of typing.TextIO and BinaryIO (GH-142642) (#142643)
JelleZijlstra
2025/12/12
[Python-checkins] Doc: remove the invalid type variables of typing.TextIO and BinaryIO (#142642)
JelleZijlstra
2025/12/12
[Python-checkins] gh-116738: Make zlib module thread-safe (gh-142432)
colesbury
2025/12/12
[Python-checkins] [3.13] gh-142457: Support using 3.14 and 3.15 for generation scripts (GH-142499)
ZeroIntensity
2025/12/12
[Python-checkins] gh-138122: Tachyon Flamegraph: Make toggle keyboard accesible and adjust sidebar collapse CSS (#142638)
pablogsal
2025/12/12
[Python-checkins] gh-141939: Add colors to interpolated values in argparse (#141940)
savannahostrowski
2025/12/12
[Python-checkins] gh-140550: Correct error message for PyModExport (PEP 793) hook (GH-142583)
encukou
2025/12/12
[Python-checkins] [3.14] gh-141370: Fix undefined behavior when using Py_ABS() (GH-141548) (GH-142301)
serhiy-storchaka
2025/12/12
[Python-checkins] [3.14] gh-142353: Isolate tests from personal GNU Readline init files (GH-142370) (#142634)
vstinner
2025/12/12
[Python-checkins] gh-138122: Add docs button to Tachyon heatmap and flamegraph (#142614)
pablogsal
2025/12/12
[Python-checkins] gh-142353: Isolate tests from personal GNU Readline init files (#142370)
vstinner
2025/12/12
[Python-checkins] gh-134584: Revert partially GH-135860 (GH-142620)
Fidget-Spinner
2025/12/12
[Python-checkins] [3.14] gh-142627: Ignore anonymous mappings in Linux remote debugging (GH-142628) (#142630)
vstinner
2025/12/12
[Python-checkins] gh-142627: Ignore anonymous mappings in Linux remote debugging (#142628)
vstinner
2025/12/12
[Python-checkins] gh-142217: Deprecate the private _Py_Identifier C API (#142221)
vstinner
2025/12/12
[Python-checkins] gh-142595: add type check for namedtuple call during decimal initialization (GH-142608)
encukou
2025/12/12
[Python-checkins] Link listsort.txt in InternalDocs/README.md (#142619)
AA-Turner
2025/12/11
[Python-checkins] fix typos in crossinterp.c and qsbr.c (#142612)
kumaraditya303
2025/12/11
[Python-checkins] gh-138122: Add code examples to the profiling.sampling ddocs (#142609)
pablogsal
2025/12/11
[Python-checkins] gh-138122: Add inverted flamegraph (#142288)
pablogsal
2025/12/11
[Python-checkins] gh-142374: Fix recursive function cumulative over-counting in sampling profiler (#142378)
pablogsal
2025/12/11
[Python-checkins] [3.14] gh-142571: Check for errors before calling each syscall in `PyUnstable_CopyPerfMapFile()` (GH-142460) (#142600)
pablogsal
2025/12/11
[Python-checkins] [3.13] gh-142571: Check for errors before calling each syscall in `PyUnstable_CopyPerfMapFile()` (GH-142460) (#142602)
pablogsal
2025/12/11
[Python-checkins] gh-138122: Tachyon heatmap: Make toggle switches keyboard accessible (#142601)
savannahostrowski
2025/12/11
[Python-checkins] [3.14] gh-142534: Avoid TSan warnings in dictobject.c (gh-142544) (gh-142603)
colesbury
2025/12/11
[Python-checkins] gh-138122: Make Tachyon flamegraph and heatmap output more similar (#142590)
pablogsal
2025/12/11
[Python-checkins] gh-142534: Avoid TSan warnings in dictobject.c (gh-142544)
colesbury
2025/12/11
[Python-checkins] gh-142571: Check for errors before calling each syscall in `PyUnstable_CopyPerfMapFile()` (#142460)
pablogsal
2025/12/11
[Python-checkins] gh-138122: Add exception profiling mode to the sampling profiler (#142561)
pablogsal
2025/12/11
[Python-checkins] gh-142531: Fix free-threaded GC performance regression (gh-142562)
nascheme
2025/12/11
[Python-checkins] [3.14] gh-142589: Fix PyUnstable_Object_IsUniqueReferencedTemporary (gh-142593) (#142597)
colesbury
2025/12/11
[Python-checkins] GH-65961: Stop setting `__cached__` on modules (GH-142165)
brettcannon
2025/12/11
[Python-checkins] gh-142589: Fix PyUnstable_Object_IsUniqueReferencedTemporary (gh-142593)
colesbury
2025/12/11
[Python-checkins] [3.14] gh-123241: Don't modify ref count during visitation (GH-142232) (#142567)
DinoV
2025/12/11
[Python-checkins] GH-142203: Remove the `debug_override` parameter from `packaging.util.cache_from_source()` (GH-142204)
brettcannon
2025/12/11
[Python-checkins] [3.13] Use subcommand over sub-command in argparse docs (GH-142488) (#142588)
savannahostrowski
2025/12/11
[Python-checkins] [3.14] Use subcommand over sub-command in argparse docs (GH-142488) (#142587)
savannahostrowski
2025/12/11
[Python-checkins] [3.14] Fix os.posix_spawn() error handling (GH-142532) (#142582)
vstinner
2025/12/11
[Python-checkins] Remove file accidentally added to `Doc/` (#142563)
pablogsal
2025/12/11
[Python-checkins] [3.14] gh-142556: fix crash when a task gets re-registered during finalization in `asyncio` (GH-142565) (#142566)
kumaraditya303
2025/12/11
[Python-checkins] [3.13] gh-142048: Fix lost gc allocations count on thread cleanup (GH… (#142506)
kumaraditya303
2025/12/11
[Python-checkins] gh-142556: fix crash when a task gets re-registered during finalization in `asyncio` (#142565)
kumaraditya303
2025/12/11
[Python-checkins] gh-123241: Don't modify ref count during visitation (GH-142232)
encukou
2025/12/10
[Python-checkins] [3.14] gh-142278: Add granular change detection for platforms in CI (GH-142350) (#142537)
hugovk
2025/12/10
[Python-checkins] Tachyon: Fix heatmap line highlight animation overriding heat colors (#142522)
pablogsal
2025/12/10
[Python-checkins] gh-142539: Fix `traceback` caret location calculation for `SyntaxError`s with wide chars (#142540)
pablogsal
2025/12/10
[Python-checkins] [3.14] GH-139436: Remove PDF and CHM from IDLE HelpSource (GH-140418) (#142552)
terryjreedy
2025/12/10
[Python-checkins] [3.13] GH-139436: Remove PDF and CHM from IDLE HelpSource (GH-140418) (#142551)
terryjreedy
2025/12/10
[Python-checkins] gh-140172: Skip JSON tools test during PGO training (GH-140809)
zooba
2025/12/10
[Python-checkins] gh-140172: Skip JSON tools test during PGO training (GH-140809)
zooba
2025/12/10
[Python-checkins] GH-97850: Remove all uses and definitions of `load_module()` from importlib (#142205)
brettcannon
2025/12/10
[Python-checkins] [3.14] gh-137007: Track executor before any possible deallocations (GH-137016) (GH-142541)
Fidget-Spinner
2025/12/10
[Python-checkins] [3.13] [Docs] Fix typo in bdb: `is_skipped_line` to `is_skipped_module` (GH-141771) (#142548)
gaogaotiantian
2025/12/10
[Python-checkins] [3.14] gh-142489: Increase ssl_handshake_timeout in asyncio tests (GH-142523) (#142545)
vstinner
2025/12/10
[Python-checkins] [3.14] [Docs] Fix typo in bdb: `is_skipped_line` to `is_skipped_module` (GH-141771) (#142547)
gaogaotiantian
2025/12/10
[Python-checkins] [3.13] gh-142489: Increase ssl_handshake_timeout in asyncio tests (GH-142523) (#142546)
vstinner
2025/12/10
[Python-checkins] gh-142489: Increase ssl_handshake_timeout in asyncio tests (#142523)
vstinner
2025/12/10
[Python-checkins] gh-137007: Track executor before any possible deallocations (GH-137016)
Fidget-Spinner
2025/12/10
[Python-checkins] gh-135559: [Enum] dir() on a Flag now shows aliases (GH-136527)
ethanfurman
2025/12/10
[Python-checkins] gh-141976: Protect against non-progressing specializations in tracing JIT (GH-141989)
Fidget-Spinner
2025/12/10
[Python-checkins] [3.14] gh-139927: Fix test_embed on OpenIndiana (GH-142514) (#142520)
vstinner
2025/12/10
[Python-checkins] [3.14] gh-142433: Move deref to below the error when checking for laststring (GH-142402) (#142524)
vstinner
2025/12/10
[Python-checkins] GH-142305: JIT: Deduplicating GOT symbols in the trace (#142316)
diegorusso
2025/12/10
[Python-checkins] [3.13] gh-139927: Fix test_embed on OpenIndiana (GH-142514) (#142521)
vstinner
2025/12/10
[Python-checkins] gh-142433: Move deref to below the error when checking for laststring (#142402)
vstinner
2025/12/10
[Python-checkins] gh-139927: Fix test_embed on OpenIndiana (#142514)
vstinner
2025/12/10
[Python-checkins] Tachyon: Set favicon for heatmap pages (#142493)
pablogsal
2025/12/10
[Python-checkins] gh-131372: Include LDVERSION and EXE in base_interpreter value (#142256)
FFY00
2025/12/10
[Python-checkins] [3.14] gh-142048: Fix lost gc allocations count on thread cleanup (GH-142233) (#142504)
kumaraditya303
2025/12/09
[Python-checkins] gh-142048: Fix lost gc allocations count on thread cleanup (#142233)
kumaraditya303
2025/12/09
[Python-checkins] gh-142029: Raise `ValueError` instead of crashing on empty name given to `create_builtin()` (#142033)
kumaraditya303
2025/12/09
[Python-checkins] gh-142315: Don't pass the "real path" of Pdb script target to system functions (#142371)
jaraco
2025/12/09
[Python-checkins] Updates to PyManager docs based on feedback. (GH-142473)
zooba
2025/12/09
[Python-checkins] Updates to PyManager docs based on feedback. (GH-142473)
zooba
2025/12/09
[Python-checkins] [3.14] gh-140189: Use macos-14 runner for iOS CI tests (GH-142444) (#142494)
freakboy3742
2025/12/09
[Python-checkins] gh-140189: Use macos-14 runner for iOS CI tests (#142444)
freakboy3742
2025/12/09
[Python-checkins] GH-108819: fix LIBDEST not honoring --with-platlibdir (#133163)
FFY00
2025/12/09
[Python-checkins] Tachyon: Remove spurious CSS for `stat-card` (#142487)
pablogsal
2025/12/09
[Python-checkins] Tachyon: Make "Tachyon" in navbar link to `index.html` (#142486)
pablogsal
2025/12/09
[Python-checkins] [3.14] gh-142454: Make the JIT digest more deterministic by sorting the files in Tools/jit (GH-142455) (#142485)
savannahostrowski
2025/12/09
[Python-checkins] [3.13] gh-142454: Make the JIT digest more deterministic by sorting the files in Tools/jit (GH-142455) (#142484)
savannahostrowski
2025/12/09
[Python-checkins] [3.14] gh-138061: Exclude __pycache__ directory from the computed digest in the JIT stencils (GH-138131) (#142482)
savannahostrowski
2025/12/09
[Python-checkins] [3.13] gh-138061: Exclude __pycache__ directory from the computed digest in the JIT stencils (GH-138131) (#142481)
savannahostrowski
2025/12/09
[Python-checkins] Tachyon: Fix unesecarry plural when there is a single file/sample (#142478)
pablogsal
2025/12/09
[Python-checkins] [3.13] gh-112527: Fix help text for required options in argparse (GH-112528) (GH-142477)
serhiy-storchaka
2025/12/09
[Python-checkins] [3.14] gh-112527: Fix help text for required options in argparse (GH-112528) (GH-142475)
serhiy-storchaka
2025/12/09
[Python-checkins] gh-142454: Make the JIT digest more deterministic by sorting the files in Tools/jit (#142455)
savannahostrowski
2025/12/09
[Python-checkins] [3.14] GH-139946: Document argparse includes color codes when redirecting to stderr to file (#142398)
savannahostrowski
2025/12/09
[Python-checkins] gh-112527: Fix help text for required options in argparse (GH-112528)
serhiy-storchaka
2025/12/09
[Python-checkins] gh-142447: Fix cast warning in pycore_backoff.h (#142465)
vstinner
2025/12/09
[Python-checkins] [3.14] gh-140222: Increase stack margin on debug build (GH-142452) (#142471)
vstinner
2025/12/09
[Python-checkins] gh-84530: fix namespace package support in modulefinder (#29196)
FFY00
2025/12/09
[Python-checkins] gh-140222: Increase stack margin on debug build (#142452)
vstinner
2025/12/09
[Python-checkins] [3.13] gh-142282 Fix winreg.QueryValueEx() under race condition (GH-142283) (GH-142456)
serhiy-storchaka
2025/12/09
[Python-checkins] [3.14] gh-105836: Fix `asyncio.run_coroutine_threadsafe` leaving underlying cancelled asyncio task running (GH-141696) (#142358)
kumaraditya303
2025/12/09
[Python-checkins] [3.13] gh-105836: Fix `asyncio.run_coroutine_threadsafe` leaving underlying cancelled asyncio task running (GH-141696) (#142359)
kumaraditya303
2025/12/09
[Python-checkins] GH-131372: only install build-details.json in the main install (#142269)
FFY00
2025/12/09
[Python-checkins] [3.13] gh-142342: Fix m68k assembler operand constraints for `%fpcr` access (gh-142343) (#142459)
colesbury
2025/12/09
[Python-checkins] [3.14] gh-142342: Fix m68k assembler operand constraints for `%fpcr` access (gh-142343) (#142458)
colesbury
2025/12/09
[Python-checkins] gh-142342: Fix m68k assembler operand constraints for `%fpcr` access (gh-142343)
colesbury
2025/12/09
[Python-checkins] gh-141808: Don't remove the JIT stencils when building with PGO (#141809)
vstinner
2025/12/09
[Python-checkins] [3.14] gh-142282 Fix winreg.QueryValueEx() under race condition (GH-142283) (GH-142453)
serhiy-storchaka
2025/12/09
[Python-checkins] GH-139436: Remove PDF and CHM from IDLE HelpSource (#140418)
AA-Turner
2025/12/09
[Python-checkins] gh-142282 Fix winreg.QueryValueEx() under race condition (GH-142283)
serhiy-storchaka
2025/12/09
[Python-checkins] Silence warning on conversion from uint64_t to uintptr_t in threads.c (#142437)
pablogsal
2025/12/08
[Python-checkins] [3.13] gh-68552: fix defects policy (GH-138579) (#142367)
hugovk
2025/12/08
[Python-checkins] [3.14] gh-68552: fix defects policy (GH-138579) (#142366)
hugovk
2025/12/08
[Python-checkins] [3.14] gh-133932: Tagged ints are heap-safe (free threading) (gh-142431)
colesbury
2025/12/08
[Python-checkins] Tachyon: Fix html output sidebar cards hidden behind section headers on hover (#142428)
pablogsal
2025/12/08
[Python-checkins] [3.14] Fix typo in `Tools/wasm/README.md` (GH-142426) (GH-142429)
brettcannon
2025/12/08
[Python-checkins] [3.13] Fix typo in `Tools/wasm/README.md` (GH-142426) (GH-142430)
brettcannon
2025/12/08
[Python-checkins] Fix typo in `Tools/wasm/README.md` (#142426)
brettcannon
2025/12/08
[Python-checkins] gh-138122: Fix unused variable warning in threads.c (#142425)
pablogsal
2025/12/08
[Python-checkins] [3.13] gh-141732: Fix ExceptionGroup repr changing when original exception sequence is mutated (GH-141736) (#142391)
iritkatriel
2025/12/08
[Python-checkins] gh-142278: Add granular change detection for platforms in CI (#142350)
hugovk
2025/12/08
[Python-checkins] gh-142276: Watch attribute loads when promoting JIT constants (GH-142303)
Fidget-Spinner
2025/12/08
[Python-checkins] GH-139757: JIT: Remove redundant branches to jumps in the assembly optimizer (GH-140800)
markshannon
2025/12/08
[Python-checkins] [3.13] gh-123241: Document restrictions for `tp_traverse` implementations (gh-142272) (#142422)
colesbury
2025/12/08
[Python-checkins] [3.14] gh-123241: Document restrictions for `tp_traverse` implementations (gh-142272) (#142423)
colesbury
2025/12/08
[Python-checkins] gh-123241: Document restrictions for `tp_traverse` implementations (gh-142272)
colesbury
2025/12/08
[Python-checkins] gh-124379: Document _PyStackRef (gh-142321)
colesbury
2025/12/08
[Python-checkins] Temporarily allow CI failures for iOS (#142365)
colesbury
2025/12/08
[Python-checkins] gh-141770: Annotate anonymous mmap usage if "-X dev" is used (gh-142079)
corona10
2025/12/08
[Python-checkins] [3.14] gh-140125: Increase object recursion depth for `test_json` from 200k to 500k (GH-142226) (#142416)
vstinner
2025/12/08
[Python-checkins] gh-140125: Increase object recursion depth for `test_json` from 200k to 500k (#142226)
vstinner
2025/12/08
[Python-checkins] Fix pyflakes warnings: variable is assigned to but never used (#142294)
vstinner
2025/12/08
[Python-checkins] Update PCbuild/readme.txt to correct the default platform (GH-142337)
zooba
2025/12/08
[Python-checkins] [3.13] gh-141794: Reduce size of compiler stress tests to fix Android warnings (GH-142263) (#142409)
Eclips4
2025/12/08
[Python-checkins] gh-108202: ``calendar``: Document ``prweek`` (#108466)
hugovk
2025/12/07
[Python-checkins] [3.14] gh-141794: Reduce size of compiler stress tests to fix Android warnings (GH-142263) (#142386)
Eclips4
2025/12/07
[Python-checkins] [3.13] gh-101100: Fix references to the set methods (GH-141857) (GH-142345)
serhiy-storchaka
2025/12/07
[Python-checkins] gh-142207: remove assertions incompatible under `profiling.sampling` (#142331)
pablogsal
2025/12/07
[Python-checkins] gh-139946: distinguish stdout or stderr when colorizing output in argparse (#140495)
savannahostrowski
2025/12/07
[Python-checkins] gh-142363: Improve Tachyon flamegraph contrast (#142377)
pablogsal
2025/12/07
[Python-checkins] gh-138122: Make sampling profiler integration tests more resilient (#142382)
pablogsal
2025/12/07
[Python-checkins] gh-141732: Fix `ExceptionGroup` repr changing when original exception sequence is mutated (#141736)
iritkatriel
2025/12/07
[Python-checkins] GH-139862: Fix direct instantiation of `HelpFormatter` (#142384)
savannahostrowski
2025/12/07
[Python-checkins] [3.14] gh-142346: Fix usage formatting for mutually exclusive groups in argparse (GH-142381) (GH-142385)
serhiy-storchaka
2025/12/07
[Python-checkins] gh-141794: Reduce size of compiler stress tests to fix Android warnings (#142263)
Eclips4
2025/12/07
[Python-checkins] gh-142346: Fix usage formatting for mutually exclusive groups in argparse (GH-142381)
serhiy-storchaka
2025/12/07
[Python-checkins] gh-138122: Don't sample partial frame chains (#141912)
pablogsal
2025/12/06
[Python-checkins] gh-138122: Improve the profiling section in the 3.15 what's new document (#140156)
pablogsal
2025/12/06
[Python-checkins] GH-142363: Contrast and gradient CSS fixes for Tachyon flamegraph (#142364)
savannahostrowski
2025/12/06
[Python-checkins] gh-68552: fix defects policy (#138579)
bitdancer
2025/12/06
[Python-checkins] [3.13] gh-142006: Fix HeaderWriteError in email.policy.default caused by extra newline (GH-142008) (#142362)
bitdancer
2025/12/06
[Python-checkins] [3.14] gh-142006: Fix HeaderWriteError in email.policy.default caused by extra newline (GH-142008) (#142361)
bitdancer
2025/12/06
[Python-checkins] gh-142236: Fix incorrect keyword suggestions for syntax errors (#142328)
pablogsal
2025/12/06
[Python-checkins] gh-142006: Fix HeaderWriteError in email.policy.default caused by extra newline (#142008)
bitdancer
2025/12/06
[Python-checkins] gh-69113: Fix doctest to report line numbers for __test__ strings (#141624)
bitdancer
2025/12/06
[Python-checkins] gh-140677 Improve heatmap colors (#142241)
pablogsal
2025/12/06
[Python-checkins] gh-105836: Fix `asyncio.run_coroutine_threadsafe` leaving underlying cancelled asyncio task running (#141696)
kumaraditya303
2025/12/06
[Python-checkins] GH-141565: Add async code awareness to Tachyon (#141533)
pablogsal
2025/12/06
[Python-checkins] gh-142168: explicitly initialize `stack_array` in `_PyEval_Vector` and `_PyEvalFramePushAndInit_Ex` (#142192)
picnixz
2025/12/06
[Python-checkins] GH-64532: Include parent's required optional arguments in subparser usage (#142355)
savannahostrowski
2025/12/06
[Python-checkins] [3.14] gh-142332: Fix usage formatting for positional arguments in mutually exclusive groups in argparse (GH-142333) (GH-142356)
serhiy-storchaka
2025/12/06
[Python-checkins] gh-142332: Fix usage formatting for positional arguments in mutually exclusive groups in argparse (GH-142333)
serhiy-storchaka
2025/12/06
[Python-checkins] [3.14] GH-75949: Fix argparse dropping '|' in mutually exclusive groups on line wrap (GH-142312) (#142347)
savannahostrowski
2025/12/06
[Python-checkins] [3.13] GH-75949: Fix argparse dropping '|' in mutually exclusive groups on line wrap (GH-142312) (#142348)
savannahostrowski
2025/12/06
[Python-checkins] GH-75949: Fix argparse dropping '|' in mutually exclusive groups on line wrap (#142312)
savannahostrowski
2025/12/06
[Python-checkins] [3.14] Docs: fix RFC index reference for TLS 1.3 (GH-142262) (#142340)
picnixz
2025/12/06
[Python-checkins] [3.13] Docs: fix RFC index reference for TLS 1.3 (GH-142262) (#142341)
picnixz
2025/12/06
[Python-checkins] Docs: fix RFC index reference for TLS 1.3 (#142262)
picnixz
2025/12/06
[Python-checkins] Remove unused imports (#142320)
vstinner
2025/12/05
[Python-checkins] GH-142234: Allow `--enable-wasm-dynamic-linking` under WASI (GH-142235)
brettcannon
2025/12/05
[Python-checkins] [3.14] Introduce `build-python` and `build-host` subcommands for `Tools/wasm/wasi` (GH-142266) (#142322)
brettcannon
2025/12/05
[Python-checkins] Extract data from `Tools/wasm/wasi` that varies between Python versions into a config file (GH-142273)
brettcannon
2025/12/05
[Python-checkins] Introduce `build-python` and `build-host` subcommands for `Tools/wasm/wasi` (GH-142266)
brettcannon
2025/12/05
[Python-checkins] [3.13] Add explanation comments for tests for overlapped ZIP entries (GH-137152) (GH-142311)
serhiy-storchaka
2025/12/05
[Python-checkins] [3.13] gh-140482: Avoid changing terminal settings in test_pty (gh-142202) (gh-142238)
colesbury
2025/12/05
[Python-checkins] Python 3.14.2
hugovk
2025/12/05
[Python-checkins] Python 3.13.11
Yhg1s
2025/12/05
[Python-checkins] gh-142318: Fix typing `'q'` at interactive help screen exiting Tachyon (#142319)
pablogsal
2025/12/05
[Python-checkins] gh-115952: Fix a potential virtual memory allocation denial of service in pickle (GH-119204)
serhiy-storchaka
2025/12/05
[Python-checkins] [3.14] GH-142267: Cache formatter to avoid repeated `_set_color` calls (GH-142268) (#142313)
savannahostrowski
2025/12/05
[Python-checkins] GH-142267: Cache formatter to avoid repeated `_set_color` calls (#142268)
savannahostrowski
2025/12/05
[Python-checkins] [3.14] Revert "gh-140797: Forbid capturing groups in re.Scanner lexicon patterns (GH-140944) (GH-140982)" (#142309)
hugovk
2025/12/05
[Python-checkins] [3.14] Add explanation comments for tests for overlapped ZIP entries (GH-137152) (GH-142310)
serhiy-storchaka
2025/12/05
[Python-checkins] GH-139862: Remove `color` from HelpFormatter (#142274)
savannahostrowski
2025/12/05
[Python-checkins] [3.14] gh-140482: Avoid changing terminal settings in test_pty (gh-142202) (gh-142239)
colesbury
2025/12/05
[Python-checkins] Add explanation comments for tests for overlapped ZIP entries (GH-137152)
serhiy-storchaka
2025/12/05
[Python-checkins] [3.13] gh-141370: Fix undefined behavior when using Py_ABS() (GH-141548) (#142304)
Yhg1s
2025/12/05
[Python-checkins] [3.13] gh-119452: Fix a potential virtual memory allocation denial of service in http.server (GH-142216) (#142296)
Yhg1s
2025/12/05
[Python-checkins] [3.13] gh-142145: Remove quadratic behavior in node ID cache clearing (GH-142146) (#142210)
gpshead
2025/12/05
[Python-checkins] [3.13] gh-119451: Fix a potential denial of service in http.client (GH-119454) (#142139)
Yhg1s
2025/12/05
[Python-checkins] [3.14] Fix disk space issues in Android CI (GH-142289) (#142292)
hugovk
2025/12/05
[Python-checkins] [3.13] Fix disk space issues in Android CI (GH-142289) (#142293)
Yhg1s
2025/12/05
[Python-checkins] [3.14] gh-101100: Fix references to the set methods (GH-141857) (GH-142300)
serhiy-storchaka
2025/12/05
[Python-checkins] gh-141370: Fix undefined behavior when using Py_ABS() (GH-141548)
serhiy-storchaka
2025/12/05
[Python-checkins] gh-101100: Fix references to the set methods (GH-141857)
serhiy-storchaka
Earlier messages
Later messages