summaryrefslogtreecommitdiffstats
path: root/Doc/reference
Commit message (Expand)AuthorAgeFilesLines
* [3.13] Docs: Small clarity change for ``except*`` (GH-121073) (#137495)Miss Islington (bot)2025-08-061-1/+1
* [3.13] gh-135110: Fix misleading `generator.close()` documentation (GH-135152...Miss Islington (bot)2025-06-261-2/+4
* [3.13] Docs: Add cross-reference for `positional_item` in the `calls` product...Miss Islington (bot)2025-06-251-1/+1
* [3.13] gh-135171: Update documentation for the generator expression (GH-13535...Miss Islington (bot)2025-06-151-2/+3
* [3.13] gh-127833: lexical analysis: Add backticks to BOM example (GH-132407) ...Miss Islington (bot)2025-05-081-1/+1
* [3.13] doc: update co_flags reference (GH-132300) (#132936)Hugo van Kemenade2025-04-261-4/+2
* [3.13] gh-131457: Fix typo in BNF description of function signatures (GH-1314...Miss Islington (bot)2025-03-221-1/+1
* [3.13] gh-116666: Add "token" glossary term (GH-130888) (GH-131367)Miss Islington (bot)2025-03-181-2/+3
* [3.13] gh-121970: Replace `.. coroutine{method,function}` with `:async:` (GH-...Miss Islington (bot)2025-02-221-5/+9
* Doc: update term "namespace package" (GH-129251)Miss Islington (bot)2025-02-151-0/+2
* [3.13] gh-122845: fix parameter_list_starargs in function definition pseudo-g...Miss Islington (bot)2025-01-211-2/+4
* [3.13] gh-126664: revert: Use `else` instead of `finally` in docs explaining ...Miss Islington (bot)2024-12-241-2/+5
* [3.13] gh-126720: Docs: Miscellaneous corrections to simple statements in the...Carol Willing2024-12-021-22/+11
* [3.13] Document that return-less user-defined functions return None (GH-12676...Miss Islington (bot)2024-11-141-1/+2
* [3.13] gh-126664: Use `else` instead of `finally` in "The with statement" doc...Miss Islington (bot)2024-11-111-5/+2
* [3.13] Postpone `module.__loader__` deprecation to Python 3.16 (GH-126482) (#...Shantanu2024-11-101-2/+2
* [3.13] gh-101865: Docs: Keep co_lnotab deprecation for at least 3.14 (GH-1263...Hugo van Kemenade2024-11-041-1/+1
* [3.13] gh-60712: Include the "object" type in the lists of documented types (...Miss Islington (bot)2024-10-301-15/+37
* [3.13] gh-125461: Remove Python 2 from identifiers in doc (GH-125462) (GH-125...Miss Islington (bot)2024-10-141-3/+2
* [3.13] gh-101100: Consolidate documentation on `ModuleType` attributes (#1247...Alex Waygood2024-10-092-170/+241
* [3.13] gh-70870: Clarify dual usage of 'free variable' (GH-122545) (#125088)Miss Islington (bot)2024-10-082-5/+13
* [3.13] gh-125072: Add label for assignment expressions; update tracked sectio...Emily Morehouse2024-10-081-0/+2
* [3.13] gh-124370: Add "howto" for free-threaded Python (GH-124371) (#124860)Miss Islington (bot)2024-10-031-0/+1
* [3.13] gh-123339: Fix cases of inconsistency of __module__ and __firstlineno_...Serhiy Storchaka2024-09-301-1/+4
* [3.13] gh-81263: Add assignment expressions to `help` (GH-124641) (#124713)Emily Morehouse2024-09-271-0/+1
* [3.13] GH-65961: Document the deprecation of `__package__` and `__cached__` (...Miss Islington (bot)2024-09-271-0/+8
* [3.13] gh-123242: Note that type.__annotations__ may not exist (GH-124557) (#...Jelle Zijlstra2024-09-261-0/+8
* [3.13] gh-101100: Make __subclasses__ doctest stable (GH-124577) (#124579)Miss Islington (bot)2024-09-261-2/+4
* [3.13] gh-115528: Update language reference for PEP 646 (GH-121181) (#124632)Miss Islington (bot)2024-09-262-17/+32
* [3.13] gh-101100: Add a table of class attributes to the "Custom classes" sec...Alex Waygood2024-09-264-49/+108
* [3.13] GH-103484: Fix permanently redirects reported by linkcheck (GH-124144)...Miss Islington (bot)2024-09-241-1/+1
* [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-022-3/+3
* [3.13] gh-123492: Remove unnecessary `:func:` parentheses (gh-123493) (#123513)Wei-Hsiang (Matt) Wang2024-08-301-1/+1
* [3.13] gh-122701: Fix wording of raw strings/bytes in `lexical_analysis.rst` ...Miss Islington (bot)2024-08-111-5/+4
* [3.13] gh-122511: Improve documentation for object identity of mutable/immuta...Miss Islington (bot)2024-08-071-6/+10
* [3.13] gh-122445: populate only modified fields in __static_attributes__ (#12...Irit Katriel2024-08-021-1/+1
* [3.13] Remove outdated note about instance methods from datamodel.rst (GH-122...Miss Islington (bot)2024-07-301-8/+1
* [3.13] gh-121905: Consistently use "floating-point" instead of "floating poin...Serhiy Storchaka2024-07-193-21/+21
* [3.13] gh-120452: improve documentation about private name mangling (GH-12045...Miss Islington (bot)2024-07-131-11/+40
* [3.13] gh-121355: Fix incorrect word in simple_stmts.rst (GH-121356) (#121362)Miss Islington (bot)2024-07-041-1/+1
* [3.13] gh-114104: clarify asynchronous comprehension docs to match runtime be...Miss Islington (bot)2024-07-011-4/+6
* [3.13] doc: Mention the missing reflected special methods for all binary oper...Miss Islington (bot)2024-06-291-7/+17
* [3.13] gh-120937: Reference weakref from the `__del__` documentation (GH-1209...Miss Islington (bot)2024-06-261-0/+2
* [3.13] gh-120521: clarify except* documentation to allow tuples (GH-120523) (...Miss Islington (bot)2024-06-191-9/+10
* [3.13] annotations: expand documentation on "simple" assignment targets (GH-1...Miss Islington (bot)2024-06-151-2/+5
* [3.13] gh-118934: Fix PyEval_GetLocals docs (PEP 667) (GH-119934)Miss Islington (bot)2024-06-021-2/+2
* [3.13] gh-100117: Fix inaccuracy in documentation of the CodeObject's co_posi...Miss Islington (bot)2024-05-311-1/+1