| Commit message (Expand) | Author | Age | Files | Lines |
* | [2.7] Move __missing__ after __delitem__ in Data model. (GH-10923). (GH-10944) | Andre Delfino | 2018-12-05 | 1 | -6/+6 |
|
|
* | [2.7] bpo-33699: Describe try's else clause with the rest of the try clause (... | Andrés Delfino | 2018-11-11 | 1 | -7/+5 |
|
|
* | Add future_stmt to simple_stmt production list. (GH-8239) | Miss Islington (bot) | 2018-11-08 | 1 | -0/+1 |
|
|
* | [2.7] Use 'for example' instead of 'in other words' in compound statement doc... | Andrés Delfino | 2018-07-30 | 1 | -1/+1 |
|
|
* | [2.7] bpo-33877: Remove UNIX qualification for running complete programs (GH-... | Andrés Delfino | 2018-06-23 | 1 | -5/+5 |
|
|
* | [2.7] bpo-33852: Remove misplaced parentheses around 'list'. (GH-7672) (#7716) | Andrés Delfino | 2018-06-15 | 1 | -1/+1 |
|
|
* | bpo-33766: Document that end of file or string is a newline (GH-7383) | Miss Islington (bot) | 2018-06-09 | 1 | -5/+6 |
|
|
* | [2.7] bpo-33595: Fix lambda parameters being refered as arguments (GH-7037) (... | Terry Jan Reedy | 2018-05-25 | 1 | -2/+2 |
|
|
* | [2.7] Fix a trivial typo in global section (GH-1497) (GH-1882) | Mariatta | 2017-05-31 | 1 | -1/+1 |
|
|
* | [2.7] bpo-28315: Improve code examples in docs (GH-1372) (#1447) | Mariatta | 2017-05-04 | 1 | -1/+1 |
|
|
* | [2.7] bpo-15718: Document the upper bound constrain on the __len__ return val... | Serhiy Storchaka | 2017-04-23 | 1 | -0/+8 |
|
|
* | bpo-29952: Use usual terminology of dict (GH-924) | INADA Naoki | 2017-03-31 | 1 | -1/+1 |
|
|
* | bpo-16011: clarify that 'in' always returns a boolean value (GH-152) (GH-883) | Mariatta | 2017-03-29 | 1 | -23/+16 |
|
|
* | Issue #12067: Rewrite Comparisons section in the language reference | Martin Panter | 2017-01-21 | 1 | -39/+161 |
|
|
* | doc: Suggest to hash(tuple of attr) rather than XOR | Victor Stinner | 2016-12-19 | 1 | -2/+6 |
|
|
* | Issue #28763: Use double hyphens (rendered as en-dashes) in numerical ranges | Serhiy Storchaka | 2016-11-26 | 1 | -1/+1 |
|
|
* | Issue #19795: Mark up None as literal text. | Serhiy Storchaka | 2016-10-19 | 1 | -2/+2 |
|
|
* | Issue #26462: Doc: avoid literal_block warnings, fix syntax highlighting. | Martin Panter | 2016-07-26 | 1 | -4/+13 |
|
|
* | Issue #25523: Correct "a" article to "an" article | Martin Panter | 2015-11-02 | 1 | -1/+1 |
|
|
* | Issue #24314: Add links for general attributes like __name__, __dict__ | Martin Panter | 2016-06-18 | 1 | -30/+31 |
|
|
* | [Issue 15476] Make "code object" its own entry in the index | Tommy Beadle | 2016-06-02 | 1 | -4/+2 |
|
|
* | Issue #23275: Backport empty square bracket assignment documentation fix | Martin Panter | 2016-06-08 | 1 | -1/+1 |
|
|
* | Issue #23921: Standardized documentation whitespace formatting. | Serhiy Storchaka | 2016-05-10 | 2 | -3/+3 |
|
|
* | Issue #23986: Note that the in-operator for lists and tuples check identity ... | Raymond Hettinger | 2016-04-26 | 1 | -1/+1 |
|
|
* | Remove redundant leading zeroes in PEP references. | Serhiy Storchaka | 2016-03-31 | 4 | -5/+5 |
|
|
* | Python for .NET has moved to Github. | Zachary Ware | 2016-02-04 | 1 | -1/+1 |
|
|
* | Issue #24531: Document that encoding lines cannot follow non-comment lines. | Robert Collins | 2015-08-06 | 1 | -3/+4 |
|
|
* | the default is sys.maxsize not sys.maxint (closes #23645) | Benjamin Peterson | 2015-03-13 | 1 | -9/+9 |
|
|
* | Issue20467: clarify __init__'s role | Ethan Furman | 2015-01-15 | 1 | -4/+8 |
|
|
* | Issue #23006: Improve the documentation and indexing of dict.__missing__. | Terry Jan Reedy | 2014-12-10 | 1 | -0/+6 |
|
|
* | Fixing broken links in doc, part 3: the rest | Georg Brandl | 2014-10-29 | 1 | -1/+1 |
|
|
* | Use https:// URLs when referring to python.org hosts. | Georg Brandl | 2014-10-29 | 1 | -2/+2 |
|
|
* | remove link to the 'original package specification'; I doubt it's useful anym... | Benjamin Peterson | 2014-10-17 | 1 | -3/+1 |
|
|
* | Closes #17057: fix grammar in old-style vs new-style class docs. | Georg Brandl | 2014-10-06 | 1 | -14/+14 |
|
|
* | Issue 22465: grammar, number agreement. | Terry Jan Reedy | 2014-09-30 | 1 | -1/+1 |
|
|
* | Issue #20643: Fixed references to the next() method (distinguish from the | Serhiy Storchaka | 2014-09-05 | 2 | -13/+12 |
|
|
* | correct call grammar error (#3473) | Benjamin Peterson | 2014-08-28 | 1 | -1/+1 |
|
|
* | Issue #22243: fix except grammar in reference. | Terry Jan Reedy | 2014-08-23 | 1 | -1/+1 |
|
|
* | remove confusing delete indexing (closes #21466) | Benjamin Peterson | 2014-05-11 | 1 | -2/+0 |
|
|
* | Add prompts to interactive example. | Zachary Ware | 2014-05-06 | 1 | -8/+8 |
|
|
* | Issue #21366: Document the fact that ``return`` in a ``finally`` clause | Zachary Ware | 2014-05-06 | 1 | -0/+14 |
|
|
* | Closes #21055: Index (augmented) assignment symbols. | Terry Jan Reedy | 2014-04-29 | 1 | -0/+13 |
|
|
* | Closes 21048: Index 'as' in import and with statements. | Terry Jan Reedy | 2014-04-29 | 2 | -1/+4 |
|
|
* | #18628: clarify index entry for source file encoding declaration. | R David Murray | 2014-04-17 | 1 | -3/+1 |
|
|
* | note that the hash of an arbitrary object is only derived from its address (c... | Benjamin Peterson | 2014-04-04 | 1 | -1/+1 |
|
|
* | Issue #19683: Add __closure__ and other missing attributes to function docs. | Mark Dickinson | 2014-02-01 | 1 | -24/+30 |
|
|
* | Issue #19795: Improved markup of True/False constants. | Serhiy Storchaka | 2013-11-29 | 1 | -1/+1 |
|
|
* | Issue #19190: Improve cross-references in builtin types and functions documen... | Serhiy Storchaka | 2013-10-09 | 2 | -21/+25 |
|
|
* | Use "lambda expression" as preferred to "lambda form". | Georg Brandl | 2013-10-06 | 2 | -11/+10 |
|
|
* | document that various functions that parse from source will interpret things ... | Benjamin Peterson | 2013-09-01 | 1 | -9/+10 |
|
|