python-checkins
Thread
Date
Earlier messages
Later messages
Messages by Thread
[Python-checkins] [3.14] gh-136251: Improvements to WASM demo REPL (GH-136252) (GH-136977)
ambv
[Python-checkins] [3.14] gh-132661: Document t-strings and `templatelib` (GH-135229) (#136974)
hugovk
[Python-checkins] gh-124621: Emscripten: Support pyrepl in browser (GH-136931)
ambv
[Python-checkins] [3.9] gh-135661: Fix parsing attributes with whitespaces around the "=" separator in HTMLParser (GH-136908) (GH-136922)
ambv
[Python-checkins] [3.10] gh-135661: Fix parsing attributes with whitespaces around the "=" separator in HTMLParser (GH-136908) (GH-136921)
ambv
[Python-checkins] [3.11] gh-135661: Fix parsing attributes with whitespaces around the "=" separator in HTMLParser (GH-136908) (GH-136920)
ambv
[Python-checkins] [3.12] gh-135661: Fix parsing attributes with whitespaces around the "=" separator in HTMLParser (GH-136908) (GH-136919)
ambv
[Python-checkins] [3.13] gh-135661: Fix parsing attributes with whitespaces around the "=" separator in HTMLParser (GH-136908) (GH-136918)
ambv
[Python-checkins] [3.14] gh-124621: Emscripten: Add support for async input devices (GH-136822) (GH-136935)
ambv
[Python-checkins] [3.14] gh-134009: Expose `PyMutex_IsLocked` in the public C API (gh-134365) (#136971)
hugovk
[Python-checkins] [3.14] gh-133296: Publicly expose critical section API that accepts PyMutex (gh-135899) (#136969)
hugovk
[Python-checkins] gh-132661: Document t-strings and `templatelib` (#135229)
hugovk
[Python-checkins] [3.13] gh-136859: Improve `StrEnum` docs (GH-136864) (#136937)
hugovk
[Python-checkins] [3.14] gh-136859: Improve `StrEnum` docs (GH-136864) (#136936)
hugovk
[Python-checkins] [3.13] gh-135468: Improve ``BaseHandler.http_error_default()`` parameter descriptions (GH-136797) (#136826)
hugovk
[Python-checkins] [3.14] gh-135468: Improve ``BaseHandler.http_error_default()`` parameter descriptions (GH-136797) (#136825)
hugovk
[Python-checkins] [3.14] Fix 3 typos in "Next" News items (GH-136892) (#136967)
hugovk
[Python-checkins] Fix 3 typos in "Next" News items (#136892)
hugovk
[Python-checkins] [3.14] gh-131531: Android test fixes (GH-136845) (#136962)
freakboy3742
[Python-checkins] gh-131531: Android test fixes (#136845)
freakboy3742
[Python-checkins] [3.14] gh-135228: When @dataclass(slots=True) replaces a dataclass, make the original class collectible (GH-136893) (#136960)
JelleZijlstra
[Python-checkins] gh-135228: When @dataclass(slots=True) replaces a dataclass, make the original class collectible (#136893)
JelleZijlstra
[Python-checkins] [3.14] gh-136170: Revert adding `ZipFile.data_offset` (GH-136950) (#136955)
gpshead
[Python-checkins] [3.14] gh-133600: Move config.site-wasm32-emscripten into the emscripten folder (GH-136934) (#136956)
freakboy3742
[Python-checkins] gh-133600: Move config.site-wasm32-emscripten into the emscripten folder (#136934)
freakboy3742
[Python-checkins] [3.14] gh-136421: Load `_datetime` static types during interpreter initialization (GH-136583) (GH-136943)
ZeroIntensity
[Python-checkins] gh-136170: Revert adding `ZipFile.data_offset` (GH-136950)
gpshead
[Python-checkins] gh-133296: Publicly expose critical section API that accepts PyMutex (gh-135899)
colesbury
[Python-checkins] [3.14] gh-136870: fix data race in `PyThreadState_Clear` on `sys_tracing_threads` (GH-136951) (#136953)
kumaraditya303
[Python-checkins] gh-136870: fix data race in `PyThreadState_Clear` on `sys_tracing_threads` (#136951)
kumaraditya303
[Python-checkins] [3.14] gh-135661: Fix parsing attributes with whitespaces around the "=" separator in HTMLParser (GH-136908) (#136927)
ambv
[Python-checkins] [3.14] gh-136437: Document `os.path.dirname` as accepting only pos-only (GH-136946) (#136947)
sobolevn
[Python-checkins] [3.13] gh-136437: Document `os.path.dirname` as accepting only pos-only (GH-136946) (#136948)
sobolevn
[Python-checkins] gh-136437: Document `os.path.dirname` as accepting only pos-only (#136946)
sobolevn
[Python-checkins] gh-136437: Document some `os.path` functions as requiring pos-only (#136812)
sobolevn
[Python-checkins] [3.14] GH-136874: `url2pathname()`: discard query and fragment components (GH-136875) (#136942)
barneygale
[Python-checkins] [3.13] gh-136437: Document some `os.path` functions as requiring pos-only (GH-136812) (#136945)
sobolevn
[Python-checkins] [3.14] gh-136437: Document some `os.path` functions as requiring pos-only (GH-136812) (#136944)
sobolevn
[Python-checkins] gh-136421: Load `_datetime` static types during interpreter initialization (GH-136583)
ZeroIntensity
[Python-checkins] GH-136874: `url2pathname()`: discard query and fragment components (#136875)
barneygale
[Python-checkins] [3.13] Pedantic rewording of why relative importing doesn't work in main modules (GH-136846) (#136941)
gpshead
[Python-checkins] [3.14] Pedantic rewording of why relative importing doesn't work in main modules (GH-136846) (#136940)
gpshead
[Python-checkins] Pedantic rewording of why relative importing doesn't work in main modules (GH-136846)
gpshead
[Python-checkins] gh-116738: Make syslog module thread-safe (#136760)
mpage
[Python-checkins] [3.14] gh-135621: Simplify TermInfo (GH-136916) (#136925)
ambv
[Python-checkins] gh-136859: Improve `StrEnum` docs (GH-136864)
ethanfurman
[Python-checkins] [3.13] gh-135148: Correctly handle f/t strings with comments and debug expressions (#135198) (#136899)
lysnikolaou
[Python-checkins] [3.14] gh-121028: Soft-deprecate sys.api_version (GH-136463) (GH-136928)
encukou
[Python-checkins] gh-136438: Make sure `test_generated_cases` pass with all optimization levels (#136594)
Eclips4
[Python-checkins] gh-121028: Soft-deprecate sys.api_version (GH-136463)
encukou
[Python-checkins] gh-135621: Simplify TermInfo (GH-136916)
ambv
[Python-checkins] [3.14] gh-135621: Remove dependency on curses from PyREPL (GH-136758) (GH-136915)
ambv
[Python-checkins] gh-135661: Fix parsing attributes with whitespaces around the "=" separator in HTMLParser (GH-136908)
ambv
[Python-checkins] [3.14] gh-136852: Emscripten: Add PYTHON_NODE_VERSION environment variable (GH-136853) (GH-136907)
ambv
[Python-checkins] gh-135621: Remove dependency on curses from PyREPL (GH-136758)
ambv
[Python-checkins] gh-136251: Improvements to WASM demo REPL (GH-136252)
ambv
[Python-checkins] [3.14] gh-134411: assert `PyLong_FromLong(x) != NULL` when `x` is known to be small (GH-134415) (#136910)
sobolevn
[Python-checkins] [3.13] gh-134411: assert `PyLong_FromLong(x) != NULL` when `x` is known to be small (GH-134415) (#136911)
sobolevn
[Python-checkins] gh-136852: Emscripten: Fix bug in #136853 (#136909)
ambv
[Python-checkins] [3.14] gh-136882: Update stale link in the basic logging tutorial. (GH-136885) (#136905)
hugovk
[Python-checkins] [3.13] gh-136882: Update stale link in the basic logging tutorial. (GH-136885) (#136906)
hugovk
[Python-checkins] gh-134411: assert `PyLong_FromLong(x) != NULL` when `x` is known to be small (#134415)
sobolevn
[Python-checkins] gh-136882: Update stale link in the basic logging tutorial. (#136885)
hugovk
[Python-checkins] gh-136428: amend UUIDv8 performance improvements (#136903)
picnixz
[Python-checkins] [3.14] gh-136470: Correct InterpreterPoolExecutor's default thread name (GH-136472) (GH-136889)
ZeroIntensity
[Python-checkins] gh-136470: Correct InterpreterPoolExecutor's default thread name (GH-136472)
ZeroIntensity
[Python-checkins] gh-136852: Emscripten: Add PYTHON_NODE_VERSION environment variable (#136853)
ambv
[Python-checkins] [3.14] GH-130645: Default to color help in argparse (GH-136809) (#136886)
savannahostrowski
[Python-checkins] GH-130645: Default to color help in argparse (#136809)
savannahostrowski
[Python-checkins] [3.14] GH-111758: Merge TSan and UBSan reusable GHA workflows (GH-136820) (#136883)
hugovk
[Python-checkins] GH-111758: Merge TSan and UBSan reusable GHA workflows (#136820)
hugovk
[Python-checkins] gh-136492: Add `FrameLocalsProxyType` to `types` (GH-136546)
ZeroIntensity
[Python-checkins] gh-91349: Adjust default compression level to 6 (down from 9) in gzip and tarfile (GH-131470)
gpshead
[Python-checkins] gh-131724: Add a new max_response_headers param to HTTP/HTTPSConnection (GH-136814)
encukou
[Python-checkins] gh-127598: Improve ModuleNotFoundError when -S is passed (GH-136821)
encukou
[Python-checkins] [3.13] gh-86608: Improve and restructure tarfile examples (GH-121771) (#136867)
AA-Turner
[Python-checkins] [3.14] gh-86608: Improve and restructure tarfile examples (GH-121771) (#136866)
AA-Turner
[Python-checkins] gh-134531: prefer using `_hashlib` module state instead of module object (#136865)
picnixz
[Python-checkins] [3.14] gh-130655: gettext: Add fallback testcase (GH-136857) (#136862)
tomasr8
[Python-checkins] gh-136547: fix `hashlib_helper` for blocking and requesting digests (#136762)
picnixz
[Python-checkins] [3.13] gh-130655: gettext: Add fallback testcase (GH-136857) (#136863)
tomasr8
[Python-checkins] gh-86608: Improve and restructure tarfile examples (#121771)
AA-Turner
[Python-checkins] [3.13] gh-136854: Exit on error in `make venv` (GH-136856) (#136861)
hugovk
[Python-checkins] [3.14] gh-136854: Exit on error in `make venv` (GH-136856) (#136860)
hugovk
[Python-checkins] gh-130655: gettext: Add fallback testcase (#136857)
tomasr8
[Python-checkins] gh-136854: Exit on error in `make venv` (#136856)
hugovk
[Python-checkins] [3.14] gh-136438: Make sure `test_remote_pdb` pass with all optimization levels (GH-136788) (GH-136855)
encukou
[Python-checkins] [3.14] gh-108362: Retarget incremental GC changes to 3.14 (GH-125453) (#136851)
hugovk
[Python-checkins] gh-108362: Retarget incremental GC changes to 3.14 (#125453)
hugovk
[Python-checkins] gh-136787: improve exception messages for invalid hash algorithms (#136802)
picnixz
[Python-checkins] gh-136438: Make sure `test_remote_pdb` pass with all optimization levels (GH-136788)
encukou
[Python-checkins] [3.13] Doc/c-api/memory.rst: extend --without-pymalloc doc with ASan information (GH-136790) (#136799)
encukou
[Python-checkins] [3.14] Doc/c-api/memory.rst: extend --without-pymalloc doc with ASan information (GH-136790) (GH-136798)
encukou
[Python-checkins] gh-124621: Emscripten: Fix regression in use-after-close error handling (#136837)
ambv
[Python-checkins] [3.13] gh-136764: improve comment in enum.verify.__call__ (GH-136774) (GH-136842)
ethanfurman
[Python-checkins] [3.14] gh-136764: improve comment in enum.verify.__call__ (GH-136774) (GH-136841)
ethanfurman
[Python-checkins] [3.14] gh-136839: Refactor simple dict.update calls (GH-136811) (#136840)
gpshead
[Python-checkins] gh-136839: Refactor simple dict.update calls (#136811)
gpshead
[Python-checkins] gh-133875: Remove deprecated `pathlib.PurePath.is_reserved` (#133876)
sobolevn
[Python-checkins] gh-124621: Emscripten: Add support for async input devices (GH-136822)
ambv
[Python-checkins] gh-136793: Update the sampling rate in the documentation (#136829)
hugovk
[Python-checkins] [3.13] gh-136752: Clarify documentation for ``IPv{N}Address.is_reserved`` (GH-136794) (#136828)
AA-Turner
[Python-checkins] [3.14] gh-136752: Clarify documentation for ``IPv{N}Address.is_reserved`` (GH-136794) (#136827)
AA-Turner
[Python-checkins] gh-136752: Clarify documentation for ``IPv{N}Address.is_reserved`` (#136794)
AA-Turner
[Python-checkins] gh-135468: Improve ``BaseHandler.http_error_default()`` parameter descriptions (#136797)
AA-Turner
[Python-checkins] [3.13] gh-54732: Make argparse error caused by empty rows in option files explicit (GH-136795) (#136819)
AA-Turner
[Python-checkins] [3.14] gh-54732: Make argparse error caused by empty rows in option files explicit (GH-136795) (#136818)
AA-Turner
[Python-checkins] gh-54732: Make argparse error caused by empty rows in option files explicit (#136795)
AA-Turner
[Python-checkins] [3.14] gh-136801: Fix PyREPL syntax highlightning on match cases after multi-line case (GH-136804) (GH-136813)
ambv
[Python-checkins] gh-136801: Fix PyREPL syntax highlightning on match cases after multi-line case (GH-136804)
ambv
[Python-checkins] [3.13] gh-135730: Clarify multiprocessing.Queue close() documentation (GH-136803) (GH-136807)
encukou
[Python-checkins] [3.14] gh-135730: Clarify multiprocessing.Queue close() documentation (GH-136803) (GH-136806)
encukou
[Python-checkins] gh-136764: improve comment in enum.verify.__call__ (GH-136774)
ethanfurman
[Python-checkins] gh-135730: Clarify multiprocessing.Queue close() documentation (#136803)
encukou
[Python-checkins] Doc/c-api/memory.rst: extend --without-pymalloc doc with ASan information (GH-136790)
encukou
[Python-checkins] gh-122450: Indicate that `Fraction` denominators are always positive (#136789)
AA-Turner
[Python-checkins] [3.14] gh-136769: Include fixed-width integers in the fundamental data types table (GH-136784) (#136785)
AA-Turner
[Python-checkins] [3.13] gh-136769: Include fixed-width integers in the fundamental data types table (GH-136784) (#136786)
AA-Turner
[Python-checkins] [3.14] Fix typo in `Lib/test/test_ast/test_ast.py` (GH-136767) (#136783)
Eclips4
[Python-checkins] gh-136769: Include fixed-width integers in the fundamental data types table (#136784)
AA-Turner
[Python-checkins] [3.14] gh-74598: document that `fnmatch.filterfalse` is affected by cache limitation (GH-136781) (#136782)
picnixz
[Python-checkins] [3.13] Docs: Improve example for ``itertools.batched()`` (GH-136775) (#136779)
AA-Turner
[Python-checkins] gh-74598: document that `fnmatch.filterfalse` is affected by cache limitation (#136781)
picnixz
[Python-checkins] [3.14] Docs: Improve example for ``itertools.batched()`` (GH-136775) (#136778)
AA-Turner
[Python-checkins] Docs: Improve example for ``itertools.batched()`` (#136775)
AA-Turner
[Python-checkins] [3.14] parser_generator.py typo - keywods -> keywords (GH-135014) (#136772)
hugovk
[Python-checkins] [3.13] parser_generator.py typo - keywods -> keywords (GH-135014) (#136773)
hugovk
[Python-checkins] Fix typo in `Lib/test/test_ast/test_ast.py` (#136767)
Eclips4
[Python-checkins] [3.14] Fix typo: "occured" =>"occurred" (GH-134928) (#136771)
hugovk
[Python-checkins] parser_generator.py typo - keywods -> keywords (#135014)
hugovk
[Python-checkins] Fix typo: "occured" =>"occurred" (#134928)
hugovk
[Python-checkins] gh-136438: Make sure `test_ast` pass with all optimization levels (#136596)
Eclips4
[Python-checkins] [3.14] gh-136697: Use the standard audit event format for sys.monitoring docs (GH-136747) (#136749)
gaogaotiantian
[Python-checkins] [3.13] gh-136697: Use the standard audit event format for sys.monitor… (#136750)
gaogaotiantian
[Python-checkins] gh-136697: Use the standard audit event format for sys.monitoring docs (#136747)
gaogaotiantian
[Python-checkins] gh-116738: Make pwd module thread-safe (#136695)
mpage
[Python-checkins] [3.14] gh-127146: Emscripten: Set umask to zero in python.sh (GH-136740) (#136745)
freakboy3742
[Python-checkins] gh-127146: Emscripten: Set umask to zero in python.sh (#136740)
freakboy3742
[Python-checkins] [3.13] Improved venv docs to indicate that isolation is the default. (GH-136698) (GH-136725)
vsajip
[Python-checkins] [3.14] Improved venv docs to indicate that isolation is the default. (GH-136698) (GH-136705)
vsajip
[Python-checkins] [3.14] gh-135148: Correctly handle f/t strings with comments and debug expressions (GH-135198) (#136720)
pablogsal
[Python-checkins] fix traceback.FrameSummary docstring by adding end_lineno, colno, and end_colno (#136716)
kumaraditya303
[Python-checkins] [3.14] gh-136710: Fix bad indentation in `os.chdir` docstring (GH-136719)
zware
[Python-checkins] [3.13] gh-126548: Add a thread-unsafety warning for `importlib.reload()` (GH-136704) (GH-136724)
ZeroIntensity
[Python-checkins] [3.14] gh-126548: Add a thread-unsafety warning for `importlib.reload()` (GH-136704) (GH-136723)
ZeroIntensity
[Python-checkins] gh-136669: build `_asyncio` as static module (#136670)
kumaraditya303
[Python-checkins] [3.13] gh-136710: Fix bad indentation in `os.chdir` docstring (GH-136721)
zware
[Python-checkins] gh-126548: Add a thread-unsafety warning for `importlib.reload()` (GH-136704)
ZeroIntensity
[Python-checkins] [3.14] gh-127146: Emscripten: Don't need to avoid unpaired surrogate anymore (GH-136707) (#136717)
freakboy3742
[Python-checkins] [3.14] gh-127146: Emscripten: Make os.umask() actually work (GH-136706) (#136711)
freakboy3742
[Python-checkins] [3.14] gh-127146: Emscripten: more regular stack overflow skips (GH-136708) (#136712)
freakboy3742
[Python-checkins] gh-127146: Emscripten: Don't need to avoid unpaired surrogate anymore (#136707)
freakboy3742
[Python-checkins] gh-136710: Fix bad indentation in `os.chdir` docstring (GH-136709)
zware
[Python-checkins] [3.13] Add `.gram` file to the `.editorconfig` (GH-136680) (#136715)
sobolevn
[Python-checkins] [3.14] Add `.gram` file to the `.editorconfig` (GH-136680) (#136714)
sobolevn
[Python-checkins] Add `.gram` file to the `.editorconfig` (#136680)
sobolevn
[Python-checkins] gh-127146: Emscripten: more regular stack overflow skips (#136708)
freakboy3742
[Python-checkins] gh-127146: Emscripten: Make os.umask() actually work (#136706)
freakboy3742
[Python-checkins] Improved venv docs to indicate that isolation is the default. (#136698)
facundobatista
[Python-checkins] gh-135148: Correctly handle f/t strings with comments and debug expressions (#135198)
pablogsal
[Python-checkins] [3.14] gh-136523: Fix wave.Wave_write emitting an unraisable when open raises (GH-136529) (GH-136606)
serhiy-storchaka
[Python-checkins] fix grammar typo in `logging.rst` (#136584)
kumaraditya303
[Python-checkins] [3.14] gh-127146: Report uid in Emscripten + node as native uid (GH-136509) (#136699)
freakboy3742
[Python-checkins] gh-127146: Report uid in Emscripten + node as native uid (#136509)
freakboy3742
[Python-checkins] [3.14] Fix the doctest.testmod() docstring (GH-136675) (GH-136690)
serhiy-storchaka
[Python-checkins] [3.13] Fix the doctest.testmod() docstring (GH-136675) (GH-136691)
serhiy-storchaka
[Python-checkins] Fix the doctest.testmod() docstring (GH-136675)
serhiy-storchaka
[Python-checkins] [3.13] Fix index entry and anchor for module.__test__ (GH-136674) (GH-136689)
serhiy-storchaka
[Python-checkins] [3.14] Fix index entry and anchor for module.__test__ (GH-136674) (GH-136688)
serhiy-storchaka
[Python-checkins] Fix index entry and anchor for module.__test__ (GH-136674)
serhiy-storchaka
[Python-checkins] gh-135909: Assert incoming `refcnt != 0` for the free threaded GC (GH-136009)
colesbury
[Python-checkins] [3.14] gh-136396: Include instrumentation when creating new copies of the bytecode (GH-136525) (GH-136657)
colesbury
[Python-checkins] gh-72327: Suggest using system terminal for pip install in PyREPL (#136328)
ncoghlan
[Python-checkins] gh-111968: remove redundant fetching of interpreter state in `dict` implementation (#136673)
kumaraditya303
[Python-checkins] [3.14] gh-136682: Remove incorrect statement that `os.path.samestat` accepts file-like objects (GH-136683) (#136684)
picnixz
[Python-checkins] [3.13] gh-136682: Remove incorrect statement that `os.path.samestat` accepts file-like objects (GH-136683) (#136685)
picnixz
[Python-checkins] gh-136682: Remove incorrect statement that `os.path.samestat` accepts file-like objects (#136683)
picnixz
[Python-checkins] gh-136155: Docs: check for EPUB fatal errors in CI (#134074)
hugovk
[Python-checkins] [3.14] gh-72570: mention the incompatibility of XOFs with HMAC (GH-136676) (#136678)
picnixz
[Python-checkins] [3.13] gh-72570: mention the incompatibility of XOFs with HMAC (GH-136676) (#136679)
picnixz
[Python-checkins] gh-72570: mention the incompatibility of XOFs with HMAC (#136676)
picnixz
[Python-checkins] [3.14] GH-132661: Add ``string.templatelib.convert()`` (GH-135217) (#136671)
AA-Turner
[Python-checkins] GH-132661: Add ``string.templatelib.convert()`` (#135217)
lysnikolaou
[Python-checkins] GH-133711: Enable UTF-8 mode by default (PEP 686) (#133712)
AA-Turner
[Python-checkins] [3.14] gh-131189: Fix "msvcrt" import warning on Linux when "_ctypes" is not available. (GH-131201) (GH-136668)
ambv
[Python-checkins] gh-131189: Fix "msvcrt" import warning on Linux when "_ctypes" is not available. (GH-131201)
ambv
[Python-checkins] [3.13] gh-136663: fix signatures of PyFloat_Pack/Unpack in docs (GH-136664) (#136667)
kumaraditya303
[Python-checkins] gh-136663: fix signatures of PyFloat_Pack/Unpack in docs (#136664)
kumaraditya303
[Python-checkins] [3.14] gh-136663: fix signatures of PyFloat_Pack/Unpack in docs (GH-136664) (#136666)
kumaraditya303
[Python-checkins] [3.14] gh-116738: Make grp module thread-safe (GH-135434) (#136658)
kumaraditya303
[Python-checkins] Fix a minor indentation error (#136661)
gaogaotiantian
[Python-checkins] gh-116738: Make grp module thread-safe (#135434)
mpage
[Python-checkins] gh-136396: Include instrumentation when creating new copies of the bytecode (#136525)
mpage
[Python-checkins] GH-135904: Improve the JIT's performance on macOS (GH-136528)
brandtbucher
[Python-checkins] [3.13] gh-130664: support '_' (just as ',') in Decimal's formatting (GH-132155) (#136649)
picnixz
[Python-checkins] gh-90733: improve `hashlib.scrypt` interface (#136100)
picnixz
[Python-checkins] [3.13] Partially revert "gh-101100: Fix sphinx warnings in `library/email.parser.rst` (GH-136475)" (GH-136629) (#136647)
hugovk
[Python-checkins] gh-134567: Move unittest What’s New entry (#136630)
hugovk
[Python-checkins] [3.14] Partially revert "gh-101100: Fix sphinx warnings in `library/email.parser.rst` (GH-136475)" (GH-136629) (#136646)
hugovk
[Python-checkins] [3.13] gh-127971: fix off-by-one read beyond the end of a string during search (#132574) (#136648)
picnixz
Earlier messages
Later messages