summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* [3.12] gh-123523: Rework typing documentation for generators and coroutines, ...Alex Waygood2024-09-062-89/+97
* [3.12] gh-120426: Add the glossary term "immortal" (GH-123191) (GH-123491) (#...Petr Viktorin2024-09-061-0/+8
* [3.12] gh-123207: Clarify the documentation for the mro lookup for super() (G...Miss Islington (bot)2024-09-061-4/+4
* [3.12] gh-123463: Include logging_flow diagram in non-HTML docs (GH-123464) (...Miss Islington (bot)2024-09-061-0/+4
* [3.12] gh-102988: Adjust version numbers in versionadded directives (GH-123771)Petr Viktorin2024-09-061-2/+2
* [3.12] [CVE-2023-27043] gh-102988: Reject malformed addresses in email.parsea...Petr Viktorin2024-09-062-4/+32
* [3.12] gh-123213: Fixed xml.etree.ElementTree.Element.extend and assignment t...Miss Islington (bot)2024-09-061-1/+1
* [3.12] gh-103066: Add links and `help` in site.py constants (GH-103777) (#123...Miss Islington (bot)2024-09-062-2/+12
* [3.12] Swap the and from in sentence in init_config.rst (GH-120086) (#123743)Miss Islington (bot)2024-09-051-1/+1
* [3.12] gh-85453: Improve instance attributes mark up on datetime.rst (GH-1236...Miss Islington (bot)2024-09-051-9/+15
* [3.12] gh-123392: Clarify wording regarding parameters that are functions to ...Miss Islington (bot)2024-09-051-38/+36
* [3.12] gh-118508: Clarify which characters are matched by `\s` (GH-119155) (#...Miss Islington (bot)2024-09-041-4/+3
* [3.12] gh-123580: Fix `signed_number` token in documentation (GH-123582) (GH-...Miss Islington (bot)2024-09-041-1/+1
* [3.12] gh-123621: Fix `datamodel.rst` with proper `dict` notation (GH-123648)...Miss Islington (bot)2024-09-031-1/+1
* [3.12] gh-123579: Document exclamation token (GH-123612) (#123638)Miss Islington (bot)2024-09-031-3/+3
* [3.12] gh-123517: Remove unnecessary `:meth:` parentheses (gh-123518) (GH-123...Wei-Hsiang (Matt) Wang2024-09-0235-105/+105
* [3.12] gh-123570: Add link to `weakref.ref` from `weakref_slot` docs in `data...Miss Islington (bot)2024-09-021-1/+2
* [3.12] gh-91126: Docs and tests for slotted dataclasses with `__init_subclass...Miss Islington (bot)2024-09-011-4/+15
* [3.12] gh-123550: Fix code snippet of `BUILD_TUPLE` in `dis` docs (GH-123551)...Miss Islington (bot)2024-09-011-1/+1
* [3.12] gh-123494: Improve documentation for ``webbrowser`` return types (GH-1...Miss Islington (bot)2024-09-011-0/+7
* [3.12] gh-123407: Enable translating literal and code blocks (GH-123408) (#12...Miss Islington (bot)2024-08-311-0/+1
* [3.12] gh-123492: Remove unnecessary `:func:` parentheses (gh-123493) (#123512)Wei-Hsiang (Matt) Wang2024-08-3041-74/+74
* [3.12] gh-123254: Improve `tuple` C API docs with more info about errors (GH-...Miss Islington (bot)2024-08-281-8/+16
* [3.12] gh-82378: Document the difference between sys.tracebacklimit and the l...Miss Islington (bot)2024-08-251-0/+8
* [3.12] gh-122982: Extend the deprecation period for bool inversion by two yea...Miss Islington (bot)2024-08-254-3/+5
* [3.12] Docs: Fix Makefile syntax (GH-123287) (#123289)Miss Islington (bot)2024-08-241-2/+2
* [3.12] gh-123110: correct note about _Bool in the struct module docs (GH-1231...Miss Islington (bot)2024-08-191-3/+3
* [3.12] Docs: Run ``latexmk`` in parallel when creating PDFs (GH-123113) (#123...Miss Islington (bot)2024-08-171-17/+32
* [3.12] fix typo in dis.rst (GH-121612) (#123096)Miss Islington (bot)2024-08-171-1/+1
* [3.12] gh-122519: Adding socket module shutdown() constants description (GH-1...Miss Islington (bot)2024-08-171-0/+7
* [3.12] gh-123005: Add version added in enum.Flag.__len__ (GH-123007) (#123025)Miss Islington (bot)2024-08-141-0/+2
* [3.12] gh-122944: Fix incorrect prompt strings in the Python Tutorial (GH-122...Miss Islington (bot)2024-08-124-10/+10
* [3.12] gh-122701: Fix wording of raw strings/bytes in `lexical_analysis.rst` ...Miss Islington (bot)2024-08-111-5/+4
* [3.12] Docs: Standardise versionchanged text in weakref.rst (GH-122898) (#122...Miss Islington (bot)2024-08-111-1/+1
* [3.12] GH-120794: Use example paths with multiple parts in pathlib docs (GH-1...Miss Islington (bot)2024-08-101-8/+8
* [3.12] gh-122868: Add more lower bounds for sphinxcontrib dependencies (GH-12...Miss Islington (bot)2024-08-101-9/+11
* [3.12] gh-122868: Add lower bounds for sphinxcontrib dependencies (GH-122870)...Miss Islington (bot)2024-08-091-3/+3
* [3.12] Docs: Change `remove` to `removes` for consistency (GH-121072) (#122791)Miss Islington (bot)2024-08-071-2/+3
* [3.12] Doc: cmdline.rst: Include -P and -R in usage (GH-122590) (#122784)Miss Islington (bot)2024-08-071-1/+1
* [3.12] gh-122511: Improve documentation for object identity of mutable/immuta...Miss Islington (bot)2024-08-071-6/+10
* [3.12] gh-119577: Adjust DeprecationWarning when testing element truth values...Gregory P. Smith2024-08-061-3/+4
* [3.12] gh-117270: Add missed change to COMPARE_OP from 3.12 to dis documentat...Christopher Chianelli2024-08-061-1/+4
* [3.12] gh-121650: Encode newlines in headers, and verify headers are sound (G...Petr Viktorin2024-08-063-0/+42
* [3.12] gh-122613: Document PyLong_GetInfo() (part of Limited API) (GH-122280)...Sergey B Kirpichev2024-08-051-0/+11
* [3.12] gh-121367: [doc] BUILD_TUPLE arg can be 0 (GH-122663) (#122684)Miss Islington (bot)2024-08-051-4/+8
* [3.12] gh-122661: Remove GNU make-specific directive from Doc/Makefile (GH-12...Miss Islington (bot)2024-08-041-16/+20
* [3.12] gh-122623: Improve `c-api/bytearray.rst` with error handling info (GH-...Miss Islington (bot)2024-08-031-2/+7
* [3.12] GH-121970: Fix ``gettext`` for audit events (GH-122651) (#122654)Miss Islington (bot)2024-08-031-0/+2
* [3.12] Doc: Grammar fix in ``library/ssl.rst``, 'Verifying certificates' (GH-...Miss Islington (bot)2024-08-031-1/+1
* [3.12] Doc: Improve wording of ``os.path.commonpath()`` (GH-122627) (#122642)Miss Islington (bot)2024-08-031-1/+1