COMMITS
/ Doc/reference/datamodel.rst December 8, 2023
A
gh-101100: Improve documentation for attributes on instance methods (#112832)
Alex Waygood committed
December 6, 2023
A
gh-101100: Improve documentation of code object attributes (#112781)
Alex Waygood committed
December 5, 2023
A
gh-101100: Properly document frame object attributes (#112735)
Alex Waygood committed
A
gh-101100: Fix many easily solvable Sphinx nitpicks in the datamodel docs (#112737)
Alex Waygood committed
December 3, 2023
A
gh-101100: Fix most Sphinx nitpicks in `inspect.rst` (#112662)
Alex Waygood committed
November 7, 2023
I
gh-79932: raise exception if frame.clear() is called on a suspended frame (#111792)
Irit Katriel committed
October 19, 2023
A
GH-101100: Fix reference warnings for ``__enter__`` and ``__exit__`` (#110112)
Adam Turner committed
August 25, 2023
E
Docs: Resolve Sphinx warnings in dis.rst (#108476)
Erlend E. Aasland committed
A
Datamodel: Add headings to the standard type hierarchy (#108146)
Adam Turner committed
A
Docs: Datamodel: Merge "Notes on using __slots__" with the parent section (#108400)
Adam Turner committed
July 29, 2023
S
gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386)
Serhiy Storchaka committed
July 21, 2023
S
gh-106892: Use roles :data: and :const: for referencing module variables (GH-106894)
Serhiy Storchaka committed
July 10, 2023
R
Fix typo in datamodel.rst (#106587)
Riahiamirreza committed
June 25, 2023
A
gh-106046: Improve error message from `os.fspath` if `__fspath__` is set to `None` (#106082)
Alex Waygood committed
May 26, 2023
J
gh-103921: Document PEP 695 (#104642)
Jelle Zijlstra committed
May 6, 2023
A
GH-97950: Use new-style index directive ('builtin') (#104164)
Adam Turner committed
May 4, 2023
J
gh-102500: Document PEP 688 (#102571)
Jelle Zijlstra committed
A
GH-97950: Use new-style index directive ('statement') (#104162)
Adam Turner committed
A
GH-97950: Use new-style index directive ('object') (#104158)
Adam Turner committed
A
GH-97950: Use new-style index directive ('module') (#103996)
Adam Turner committed
May 2, 2023
R
GH-103484: Fix redirected permanently URLs (#104001)
Rafael Fontenelle committed
April 23, 2023
J
gh-101688: Implement types.get_original_bases (#101827)
James Hilton-Balfe committed
April 11, 2023
A
gh-103373: `__mro_entries__` docs: improve cross references (#103398)
Alex Waygood committed
April 8, 2023
A
gh-103373: Improve documentation for `__mro_entries__` (#103374)
Alex Waygood committed
April 3, 2023
N
gh-101865: Deprecate `co_lnotab` from code objects as per PEP 626 (#101866)
Nikita Sobolev committed
March 14, 2023
February 20, 2023
I
gh-102011: use sys.exception() instead of sys.exc_info() in docs where possible (#102012)
Irit Katriel committed
February 14, 2023
F
GH-101898: Fix missing term references for hashable definition (#101899)
Furkan Onder committed
December 31, 2022
P
GH-85979: Clarify specification of `object.__await__` (#22320)
Paolo Lammens committed
November 26, 2022
T
Fix typo in `__match_args__` doc (#99785)
Terry Jan Reedy committed
October 26, 2022
S
docs: Change links to label refs (#98454)
Stanley committed
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