| Commit message (Expand) | Author | Age | Files | Lines |
* | [3.8] [doc] Fix a few margins due to bad markup (GH-23619). (GH-23860) | Andre Delfino | 2020-12-22 | 1 | -1/+0 |
|
|
* | bpo-42669: Document that `except` rejects nested tuples (GH-23822) (GH-23871) | Miss Islington (bot) | 2020-12-20 | 1 | -1/+2 |
|
|
* | [3.8] bpo-39416: change word case to not imply ABC (GH-22867) (GH-22869) | Miss Islington (bot) | 2020-12-16 | 1 | -1/+1 |
|
|
* | bpo-6761: Enhance __call__ documentation (GH-7987) | Miss Skeleton (bot) | 2020-10-27 | 1 | -1/+1 |
|
|
* | bpo-29981: Add examples and update index for set, dict, and generator compreh... | Miss Skeleton (bot) | 2020-10-25 | 1 | -0/+4 |
|
|
* | bpo-41910: specify the default implementations of object.__eq__ and object.__... | Miss Skeleton (bot) | 2020-10-22 | 1 | -6/+8 |
|
|
* | bpo-35181: Correct importlib documentation for some module attributes (GH-15190) | Miss Skeleton (bot) | 2020-10-21 | 1 | -15/+3 |
|
|
* | [3.8] bpo-39416: Document some restrictions on the default string representat... | Miss Skeleton (bot) | 2020-10-21 | 1 | -0/+18 |
|
|
* | Doc: Fix a typo/error in the docs for cached bytecode (GH-22445) | Miss Skeleton (bot) | 2020-10-21 | 1 | -1/+1 |
|
|
* | Doc: Remove old Python version from future stmt (GH-21802) | Miss Skeleton (bot) | 2020-10-21 | 1 | -2/+2 |
|
|
* | bpo-41192: Add documentation of undocumented audit events (GH-22832) | Miss Skeleton (bot) | 2020-10-20 | 1 | -0/+18 |
|
|
* | [3.8] bpo-41855: Fix duplicate results in FastPath.zip_children() (#22404) | Jason R. Coombs | 2020-10-15 | 1 | -0/+2 |
|
|
* | bpo-41584: clarify when the reflected method of a binary arithemtic operator ... | Miss Skeleton (bot) | 2020-10-05 | 1 | -7/+8 |
|
|
* | bpo-41762: Fix usage of productionlist markup in the doc (GH-22281) (GH-22300) | Miss Islington (bot) | 2020-09-18 | 6 | -66/+67 |
|
|
* | [doc] Remove superfluous comment about equal in f-strings (GH-22006) | Miss Islington (bot) | 2020-09-10 | 1 | -1/+1 |
|
|
* | [3.8] [3.9] bpo-41688: Document bug in **= dispatching in the language data�... | Miss Islington (bot) | 2020-09-09 | 1 | -0/+7 |
|
|
* | bpo-40204: Allow pre-Sphinx 3 syntax in the doc (GH-21844) (GH-21901) (GH-21928) | Victor Stinner | 2020-08-20 | 2 | -3/+3 |
|
|
* | [3.8] bpo-41045: Document debug feature of f-strings ('=') (GH-21509) (#21647) | Guido van Rossum | 2020-07-27 | 1 | -5/+32 |
|
|
* | bpo-39868: Add documentation for Assignment Expressions (walrus, PEP 572) (GH... | Miss Islington (bot) | 2020-07-25 | 1 | -2/+19 |
|
|
* | bpo-40439: Update broken link in lexical analysis docs (GH-20184) | Miss Islington (bot) | 2020-05-23 | 1 | -1/+1 |
|
|
* | Fix misinformation about NaN != NaN comparison (GH-19357) (GH-19383) | Miss Islington (bot) | 2020-04-05 | 1 | -2/+3 |
|
|
* | fix comma location in various places (GH-19233) | Miss Islington (bot) | 2020-03-30 | 2 | -2/+2 |
|
|
* | bpo-40045: Make "dunder" method documentation easier to locate (GH-19153) (GH... | Miss Islington (bot) | 2020-03-27 | 1 | -5/+5 |
|
|
* | bpo-39879: Update datamodel docs to include dict ordering (GH-19006) | Miss Islington (bot) | 2020-03-26 | 1 | -0/+10 |
|
|
* | bpo-17422: slightly more precise language (GH-18682) | Miss Islington (bot) | 2020-03-06 | 1 | -1/+1 |
|
|
* | bpo-39868: Update Language Reference for PEP 572. (GH-18793) | Miss Islington (bot) | 2020-03-06 | 2 | -6/+18 |
|
|
* | bpo-17422: Language reference should specify restrictions on class namespace ... | Miss Islington (bot) | 2020-02-22 | 1 | -2/+4 |
|
|
* | bpo-39545: Document changes in the support of await in f-strings. (GH-18456) | Miss Islington (bot) | 2020-02-14 | 1 | -0/+5 |
|
|
* | Improve grammar in the import system reference documentation (GH-18209) | Miss Islington (bot) | 2020-02-10 | 1 | -1/+1 |
|
|
* | bpo-15243: Document __prepare__ as classmethod (GH-17124) | Miss Islington (bot) | 2020-01-25 | 1 | -1/+2 |
|
|
* | Fix the parameter list of object. _rpow_ (GH-GH-16477) | Miss Islington (bot) | 2020-01-05 | 1 | -1/+1 |
|
|
* | bpo-39037: Fix lookup order of magic methods in with statement documentation ... | Miss Islington (bot) | 2019-12-30 | 1 | -18/+49 |
|
|
* | [3.8] bpo-38316: Fix co_stacksize documentation (GH-16983) (GH-17661) | Batuhan Taşkaya | 2019-12-19 | 1 | -2/+2 |
|
|
* | bpo-38524: clarify example a bit and improve formatting (GH-17406) | Miss Islington (bot) | 2019-11-28 | 1 | -5/+8 |
|
|
* | bpo-38524: document implicit and explicit calling of descriptors' __set_name_... | Miss Islington (bot) | 2019-11-27 | 1 | -1/+12 |
|
|
* | bpo-25866: Minor cleanups to "sequence" in docs (GH-17177) (GH-17208) | Miss Islington (bot) | 2019-11-17 | 1 | -5/+9 |
|
|
* | Fix minor typos. (GH-17095) | Miss Islington (bot) | 2019-11-13 | 1 | -3/+3 |
|
|
* | bpo-38434: Fixes some audit event documentation (GH-16932) | Miss Skeleton (bot) | 2019-10-26 | 1 | -0/+1 |
|
|
* | bpo-35224: Additional documentation for Assignment Expressions (GH-15935) (GH... | Miss Islington (bot) | 2019-09-11 | 2 | -1/+3 |
|
|
* | bpo-33459: Fix "tuple displays" term in Expressions.rst (GH-6760) (GH-15940) | Miss Islington (bot) | 2019-09-11 | 1 | -4/+4 |
|
|
* | bpo-37913: document that __length_hint__ can return NotImplemented (GH-15383) | Steve Dower | 2019-09-10 | 1 | -1/+3 |
|
|
* | bpo-36743: __get__ is sometimes called without the owner argument (GH-12992) ... | Miss Islington (bot) | 2019-08-29 | 1 | -7/+18 |
|
|
* | bpo-15542: Documentation incorrectly suggests __init__ called after direct _... | Miss Islington (bot) | 2019-08-26 | 1 | -4/+4 |
|
|
* | bpo-32118: Simplify docs for sequence comparison (GH-15450) (#15466) | Miss Islington (bot) | 2019-08-24 | 1 | -19/+7 |
|
|
* | bpo-29535: Remove promize about hash randomization of datetime objects. (GH-1... | Miss Islington (bot) | 2019-08-24 | 1 | -2/+2 |
|
|
* | [3.8] bpo-32912: Revert SyntaxWarning on invalid escape sequences (GH-15142) | Serhiy Storchaka | 2019-08-09 | 1 | -5/+3 |
|
|
* | bpo-35224: Reverse evaluation order of key: value in dict comprehensions (GH-... | Miss Islington (bot) | 2019-06-22 | 1 | -0/+6 |
|
|
* | More updates to the annotated assignments docs (GH-13794) | Ivan Levkivskyi | 2019-06-04 | 1 | -4/+3 |
|
|
* | Update the annotated assignment docs (GH-13757) | Ivan Levkivskyi | 2019-06-02 | 1 | -1/+7 |
|
|
* | bpo-20092. Use __index__ in constructors of int, float and complex. (GH-13108) | Serhiy Storchaka | 2019-06-01 | 1 | -5/+3 |
|
|