COMMITS
/ Doc/reference/datamodel.rst April 11, 2021
V
bpo-43682: Make staticmethod objects callable (GH-25117)
Victor Stinner committed
April 6, 2021
K
Update pattern matching docs for changes to the PEP (#25185)
Ken Jin committed
March 1, 2021
D
bpo-42128: Add documentation for pattern matching (PEP 634) (#24664)
Daniel F Moisset committed
December 17, 2020
A
[doc] Fix a few margins due to bad markup (GH-23619)
Andre Delfino committed
October 27, 2020
A
bpo-6761: Enhance __call__ documentation (GH-7987)
Andre Delfino committed
October 21, 2020
B
bpo-41910: specify the default implementations of object.__eq__ and object.__ne__ (GH-22874)
Brett Cannon committed
K
October 20, 2020
S
bpo-41192: Add documentation of undocumented audit events (GH-21308)
Saiyang Gou committed
October 5, 2020
B
August 14, 2020
V
bpo-40204: Fix reference to terms in the doc (GH-21865)
Victor Stinner committed
April 26, 2020
H
Fix typo in object.__format__ docs (GH-19504)
Heshy Roskes committed
March 30, 2020
M
fix comma location in various places (GH-19233)
Mathieu Dupuy committed
March 26, 2020
L
bpo-39879: Update datamodel docs to include dict ordering (GH-19006)
Lahfa Samy committed
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