summaryrefslogtreecommitdiff
path: root/Doc/reference/datamodel.rst
Commit message (Expand)AuthorAgeFilesLines
* bpo-36166: Change to rst datamodel file. (GH-13089) (#13094)Miss Islington (bot)2019-05-041-2/+2
* Doc: Fixed missing punctuation in datamodel.rst (GH-12581)Miss Islington (bot)2019-03-271-14/+14
* Document other performance implication for __slots__ (GH-11974) (GH-11975)Miss Islington (bot)2019-02-211-0/+1
* [3.7] bpo-35506: Remove redundant and incorrect links from keywords. (GH-1117...Serhiy Storchaka2018-12-191-4/+4
* Move __missing__ after __delitem__ in Data model. (GH-10923)Miss Islington (bot)2018-12-051-8/+8
* Fix outdated info in datamodel about dicts (GH-9807)Miss Islington (bot)2018-11-161-2/+2
* bpo-33816: Remove outdated metaclass example (GH-7566)Miss Islington (bot)2018-11-161-34/+2
* bpo-35119: Fix RecursionError in example of customizing module attribute acce...Miss Islington (bot)2018-11-051-1/+1
* bpo-35054: Add yet more index entries for symbols. (GH-10121) (GH-10171)Miss Islington (bot)2018-10-281-1/+1
* [3.7] bpo-35054: Add more index entries for symbols. (GH-10064). (GH-10120)Serhiy Storchaka2018-10-261-3/+6
* Fix HTML formatting in datamodel.rst (GH-8693)Miss Islington (bot)2018-08-061-3/+3
* 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) (GH-7000)Miss Islington (bot)2018-05-201-1/+1
* bpo-32717: Document PEP 560 (GH-6726)Miss Islington (bot)2018-05-081-0/+37
* 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-6049)Miss Islington (bot)2018-03-111-0/+9
* bpo-30579: Docs for dynamic traceback creation (GH-5653)Miss Islington (bot)2018-02-131-12/+34
* [3.7] bpo-8722: Document __getattr__ behavior with AttributeError in property...Miss Islington (bot)2018-02-051-4/+6
* bpo-27505: Add change notes in module attribute docs (GH-5320)Cheryl Sabella2018-01-271-0/+11
* bpo-32377: improve __del__ docs and fix mention about resurrection (#4927)Antoine Pitrou2017-12-191-39/+47
* bpo-32225: Implementation of PEP 562 (#4731)Ivan Levkivskyi2017-12-141-0/+45
* bpo-31709: Drop support for asynchronous __aiter__. (#3903)Yury Selivanov2017-10-061-44/+9
* Mention enum as an ex (#2982)Louie Lu2017-09-121-2/+2
* bpo-31344: Per-frame control of trace events (GH-3417)Nick Coghlan2017-09-081-1/+11
* bpo-30486: Allow setting cell value (#1840)Lisa Roach2017-06-081-0/+6
* bpo-30449 Terse slots (#1819)Aaron Hall, MBA2017-05-251-14/+15
* bpo-30354: Update data model documentation for super() (GH-1561)csabella2017-05-151-6/+6
* bpo-28974: `object.__format__(x, '')` is now equivalent to `str(x)` (#506)Serhiy Storchaka2017-05-131-0/+4
* bpo-29679: Implement @contextlib.asynccontextmanager (#360)Jelle Zijlstra2017-04-301-0/+2
* bpo-30052: Link `bytes` & `bytearray` to stdtypes not functions (GH-1271)csabella2017-04-261-8/+8
* bpo-30144: Import collections ABC from collections.abc rather than collection...Serhiy Storchaka2017-04-241-3/+3
* bpo-15718: Document the upper bound constrain on the __len__ return value. (#...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-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-2/+2
|\ \ | |/
| * Issue 19504: Change "customise" to "customize" American spelling.Raymond Hettinger2016-08-251-2/+2
* | Anti-registration of various ABC methods.Guido van Rossum2016-08-181-1/+18