Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue 19504: Change "customise" to "customize" American spelling. | Raymond Hettinger | 2016-08-26 | 1 | -2/+2 |
| | |||||
* | Issue #24314: Fix doc links for general attributes like __name__, __dict__ | Martin Panter | 2016-06-18 | 1 | -25/+26 |
| | |||||
* | [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 | 1 | -2/+46 |
| | |||||
* | #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 #23921: Standardized documentation whitespace formatting. | Serhiy Storchaka | 2016-05-10 | 1 | -3/+3 |
| | | | | Original patch by James Edwards. | ||||
* | Remove redundant leading zeroes in PEP references. | Serhiy Storchaka | 2016-03-31 | 1 | -1/+1 |
| | |||||
* | Issue #25887: Raise a RuntimeError when a coroutine is awaited more than once. | Yury Selivanov | 2016-02-13 | 1 | -0/+4 |
| | |||||
* | 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 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Issue #25161: Add full stops in documentation; patch by Takase Arihiro | Martin Panter | 2015-10-10 | 1 | -1/+1 |
| | | |||||
* | | 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 #24439: Improve PEP 492 related docs. | Yury Selivanov | 2015-06-24 | 1 | -11/+62 |
| | | | | | | | | Patch by Martin Panter. | ||||
* | | Issue 24180: Documentation for PEP 492 changes. | Yury Selivanov | 2015-05-21 | 1 | -0/+108 |
| | | |||||
* | | Issue #23912: Fix code formatting in datamodel.rst. | Berker Peksag | 2015-04-11 | 1 | -3/+3 |
|\ \ | |/ | | | | | Patch by James Edwards. | ||||
| * | Issue #23912: Fix code formatting in datamodel.rst. | Berker Peksag | 2015-04-11 | 1 | -3/+3 |
| | | | | | | | | Patch by James Edwards. | ||||
* | | Issue20467: clarify __init__'s role | Ethan Furman | 2015-01-15 | 1 | -7/+11 |
|\ \ | |/ | |||||
| * | Issue20467: clarify __init__'s role | Ethan Furman | 2015-01-15 | 1 | -7/+11 |
| |\ | |||||
| | * | Issue20467: clarify __init__'s role | Ethan Furman | 2015-01-15 | 1 | -7/+11 |
| | | | |||||
* | | | Merge 3.4 | Terry Jan Reedy | 2014-12-10 | 1 | -0/+6 |
|\ \ \ | |/ / | |||||
| * | | Issue #23006: Improve the documentation and indexing of dict.__missing__. | Terry Jan Reedy | 2014-12-10 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | Add an entry in the language datamodel special methods section. Revise and index its discussion in the stdtypes mapping/dict section. | ||||
* | | | Merge: #22918: Drop obsolete mention of 'keys' in datamodel __iter__ docs. | R David Murray | 2014-12-10 | 1 | -2/+1 |
|\ \ \ | |/ / | |||||
| * | | #22918: Drop obsolete mention of 'keys' in datamodel __iter__ docs. | R David Murray | 2014-12-10 | 1 | -2/+1 |
| | | | | | | | | | | | | Patch by Chaitanya Agrawal. | ||||
* | | | Issue22780: reword NotImplemented docs to emphasise should | Ethan Furman | 2014-11-27 | 1 | -1/+6 |
|\ \ \ | |/ / | |||||
| * | | (3.4) Issue22780: reword NotImplemented docs to emphasise should | Ethan Furman | 2014-11-27 | 1 | -1/+6 |
| | | | |||||
* | | | merge with 3.4 | Georg Brandl | 2014-10-31 | 1 | -5/+7 |
|\ \ \ | |/ / | |||||
| * | | #22613: remaining corrections in extending/reference docs (thanks Jacques ↵ | Georg Brandl | 2014-10-31 | 1 | -5/+7 |
| | | | | | | | | | | | | Ducasse) | ||||
* | | | Merge with 3.4 | Georg Brandl | 2014-10-29 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Use https:// URLs when referring to python.org hosts. | Georg Brandl | 2014-10-29 | 1 | -1/+1 |
| | | | |||||
* | | | Issue7186: document that __doc__ is not inherited by subclasses | Ethan Furman | 2014-10-18 | 1 | -1/+2 |
|\ \ \ | |/ / | |||||
| * | | Issue7186: document that __doc__ is not inherited by subclasses | Ethan Furman | 2014-10-18 | 1 | -1/+2 |
| | | | |||||
* | | | Merge with 3.4 | Terry Jan Reedy | 2014-09-30 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Issue 22465: grammar, number agreement. | Terry Jan Reedy | 2014-09-30 | 1 | -1/+1 |
| | | | |||||
* | | | Merge issue #21667 from 3.4 | Nick Coghlan | 2014-06-07 | 1 | -9/+10 |
|\ \ \ | |/ / | |||||
| * | | Issue #21667: Clarify string data model description | Nick Coghlan | 2014-06-07 | 1 | -9/+10 |
| | | | |||||
* | | | Merge #21662: fix typo, improve sentence flow | R David Murray | 2014-06-05 | 1 | -3/+3 |
|\ \ \ | |/ / | |||||
| * | | #21662: fix typo, improve sentence flow | R David Murray | 2014-06-05 | 1 | -3/+3 |
| | | | | | | | | | | | | Patch by Steve Dougherty. | ||||
* | | | merge | Raymond Hettinger | 2014-05-27 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | Issue 21439: Minor issues in the reference manual. | Raymond Hettinger | 2014-05-27 | 1 | -2/+2 |
| | | | | | | | | | | | | (Contributed by Feliks Kluzniak.) | ||||
* | | | merge 3.4 | Benjamin Peterson | 2014-05-11 | 1 | -2/+0 |
|\ \ \ | |/ / | |||||
| * | | remove confusing delete indexing (closes #21466) | Benjamin Peterson | 2014-05-11 | 1 | -2/+0 |
| | | | |||||
| * | | docs: Better wording for __objclass__ docs. Issue #19281 | Yury Selivanov | 2014-04-08 | 1 | -6/+6 |
| | | | |||||
| * | | docs: Document __objclass__. Closes #19281. | Yury Selivanov | 2014-04-08 | 1 | -0/+8 |
| | | | | | | | | | | | | Initial patch by Nick Coghlan | ||||
| * | | Merge in all documentation changes since branching 3.4.0rc1. | Larry Hastings | 2014-03-16 | 1 | -5/+13 |
| | | | |||||
* | | | PEP 465: a dedicated infix operator for matrix multiplication (closes #21176) | Benjamin Peterson | 2014-04-10 | 1 | -28/+32 |
| | | | |||||
* | | | docs: Better wording for __objclass__ docs. Issue #19281 | Yury Selivanov | 2014-04-08 | 1 | -6/+6 |
| | | | |||||
* | | | docs: Document __objclass__. Closes #19281. | Yury Selivanov | 2014-04-08 | 1 | -0/+8 |
| | | | | | | | | | | | | Initial patch by Nick Coghlan |