COMMITS
/ Doc/reference/datamodel.rst October 5, 2022
July 5, 2022
March 31, 2022
M
bpo-14911: Corrected generator.throw() documentation (GH-32207)
Miss Islington (bot) committed
March 20, 2022
M
bpo-46013: Fix confusing kerning on period in docs (GH-29989) (GH-32005)
Miss Islington (bot) committed
March 8, 2022
M
Removed ambiguity in __init_subclass__ docs (GH-31540)
Miss Islington (bot) committed
December 19, 2021
M
bpo-46076: Improve documentation for per-attribute docstrings with `__slots__` (GH-30109) (GH-30206)
Miss Islington (bot) committed
December 13, 2021
A
bpo-45840: Improve cross-references in the data model documentation (GH-29633) (GH-30077)
Alex Waygood committed
December 11, 2021
M
[doc] Clarify MRO precedence in descriptor super binding section (GH-29539) (GH-29669)
Miss Islington (bot) committed
November 22, 2021
November 18, 2021
M
[3.10] [doc] bpo-45680: Disambiguate ``__getitem__`` and ``__class_getitem__`` in the data model (GH-29389) (GH-29620)
Miss Islington (bot) committed
October 28, 2021
M
bpo-45583: Correct datamodel documentation of int() (GH-29182) (GH-29285)
Miss Islington (bot) committed
September 28, 2021
Ł
[3.10] [docs] Improve the markup of powers (GH-28598) (GH-28607)
Łukasz Langa committed
September 18, 2021
M
bpo-45198: __set_name__ documentation not clear about its usage with non-descriptor classes (GH-28439)
Miss Islington (bot) committed
September 10, 2021
M
bpo-44964: Correct the note about the f_lasti field (GH-28208) (GH-28276)
Miss Islington (bot) committed
September 7, 2021
M
bpo-45104: Clarify when __init__ is called (GH-28210)
Miss Islington (bot) committed
M
bpo-44964: Add a note explaining the new semantics of f_last_i in frame objects (GH-28200)
Miss Islington (bot) committed
May 2, 2021
L
bpo-43987: Add "Annotations Best Practices" HOWTO doc. (#25746)
larryhastings committed
April 29, 2021
R
bpo-42800: add audit hooks for f_code and tb_frame (GH-24182)
Ryan Hileman committed
April 25, 2021
G
Fix a typo in datamodel reference document (GH-24930)
Géry Ogam committed
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