Messages by Date
-
2025/09/16
[Python-checkins] [3.14] gh-54874: Expand unicodedata module documentation (GH-138301) (#138346)
hugovk
-
2025/09/16
[Python-checkins] [3.14] gh-138871: Clarify NameError exception in 'del' (GH-138881) (#138903)
hugovk
-
2025/09/16
[Python-checkins] gh-129813, PEP 782: Add doc reference link (#138986)
vstinner
-
2025/09/16
[Python-checkins] Adds support for building with VisualStudioVersion = 18.0 (GH-138980)
zooba
-
2025/09/16
[Python-checkins] [3.14] gh-135755: Make Py_MAX_SCRIPT_PATH_SIZE private (GH-138350) (#138356)
hugovk
-
2025/09/16
[Python-checkins] Synced docs and docstring for `sysconfig.get_platform` (#135530)
ned-deily
-
2025/09/16
[Python-checkins] [3.14] gh-135329: prevent infinite traceback loop on Ctrl-C for strace (GH-138133) (#138973)
pablogsal
-
2025/09/16
[Python-checkins] gh-135329: prevent infinite traceback loop on Ctrl-C for strace (GH-138133)
ambv
-
2025/09/16
[Python-checkins] gh-129813, PEP 782: Soft deprecate _PyBytes_Resize() (#138964)
vstinner
-
2025/09/16
[Python-checkins] gh-88473: Implement fast path in date.today() for date types (#130980)
pganssle
-
2025/09/16
[Python-checkins] [3.14] gh-128636: Fix crash in PyREPL when os.environ is overwritten with an invalid value for macOS (GH-138089) (#138938)
hugovk
-
2025/09/16
[Python-checkins] gh-138013: Remove load_tests in test_io.test_general (#138771)
vstinner
-
2025/09/16
[Python-checkins] [3.13] gh-138163: skip failures if tests are run with `SCHED_BATCH` on glibc (GH-138576) (GH-138819)
encukou
-
2025/09/16
[Python-checkins] gh-137433: Fix deadlock with stop-the-world and daemon threads (gh-137735)
colesbury
-
2025/09/15
[Python-checkins] gh-138958: remove unused variable in Lib/asyncio/streams.py (#138959)
kumaraditya303
-
2025/09/15
[Python-checkins] [3.13] gh-128636: Fix crash in PyREPL when os.environ is overwritten with an invalid value for macOS (GH-138089) (GH-138942)
ambv
-
2025/09/15
[Python-checkins] [3.13] gh-137017: Ensure `Thread.is_alive()` only returns False after the underlying OS thread exits (gh-137315) (gh-138917)
colesbury
-
2025/09/15
[Python-checkins] Re-order Modules/makesetup in CODEOWNERS and update owners (#138628)
emmatyping
-
2025/09/15
[Python-checkins] gh-129813, PEP 782: Add PyBytesWriter.overallocate (#138941)
vstinner
-
2025/09/15
[Python-checkins] gh-129813, PEP 782: Use PyBytesWriter in bufferedio.c (#138954)
vstinner
-
2025/09/15
[Python-checkins] gh-129813, PEP 782: Use PyBytesWriter in FileIO.read() (#138955)
vstinner
-
2025/09/15
[Python-checkins] gh-129813, PEP 782: Use PyBytesWriter in _sha3 (#138923)
vstinner
-
2025/09/15
[Python-checkins] gh-129813, PEP 782: Use PyBytesWriter in _io.FileIO.readall (#138901)
vstinner
-
2025/09/15
[Python-checkins] gh-129813, PEP 782: Use PyBytesWriter in _winapi.PeekNamedPipe() (#138930)
vstinner
-
2025/09/15
[Python-checkins] gh-134953: Expand theming for `True`/`False`/`None` (#135000)
ambv
-
2025/09/15
[Python-checkins] gh-97517: Add documentation links to datetime strftime/strptime docstrings (#138559)
pganssle
-
2025/09/15
[Python-checkins] gh-129813, PEP 782: Use PyBytesWriter in _hashopenssl (#138922)
vstinner
-
2025/09/15
[Python-checkins] [3.14] gh-138801: re-enable `pyrepl` tests on Windows (GH-138802) (GH-138815)
ambv
-
2025/09/15
[Python-checkins] gh-69605: Hardcode some stdlib submodules in PyREPL module completion (os.path, collections.abc...) (GH-138268)
ambv
-
2025/09/15
[Python-checkins] [3.13] gh-137490: Fix signal.sigwaitinfo() on NetBSD (GH-137523) (GH-138936)
serhiy-storchaka
-
2025/09/15
[Python-checkins] gh-37817: Allow assignment to __bases__ of direct subclasses of builtin classes (GH-137585)
serhiy-storchaka
-
2025/09/15
[Python-checkins] [3.13] gh-131189: Fix "msvcrt" import warning on Linux when "_ctypes" is not available. (GH-131201) (GH-138934)
ambv
-
2025/09/15
[Python-checkins] gh-134953: Make the True/False/None check more efficient (GH-138931)
ambv
-
2025/09/15
[Python-checkins] gh-128636: Fix crash in PyREPL when os.environ is overwritten with an invalid value for macOS (GH-138089)
ambv
-
2025/09/15
[Python-checkins] gh-132732: Clear errors in JIT optimizer on error (GH-136048)
Fidget-Spinner
-
2025/09/15
[Python-checkins] gh-138239: Fix incorrect highlighting of "type" in type statements in the REPL (GH-138241)
ambv
-
2025/09/15
[Python-checkins] gh-137490: Fix signal.sigwaitinfo() on NetBSD (GH-137523)
serhiy-storchaka
-
2025/09/15
[Python-checkins] GH-132732: Remove textwrap import (#138933)
savannahostrowski
-
2025/09/15
[Python-checkins] [3.14] gh-134953: Expand theming for `True`/`False`/`None` (GH-135000) (#138928)
hugovk
-
2025/09/15
[Python-checkins] gh-129813, PEP 782: Use PyBytesWriter in _curses (#138920)
vstinner
-
2025/09/15
[Python-checkins] GH-132732: Use pure op machinery to optimize various instructions with `_POP_TOP` and `_POP_TWO` (#137577)
savannahostrowski
-
2025/09/15
[Python-checkins] gh-137992: fix `PyRefTracer_SetTracer` to start world before returning (#138925)
pablogsal
-
2025/09/15
[Python-checkins] gh-138712: Add os.NODEV (GH-138728)
serhiy-storchaka
-
2025/09/15
[Python-checkins] gh-129813, PEP 782: Use PyBytesWriter in _codecs.escape_decode() (#138919)
vstinner
-
2025/09/15
[Python-checkins] [3.13] gh-138779: Use the dev_t converter for st_rdev (GH-138780) (GH-138927)
serhiy-storchaka
-
2025/09/15
[Python-checkins] gh-129813, PEP 782: Init small_buffer in PyBytesWriter_Create() (#138924)
vstinner
-
2025/09/15
[Python-checkins] gh-129813, PEP 782: Use PyBytesWriter in fcntl (#138921)
vstinner
-
2025/09/15
[Python-checkins] gh-138779: Use the dev_t converter for st_rdev (GH-138780)
serhiy-storchaka
-
2025/09/15
[Python-checkins] gh-137956: Guard against non-free-threaded extensions in free-threaded builds (GH-137957)
encukou
-
2025/09/15
[Python-checkins] [3.13] gh-138902: Fix generator send arg name (GH-138905) (#138913)
sobolevn
-
2025/09/15
[Python-checkins] gh-137017: Ensure `Thread.is_alive()` only returns False after the underlying OS thread exits (gh-137315)
colesbury
-
2025/09/15
[Python-checkins] gh-138902: Fix generator send arg name (#138905)
sobolevn
-
2025/09/15
[Python-checkins] gh-137992: Stop the world when calling PyRefTracer_SetTracer (#137994)
pablogsal
-
2025/09/15
[Python-checkins] gh-129813, PEP 782: Use PyBytesWriter in _PyBytes_FormatEx() (#138839)
vstinner
-
2025/09/15
[Python-checkins] gh-138794: Communicate to PyRefTracer when they are being replaced (#138797)
pablogsal
-
2025/09/15
[Python-checkins] gh-138886: Remove deprecated `PySys_ResetWarnOptions` C-API function (#138887)
sobolevn
-
2025/09/15
[Python-checkins] Fix typo in stack_protection.md (GH-138876)
ZeroIntensity
-
2025/09/14
[Python-checkins] gh-138871: Clarify NameError exception in 'del' (#138881)
terryjreedy
-
2025/09/14
[Python-checkins] [3.14] gh-131591: fix formatting of remote debugger docs (GH-137225) (#137874)
hugovk
-
2025/09/14
[Python-checkins] gh-135953: Reduce memory usage of stack collectors (#138875)
pablogsal
-
2025/09/14
[Python-checkins] [3.14] gh-138669: Increase test coverage for difflib (GH-138670) (#138817)
hugovk
-
2025/09/14
[Python-checkins] gh-135953: Prevent overflow in the profiler flamegraph hover boxes (#138880)
pablogsal
-
2025/09/14
[Python-checkins] [3.13] gh-138669: Increase test coverage for difflib (GH-138670) (#138818)
gpshead
-
2025/09/14
[Python-checkins] gh-137242: Add a --no-randomize option, and use it in Android CI (#138649)
freakboy3742
-
2025/09/14
[Python-checkins] gh-136355: Deprecate `-b` and `-bb` CLI flags in 3.15 (#136363)
sobolevn
-
2025/09/14
[Python-checkins] [3.13] gh-71648: Optimize PNG files (GH-138842) (#138852)
gpshead
-
2025/09/14
[Python-checkins] gh-71810: Fix _PyLong_AsByteArray() undefined behavior (#138873)
vstinner
-
2025/09/13
[Python-checkins] [3.11] gh-138744: GitHub Actions: pin to `windows-2022` (GH-138743) (GH-138755)
ambv
-
2025/09/13
[Python-checkins] [3.9] gh-118350: Fix support of elements "textarea" and "title" in HTMLParser (GH-135310) (GH-137784)
ambv
-
2025/09/13
[Python-checkins] [3.9] gh-138744: GitHub Actions: pin to `windows-2022` (GH-138743) (GH-138758)
ambv
-
2025/09/13
[Python-checkins] [3.10] gh-138744: GitHub Actions: pin to `windows-2022` (GH-138743) (GH-138757)
ambv
-
2025/09/13
[Python-checkins] [3.10] gh-118350: Fix support of elements "textarea" and "title" in HTMLParser (GH-135310) (GH-137783)
ambv
-
2025/09/13
[Python-checkins] [3.11] gh-137638: Remove macos-13 from GitHub Actions (GH-138002)
ambv
-
2025/09/13
[Python-checkins] [3.11] gh-118350: Fix support of elements "textarea" and "title" in HTMLParser (GH-135310) (GH-137782)
ambv
-
2025/09/13
[Python-checkins] [3.9] gh-130577: tarfile now validates archives to ensure member offsets are non-negative (GH-137027) (GH-137645)
ambv
-
2025/09/13
[Python-checkins] [3.14] gh-138804: Check type in `shlex.quote` (GH-138809) (#138846)
hugovk
-
2025/09/13
[Python-checkins] gh-129813, PEP 782: Use PyBytesWriter in _PyBytes_FromList() (#138837)
vstinner
-
2025/09/13
[Python-checkins] gh-129813, PEP 782: Use PyBytesWriter in lzma and zlib (#138832)
vstinner
-
2025/09/13
[Python-checkins] gh-129813, PEP 782: Use PyBytesWriter in pickle and struct (#138833)
vstinner
-
2025/09/13
[Python-checkins] gh-129813, PEP 782: Use PyBytesWriter in binascii (#138825)
vstinner
-
2025/09/13
[Python-checkins] gh-129813, PEP 782: Use PyBytesWriter in posix extension (#138829)
vstinner
-
2025/09/13
[Python-checkins] gh-129813, PEP 782: Use PyBytesWriter in socket and mmap (#138831)
vstinner
-
2025/09/13
[Python-checkins] gh-129813, PEP 782: Use PyBytesWriter in memoryview (#138836)
vstinner
-
2025/09/13
[Python-checkins] gh-129813, PEP 782: Use Py_GetConstant(Py_CONSTANT_EMPTY_BYTES) (#138830)
vstinner
-
2025/09/13
[Python-checkins] gh-129813, PEP 782: Use PyBytesWriter in _PyBytes_DecodeEscape2() (#138838)
vstinner
-
2025/09/13
[Python-checkins] Revert "gh-116946: fully implement GC protocol for `_tkinter.Tk{app,tt}Object` (#138331)" (#138807)
ZeroIntensity
-
2025/09/13
[Python-checkins] gh-129813, PEP 782: Add PyBytesWriter_Format() (#138824)
vstinner
-
2025/09/13
[Python-checkins] gh-71648: Remove unused image `Doc/faq/python-video-icon.png` (GH-138841)
zware
-
2025/09/12
[Python-checkins] GH-128520: pathlib ABCs: improve protocol for 'openable' objects (#134101)
barneygale
-
2025/09/12
[Python-checkins] gh-71648: Optimize PNG files (GH-138842)
gpshead
-
2025/09/12
[Python-checkins] [3.14] gh-71810: Fix corner case (length==0) for int.to_bytes() (GH-138739) (#138782)
hugovk
-
2025/09/12
[Python-checkins] gh-138804: Check type in `shlex.quote` (GH-138809)
ZeroIntensity
-
2025/09/12
[Python-checkins] gh-129813, PEP 782: Use PyBytesWriter in _hashopenssl (#138835)
vstinner
-
2025/09/12
[Python-checkins] [3.14] gh-138479: Ensure that `__typing_subst__` returns a tuple (GH-138482) (#138784)
hugovk
-
2025/09/12
[Python-checkins] [3.14] gh-116946: fully implement GC protocol for `zlib` objects (GH-138290) (#138327)
hugovk
-
2025/09/12
[Python-checkins] gh-138661: fix data race in `PyCode_Addr2Line` (#138664)
kumaraditya303
-
2025/09/12
[Python-checkins] gh-138669: Increase test coverage for difflib (GH-138670)
encukou
-
2025/09/12
[Python-checkins] Improve permission error messages in pdb and asyncio.tools (#134290)
pablogsal
-
2025/09/12
[Python-checkins] gh-129813, PEP 782: Add PyBytesWriter C API (#138822)
vstinner
-
2025/09/12
[Python-checkins] gh-138756: Fix leak of inittab memory in PyInitConfig_Free() (GH-138792)
encukou
-
2025/09/12
[Python-checkins] gh-138163: skip failures if tests are run with `SCHED_BATCH` on glibc (GH-138576)
encukou
-
2025/09/12
[Python-checkins] gh-138801: re-enable `pyrepl` tests on Windows (#138802)
sobolevn
-
2025/09/11
[Python-checkins] gh-138716: Fix `assert a := b` syntax error message (#138718)
sobolevn
-
2025/09/11
[Python-checkins] [3.14] Docs: Small clarity change for ``except*`` (GH-121073) (#137494)
hugovk
-
2025/09/11
[Python-checkins] gh-138081: fix some dead links in InternalDocs (#138082)
picnixz
-
2025/09/11
[Python-checkins] GH-101100: Remove some entries from ``nitpick_ignore`` (#138464)
AA-Turner
-
2025/09/11
[Python-checkins] [3.14] Mention the "context manager" keyword in concurrent.futures documentation (GH-130976) (#137810)
hugovk
-
2025/09/11
[Python-checkins] [3.14] gh-136672: Docs: Move Enum functions and add examples (GH-136791) (#137688)
hugovk
-
2025/09/11
[Python-checkins] gh-85076: Document exceptions that can be raised by importlib.import_module (GH-94662)
brettcannon
-
2025/09/11
[Python-checkins] [3.13] gh-138744: GitHub Actions: pin to `windows-2022` (GH-138743) (#138753)
hugovk
-
2025/09/11
[Python-checkins] Remove unused prototype `_PyPegen_set_source_in_metadata` (#138810)
pablogsal
-
2025/09/11
[Python-checkins] gh-116738: add multi-threaded tests for `resource` module on free-threading builds (#138504)
kumaraditya303
-
2025/09/11
[Python-checkins] [3.14] gh-133125: Clarify ZipInfo.date_time attribute documentation (GH-136082) (#138077)
hugovk
-
2025/09/11
[Python-checkins] [3.13] gh-71810: Fix corner case (length==0) for int.to_bytes() (GH-138739) (#138783)
vstinner
-
2025/09/11
[Python-checkins] [3.13] gh-138479: Ensure that `__typing_subst__` returns a tuple (GH-138482) (GH-138786)
ZeroIntensity
-
2025/09/11
[Python-checkins] gh-116946: fully implement GC protocol for `_tkinter.Tk{app,tt}Object` (#138331)
picnixz
-
2025/09/11
[Python-checkins] gh-138756: Fix memory leak in PyInitConfig_Free() (#138759)
vstinner
-
2025/09/11
[Python-checkins] gh-138013: Move I/O test infrastructre to test_io.utils (#138475)
vstinner
-
2025/09/11
[Python-checkins] [3.14] Docs: Fix typo in `os.fwalk()` example (GH-138486) (#138500)
hugovk
-
2025/09/11
[Python-checkins] [3.14] Add impl-detail block for PyLong_FromLong docs (GH-126422) (#138694)
hugovk
-
2025/09/11
[Python-checkins] [3.14] GH-138562: Remove ``sort()`` from the common sequence methods in the data model (GH-138563) (#138760)
hugovk
-
2025/09/11
[Python-checkins] [3.14] gh-138644: Update c-api docs of `PyInterpreterState` about PEP-684 (GH-138651) (#138657)
hugovk
-
2025/09/11
[Python-checkins] [3.14] gh-135676: Reword the Operators & Delimiters section(s) (GH-137713) (#138457)
hugovk
-
2025/09/11
[Python-checkins] [3.14] Docs: Fix typo in `shutil.make_archive` example (GH-138188) (#138195)
hugovk
-
2025/09/11
[Python-checkins] [3.14] Fix typo in `logging` docs (GH-137981) (#137983)
hugovk
-
2025/09/11
[Python-checkins] [3.14] [docs] minor, fix grammar in ssl.SSLContect.sslsocket_class docstring (GH-137935) (#137950)
hugovk
-
2025/09/11
[Python-checkins] [3.14] gh-131885: Use positional-only markers for the ``decimal`` module (GH-131990) (#137902)
hugovk
-
2025/09/11
[Python-checkins] [3.14] gh-125897: Mark range function parameters as positional only (GH-125945) (#137652)
hugovk
-
2025/09/11
[Python-checkins] [3.14] Fix documentation of hash in PyHash_FuncDef (GH-137595) (#137642)
hugovk
-
2025/09/11
[Python-checkins] [3.14] gh-137368: document __index__() support for PyLong_AsInt32/64() (GH-137369) (#137380)
hugovk
-
2025/09/11
[Python-checkins] [3.14] Fix Windows path in `venv` docs (GH-138476) (#138477)
hugovk
-
2025/09/11
[Python-checkins] gh-138432: Improved invalid path checking in zoneinfo.reset_tzpath() (GH-138433)
serhiy-storchaka
-
2025/09/10
[Python-checkins] [3.14] gh-138349: Fix crash when combining module-level annotation and listcomp (#138363) (#138749)
hugovk
-
2025/09/10
[Python-checkins] GH-138562: Remove ``sort()`` from the common sequence methods in the data model (#138563)
AA-Turner
-
2025/09/10
[Python-checkins] gh-138744: GitHub Actions: pin to `windows-2022` (#138743)
hugovk
-
2025/09/10
[Python-checkins] [3.13] gh-138729: Cover `inspect.formatannotationrelativeto` with tests (GH-138730) (#138748)
sobolevn
-
2025/09/10
[Python-checkins] [3.14] gh-138744: GitHub Actions: pin to `windows-2022` (GH-138743) (#138752)
hugovk
-
2025/09/10
[Python-checkins] gh-138349: Fix crash when combining module-level annotation and listcomp (#138363)
vstinner
-
2025/09/10
[Python-checkins] gh-138729: Cover `inspect.formatannotationrelativeto` with tests (#138730)
sobolevn
-
2025/09/10
[Python-checkins] gh-136006: fix `Py_NAN` expansion on Solaris systems (#136575)
picnixz
-
2025/09/09
[Python-checkins] gh-136234: Fix `SelectorSocketTransport.writelines` to be robust to connection loss (#136743)
kumaraditya303
-
2025/09/09
[Python-checkins] gh-138230: Remove dead code in code gen - codegen_check_annotation is only calle… (#138228)
DinoV
-
2025/09/09
[Python-checkins] [3.13] gh-126631: gh-137996: fix pre-loading of `__main__` (GH-135295) (#138609)
gpshead
-
2025/09/09
[Python-checkins] gh-135953: Fix refleak in cache method (#138721)
pablogsal
-
2025/09/09
[Python-checkins] gh-136616: Improve `assert` syntax error messages (#136653)
sobolevn
-
2025/09/09
[Python-checkins] [3.13] gh-90548: Skip NODEV portion of test_makedev when linked to musl (GH-138713)
zware
-
2025/09/09
[Python-checkins] gh-88886: Remove excessive encoding name normalization (GH-137167)
serhiy-storchaka
-
2025/09/09
[Python-checkins] gh-138535: Optimize fill_time for typical timestamps (#138537)
vstinner
-
2025/09/09
[Python-checkins] [3.14] gh-136264: Fix ``--relative-paths`` for PEP 739's build-details.json (GH-138510) (#138638)
hugovk
-
2025/09/09
[Python-checkins] [3.14] GH-101100: Remove some entries from ``nitpick_ignore`` (GH-138464) (#138683)
hugovk
-
2025/09/09
[Python-checkins] [3.14] gh-101100: Resolve reference warnings in reference/ (GH-138418) (#138680)
hugovk
-
2025/09/09
[Python-checkins] gh-138535: Pass directly state to posix fill_time() (#138693)
vstinner
-
2025/09/09
[Python-checkins] gh-133143: Use _Py_ID for the other literals in sys (GH-138698)
encukou
-
2025/09/09
[Python-checkins] Add impl-detail block for PyLong_FromLong docs (#126422)
vstinner
-
2025/09/09
[Python-checkins] [3.13] Add impl-detail block for PyLong_FromLong docs (GH-126422) (#138695)
vstinner
-
2025/09/09
[Python-checkins] gh-138577: Mention Unix-specific limitations of `getpass.getpass(echo_char=...)` (#138677)
picnixz
-
2025/09/09
[Python-checkins] [3.13] gh-137242: Add a --no-randomize option, and use it in Android CI (GH-138649) (#138685)
vstinner
-
2025/09/09
[Python-checkins] [3.14] gh-137242: Add a --no-randomize option, and use it in Android CI (GH-138649) (#138684)
hugovk
-
2025/09/08
[Python-checkins] gh-137838: Fix JIT trace buffer overrun by increasing possible exit stubs (gh-138177)
corona10
-
2025/09/08
[Python-checkins] gh-138679: Opcodes which consume no inputs should indicate they produced the val… (#138678)
DinoV
-
2025/09/08
[Python-checkins] [3.14] annotationlib: add note on security to docs (GH-138508) (#138550)
hugovk
-
2025/09/08
[Python-checkins] gh-101100: Resolve reference warnings in reference/ (#138418)
AA-Turner
-
2025/09/08
[Python-checkins] gh-133143: Condense the implementation for ``sys.abi_info`` (#138672)
AA-Turner
-
2025/09/08
[Python-checkins] gh-138644: Update c-api docs of `PyInterpreterState` about PEP-684 (#138651)
sobolevn
-
2025/09/08
[Python-checkins] [3.13] gh-105487: Fix `__dir__` entries of `GenericAlias` (GH-138578) (#138640)
sobolevn
-
2025/09/08
[Python-checkins] gh-137210: Move PYTHON_API_VERSION & PYTHON_ABI_VERSION to patchlevel.h (GH-138545)
encukou
-
2025/09/08
[Python-checkins] [3.14] gh-138253: Fix compatibility of sub-interpreters queues with queue.Queue (GH-138256) (#138367)
hugovk
-
2025/09/08
[Python-checkins] [3.14] gh-135661: Fix CDATA section parsing in HTMLParser (GH-135665) (#137772)
hugovk
-
2025/09/08
[Python-checkins] gh-138665: Move `platform.invalidate_caches` docs (#138667)
picnixz
-
2025/09/08
[Python-checkins] [3.14] gh-137668: Document that ord() supports also bytes and bytearray (GH-137669) (#137703)
hugovk
-
2025/09/08
[Python-checkins] [3.14] gh-91116: Add hyperlink from `sys.settrace` to frame objects (GH-138062) (#138068)
hugovk
-
2025/09/08
[Python-checkins] [3.14] gh-89905: Correct `-R` option doc (GH-137608) (#138353)
hugovk
-
2025/09/08
[Python-checkins] [3.14] gh-129033: Remove dead code in test.support.has_no_debug_ranges() (GH-137379) (#137382)
hugovk
-
2025/09/08
[Python-checkins] [3.14] gh-138295: Fix a grammar issue in the descriptor HOWTO (GH-138296) (#138299)
hugovk
-
2025/09/08
[Python-checkins] [3.14] gh-137397: Skip test_os_open on NetBSD due to indefinite hang (GH-137398) (#137406)
hugovk
-
2025/09/08
[Python-checkins] [3.14] gh-138659: Typo in the gc module docstring (GH-138660) (#138662)
pablogsal
-
2025/09/08
[Python-checkins] [3.13] gh-138659: Typo in the gc module docstring (GH-138660) (#138663)
pablogsal
-
2025/09/08
[Python-checkins] gh-133143: Add sys.abi_info (GH-137476)
encukou
-
2025/09/08
[Python-checkins] gh-138659: Typo in the gc module docstring (#138660)
pablogsal
-
2025/09/08
[Python-checkins] gh-57911: Fix failing symlink test in tarfile (GH-138626)
encukou
-
2025/09/08
[Python-checkins] [3.14] Use `test.support.is_wasm32` flag for `is_emscripten` or `is_wasi` for generic checks (GH-136815) (#138643)
hugovk
-
2025/09/08
[Python-checkins] Doc: Apply keyword role around finally (in sys module doc) (GH-138544)
encukou
-
2025/09/08
[Python-checkins] [3.14] Docs: Fix typo in test.support.linked_to_musl function name (GH-138406) (#138445)
hugovk
-
2025/09/08
[Python-checkins] gh-138633: fix Sphinx references in `ssl` documentation (#138648)
picnixz
-
2025/09/08
[Python-checkins] gh-138633: synchronize documented signatures of SSL objects with runtime ones (#138639)
picnixz
-
2025/09/08
[Python-checkins] gh-136264: Fix ``--relative-paths`` for PEP 739's build-details.json (#138510)
AA-Turner
-
2025/09/08
[Python-checkins] gh-138252: Add support in SSL module for getting and setting TLS signature algorithms (#138269)
picnixz
-
2025/09/08
[Python-checkins] [3.12] gh-136155: Use ``sphinxext-opengraph`` v0.12.0 (#136406)
hugovk
-
2025/09/08
[Python-checkins] [3.14] GH-123299: Copyedit 3.14 What's New: Build Changes (GH-138488) (#138632)
hugovk
-
2025/09/08
[Python-checkins] GH-123299: Copyedit 3.14 What's New: Build Changes (#138488)
hugovk
-
2025/09/07
[Python-checkins] gh-105487: Fix `__dir__` entries of `GenericAlias` (#138578)
sobolevn
-
2025/09/07
[Python-checkins] Docs: Fix typo in `os.fwalk()` example (GH-138486)
ZeroIntensity
-
2025/09/07
[Python-checkins] gh-57911: Sanitize symlink targets in tarfile on win32 (GH-138309)
encukou
-
2025/09/07
[Python-checkins] [3.14] gh-138286: Run ``ruff`` on ``Tools/i18n`` (GH-138287) (#138513)
hugovk
-
2025/09/07
[Python-checkins] gh-138401: Check arg count>=0 in os.sendfile() (#138403)
vstinner
-
2025/09/07
[Python-checkins] gh-138010: Fix `__init_subclass__` forwarding by `warnings.deprecated` (#138210)
JelleZijlstra
-
2025/09/07
[Python-checkins] gh-90548: Skip NODEV portion of test_makedev when linked to musl (GH-138593)
zware
-
2025/09/07
[Python-checkins] [3.13] gh-95844: Move help_url code to a help module function (GH-129971) (#138485)
terryjreedy
-
2025/09/07
[Python-checkins] gh-138205: Remove the `resize` method on `mmap` object on platforms don't support it (#138276)
kumaraditya303
-
2025/09/07
[Python-checkins] gh-131178: Fix `test_unknown_flag` for platform CLI (#137816)
kumaraditya303