Messages by Date
-
2025/07/14
[Python-checkins] [3.13] gh-109700: fix memory error handling in `PyDict_SetDefault` (#136338) (#136642)
kumaraditya303
-
2025/07/14
[Python-checkins] gh-67341: fix a typo in `Include/fileutils.h` (#136049)
picnixz
-
2025/07/13
[Python-checkins] [3.14] gh-127146: Emscripten: Fix test_open_undecodable_uri by setting `-sTEXTDECODER=2` (GH-136624) (#136631)
freakboy3742
-
2025/07/13
[Python-checkins] [3.14] gh-135256: Simplify parsing parameters in Argument Clinic (GH-135257) (121914136635)
serhiy-storchaka
-
2025/07/13
[Python-checkins] gh-135256: Simplify parsing parameters in Argument Clinic (GH-135257)
serhiy-storchaka
-
2025/07/13
[Python-checkins] gh-127146: Emscripten: Fix test_open_undecodable_uri by setting `-sTEXTDECODER=2` (#136624)
freakboy3742
-
2025/07/13
[Python-checkins] gh-121914: Change the names of the symbol tables for lambda and genexpr (GH-135288)
serhiy-storchaka
-
2025/07/13
[Python-checkins] [3.14] gh-127971: fix off-by-one read beyond the end of a string during search (GH-132574) (#136628)
picnixz
-
2025/07/13
[Python-checkins] gh-127971: fix off-by-one read beyond the end of a string during search (#132574)
picnixz
-
2025/07/13
[Python-checkins] [3.14] gh-42237: Link to complete list of codec aliases (GH-136625) (#136626)
malemburg
-
2025/07/13
[Python-checkins] [3.13] gh-42237: Link to complete list of codec aliases (GH-136625) (#136627)
malemburg
-
2025/07/13
[Python-checkins] gh-42237: Link to complete list of codec aliases (#136625)
malemburg
-
2025/07/13
[Python-checkins] gh-132629: Deprecate accepting out-of-range values for unsigned integers in PyArg_Parse (GH-132630)
serhiy-storchaka
-
2025/07/13
[Python-checkins] [3.13] gh-132346: Docs: Clarify that reference counts aren't stable between versions (GH-132352) (GH-136614)
ZeroIntensity
-
2025/07/13
[Python-checkins] [3.14] gh-132346: Docs: Clarify that reference counts aren't stable between versions (GH-132352) (GH-136613)
ZeroIntensity
-
2025/07/13
[Python-checkins] gh-132346: Docs: Clarify that reference counts aren't stable between versions (GH-132352)
ZeroIntensity
-
2025/07/13
[Python-checkins] gh-136547: allow to temporarily disable hash algorithms in tests (#136570)
picnixz
-
2025/07/12
[Python-checkins] [3.14] gh-134833: improve docs for `del s[i:j]` in `Mutable Sequence Types` (GH-134834) (#136608)
kumaraditya303
-
2025/07/12
[Python-checkins] [3.14] Docs: Fix and improve the `PyUnstable_Object_EnableDeferredRefcount` documentation (GH-135323) (GH-136610)
ZeroIntensity
-
2025/07/12
[Python-checkins] Docs: Fix and improve the `PyUnstable_Object_EnableDeferredRefcount` documentation (GH-135323)
ZeroIntensity
-
2025/07/12
[Python-checkins] [3.13] gh-136523: Fix wave.Wave_write emitting an unraisable when open raises (GH-136529) (GH-136607)
serhiy-storchaka
-
2025/07/12
[Python-checkins] [3.13] gh-134833: improve docs for `del s[i:j]` in `Mutable Sequence Types` (GH-134834) (#136609)
kumaraditya303
-
2025/07/12
[Python-checkins] gh-134833: improve docs for `del s[i:j]` in `Mutable Sequence Types` (#134834)
kumaraditya303
-
2025/07/12
[Python-checkins] gh-132969: update ACKS file (gh-133222) (#136144)
kumaraditya303
-
2025/07/12
[Python-checkins] gh-136523: Fix wave.Wave_write emitting an unraisable when open raises (GH-136529)
serhiy-storchaka
-
2025/07/12
[Python-checkins] [3.14] gh-134939: Correct `concurrent.interpreters` source code link (GH-136564) (#136605)
kumaraditya303
-
2025/07/12
[Python-checkins] gh-134939: Correct `concurrent.interpreters` source code link (#136564)
kumaraditya303
-
2025/07/12
[Python-checkins] [3.13] gh-101100: Fix sphinx warnings in Doc/library/platform.rst (GH-136562) (GH-136598)
serhiy-storchaka
-
2025/07/12
[Python-checkins] [3.14] gh-101100: Fix sphinx warnings in Doc/library/platform.rst (GH-136562) (GH-136597)
serhiy-storchaka
-
2025/07/12
[Python-checkins] gh-101100: Fix sphinx warnings in Doc/library/platform.rst (GH-136562)
serhiy-storchaka
-
2025/07/12
[Python-checkins] gh-136591: avoid using deprecated features for OpenSSL 3.0+ (#136592)
picnixz
-
2025/07/12
[Python-checkins] [3.14] gh-136549: Fix signature of threading.excepthook() (GH-136559) (GH-136589)
serhiy-storchaka
-
2025/07/12
[Python-checkins] [3.13] gh-136549: Fix signature of threading.excepthook() (GH-136559) (GH-136590)
serhiy-storchaka
-
2025/07/12
[Python-checkins] gh-136549: Fix signature of threading.excepthook() (GH-136559)
serhiy-storchaka
-
2025/07/12
[Python-checkins] [3.14] gh-91153: prevent a crash in `bytearray.__setitem__(ind, ...)` when `ind.__index__` has side-effects (GH-132379) (#136581)
picnixz
-
2025/07/12
[Python-checkins] [3.13] gh-91153: prevent a crash in `bytearray.__setitem__(ind, ...)` when `ind.__index__` has side-effects (GH-132379) (#136582)
picnixz
-
2025/07/12
[Python-checkins] [3.14] gh-134759: fix `UnboundLocalError` in `email.message.Message.get_payload` (GH-136071) (#136579)
picnixz
-
2025/07/12
[Python-checkins] [3.13] gh-134759: fix `UnboundLocalError` in `email.message.Message.get_payload` (GH-136071) (#136580)
picnixz
-
2025/07/12
[Python-checkins] gh-91153: prevent a crash in `bytearray.__setitem__(ind, ...)` when `ind.__index__` has side-effects (#132379)
picnixz
-
2025/07/12
[Python-checkins] gh-134759: fix `UnboundLocalError` in `email.message.Message.get_payload` (#136071)
picnixz
-
2025/07/12
[Python-checkins] gh-99813: Start using `SSL_sendfile` when available (#99907)
picnixz
-
2025/07/12
[Python-checkins] [3.14] gh-89083: Add CLI tests for `UUIDv{6,7,8}` (GH-136548) (#136576)
picnixz
-
2025/07/12
[Python-checkins] gh-99631: Add custom `loads` and `dumps` support for the `shelve` module (#118065)
picnixz
-
2025/07/12
[Python-checkins] [3.9] gh-135661: Fix parsing start and end tags in HTMLParser according to the HTML5 standard (GH-135930) (GH-136268) (#136293)
ambv
-
2025/07/12
[Python-checkins] [3.11] gh-135661: Fix parsing start and end tags in HTMLParser according to the HTML5 standard (GH-135930) (GH-136268) (#136291)
ambv
-
2025/07/12
[Python-checkins] [3.10] gh-135661: Fix parsing start and end tags in HTMLParser according to the HTML5 standard (GH-135930) (GH-136268) (#136292)
ambv
-
2025/07/12
[Python-checkins] [3.12] gh-102555: Fix comment parsing in HTMLParser according to the HTML5 standard (GH-135664) (GH-136273)
ambv
-
2025/07/12
[Python-checkins] [3.11] gh-102555: Fix comment parsing in HTMLParser according to the HTML5 standard (GH-135664) (GH-136274)
ambv
-
2025/07/12
[Python-checkins] [3.9] gh-102555: Fix comment parsing in HTMLParser according to the HTML5 standard (GH-135664) (GH-136276)
ambv
-
2025/07/12
[Python-checkins] [3.10] gh-102555: Fix comment parsing in HTMLParser according to the HTML5 standard (GH-135664) (GH-136275)
ambv
-
2025/07/12
[Python-checkins] gh-89083: Add CLI tests for `UUIDv{6,7,8}` (#136548)
picnixz
-
2025/07/12
[Python-checkins] gh-135853: add `math.fmax` and `math.fmin` (#135888)
picnixz
-
2025/07/12
[Python-checkins] gh-136565: Improve and amend `hashlib.__doc__` (#136566)
picnixz
-
2025/07/12
[Python-checkins] gh-111506: Add _Py_OPAQUE_PYOBJECT to hide PyObject layout & related API (GH-136505)
encukou
-
2025/07/11
[Python-checkins] gh-135401: Test AWS-LC as a cryptography library in CI (GH-135402)
zware
-
2025/07/11
[Python-checkins] Minor edit: Improve comment readability and ordering (gh-136557)
rhettinger
-
2025/07/11
[Python-checkins] Doc: More duplicate word fixes (GH-136299)
serhiy-storchaka
-
2025/07/11
[Python-checkins] [3.13] gh-101100: Fix sphinx warnings in Doc/library/functools.rst (GH-136424) (GH-136554)
serhiy-storchaka
-
2025/07/11
[Python-checkins] [3.14] gh-101100: Fix sphinx warnings in Doc/library/functools.rst (GH-136424) (GH-136552)
serhiy-storchaka
-
2025/07/11
[Python-checkins] [3.13] gh-130160: use `.. program::` directive for documenting `venv` CLI (GH-130699) (#136551)
picnixz
-
2025/07/11
[Python-checkins] gh-101100: Fix sphinx warnings in Doc/library/functools.rst (GH-136424)
serhiy-storchaka
-
2025/07/11
[Python-checkins] [3.14] gh-130160: use `.. program::` directive for documenting `venv` CLI (GH-130699) (#136550)
picnixz
-
2025/07/11
[Python-checkins] [3.14] gh-130478: fix HACL* build for macOS Silicon (GH-134188) (#135009)
picnixz
-
2025/07/11
[Python-checkins] gh-135906: Test the internal C API in test_cext (#136247)
vstinner
-
2025/07/11
[Python-checkins] gh-136156: Remove tempfile test_link_tmpfile() (#136534)
vstinner
-
2025/07/11
[Python-checkins] [3.14] gh-136517: Print uncollectable objects if DEBUG_UNCOLLECTABLE mode was set (GH-136518) (#136522)
pablogsal
-
2025/07/11
[Python-checkins] [3.14] gh-136541: Fix several problems of perf trampolines in x86_64 and aarch64 (GH-136500) (#136544)
pablogsal
-
2025/07/11
[Python-checkins] [3.13] gh-136541: Fix several problems of perf trampolines in x86_64 and aarch64 (GH-136500) (#136545)
pablogsal
-
2025/07/11
[Python-checkins] gh-136541: Fix several problems of perf trampolines in x86_64 and aarch64 (#136500)
pablogsal
-
2025/07/11
[Python-checkins] gh-136300: Modify C tests to conform to PEP-737 (GH-136301)
encukou
-
2025/07/11
[Python-checkins] [3.14] gh-136434: Fix docs generation of `UnboundItem` in subinterpreters (GH-136435) (#136540)
sobolevn
-
2025/07/11
[Python-checkins] gh-136434: Fix docs generation of `UnboundItem` in subinterpreters (#136435)
sobolevn
-
2025/07/11
[Python-checkins] [3.13] gh-76637: Note that `undefined` Codec is for testing (GH-136531) (#136537)
malemburg
-
2025/07/11
[Python-checkins] [3.14] gh-76637: Note that `undefined` Codec is for testing (GH-136531) (#136536)
malemburg
-
2025/07/11
[Python-checkins] gh-76637: Note that `undefined` Codec is for testing (#136531)
malemburg
-
2025/07/11
[Python-checkins] [3.13] gh-101100: Fix sphinx warnings in `library/email.parser.rst` (GH-136475) (#136533)
hugovk
-
2025/07/11
[Python-checkins] [3.14] gh-101100: Fix sphinx warnings in `library/email.parser.rst` (GH-136475) (#136532)
hugovk
-
2025/07/11
[Python-checkins] gh-101100: Fix sphinx warnings in `library/email.parser.rst` (#136475)
hugovk
-
2025/07/10
[Python-checkins] gh-107538: [Enum] fix handling of inverted/negative values (GH-132273)
ethanfurman
-
2025/07/10
[Python-checkins] Omit `Python/perf_jit_trampoline.c` from the `**/*jit*` CODEOWNERS rule (#136519)
pablogsal
-
2025/07/10
[Python-checkins] gh-136517: Print uncollectable objects if DEBUG_UNCOLLECTABLE mode was set (#136518)
pablogsal
-
2025/07/10
[Python-checkins] [3.14] gh-52876: Implement missing parameter in `codecs.StreamReaderWriter` functions (GH-136498) (#136514)
malemburg
-
2025/07/10
[Python-checkins] [3.13] gh-52876: Implement missing parameter in `codecs.StreamReaderWriter` functions (GH-136498) (#136515)
malemburg
-
2025/07/10
[Python-checkins] gh-52876: Implement missing parameter in `codecs.StreamReaderWriter` functions (#136498)
malemburg
-
2025/07/10
[Python-checkins] [3.14] gh-82663: Clarify `codecs.iterdecode/encode` docs (GH-136497) (#136513)
malemburg
-
2025/07/10
[Python-checkins] [3.13] gh-82663: Clarify `codecs.iterdecode/encode` docs (GH-136497) (#136512)
malemburg
-
2025/07/10
[Python-checkins] gh-82663: Clarify `codecs.iterdecode/encode` docs (#136497)
malemburg
-
2025/07/10
[Python-checkins] [3.14] gh-132661: Add default value (of `""`) for `Interpolation.expression` (GH-136441) (#136511)
lysnikolaou
-
2025/07/10
[Python-checkins] gh-132661: Add default value (of `""`) for `Interpolation.expression` (#136441)
lysnikolaou
-
2025/07/10
[Python-checkins] [3.14] gh-136394: Fix race condition in test_zstd (GH-136432) (GH-136506)
ZeroIntensity
-
2025/07/10
[Python-checkins] [3.14] gh-136209: Add .. c:var:: declarations for C exception types (GH-136210) (GH-136504)
encukou
-
2025/07/10
[Python-checkins] [3.13] gh-136209: Add .. c:var:: declarations for C exception types (GH-136210) (GH-136503)
encukou
-
2025/07/10
[Python-checkins] gh-136394: Fix race condition in test_zstd (GH-136432)
ZeroIntensity
-
2025/07/10
[Python-checkins] [3.13] gh-136438: Make sure `test_builtins` pass with all optimization levels (GH-136474) (#136502)
sobolevn
-
2025/07/10
[Python-checkins] gh-82088: Improve performance of PyLong_As*() for multi-digit ints (#135585)
vstinner
-
2025/07/10
[Python-checkins] gh-136209: Add .. c:var:: declarations for C exception types (GH-136210)
encukou
-
2025/07/10
[Python-checkins] [3.12] gh-128605: Add branch protections for x86_64 in asm_trampolineS (#128606) (#135094)
pablogsal
-
2025/07/10
[Python-checkins] [3.14] gh-136438: Make sure `test_builtins` pass with all optimization levels (GH-136474) (#136496)
sobolevn
-
2025/07/10
[Python-checkins] gh-136438: Make sure `test_builtins` pass with all optimization levels (#136474)
sobolevn
-
2025/07/10
[Python-checkins] [3.14] gh-136476: Remove creation of unused list (GH-136494) (GH-136495)
encukou
-
2025/07/10
[Python-checkins] gh-136476: Remove creation of unused list (GH-136494)
encukou
-
2025/07/09
[Python-checkins] [3.14] gh-135846: Add zstd dependency to Android build script (GH-136253) (#136491)
freakboy3742
-
2025/07/09
[Python-checkins] [3.14] gh-136476: Show the full stack in get_async_stack_trace in _remote_debugging (GH-136483) (#136490)
pablogsal
-
2025/07/09
[Python-checkins] gh-135846: Add zstd dependency to Android build script (#136253)
freakboy3742
-
2025/07/09
[Python-checkins] [3.13] gh-102740: Clarify time.monotonic() "system-wide" in the doc (GH-136431) (#136489)
vstinner
-
2025/07/09
[Python-checkins] [3.14] gh-102740: Clarify time.monotonic() "system-wide" in the doc (GH-136431) (#136488)
vstinner
-
2025/07/09
[Python-checkins] gh-136476: Show the full stack in get_async_stack_trace in _remote_debugging (#136483)
pablogsal
-
2025/07/09
[Python-checkins] gh-102740: Clarify time.monotonic() "system-wide" in the doc (#136431)
vstinner
-
2025/07/09
[Python-checkins] gh-136156: Skip test_tempfile.test_link_tmpfile() on Android (#136430)
freakboy3742
-
2025/07/09
[Python-checkins] [3.13] gh-136145: Define 'standard library' and 'stdlib' in the glossary (GH-136486)
zware
-
2025/07/09
[Python-checkins] [3.14] gh-136145: Define 'standard library' and 'stdlib' in the glossary (GH-136485)
zware
-
2025/07/09
[Python-checkins] gh-136145: Define 'standard library' and 'stdlib' in the glossary (GH-136146)
zware
-
2025/07/09
[Python-checkins] Add Diego Russo as code owner of the JIT (#136460)
AA-Turner
-
2025/07/09
[Python-checkins] GH-115802: Optimize JIT stencils for size (GH-136393)
brandtbucher
-
2025/07/09
[Python-checkins] Minor edit: Move comments closer to the code they describe (gh-136477)
rhettinger
-
2025/07/09
[Python-checkins] [3.13] gh-81520: Document unexpected `os.path.ismount` behaviour with btrfs subvolumes (GH-136058) (GH-136473)
ZeroIntensity
-
2025/07/09
[Python-checkins] [3.14] gh-81520: Document unexpected `os.path.ismount` behaviour with btrfs subvolumes (GH-136058) (GH-136471)
ZeroIntensity
-
2025/07/09
[Python-checkins] gh-81520: Document unexpected `os.path.ismount` behaviour with btrfs subvolumes (GH-136058)
ZeroIntensity
-
2025/07/09
[Python-checkins] [3.13] gh-131825: Fix `sqlite3` timezone-naive adapter recipe (GH-136270) (GH-136468)
ZeroIntensity
-
2025/07/09
[Python-checkins] [3.14] gh-131825: Fix `sqlite3` timezone-naive adapter recipe (GH-136270) (GH-136467)
ZeroIntensity
-
2025/07/09
[Python-checkins] gh-131825: Fix `sqlite3` timezone-naive adapter recipe (GH-136270)
ZeroIntensity
-
2025/07/09
[Python-checkins] [3.13] Docs: unittest.enterModuleContext is not a classmethod (GH-136464) (#136466)
AlexWaygood
-
2025/07/09
[Python-checkins] [3.14] Docs: unittest.enterModuleContext is not a classmethod (GH-136464) (#136465)
AlexWaygood
-
2025/07/09
[Python-checkins] Docs: unittest.enterModuleContext is not a classmethod (#136464)
AlexWaygood
-
2025/07/09
[Python-checkins] [3.14] gh-136447: Use `self.loop` instead of global `loop` variable in asyncio REPL (GH-136448) (#136458)
kumaraditya303
-
2025/07/09
[Python-checkins] [3.13] gh-136447: Use `self.loop` instead of global `loop` variable in asyncio REPL (GH-136448) (#136457)
kumaraditya303
-
2025/07/09
[Python-checkins] gh-136447: Use `self.loop` instead of global `loop` variable in asyncio REPL (#136448)
kumaraditya303
-
2025/07/09
[Python-checkins] [3.13] gh-136162: Clean up `encodings` package documentation (#136456)
malemburg
-
2025/07/09
[Python-checkins] [3.14] gh-134657: Remove newly added private names from asyncio.__all__ (GH-134665) (#136455)
kumaraditya303
-
2025/07/09
[Python-checkins] [3.14] gh-136162: Document `encodings` package functions (GH-136164) (#136454)
malemburg
-
2025/07/09
[Python-checkins] [3.14] gh-53243: Document `codecs.readbuffer_encode()` (GH-136284) (#136452)
malemburg
-
2025/07/09
[Python-checkins] [3.13] gh-136162: Document `encodings` package functions (GH-136164) (#136453)
malemburg
-
2025/07/09
[Python-checkins] [3.13] gh-53243: Document `codecs.readbuffer_encode()` (GH-136284) (#136451)
malemburg
-
2025/07/09
[Python-checkins] [3.14] gh-94503: Update logging cookbook example with info on addressing log injection. (GH-136446) (GH-136449)
vsajip
-
2025/07/09
[Python-checkins] [3.13] gh-94503: Update logging cookbook example with info on addressing log injection. (GH-136446) (GH-136450)
vsajip
-
2025/07/09
[Python-checkins] gh-134657: Remove newly added private names from asyncio.__all__ (#134665)
kumaraditya303
-
2025/07/09
[Python-checkins] gh-53243: Document `codecs.readbuffer_encode()` (#136284)
malemburg
-
2025/07/09
[Python-checkins] gh-94503: Update logging cookbook example with info on addressing log injection. (GH-136446)
vsajip
-
2025/07/09
[Python-checkins] gh-119109: improve `functools.partial` vectorcall with keywords (#124584)
kumaraditya303
-
2025/07/08
[Python-checkins] [3.14] gh-136229: Remove Platform Emscripten is not supported warning (GH-136230) (#136445)
freakboy3742
-
2025/07/08
[Python-checkins] gh-136229: Remove Platform Emscripten is not supported warning (#136230)
freakboy3742
-
2025/07/08
[Python-checkins] [3.14] gh-91048: Revert the memory cache removal for remote debugging (GH-136440) (#136443)
pablogsal
-
2025/07/08
[Python-checkins] gh-91048: Revert the memory cache removal for remote debugging (#136440)
pablogsal
-
2025/07/08
[Python-checkins] [3.12] gh-130077: Properly match full soft keywords in the parser (GH-135317) (#135400)
pablogsal
-
2025/07/08
[Python-checkins] gh-92536: Fix comment about number of unicode string types (#136439)
malemburg
-
2025/07/08
[Python-checkins] gh-136162: Document `encodings` package functions (#136164)
malemburg
-
2025/07/08
[Python-checkins] GH-91636: Clear weakrefs created by finalizers. (GH-136401)
nascheme
-
2025/07/08
[Python-checkins] [3.14] Update bytecode magic number in tests for the 3.14 release candidate (GH-136427) (#136429)
hugovk
-
2025/07/08
[Python-checkins] Update bytecode magic number in tests for the 3.14 release candidate (#136427)
hugovk
-
2025/07/08
[Python-checkins] gh-136156: Allow using linkat() with TemporaryFile (#136281)
vstinner
-
2025/07/08
[Python-checkins] [3.14] gh-136380: Fix import behavior for `concurrent.futures.InterpreterPoolExecutor` (GH-136381) (#136420)
sobolevn
-
2025/07/08
[Python-checkins] Python 3.14.0b4
hugovk
-
2025/07/08
[Python-checkins] gh-136380: Fix import behavior for `concurrent.futures.InterpreterPoolExecutor` (#136381)
sobolevn
-
2025/07/08
[Python-checkins] [3.14] gh-136186: Fix race condition in test_external_inspection.test_only_active_thread (GH-136347) (#136416)
pablogsal
-
2025/07/08
[Python-checkins] gh-136186: Fix race condition in test_external_inspection.test_only_active_thread (#136347)
pablogsal
-
2025/07/08
[Python-checkins] [3.13] gh-101100: Fix sphinx warnings in `Doc/library/exceptions.rst` (GH-136309) (#136415)
hugovk
-
2025/07/08
[Python-checkins] [3.14] gh-101100: Fix sphinx warnings in `Doc/library/exceptions.rst` (GH-136309) (#136414)
hugovk
-
2025/07/08
[Python-checkins] gh-101100: Fix sphinx warnings in `Doc/library/exceptions.rst` (#136309)
hugovk
-
2025/07/08
[Python-checkins] [3.14] gh-120713: Make _Py_NORMALIZE_CENTURY private (GH-135933) (#136387)
hugovk
-
2025/07/08
[Python-checkins] [3.14] gh-136297: Fix `hypothesis` and `subTest` usage in `test_zoneinfo_property.py` (GH-136384) (#136407)
sobolevn
-
2025/07/08
[Python-checkins] [3.13] gh-136297: Fix `hypothesis` and `subTest` usage in `test_zoneinfo_property.py` (GH-136384) (#136408)
sobolevn
-
2025/07/08
[Python-checkins] gh-136297: Fix `hypothesis` and `subTest` usage in `test_zoneinfo_property.py` (#136384)
sobolevn
-
2025/07/08
[Python-checkins] gh-117657: enable `test_capi` under TSAN (#136269)
kumaraditya303
-
2025/07/08
[Python-checkins] gh-134043: use `_PyObject_GetMethodStackRef` in pattern matching (#136356)
kumaraditya303
-
2025/07/08
[Python-checkins] [3.13] gh-136155: Docs: only add custom OpenGraph protocol meta tags for HTML builds (GH-136187) (#136383)
hugovk
-
2025/07/08
[Python-checkins] [3.14] gh-136155: Docs: only add custom OpenGraph protocol meta tags for HTML builds (GH-136187) (#136382)
hugovk
-
2025/07/07
[Python-checkins] [3.14] gh-101100: Fix sphinx warnings in `whatsnew/3.11.rst` (GH-136402) (#136405)
hugovk
-
2025/07/07
[Python-checkins] [3.13] gh-101100: Fix sphinx warnings in `whatsnew/3.11.rst` (GH-136402) (#136404)
hugovk
-
2025/07/07
[Python-checkins] gh-101100: Fix sphinx warnings in `whatsnew/3.11.rst` (#136402)
kumaraditya303
-
2025/07/07
[Python-checkins] [3.14] gh-102567: Add missing newline to `--help-all` (GH-136391) (GH-136403)
encukou
-
2025/07/07
[Python-checkins] [3.14] gh-135913: Document ob_refcnt, ob_type, ob_size (GH-135914) (GH-136377)
encukou
-
2025/07/07
[Python-checkins] gh-102567: Add missing newline to `--help-all` (GH-136391)
encukou
-
2025/07/07
[Python-checkins] [3.13] gh-136032: Fix `argparse.BooleanOptionalAction` doc (GH-136133) (#136330)
savannahostrowski
-
2025/07/07
[Python-checkins] [3.14] gh-136032: Fix `argparse.BooleanOptionalAction` doc (GH-136133) (#136329)
savannahostrowski
-
2025/07/07
[Python-checkins] [3.14] gh-135906: Use `_PyObject_CAST` in internal headers (GH-135892) (GH-136392)
ZeroIntensity
-
2025/07/07
[Python-checkins] gh-135906: Use `_PyObject_CAST` in internal headers (GH-135892)
ZeroIntensity
-
2025/07/07
[Python-checkins] [3.13] gh-101100: Fix Sphinx warnings in library/email.compat32-message.rst (GH-136323) (#136390)
hugovk
-
2025/07/07
[Python-checkins] [3.14] gh-101100: Fix Sphinx warnings in library/email.compat32-message.rst (GH-136323) (#136389)
hugovk
-
2025/07/07
[Python-checkins] gh-101100: Fix Sphinx warnings in library/email.compat32-message.rst (#136323)
hugovk
-
2025/07/07
[Python-checkins] [3.14] gh-87790: support thousands separators for formatting fractional part of Fraction (GH-132204) (#136364)
hugovk
-
2025/07/07
[Python-checkins] [3.14] gh-87790: support thousands separators for formatting fractional part of Decimal (GH-132202) (#136365)
hugovk
-
2025/07/07
[Python-checkins] gh-120713: Make _Py_NORMALIZE_CENTURY private (GH-135933)
encukou
-
2025/07/07
[Python-checkins] gh-136155: Docs: only add custom OpenGraph protocol meta tags for HTML builds (#136187)
hugovk
-
2025/07/07
[Python-checkins] [3.14] gh-124486: Fix test_whichdb_ndbm in test_dbm on NetBSD (GH-136335) (GH-136378)
serhiy-storchaka
-
2025/07/07
[Python-checkins] [3.13] gh-124486: Fix test_whichdb_ndbm in test_dbm on NetBSD (GH-136335) (GH-136379)
serhiy-storchaka
-
2025/07/07
[Python-checkins] gh-124486: Fix test_whichdb_ndbm in test_dbm on NetBSD (GH-136335)
serhiy-storchaka
-
2025/07/07
[Python-checkins] gh-135913: Document ob_refcnt, ob_type, ob_size (GH-135914)
encukou
-
2025/07/07
[Python-checkins] [3.13] gh-86682: Add versionadded for sys._getframemodulename (GH-136325) (#136376)
kumaraditya303
-
2025/07/07
[Python-checkins] [3.14] gh-86682: Add versionadded for sys._getframemodulename (GH-136325) (#136375)
kumaraditya303
-
2025/07/07
[Python-checkins] gh-86682: Add versionadded for sys._getframemodulename (#136325)
kumaraditya303
-
2025/07/07
[Python-checkins] [3.14] gh-131591: Document Py_REMOTE_DEBUG (GH-135929) (GH-136374)
encukou
-
2025/07/07
[Python-checkins] gh-131591: Document Py_REMOTE_DEBUG (GH-135929)
encukou
-
2025/07/07
[Python-checkins] [3.14] gh-135755: Document __future__.* and CO_* as proper Sphinx objects (GH-135980) (GH-136370)
encukou
-
2025/07/07
[Python-checkins] [3.14] gh-101100: Fix sphinx warnings in `whatsnew/3.9` (GH-136163) (#136372)
hugovk
-
2025/07/07
[Python-checkins] [3.13] gh-101100: Fix sphinx warnings in `whatsnew/3.9` (GH-136163) (#136373)
hugovk
-
2025/07/07
[Python-checkins] gh-101100: Fix sphinx warnings in `whatsnew/3.9` (#136163)
hugovk
-
2025/07/07
[Python-checkins] gh-135755: Document __future__.* and CO_* as proper Sphinx objects (GH-135980)
encukou
-
2025/07/07
[Python-checkins] [3.14] gh-130662: Accept leading zeros in precision/width for Decimal's formatting (GH-132549) (#136362)
hugovk
-
2025/07/07
[Python-checkins] [3.14] gh-130662: Accept leading zeros in precision/width for Fraction's formatting (GH-130663) (#136361)
hugovk
-
2025/07/07
[Python-checkins] [3.14] gh-136289: Fix test_sqlite3 on platforms with strict UTF-8 filesystem (GH-136326) (GH-136350)
serhiy-storchaka