summaryrefslogtreecommitdiff
path: root/Doc/reference/datamodel.rst
Commit message (Expand)AuthorAgeFilesLines
* Issue #29012: Merge from 3.5Berker Peksag2017-01-031-5/+4
|\
| * Issue #29012: Remove another outdated informationBerker Peksag2017-01-031-3/+3
* | Issue #29012: Merge from 3.5Berker Peksag2017-01-021-23/+159
|\ \ | |/ |/|
| * Merge 3.5Victor Stinner2016-12-191-5/+8
| |\
| * | Issue #28091: Document PEP 525 & PEP 530.Yury Selivanov2016-12-151-0/+19
| * | Issue #23722: improve __classcell__ compatibilityNick Coghlan2016-12-051-1/+40
| * | Another en ? em dash fix for 3.6Martin Panter2016-11-211-1/+1
| * | Issue #19795: Mark up None as literal text.Serhiy Storchaka2016-10-191-1/+1
| |\ \
| * | | Doc updates for PEPs 520 and 468.Eric Snow2016-09-091-3/+3
| * | | Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations.Yury Selivanov2016-09-081-14/+21
| * | | Issue #24254: Drop cls.__definition_order__.Eric Snow2016-09-081-7/+0
| * | | Issue #24254: Preserve class attribute definition order.Eric Snow2016-09-051-1/+8
| * | | MergeRaymond Hettinger2016-08-251-4/+75
| |\ \ \
| | * | | Anti-registration of various ABC methods.Guido van Rossum2016-08-181-1/+18
| | * | | Issue 27366: PEP 487 docs updatesNick Coghlan2016-07-311-0/+7
| | * | | Issue #27366: Tweak PEP 487 documentationBerker Peksag2016-07-301-0/+5
| | * | | Issue #27366: Implement PEP 487Nick Coghlan2016-07-301-1/+42
| | * | | Issue #24314: Merge doc links from 3.5Martin Panter2016-06-181-2/+3
| | |\ \ \
| | | * \ \ Issue #15476: Merge index entries from 3.5Martin Panter2016-06-091-4/+2
| | | |\ \ \
| | | * \ \ \ Merge 3.5 (issue #27243)Yury Selivanov2016-06-091-2/+3
| | | |\ \ \ \
| | | | * \ \ \ Merge: #26829: Clarify that namespace is copied to a new __dict__ in instance...R David Murray2016-06-021-0/+5
| | | | |\ \ \ \
| | | | * \ \ \ \ Issue #23921: Standardized documentation whitespace formatting.Serhiy Storchaka2016-05-101-3/+3
| | | | |\ \ \ \ \
| | | | * \ \ \ \ \ Remove redundant leading zeroes in PEP references.Serhiy Storchaka2016-03-311-2/+3
| | | | |\ \ \ \ \ \
| | | | | * \ \ \ \ \ Merge 3.5 (issue #25887)Yury Selivanov2016-02-131-2/+3
| | | | | |\ \ \ \ \ \
| | | | | | * | | | | | Issue #25179: Documentation for formatted string literals aka f-stringsMartin Panter2016-02-131-2/+3
* | | | | | | | | | | | Issue #29012: Remove outdated information about __bases__Berker Peksag2017-01-021-1/+1
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | doc: Suggest to hash(tuple of attr) rather than XORVictor Stinner2016-12-191-5/+8
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | Issue #19795: Mark up None as literal text.Serhiy Storchaka2016-10-191-1/+1
|/ / / / / / / / /
* | | | | | | | | Issue 19504: Change "customise" to "customize" American spelling.Raymond Hettinger2016-08-251-2/+2
|/ / / / / / / /
* | | | | | | | Issue #24314: Fix doc links for general attributes like __name__, __dict__Martin Panter2016-06-181-25/+26
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | [Issue 15476] Make "code object" its own entry in the indexTommy Beadle2016-06-021-4/+2
|/ / / / / /
* | | | | | Issue #27243: Fix __aiter__ protocolYury Selivanov2016-06-091-2/+46
| |_|_|_|/ |/| | | |
* | | | | #26829: Clarify that namespace is copied to a new __dict__ in instance creation.R David Murray2016-06-021-0/+5
| |_|_|/ |/| | |
* | | | Issue #23921: Standardized documentation whitespace formatting.Serhiy Storchaka2016-05-101-3/+3
|/ / /
* | | Remove redundant leading zeroes in PEP references.Serhiy Storchaka2016-03-311-1/+1
|/ /
* | Issue #25887: Raise a RuntimeError when a coroutine is awaited more than once.Yury Selivanov2016-02-131-0/+4
|/
* Issue #25523: Further a-to-an corrections new in 3.5Martin Panter2015-11-021-2/+2
* Issue #25418: Fix markup in object.__hash__ documentationBerker Peksag2015-10-161-1/+1
|\
| * Issue #25418: Fix markup in object.__hash__ documentationBerker Peksag2015-10-161-1/+1
* | Issue #25161: Merge full stops from 3.4 into 3.5Martin Panter2015-10-101-28/+191
|\ \ | |/ |/|
| * Issue #4395: Better testing and documentation of binary operators.Robert Collins2015-08-071-28/+191
| |\
| | * Issue #24439: Improve PEP 492 related docs.Yury Selivanov2015-06-241-11/+62
| | * Issue 24180: Documentation for PEP 492 changes.Yury Selivanov2015-05-211-0/+108
| | * Issue #23912: Fix code formatting in datamodel.rst.Berker Peksag2015-04-111-3/+3
| | |\
| | * \ Issue20467: clarify __init__'s roleEthan Furman2015-01-141-7/+11
| | |\ \
| | * \ \ Merge 3.4Terry Jan Reedy2014-12-101-28/+32
| | |\ \ \
| | | * \ \ Merge: #22918: Drop obsolete mention of 'keys' in datamodel __iter__ docs.R David Murray2014-12-101-2/+1
| | | |\ \ \
| | | * \ \ \ Issue22780: reword NotImplemented docs to emphasise shouldEthan Furman2014-11-261-28/+32
| | | |\ \ \ \
| | | | * \ \ \ merge with 3.4Georg Brandl2014-10-311-28/+32
| | | | |\ \ \ \
| | | | | * \ \ \ Merge with 3.4Georg Brandl2014-10-291-28/+32
| | | | | |\ \ \ \