summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Python 3.14.0a6v3.14.0a6Hugo van Kemenade2025-03-149-18/+18
* gh-121970: Revert "GH-121970: Extract ``pydoc_topics`` into a new extension (...Hugo van Kemenade2025-03-143-190/+71
* gh-93096: Update and document `pickle` CLI (#131097)donBarbos2025-03-142-1/+25
* gh-92897: Doc: the check_home removal has been scheduled for 3.15 (#130586)Hugo van Kemenade2025-03-142-4/+1
* gh-130814: Enhance documentation for Python C API type objects (#130817)sharktide2025-03-141-2/+2
* gh-124269: Simplify `typing.Annotated` docs (#130770)Stan Ulbrych2025-03-141-47/+33
* gh-74028: update `whatsnew/3.14.rst` post gh-125663 (#131214)Enzo Bonnal2025-03-131-6/+7
* gh-130947: Add again PySequence_Fast() to the limited C API (#130948)Victor Stinner2025-03-132-3/+5
* gh-93096: Remove CLI interface for `difflib` (#131099)donBarbos2025-03-131-1/+0
* gh-93096: Make `mimetypes` CLI tool public (#93097)Oleg Iarygin2025-03-133-2/+103
* gh-74028: add `buffersize` parameter to `concurrent.futures.Executor.map` for...Enzo Bonnal2025-03-132-3/+16
* gh-130940: Modify default behavior of `PyConfig.use_system_logger` to enable ...Russell Keith-Magee2025-03-132-3/+8
* gh-129349: Accept bytes in bytes.fromhex()/bytearray.fromhex() (#129844)Daniel Pope2025-03-122-0/+12
* Replace link to historical TypedDict PEP with current document on typing.pyth...Gerardwx2025-03-111-1/+1
* gh-129675: Update documentation for tp_basicsize & tp_itemsize (#129850)Petr Viktorin2025-03-113-30/+83
* gh-46236: Add missing PyUnicode_Append() doc (#130531)RUANG (James Roy)2025-03-112-0/+25
* Minor nits to whats new tail call wording (#130912)Ken Jin2025-03-111-1/+1
* gh-118518: Minor improvements to perf docs (#130866)stratakis2025-03-101-3/+3
* gh-82909: Update PC/pyconfig.h to allow disabling pragma based auto-linking (...Jean-Christophe Fillion-Robin2025-03-102-12/+48
* gh-101100: Fix sphinx warnings in `library/asyncio-subprocess.rst` (#130994)Yuki Kobayashi2025-03-102-11/+10
* gh-80421: Correct definitions of time (#130984)Stan Ulbrych2025-03-091-3/+7
* gh-130160: use `.. program::` directive for documenting `pdb` CLI (#130996)donBarbos2025-03-091-8/+17
* gh-130160: use `.. program::` directive for documenting `webbrowser` CLI (#13...donBarbos2025-03-091-3/+12
* gh-123726: Document caveats of zipfile.Path around name sanitization (#130537)Affan Shaikhsurab2025-03-081-0/+8
* gh-117151: IO performance improvement, increase io.DEFAULT_BUFFER_SIZE to 128...morotti2025-03-071-4/+4
* Correct function name in `Doc/extending/embedding.rst` (#127539)Boris Verkhovskiy2025-03-071-2/+2
* gh-127647: Add typing.Reader and Writer protocols (#127648)Sebastian Rittau2025-03-063-7/+79
* gh-128563: Clarify wording in Whats new for Tail call (#130911)Ken Jin2025-03-061-3/+3
* gh-128563: Add correction note to tail call in whats new (#130908)Ken Jin2025-03-061-1/+14
* gh-85795: Raise a clear error when `super()` is used in `typing.NamedTuple` s...Bartosz Sławecki2025-03-061-0/+4
* gh-128041: Fix incorrect bullet placement in "What's new" (GH-130900)Charles Machalow2025-03-051-5/+4
* GH-130153: Reword the wildcard matching part of the tutorial (GH-129954)Tshepang Mbambo2025-03-051-2/+3
* gh-128041: Add `terminate_workers` and `kill_workers` methods to ProcessPoolE...Charles Machalow2025-03-052-0/+29
* Update links from typing.readthedocs.io to typing.python.org (#130877)Sebastian Rittau2025-03-051-3/+3
* GH-125722: Increase minimum supported Sphinx to 8.2.0 (#130444)Adam Turner2025-03-051-1/+1
* gh-125377: Improve tab indentation for pdb multi-line input (#130471)Tian Gao2025-03-041-0/+4
* gh-105499: Merge typing.Union and types.UnionType (#105511)Jelle Zijlstra2025-03-047-16/+38
* gh-126085: Add `tp_iter` to TypeAliasType to allow star unpacking (#127981)Tomas R.2025-03-042-0/+16
* gh-82987: Stop on calling frame unconditionally for inline breakpoints (#130493)Tian Gao2025-03-042-0/+9
* Revert "gh-128041: Add `terminate_workers` and `kill_workers` methods to Proc...Sam Gross2025-03-042-29/+0
* gh-129567: Add a note to `typing.TypedDict` docs about name mangling (#130233)sobolevn2025-03-041-1/+6
* gh-129666: Add C11/C++11 to docs and -pedantic-errors to GCC/clang test_c[pp]...Petr Viktorin2025-03-041-0/+10
* gh-89083: add support for UUID version 7 (RFC 9562) (#121119)Bénédikt Tran2025-03-042-8/+24
* gh-130711: Document `PyBaseObject_Type` (GH-130712)Yuki Kobayashi2025-03-031-0/+5
* gh-101100: Fix sphinx warnings in `library/email.errors.rst` (#130774)Yuki Kobayashi2025-03-032-35/+55
* gh-101100: Fix Sphinx documentation warnings in `collections.rst` (#130629)Victorien2025-03-032-11/+11
* gh-129015: Improve disambiguation between `NotImplemented` and `NotImplemente...Mike Castle2025-03-032-8/+11
* gh-128041: Add `terminate_workers` and `kill_workers` methods to ProcessPoolE...Charles Machalow2025-03-032-0/+29
* gh-128481: indicate that the default value for `FrameSummary.end_lineno` chan...Bénédikt Tran2025-03-021-0/+3
* gh-89083: add support for UUID version 6 (RFC 9562) (#120650)Bénédikt Tran2025-03-022-9/+25