summaryrefslogtreecommitdiffstats
path: root/Doc/reference
Commit message (Expand)AuthorAgeFilesLines
* [3.14] Docs: replace an esoteric Von Neumann mention (GH-137598) (#141071)Stan Ulbrych2025-11-051-6/+2
* [3.14] gh-66646: Explain __base__ attribute in the docs (GH-102554) (GH-140365)Miss Islington (bot)2025-10-211-0/+8
* [3.14] gh-140065: Lexical analysis: Correct note about leading zeros in float...Miss Islington (bot)2025-10-161-2/+2
* [3.14] gh-97914: Reword misleading sentence on conditional expressions (GH-13...Miss Islington (bot)2025-10-141-2/+3
* [3.14] gh-135676: Add a summary of source characters (GH-138194) (GH-139781)Miss Islington (bot)2025-10-081-5/+71
* [3.14] gh-135944: Add a "Runtime Components" Section to the Execution Model D...Miss Islington (bot)2025-10-071-0/+186
* [3.14] gh-135629: rewrite language reference section on except* to improve cl...Miss Islington (bot)2025-10-071-28/+32
* [3.14] gh-105812: Use the ``:deco:`` role in place of manual decorator markup...Adam Turner2025-10-071-2/+2
* [3.14] gh-137376: Add note on top-level `global` declarations (GH-137707) (GH...Miss Islington (bot)2025-10-071-2/+9
* [3.14] Make sure the ``:keyword:`` role works for ``case`` (GH-138878) (#139200)Miss Islington (bot)2025-09-221-0/+1
* [3.14] gh-110936: Reorder string literal definition in Lexical Analysis (GH-1...Miss Islington (bot)2025-09-161-2/+2
* [3.14] gh-138871: Clarify NameError exception in 'del' (GH-138881) (#138903)Miss Islington (bot)2025-09-161-2/+2
* [3.14] GH-138562: Remove ``sort()`` from the common sequence methods in the d...Miss Islington (bot)2025-09-111-5/+8
* [3.14] gh-135676: Reword the Operators & Delimiters section(s) (GH-137713) (#...Miss Islington (bot)2025-09-111-56/+51
* [3.14] Docs: Small clarity change for ``except*`` (GH-121073) (#137494)Miss Islington (bot)2025-09-111-1/+1
* [3.14] GH-101100: Remove some entries from ``nitpick_ignore`` (GH-138464) (#1...Miss Islington (bot)2025-09-091-2/+2
* [3.14] gh-101100: Resolve reference warnings in reference/ (GH-138418) (#138680)Miss Islington (bot)2025-09-092-13/+13
* [3.14] gh-138297 Point link in docs for `finally` to try/else, instead of if/...Miss Islington (bot)2025-09-081-6/+8
* [3.14] gh-138191: Document ``frame.f_generator`` in the data model (GH-138540...Miss Islington (bot)2025-09-061-0/+7
* [3.14] GH-138465: Improve documentation for common sequence methods (GH-13847...Miss Islington (bot)2025-09-061-5/+6
* [3.14] GH-101100: Resolve reference warnings in whatsnew/3.6.rst (GH-138411) ...Miss Islington (bot)2025-09-031-0/+3
* [3.14] GH-101100: Resolve reference warnings in whatsnew/3.7.rst (GH-138410) ...Miss Islington (bot)2025-09-031-0/+5
* [3.14] gh-132661: PEP 750 documentation: second pass (GH-137020) (#137392)Miss Islington (bot)2025-08-161-34/+34
* [3.14] gh-135676: Lexical analysis: Reword String literals and related sectio...Miss Islington (bot)2025-07-234-223/+460
* [3.14] gh-132661: Document t-strings and `templatelib` (GH-135229) (#136974)Miss Islington (bot)2025-07-222-6/+48
* [3.14] gh-135110: Fix misleading `generator.close()` documentation (GH-135152...Miss Islington (bot)2025-06-261-2/+4
* [3.14] Docs: Add cross-reference for `positional_item` in the `calls` product...Miss Islington (bot)2025-06-251-1/+1
* [3.14] gh-135676: lexical analysis: Improve section on Numeric literals (GH-1...Miss Islington (bot)2025-06-183-55/+168
* [3.14] gh-135171: Update documentation for the generator expression (GH-13535...Miss Islington (bot)2025-06-151-2/+3
* [3.14] gh-127833: Reword and expand the Notation section (GH-134443) (GH-135301)Miss Islington (bot)2025-06-092-50/+128
* [3.14] gh-134675: Add t-string prefixes to tokenizer module, lexical analysis...Miss Islington (bot)2025-05-261-1/+2
* [3.14] gh-119180: Updates to PEP 649/749 docs (GH-134640) (#134731)Miss Islington (bot)2025-05-261-1/+13
* [3.14] gh-127833: lexical analysis: Improve section on Names (GH-131474) (#13...Miss Islington (bot)2025-05-261-52/+76
* [3.14] gh-134026: Fix grammar description of for statement (GH-134034) (GH-13...Miss Islington (bot)2025-05-212-8/+8
* [3.14] gh-119180: More documentation for PEP 649/749 (GH-133552) (#133902)Miss Islington (bot)2025-05-111-1/+7
* [3.14] gh-127833: Add links to token types to the lexical analysis intro (GH-...Miss Islington (bot)2025-05-081-23/+39
* [3.14] gh-127833: lexical analysis: Add backticks to BOM example (GH-132407) ...Miss Islington (bot)2025-05-081-1/+1
* Python 3.14.0b1v3.14.0b1Hugo van Kemenade2025-05-061-1/+1
* gh-132426: Add get_annotate_from_class_namespace replacing get_annotate_funct...Jelle Zijlstra2025-05-041-16/+3
* doc: update co_flags reference (#132300)Inada Naoki2025-04-241-5/+4
* gh-130104: Call __rpow__ in ternary pow() if necessary (GH-130251)Serhiy Storchaka2025-04-161-4/+9
* Python 3.14.0a7v3.14.0a7Hugo van Kemenade2025-04-081-2/+2
* gh-131831: Implement PEP 758 – Allow except and except* expressions without...Pablo Galindo Salgado2025-04-011-1/+4
* gh-131457: Fix typo in BNF description of function signatures (#131460)Srinivas Reddy Thatiparthy (తాటిపర్తి శ్రీనివాస్ రెడ్డి)2025-03-221-1/+1
* gh-130587: Add hand-written docs for non-OP tokens (GH-130588)Petr Viktorin2025-03-191-4/+6
* gh-130080: implement PEP 765 (#130087)Irit Katriel2025-03-171-18/+22
* gh-116666: Add "token" glossary term (GH-130888)Petr Viktorin2025-03-171-2/+3
* gh-121970: Replace `.. coroutine{method,function}` with `:async:` (#130448)sobolevn2025-02-221-5/+9
* Doc: update term "namespace package" (#129251)Inada Naoki2025-02-141-0/+2
* gh-127833: Docs: Add a `grammar-snippet` directive & replace `productionlist`...Petr Viktorin2025-02-051-2/+6