summaryrefslogtreecommitdiffstats
path: root/Doc/reference
Commit message (Expand)AuthorAgeFilesLines
* [3.9] [3.11] Add single value `agen.athrow(value)` signature to the 3.11 docs...Miss Islington (bot)2023-07-051-1/+2
* bpo-45393: help() on operator precedence has misleading entries (GH-31246) (G...Miss Islington (bot)2022-05-191-2/+2
* gh-80143: Add clarification for escape characters (GH-92292) (GH-92630)Miss Islington (bot)2022-05-161-3/+7
* gh-87304: Improve comments in language reference for imports (GH-92164)Miss Islington (bot)2022-05-031-3/+3
* gh-89885: Improve import example in language reference (GH-91523) (#91649)Miss Islington (bot)2022-04-171-6/+4
* Language reference: Remove duplicated text about iterable unpacking (GH-25212)Miss Islington (bot)2022-04-031-3/+1
* bpo-24563: Link encoding names to encoding declarations (GH-32274)Miss Islington (bot)2022-04-031-3/+2
* bpo-14911: Corrected generator.throw() documentation (GH-32207)Miss Islington (bot)2022-03-312-3/+17
* bpo-12029: [doc] clarify that except does not match virtual subclasses of the...Irit Katriel2022-03-212-5/+7
* bpo-46013: Fix confusing kerning on period in docs (GH-29989) (GH-32006)Miss Islington (bot)2022-03-201-1/+1
* Removed confusing reference to sys (GH-31638)Miss Islington (bot)2022-03-081-3/+3
* Removed ambiguity in __init_subclass__ docs (GH-31540)Miss Islington (bot)2022-03-081-1/+1
* bpo-45680: Improve docs on subscriptions w.r.t. `GenericAlias` objects (GH-29...Miss Islington (bot)2022-03-081-20/+30
* bpo-23556: [doc] Fix inaccuracy in documentation for raise without args. Impr...Miss Islington (bot)2022-01-271-8/+10
* bpo-24650: Use full term "generator function" in yield expressions docs (GH-2...Miss Islington (bot)2022-01-071-2/+2
* bpo-46076: Improve documentation for per-attribute docstrings with `__slots__...Miss Islington (bot)2021-12-191-3/+6
* [3.9] bpo-45840: Improve cross-references in the data model documentation (G...Alex Waygood2021-12-131-53/+75
* [doc] Clarify MRO precedence in descriptor super binding section (GH-29539) (...Miss Islington (bot)2021-12-111-1/+1
* [3.9] [doc] bpo-45680: Disambiguate ``__getitem__`` and ``__class_getitem__``...Miss Islington (bot)2021-11-181-18/+146
* bpo-45583: Correct datamodel documentation of int() (GH-29182) (GH-29286)Miss Islington (bot)2021-10-281-2/+2
* [3.9]bpo-45463: Clarify that global statements allows multiple names (GH-2885...Miss Islington (bot)2021-10-161-4/+4
* [3.9] [docs] Improve the markup of powers (GH-28598) (GH-28608)Łukasz Langa2021-09-281-1/+1
* [3.9] [codemod] Fix non-matching bracket pairs (GH-28473) (GH-28512)Łukasz Langa2021-09-221-1/+0
* bpo-45104: Clarify when __init__ is called (GH-28210) (GH-28212)Miss Islington (bot)2021-09-071-1/+1
* bpo-45003: Change __div__ to __truediv__ in py3 language reference. (GH-27951...Miss Islington (bot)2021-08-261-1/+1
* bpo-41911: Update docs for various expressions (GH-27470) (GH-27491)Miss Islington (bot)2021-07-301-7/+34
* bpo-8264: Document hasattr and getattr behavior for private attributes (GH-23...Miss Islington (bot)2021-05-221-0/+2
* Update doc as relative import can be used with star import (GH-25667) (GH-26122)Miss Islington (bot)2021-05-141-1/+1
* bpo-42800: Add audit events for f_code and tb_frame (GH-24182)Steve Dower2021-05-031-0/+6
* bpo-43990: Fix the footnote ordering in the operator precedence docs (GH-2580...Miss Islington (bot)2021-05-021-3/+3
* Fix a typo in datamodel reference document (GH-24930)Miss Islington (bot)2021-04-251-1/+1
* bpo-43837: Reverse order of precedence table to show tightly binding operator...Miss Islington (bot)2021-04-191-29/+29
* Fix description of behaviour of an exception class in 'from' clause (GH-24303...Miss Islington (bot)2021-04-111-4/+7
* [3.9] bpo-39702: Remove dotted_name from decorator documentation (GH-25234) (...Miss Islington (bot)2021-04-081-1/+0
* [3.9] bpo-36540: Improve doc of function definition regarding positional-only...Saiyang Gou2021-04-071-2/+8
* bpo-43755: Update docs to reflect that lambda is not allowed in `comp_if` sin...Miss Islington (bot)2021-04-071-3/+1
* bpo-27646: Say that 'yield from' expression can be any iterable (GH-24595)Miss Islington (bot)2021-02-211-2/+2
* [3.9] [doc] Fix a few margins due to bad markup (GH-23619). (GH-23859)Andre Delfino2020-12-221-1/+0
* bpo-42669: Document that `except` rejects nested tuples (GH-23822) (GH-23870)Miss Islington (bot)2020-12-201-1/+2
* [3.9] bpo-41879: Doc: Fix description of async for statement (GH-23548) (GH-2...Miss Islington (bot)2020-12-131-4/+4
* bpo-42198: Link to GenericAlias in typing and expressions (GH-23030)Miss Skeleton (bot)2020-10-301-7/+1
* bpo-6761: Enhance __call__ documentation (GH-7987)Miss Skeleton (bot)2020-10-271-1/+1
* bpo-29981: Add examples and update index for set, dict, and generator compreh...Miss Skeleton (bot)2020-10-251-0/+4
* bpo-41910: specify the default implementations of object.__eq__ and object.__...Miss Skeleton (bot)2020-10-221-6/+8
* bpo-35181: Correct importlib documentation for some module attributes (GH-15190)Miss Skeleton (bot)2020-10-211-15/+3
* Fix bpo-39416: Change "Numeric" to lower case; an english word, not a class n...Miss Skeleton (bot)2020-10-211-1/+1
* [3.9] bpo-39416: Document some restrictions on the default string representat...Miss Skeleton (bot)2020-10-211-0/+18
* Doc: Fix a typo/error in the docs for cached bytecode (GH-22445)Miss Skeleton (bot)2020-10-211-1/+1
* Doc: Remove old Python version from future stmt (GH-21802)Miss Skeleton (bot)2020-10-211-2/+2
* [3.9] bpo-42010: [docs] Clarify subscription of types (GH-22822) (GH-22840)Miss Skeleton (bot)2020-10-201-2/+13