summaryrefslogtreecommitdiffstats
path: root/Doc/reference
Commit message (Expand)AuthorAgeFilesLines
* [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
* bpo-41192: Add documentation of undocumented audit events (GH-22831)Miss Skeleton (bot)2020-10-201-0/+18
* bpo-41584: clarify when the reflected method of a binary arithemtic operator ...Miss Skeleton (bot)2020-10-051-7/+8
* bpo-41762: Fix usage of productionlist markup in the doc (GH-22281)Miss Islington (bot)2020-09-186-66/+67
* [doc] Remove superfluous comment about equal in f-strings (GH-22006)Miss Islington (bot)2020-09-101-1/+1
* [3.9] bpo-41688: Document bug in **= dispatching in the language data… (GH-...Ammar Askar2020-09-091-0/+7
* [3.9] bpo-40204: Allow pre-Sphinx 3 syntax in the doc (GH-21844) (GH-21901)Victor Stinner2020-08-192-3/+3
* [3.9] bpo-41045: Document debug feature of f-strings ('=') (GH-21509) (GH-21645)Guido van Rossum2020-07-271-5/+32
* [3.9] bpo-40939: Use the new grammar for the grammar specification documentat...Guido van Rossum2020-07-271-3/+15
* bpo-39868: Add documentation for Assignment Expressions (walrus, PEP 572) (GH...Miss Islington (bot)2020-07-251-2/+19
* Update lexical_analysis.rst (GH-17508)Miss Islington (bot)2020-06-121-1/+1
* bpo-40439: Update broken link in lexical analysis docs (GH-20184)Miss Islington (bot)2020-05-231-1/+1
* Fix typo in object.__format__ docs (GH-19504)Heshy Roskes2020-04-261-1/+1
* Fix misinformation about NaN != NaN comparison (GH-19357)Mark Dickinson2020-04-051-2/+3
* fix comma location in various places (GH-19233)Mathieu Dupuy2020-03-302-2/+2
* bpo-40045: Make "dunder" method documentation easier to locate (#19153)Javad Mokhtari2020-03-271-5/+5
* bpo-39879: Update datamodel docs to include dict ordering (GH-19006)Lahfa Samy2020-03-261-0/+10
* Update some www.unicode.org URLs to use HTTPS. (GH-18912)Benjamin Peterson2020-03-111-2/+2
* closes bpo-39926: Update Unicode to 13.0.0. (GH-18910)Benjamin Peterson2020-03-111-1/+1