summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* [3.13] gh-123523: Rework typing documentation for generators and coroutines, ...Miss Islington (bot)2024-09-062-101/+112
* [3.13] gh-109975: Add links to py-free-threading.github.io (GH-123776) (#123794)Miss Islington (bot)2024-09-062-0/+10
* [3.13] gh-123207: Clarify the documentation for the mro lookup for super() (G...Miss Islington (bot)2024-09-061-4/+4
* [3.13] gh-123463: Include logging_flow diagram in non-HTML docs (GH-123464) (...Miss Islington (bot)2024-09-061-0/+4
* [3.13] gh-103066: Add links and `help` in site.py constants (GH-103777) (#123...Miss Islington (bot)2024-09-062-2/+12
* [3.13] gh-123275: Support `-Xgil=1` and `PYTHON_GIL=1` on non-free-threaded b...Miss Islington (bot)2024-09-061-4/+3
* [3.13] Swap the and from in sentence in init_config.rst (GH-120086) (#123744)Miss Islington (bot)2024-09-051-1/+1
* [3.13] gh-85453: Improve instance attributes mark up on datetime.rst (GH-1236...Miss Islington (bot)2024-09-051-9/+15
* [3.13] gh-123392: Clarify wording regarding parameters that are functions to ...Miss Islington (bot)2024-09-051-38/+36
* [3.13] gh-118508: Clarify which characters are matched by `\s` (GH-119155) (#...Miss Islington (bot)2024-09-041-4/+3
* [3.13] gh-123580: Fix `signed_number` token in documentation (GH-123582) (GH-...Miss Islington (bot)2024-09-041-1/+1
* [3.13] gh-123621: Fix `datamodel.rst` with proper `dict` notation (GH-123648)...Miss Islington (bot)2024-09-031-1/+1
* [3.13] gh-123579: Document exclamation token (GH-123612) (#123637)Miss Islington (bot)2024-09-031-3/+3
* [3.13] gh-123517: Remove unnecessary `:meth:` parentheses (gh-123518) (GH-123...Wei-Hsiang (Matt) Wang2024-09-0236-106/+106
* [3.13] gh-123570: Add link to `weakref.ref` from `weakref_slot` docs in `data...Miss Islington (bot)2024-09-021-1/+2
* [3.13] gh-120426: Reword the glossary term "immortal" (GH-123191) (#123491)Petr Viktorin2024-09-021-7/+5
* [3.13] Fix typos in docs and what's new (#123451)Wulian2024-09-021-1/+1
* [3.13] GH-117759: Document incremental GC (GH-123266) (#123395)Miss Islington (bot)2024-09-022-15/+53
* [3.13] gh-123213: Fixed xml.etree.ElementTree.Element.extend and assignment t...Miss Islington (bot)2024-09-021-1/+1
* [3.13] GH-121970: Fix ``gettext`` for audit events (GH-122651) (#122653)Miss Islington (bot)2024-09-021-0/+2
* [3.13] Fix typos in docs, error messages and comments (#122502) (#122606)Alex Waygood2024-09-023-3/+3
* [3.13] gh-109975: Remove dangling angle bracket from 3.13.rst (GH-123589) (#1...Miss Islington (bot)2024-09-021-1/+1
* [3.13] Remove irrelevant detail from example code. (gh-123587) (gh-123588)Miss Islington (bot)2024-09-021-19/+10
* [3.13] Simplify Property() recipe to focus on the essentials (gh-123585) (gh-...Miss Islington (bot)2024-09-011-20/+6
* [3.13] gh-91126: Docs and tests for slotted dataclasses with `__init_subclass...Miss Islington (bot)2024-09-011-4/+15
* [3.13] gh-123550: Fix code snippet of `BUILD_TUPLE` in `dis` docs (GH-123551)...Miss Islington (bot)2024-09-011-1/+1
* [3.13] GH-109975: Copyedit 3.13 What's New: Removals (GH-123529) (#123552)Miss Islington (bot)2024-09-011-155/+175
* [3.13] gh-123494: Improve documentation for ``webbrowser`` return types (GH-1...Miss Islington (bot)2024-09-011-0/+7
* [3.13] gh-123407: Enable translating literal and code blocks (GH-123408) (#12...Miss Islington (bot)2024-08-311-0/+1
* [3.13] gh-123492: Remove unnecessary `:func:` parentheses (gh-123493) (#123513)Wei-Hsiang (Matt) Wang2024-08-3045-82/+82
* [3.13] gh-101860: document `property.__name__` (GH-123399) (#123428)Miss Islington (bot)2024-08-292-0/+10
* [3.13] gh-123254: Improve `tuple` C API docs with more info about errors (GH-...Miss Islington (bot)2024-08-281-8/+16
* [3.13] gh-109975: Fix a typo in What's New in Python 3.13 (GH-123393) (#123396)Miss Islington (bot)2024-08-271-1/+1
* [3.13] gh-82378: Document the difference between sys.tracebacklimit and the l...Miss Islington (bot)2024-08-251-0/+8
* [3.13] gh-122982: Extend the deprecation period for bool inversion by two yea...Miss Islington (bot)2024-08-254-3/+5
* [3.13] GH-109975: Copyedit 3.13 What's New: Optimizations (GH-123301) (#123308)Miss Islington (bot)2024-08-251-14/+25
* [3.13] Docs: Fix Makefile syntax (GH-123287) (#123288)Miss Islington (bot)2024-08-241-2/+2
* [3.13] GH-109975: Copyedit 3.13 What's New: Improved Modules (GH-123132) (#12...Adam Turner2024-08-242-350/+473
* [3.13] gh-109975: Copyedit What's New in Python 3.13 (GH-123150) (#123164)Miss Islington (bot)2024-08-201-16/+16
* [3.13] gh-123110: correct note about _Bool in the struct module docs (GH-1231...Miss Islington (bot)2024-08-191-3/+3
* [3.13] Add debug offsets for free threaded builds (GH-123041) (#123055)Miss Islington (bot)2024-08-181-16877/+16694
* [3.13] Docs: Run ``latexmk`` in parallel when creating PDFs (GH-123113) (#123...Miss Islington (bot)2024-08-171-17/+32
* [3.13] GH-109975: Copyedit 3.13 What's New: Other Language Changes (GH-123086...Miss Islington (bot)2024-08-171-102/+156
* [3.13] fix typo in dis.rst (GH-121612) (#123095)Miss Islington (bot)2024-08-171-1/+1
* [3.13] gh-122519: Adding socket module shutdown() constants description (GH-1...Miss Islington (bot)2024-08-171-0/+7
* [3.13] mention pypy somewhat more prominently in the pyrepl section of whatsn...Miss Islington (bot)2024-08-161-1/+3
* [3.13] GH-109975: Copyedit 3.13 What's New: New Features (GH-122990) (#123032)Miss Islington (bot)2024-08-152-181/+199
* [3.13] gh-123005: Add version added in enum.Flag.__len__ (GH-123007) (#123026)Miss Islington (bot)2024-08-141-0/+2
* [3.13] GH-109975: Copyedit 3.13 What's New: Release Highlights (GH-122958) (#...Miss Islington (bot)2024-08-134-58/+119
* [3.13] gh-122944: Fix incorrect prompt strings in the Python Tutorial (GH-122...Miss Islington (bot)2024-08-124-10/+10