summaryrefslogtreecommitdiffstats
path: root/Doc/reference/datamodel.rst
Commit message (Expand)AuthorAgeFilesLines
* Move __missing__ after __delitem__ in Data model. (GH-10923)Miss Islington (bot)2018-12-051-8/+8
* bpo-33816: Remove outdated metaclass example (GH-7566)Miss Islington (bot)2018-11-161-34/+2
* [3.6] bpo-35054: Add yet more index entries for symbols. (GH-10121). (GH-10182)Serhiy Storchaka2018-10-281-1/+1
* [3.6] bpo-35054: Add more index entries for symbols. (GH-10064). (GH-10119)Serhiy Storchaka2018-10-261-3/+6
* Fix typo in datamodel.rst (GH-6964)Miss Islington (bot)2018-06-021-1/+1
* bpo-23722: Fix docs for future __classcell__ changes. (GH-6999)Miss Islington (bot)2018-05-201-1/+1
* bpo-26701: Improve documentation for the rounding special methods. (GH-6054)Miss Islington (bot)2018-03-101-12/+18
* bpo-26701: Add documentation for __trunc__ (GH-6050)Miss Islington (bot)2018-03-101-0/+9
* bpo-30449: Improve __slots__ documentation (GH-1819)Miss Islington (bot)2018-02-221-14/+15
* [3.6] bpo-8722: Document __getattr__ behavior with AttributeError in property...Miss Islington (bot)2018-02-051-4/+6
* [3.6] bpo-27505: Retrofit module __class__ documentation from 3.7 (GH-5321)Cheryl Sabella2018-01-271-0/+33
* bpo-32377: improve __del__ docs and fix mention about resurrection (GH-4927) ...Miss Islington (bot)2017-12-191-39/+47
* [3.6] Mention enum as a potential use for metaclasses (GH-2982) (GH-3527)Miss Islington (bot)2017-09-131-2/+2
* bpo-30052: Link `bytes` & `bytearray` to stdtypes not functions (GH-1271) (G...Mariatta2017-06-021-8/+8
* bpo-30354: Update data model documentation for super() (GH-1561) (GH-1868)csabella2017-05-301-6/+6
* [3.6] bpo-15718: Document the upper bound constrain on the __len__ return val...Serhiy Storchaka2017-04-231-0/+9
* 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-1/+1
|\ \ | |/
| * Issue #29012: Remove outdated information about __bases__Berker Peksag2017-01-021-1/+1
* | Merge 3.5Victor Stinner2016-12-191-5/+8
|\ \ | |/
| * doc: Suggest to hash(tuple of attr) rather than XORVictor 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
|\ \ | |/
| * 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-091-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-261-2/+2
|\ \ | |/
| * Issue 19504: Change "customise" to "customize" American spelling.Raymond Hettinger2016-08-261-2/+2
* | 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-25/+26
|\ \ | |/
| * Issue #24314: Fix doc links for general attributes like __name__, __dict__Martin Panter2016-06-181-25/+26
* | Issue #15476: Merge index entries from 3.5Martin Panter2016-06-091-4/+2
|\ \ | |/
| * [Issue 15476] Make "code object" its own entry in the indexTommy Beadle2016-06-021-4/+2
* | Merge 3.5 (issue #27243)Yury Selivanov2016-06-091-2/+46
|\ \ | |/
| * Issue #27243: Fix __aiter__ protocolYury Selivanov2016-06-091-2/+46
* | Merge: #26829: Clarify that namespace is copied to a new __dict__ in instance...R David Murray2016-06-031-0/+5
|\ \ | |/
| * #26829: Clarify that namespace is copied to a new __dict__ in instance creation.R David Murray2016-06-031-0/+5
* | Issue #23921: Standardized documentation whitespace formatting.Serhiy Storchaka2016-05-101-3/+3
|\ \ | |/
| * 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
|\ \ | |/
| * Remove redundant leading zeroes in PEP references.Serhiy Storchaka2016-03-311-1/+1
* | Merge 3.5 (issue #25887)Yury Selivanov2016-02-131-0/+4
|\ \ | |/