aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* bpo-8264: Document hasattr and getattr behavior for private attributes (GH-23...Ken Jin2021-02-021-0/+2
* Document new parenthesized with statements (GH-24281)Pablo Galindo2021-01-251-1/+14
* bpo-35790: Correct the description of sys.exc_info() and add a code example (...Géry Ogam2020-12-211-3/+21
* bpo-42669: Document that `except` rejects nested tuples (GH-23822)Colin Watson2020-12-201-1/+2
* [doc] Mention with and except clauses in globals() (GH-13232)Andre Delfino2020-12-191-1/+1
* [doc] Fix a few margins due to bad markup (GH-23619)Andre Delfino2020-12-171-1/+0
* bpo-41879: Doc: Fix description of async for statement (GH-23548)Nick Gaya2020-12-111-4/+4
* bpo-42485: [Doc] Link to PEP 617 from full grammar specification (GH-23532)James Gerity2020-11-301-1/+2
* bpo-41229: Update docs for explicit aclose()-required cases and add contextli...Joongi Kim2020-11-021-3/+13
* bpo-42198: Link to GenericAlias in typing and expressions (GH-23030)kj2020-10-291-7/+1
* bpo-6761: Enhance __call__ documentation (GH-7987)Andre Delfino2020-10-271-1/+1
* bpo-41910: specify the default implementations of object.__eq__ and object.__...Brett Cannon2020-10-211-6/+8
* bpo-35181: Correct importlib documentation for some module attributes (GH-15190)Géry Ogam2020-10-211-15/+3
* Fix bpo-39416: Change "Numeric" to lower case; an english word, not a class n...kpinc2020-10-211-1/+1
* bpo-39416: Document some restrictions on the default string representations o...kpinc2020-10-211-0/+18
* Doc: Fix a typo/error in the docs for cached bytecode (GH-22445)Zackery Spytz2020-10-211-1/+1
* Doc: Remove old Python version from future stmt (GH-21802)Andre Delfino2020-10-211-2/+2
* bpo-42010: [docs] Clarify subscription of types (GH-22822)kj2020-10-201-2/+13
* bpo-29981: Add examples and update index for set, dict, and generator compreh...Florian Dahlitz2020-10-201-0/+4
* bpo-41192: Add documentation of undocumented audit events (GH-21308)Saiyang Gou2020-10-201-0/+18
* [doc] Remove mention of async and await as soft keywords (GH-22144)Andre Delfino2020-10-121-4/+5
* bpo-38605: Make 'from __future__ import annotations' the default (GH-20434)Batuhan Taskaya2020-10-061-7/+3
* bpo-41584: clarify when the reflected method of a binary arithemtic operator ...Brett Cannon2020-10-051-7/+8
* bpo-41762: Fix usage of productionlist markup in the doc (GH-22281)Victor Stinner2020-09-186-66/+67
* [doc] Remove superfluous comment about equal in f-strings (GH-22006)Andre Delfino2020-09-091-1/+1
* bpo-40204: Fix duplicated productionlist names in the doc (GH-21900)Victor Stinner2020-08-171-1/+1
* bpo-40204: Fix reference to terms in the doc (GH-21865)Victor Stinner2020-08-141-2/+2
* bpo-41045: Document debug feature of f-strings ('=') (GH-21509)amaajemyfren2020-07-271-5/+32
* bpo-40939: Use the new grammar for the grammar specification documentation (G...Pablo Galindo2020-07-271-3/+15
* bpo-39868: Add documentation for Assignment Expressions (walrus, PEP 572) (#1...Shankar Jha2020-07-251-2/+19
* Stick with the phrase "default parameter value" (GH-21590)Andre Delfino2020-07-221-2/+2
* Update lexical_analysis.rst (GH-17508)Géry Ogam2020-06-121-1/+1
* bpo-40439: Update broken link in lexical analysis docs (GH-20184)Matteo Bertucci2020-05-221-1/+1
* Fix typo in object.__format__ docs (GH-19504)Heshy Roskes2020-04-251-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-101-2/+2
* closes bpo-39926: Update Unicode to 13.0.0. (GH-18910)Benjamin Peterson2020-03-101-1/+1
* bpo-39702: Update the Language Reference (PEP 614) (GH-18802)Brandt Bucher2020-03-071-1/+11
* bpo-17422: slightly more precise language (GH-18682)Caleb Donovick2020-03-061-1/+1
* bpo-39868: Update Language Reference for PEP 572. (#18793)Brandt Bucher2020-03-052-6/+18
* bpo-35712: Make using NotImplemented in a boolean context issue a deprecation...MojoVampire2020-03-031-2/+7
* bpo-17422: Language reference should specify restrictions on class namespace ...ananthan-1232020-02-221-2/+4
* bpo-39545: Document changes in the support of await in f-strings. (GH-18456)Serhiy Storchaka2020-02-131-0/+5
* Improve grammar in the import system reference documentation (GH-18209)Bonifacio de Oliveira2020-01-291-1/+1
* bpo-15243: Document __prepare__ as classmethod (GH-17124)alclarks2020-01-251-1/+2
* bpo-39048: Look up __aenter__ before __aexit__ in async with (GH-17609)Géry Ogam2020-01-141-1/+1
* Fix the parameter list of object. _rpow_ (#GH-16477)HongWeipeng2020-01-051-1/+1