COMMITS
/ Doc/reference/datamodel.rst March 27, 2019
J
Doc: Fixed missing punctuation in datamodel.rst (GH-12581)
Jules Lasne (jlasne) committed
March 5, 2019
M
closes bpo-36188: Clean up 'unbound' method left-overs. (GH-12169)
Martijn Pieters committed
February 21, 2019
R
Document other performance implication for __slots__ (GH-11974)
Raymond Hettinger committed
February 7, 2019
P
bpo-35911: add cell constructor (GH-11771)
Pierre Glaser committed
December 19, 2018
S
bpo-35506: Remove redundant and incorrect links from keywords. (GH-11174)
Serhiy Storchaka committed
December 5, 2018
A
Move __missing__ after __delitem__ in Data model. (GH-10923)
Andre Delfino committed
November 16, 2018
W
Fix outdated info in datamodel about dicts (GH-9807)
wim glenn committed
A
bpo-33816: Remove outdated metaclass example (GH-7566)
Andrés Delfino committed
November 6, 2018
D
bpo-35119: Fix RecursionError in example of customizing module attribute access. (GH-10323)
Denis Osipov committed
October 28, 2018
S
bpo-35054: Add yet more index entries for symbols. (GH-10121)
Serhiy Storchaka committed
October 26, 2018
S
bpo-35054: Add more index entries for symbols. (GH-10064)
Serhiy Storchaka committed
August 6, 2018
B
Fix HTML formatting in datamodel.rst (GH-8693)
Berker Peksag committed
June 2, 2018
Z
Fix typo in datamodel.rst (GH-6964)
Zach Mitchell committed
May 20, 2018
S
bpo-23722: Raise a RuntimeError for absent __classcell__. (GH-6931)
Serhiy Storchaka committed
S
bpo-23722: Fix docs for future __classcell__ changes. (GH-6999)
Serhiy Storchaka committed
May 8, 2018
I
bpo-32717: Document PEP 560 (GH-6726)
Ivan Levkivskyi committed
March 10, 2018
S
bpo-26701: Improve documentation for the rounding special methods. (#6054)
Serhiy Storchaka committed
E
bpo-26701: Add documentation for __trunc__ (GH-6022)
Eric Appelt committed
February 13, 2018
N
bpo-30579: Docs for dynamic traceback creation (GH-5653)
Nick Coghlan committed
February 5, 2018
C
bpo-8722: Document __getattr__ behavior with AttributeError in property (GH-4754)
Cheryl Sabella committed
January 27, 2018
C
bpo-27505: Add change notes in module attribute docs (GH-5320)
Cheryl Sabella committed
December 19, 2017
A
bpo-32377: improve __del__ docs and fix mention about resurrection (#4927)
Antoine Pitrou committed
December 14, 2017
I
bpo-32225: Implementation of PEP 562 (#4731)
Ivan Levkivskyi committed
October 6, 2017
Y
bpo-31709: Drop support for asynchronous __aiter__. (#3903)
Yury Selivanov committed
September 13, 2017
L
Mention enum as an ex (#2982)
Louie Lu committed
September 8, 2017
N
bpo-31344: Per-frame control of trace events (GH-3417)
Nick Coghlan committed
June 8, 2017
L
bpo-30486: Allow setting cell value (#1840)
Lisa Roach committed
May 26, 2017
A
bpo-30449 Terse slots (#1819)
Aaron Hall, MBA committed
May 15, 2017
C
bpo-30354: Update data model documentation for super() (GH-1561)
csabella committed
May 13, 2017
S
bpo-28974: `object.__format__(x, '')` is now equivalent to `str(x)` (#506)
Serhiy Storchaka committed
May 1, 2017
J
bpo-29679: Implement @contextlib.asynccontextmanager (#360)
Jelle Zijlstra committed
April 26, 2017
C
bpo-30052: Link `bytes` & `bytearray` to stdtypes not functions (GH-1271)
csabella committed
April 24, 2017
S
bpo-30144: Import collections ABC from collections.abc rather than collections. (#1263)
Serhiy Storchaka committed
April 23, 2017
S
bpo-15718: Document the upper bound constrain on the __len__ return value. (#1256)
Serhiy Storchaka committed
January 3, 2017
B
Issue #29012: Merge from 3.5
Berker Peksag committed
B
Issue #29012: Remove another outdated information
Berker Peksag committed
January 2, 2017
B
Issue #29012: Merge from 3.5
Berker Peksag committed
B
Issue #29012: Remove outdated information about __bases__
Berker Peksag committed
December 19, 2016
V
doc: Suggest to hash(tuple of attr) rather than XOR
Victor Stinner committed
December 15, 2016
Y
Issue #28091: Document PEP 525 & PEP 530.
Yury Selivanov committed
December 5, 2016
N
Issue #23722: improve __classcell__ compatibility
Nick Coghlan committed
November 21, 2016
M
Another en → em dash fix for 3.6
Martin Panter committed
October 19, 2016
S
Issue #19795: Mark up None as literal text.
Serhiy Storchaka committed
S
Issue #19795: Mark up None as literal text.
Serhiy Storchaka committed
September 9, 2016
E
Doc updates for PEPs 520 and 468.
Eric Snow committed
Y
Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations.
Yury Selivanov committed
September 8, 2016
E
Issue #24254: Drop cls.__definition_order__.
Eric Snow committed
September 5, 2016
E
Issue #24254: Preserve class attribute definition order.
Eric Snow committed