COMMITS
/ Doc/reference/datamodel.rst March 6, 2020
C
bpo-17422: slightly more precise language (GH-18682)
Caleb Donovick committed
March 3, 2020
February 22, 2020
A
bpo-17422: Language reference should specify restrictions on class namespace (#18559)
ananthan-123 committed
January 25, 2020
A
bpo-15243: Document __prepare__ as classmethod (GH-17124)
alclarks committed
January 5, 2020
H
Fix the parameter list of object. _rpow_ (#GH-16477)
HongWeipeng committed
December 15, 2019
B
bpo-38316: Fix co_stacksize documentation (GH-16983)
Batuhan Taşkaya committed
November 28, 2019
T
bpo-38524: clarify example a bit and improve formatting (GH-17406)
Tal Einat committed
November 27, 2019
F
bpo-38524: document implicit and explicit calling of descriptors' __set_name__ (GH-17364)
Florian Dahlitz committed
November 17, 2019
A
bpo-25866: Minor cleanups to "sequence" in docs (GH-17177)
alclarks committed
October 29, 2019
September 10, 2019
S
bpo-37913: Link to NotImplemented from new docs (GH-15860)
Steve Dower committed
J
bpo-37913: document that __length_hint__ can return NotImplemented (GH-15383)
Jeroen Demeyer committed
August 29, 2019
R
bpo-36743: __get__ is sometimes called without the owner argument (#12992)
Raymond Hettinger committed
August 26, 2019
J
bpo-15542: Documentation incorrectly suggests __init__ called after direct __new__ call (GH-15478)
Joannah Nanjekye committed
August 24, 2019
S
bpo-29535: Remove promize about hash randomization of datetime objects. (GH-15269)
Serhiy Storchaka committed
June 1, 2019
S
bpo-20092. Use __index__ in constructors of int, float and complex. (GH-13108)
Serhiy Storchaka committed
P
S
Use more PEP 570 syntax in the documentation. (GH-13720)
Serhiy Storchaka committed
May 31, 2019
P
Update data model docs to include missing attributes for code objects (GH-13696)
Pablo Galindo committed
May 4, 2019
C
bpo-36166: Change to rst datamodel file. (GH-13089)
Catherine Alvarado committed
May 3, 2019
A
Improve grammar on async context managers and shorten text (GH-12379)
Andre Delfino committed
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