Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [3.5] Fix a trivial typo in global section (GH-1497) (GH-1881) | Mariatta | 2017-05-31 | 1 | -1/+1 |
| | | | (cherry picked from commit f34c6850203a2406c4950af7a9c8a134145df4ea) | ||||
* | bpo-30354: Update data model documentation for super() (GH-1561) (GH-1869) | csabella | 2017-05-30 | 1 | -6/+6 |
| | | | | | | | | | | | The data model section of the language reference was written well before the zero-argument form of super() was added. To avoid giving the impression that they're doing something unusual, this updates the description of `__new__` and `__init__` to use the zero-argument form. Patch by Cheryl Sabella. (cherry picked from commit 12b1c180986fc744331b8f30d3d2f49a0fdb43dd) | ||||
* | [3.5] bpo-28315: Improve code examples in docs (GH-1372) (#1446) | Mariatta | 2017-05-04 | 1 | -1/+1 |
| | | | | | | | Replace File "<stdin>", line 1, in ? with File "<stdin>", line 1, in <module> (cherry picked from commit 8856940cf2e82cb17db2b684cd5732fe658605ca) | ||||
* | [3.5] bpo-15718: Document the upper bound constrain on the __len__ return ↵ | Serhiy Storchaka | 2017-04-23 | 1 | -0/+9 |
| | | | | | value. (GH-1256) (#1260) (cherry picked from commit 85157cd) | ||||
* | bpo-29952: Use usual terminology of dict (GH-923) | INADA Naoki | 2017-03-31 | 1 | -1/+1 |
| | | | | s/keys and elements/keys and values/ (cherry picked from commit cdcac039fb447f2ab04efcacbe663751bb2cb4ec) | ||||
* | bpo-16011: clarify that 'in' always returns a boolean value (GH-152) (GH-875) | Mariatta | 2017-03-28 | 1 | -9/+10 |
| | | | (cherry picked from commit 0ae7c8bd614d3aa1fcaf2d71a10ff1148c80d9b5) | ||||
* | Remove an outdated statement in execution model docs (GH-754) (GH-774) | Mariatta | 2017-03-23 | 1 | -6/+0 |
| | | | (cherry picked from commit fad7f1560669af1766c583c7ef242c55d8c8de41) | ||||
* | bpo-29648: import.rst: Add reference to create_module() (GH-290) (GH-315) | Mariatta | 2017-02-26 | 1 | -1/+1 |
| | | | (cherry picked from commit 46ce7599af82a929506baeaaee5c149970440c4c) | ||||
* | Issue #12067: Recommend that hash and equality be consistent | Martin Panter | 2017-01-29 | 1 | -0/+4 |
| | |||||
* | Issue #29012: Remove another outdated information | Berker Peksag | 2017-01-03 | 1 | -3/+3 |
| | | | | Patch by Jim Fasarakis-Hilliard. | ||||
* | Issue #29012: Remove outdated information about __bases__ | Berker Peksag | 2017-01-02 | 1 | -1/+1 |
| | | | | Patch by Jim Fasarakis-Hilliard. | ||||
* | Issue #28954: Add missing comma to keyword argument syntax | Martin Panter | 2016-12-24 | 1 | -1/+1 |
| | |||||
* | doc: Suggest to hash(tuple of attr) rather than XOR | Victor Stinner | 2016-12-19 | 1 | -5/+8 |
| | | | | | | Issue #28383: __hash__ documentation recommends naive XOR to combine but this is suboptimal. Update the doc to suggest to reuse the hash() method using a tuple, with an example. | ||||
* | Issue #19795: Mark up None as literal text. | Serhiy Storchaka | 2016-10-19 | 1 | -1/+1 |
| | |||||
* | Issue #26511: Reference the id() function in the 'is' and 'is not' docs | Raymond Hettinger | 2016-09-12 | 1 | -2/+3 |
| | |||||
* | Issue 19504: Change "customise" to "customize" American spelling. | Raymond Hettinger | 2016-08-26 | 1 | -2/+2 |
| | |||||
* | Issue #27712: Fix some typos in the import docs. | Brett Cannon | 2016-08-12 | 1 | -2/+2 |
| | | | | Thanks to Xiang Zhang for the patch. | ||||
* | Issue #26576: Clarify that the @deco syntax is not always an equivalent of f ↵ | Berker Peksag | 2016-08-03 | 1 | -4/+5 |
| | | | | | | = deco(f) Patch by Chris Angelico. | ||||
* | Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting. | Martin Panter | 2016-07-26 | 2 | -5/+16 |
| | | | | Patch by Julien Palard. | ||||
* | Issue #24314: Fix doc links for general attributes like __name__, __dict__ | Martin Panter | 2016-06-18 | 1 | -25/+26 |
| | |||||
* | Issue #24136: Document generalized unpacking, PEP 448 | Martin Panter | 2016-06-12 | 2 | -27/+61 |
| | | | | Based on patches by Konstantin Molchanov and Neil Girdhar. | ||||
* | [Issue 15476] Make "code object" its own entry in the index | Tommy Beadle | 2016-06-02 | 1 | -4/+2 |
| | |||||
* | Issue #27243: Fix __aiter__ protocol | Yury Selivanov | 2016-06-09 | 2 | -3/+47 |
| | |||||
* | Issue #23275: Backport target list assignment documentation fixes | Martin Panter | 2016-06-08 | 1 | -15/+14 |
| | |||||
* | #26829: Clarify that namespace is copied to a new __dict__ in instance creation. | R David Murray | 2016-06-03 | 1 | -0/+5 |
| | | | | Patch by Emily Morehouse. | ||||
* | Issue #27049: fix doc typo | Ned Deily | 2016-05-18 | 1 | -1/+1 |
| | |||||
* | class definitions only get argument lists (closes #27042) | Benjamin Peterson | 2016-05-17 | 1 | -1/+1 |
| | |||||
* | Backed out changeset 71ff2235bb4c (closes #27042) | Benjamin Peterson | 2016-05-17 | 1 | -1/+1 |
| | |||||
* | Issue #23921: Standardized documentation whitespace formatting. | Serhiy Storchaka | 2016-05-10 | 3 | -6/+6 |
| | | | | Original patch by James Edwards. | ||||
* | Issue #26156: Make expressions grammar description more semantically correct. | Serhiy Storchaka | 2016-05-08 | 1 | -2/+2 |
| | |||||
* | Fix typos in comments, documentation and test method names | Martin Panter | 2016-05-08 | 1 | -1/+1 |
| | |||||
* | Issue #26736: Used HTTPS for external links in the documentation if possible. | Serhiy Storchaka | 2016-05-07 | 1 | -1/+1 |
| | |||||
* | Issue #18572: Remove redundant note about surrogates in string escape doc | Berker Peksag | 2016-04-24 | 1 | -2/+1 |
| | |||||
* | Remove redundant leading zeroes in PEP references. | Serhiy Storchaka | 2016-03-31 | 3 | -5/+5 |
| | |||||
* | Issue #25887: Raise a RuntimeError when a coroutine is awaited more than once. | Yury Selivanov | 2016-02-13 | 1 | -0/+4 |
| | |||||
* | Python for .NET has moved to Github. | Zachary Ware | 2016-02-04 | 1 | -1/+1 |
| | | | | Reported by Denis Akhiyarov on docs@ | ||||
* | Issue #25500: Fix the language reference to not claim that import | Brett Cannon | 2015-12-04 | 1 | -5/+4 |
| | | | | | | statements search for __import__ in the global scope. Thanks to Sergei Lebedev for finding the documentation bug. | ||||
* | Merge: #25679: spelling fix | R David Murray | 2015-11-20 | 1 | -3/+2 |
|\ | |||||
| * | #25679: spelling fix | R David Murray | 2015-11-20 | 1 | -3/+2 |
| | | |||||
* | | Issue #25523: Further a-to-an corrections new in 3.5 | Martin Panter | 2015-11-02 | 1 | -2/+2 |
| | | |||||
* | | Issue #25418: Fix markup in object.__hash__ documentation | Berker Peksag | 2015-10-16 | 1 | -1/+1 |
|\ \ | |/ | | | | | Patch by TAKASE Arihiro. | ||||
| * | Issue #25418: Fix markup in object.__hash__ documentation | Berker Peksag | 2015-10-16 | 1 | -1/+1 |
| | | | | | | | | Patch by TAKASE Arihiro. | ||||
* | | Issue #25161: Merge full stops from 3.4 into 3.5 | Martin Panter | 2015-10-10 | 2 | -2/+2 |
|\ \ | |/ | |||||
| * | Issue #25161: Add full stops in documentation; patch by Takase Arihiro | Martin Panter | 2015-10-10 | 2 | -2/+2 |
| | | |||||
* | | Issue #12067: Merge comparisons doc from 3.4 into 3.5 | Martin Panter | 2015-09-23 | 1 | -56/+188 |
|\ \ | |/ | |||||
| * | Issue #12067: Rewrite Comparisons section in the language reference | Martin Panter | 2015-09-23 | 1 | -56/+188 |
| | | | | | | | | | | | | | | Some of the details of comparing mixed types were incorrect or ambiguous. NotImplemented is only relevant at a lower level than the Expressions chapter. Added details of comparing range() objects, and default behaviour and consistency suggestions for user-defined classes. Patch from Andy Maier. | ||||
* | | Issue #4395: Better testing and documentation of binary operators. | Robert Collins | 2015-08-06 | 1 | -9/+13 |
|\ \ | |/ | | | | | Patch by Martin Panter. | ||||
| * | Issue #4395: Better testing and documentation of binary operators. | Robert Collins | 2015-08-06 | 1 | -9/+13 |
| | | | | | | | | Patch by Martin Panter. | ||||
* | | Issue #24531: Document that encoding lines cannot follow non-comment lines. | Robert Collins | 2015-08-06 | 1 | -2/+4 |
|\ \ | |/ | | | | | Patch from Terry Reedy | ||||
| * | Issue #24531: Document that encoding lines cannot follow non-comment lines. | Robert Collins | 2015-08-06 | 1 | -2/+4 |
| | | | | | | | | Patch from Terry Reedy |