COMMITS
/ Doc/reference/datamodel.rst October 5, 2022
A
gh-93738: Documentation C syntax (:c:type:<C type> -> :c:expr:<C type>) (#97768)
Adam Turner committed
September 30, 2022
July 5, 2022
N
Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH-94551)
Ned Batchelder committed
March 31, 2022
D
bpo-14911: Corrected generator.throw() documentation (GH-32207)
Dave Goncalves committed
March 20, 2022
J
March 8, 2022
D
Removed ambiguity in __init_subclass__ docs (GH-31540)
David Gilbertson committed
February 3, 2022
Z
bpo-44977: Deprecate delegation of int to __trunc__ (GH-31031)
Zackery Spytz committed
December 19, 2021
A
bpo-46076: Improve documentation for per-attribute docstrings with `__slots__` (GH-30109)
Alex Waygood committed
December 7, 2021
P
Fix some false positives of documentation syntax problems
Pablo Galindo committed
December 8, 2021
R
bpo-20751: Match variable name to the example. (GH-29980)
Raymond Hettinger committed
December 5, 2021
A
bpo-45840: Improve cross-references in the data model documentation (GH-29633)
Alex Waygood committed
December 4, 2021
R
bpo-20751: Replace method example with attribute example, matching the descriptor howto (GH-29909)
Raymond Hettinger committed
November 20, 2021
J
[doc] Clarify MRO precedence in descriptor super binding section (GH-29539)
Jouke Witteveen committed
November 18, 2021
October 28, 2021
A
bpo-45583: Correct datamodel documentation of int() (GH-29182)
Arthur Milchior committed
September 28, 2021
S
[docs] Improve the markup of powers (GH-28598)
Serhiy Storchaka committed
September 18, 2021
R
bpo-45198: __set_name__ documentation not clear about its usage with non-descriptor classes (GH-28439)
Raymond Hettinger committed
September 10, 2021
P
bpo-44964: Correct the note about the f_lasti field (GH-28208)
Pablo Galindo Salgado committed
September 7, 2021
R
bpo-45104: Clarify when __init__ is called (GH-28210)
Raymond Hettinger committed
P
bpo-44964: Add a note explaining the new semantics of f_last_i in frame objects (GH-28200)
Pablo Galindo Salgado committed
August 4, 2021
W
bpo-41706: Fix special method invocation docs to mention using type() (GH-22084)
William Chargin committed
July 13, 2021
A
bpo-43950: Add documentation for PEP-657 (GH-27047)
Ammar Askar committed
July 7, 2021
P
bpo-44530: Document the new CodeObject.co_qualname attribute (GH-27052)
Pablo Galindo committed
July 1, 2021
I
bpo-43216: Remove @asyncio.coroutine (GH-26369)
Illia Volochii 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