COMMITS
/ Doc/reference/datamodel.rst November 10, 2024
M
[3.12] Postpone `module.__loader__` deprecation to Python 3.16 (GH-126482) (#126637)
Miss Islington (bot) committed
November 4, 2024
H
[3.12] gh-101865: Docs: Keep co_lnotab deprecation for at least 3.14 (GH-126392) (#126404)
Hugo van Kemenade committed
October 30, 2024
M
[3.12] gh-60712: Include the "object" type in the lists of documented types (GH-103036) (GH-126198)
Miss Islington (bot) committed
October 9, 2024
A
[3.12] gh-101100: Consolidate documentation on `ModuleType` attributes (#124709) (#125211)
Alex Waygood committed
September 26, 2024
J
[3.12] gh-101100: Make __subclasses__ doctest stable (GH-124577) (#124580)
Jelle Zijlstra committed
September 25, 2024
September 3, 2024
M
[3.12] gh-123621: Fix `datamodel.rst` with proper `dict` notation (GH-123648) (#123654)
Miss Islington (bot) committed
August 30, 2024
W
[3.12] gh-123492: Remove unnecessary `:func:` parentheses (gh-123493) (#123512)
Wei-Hsiang (Matt) Wang committed
August 7, 2024
M
[3.12] gh-122511: Improve documentation for object identity of mutable/immutable types (GH-122512) (#122779)
Miss Islington (bot) committed
July 30, 2024
M
[3.12] Remove outdated note about instance methods from datamodel.rst (GH-122471) (#122480)
Miss Islington (bot) committed
July 19, 2024
S
[3.12] gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907) (GH-122013)
Serhiy Storchaka committed
June 26, 2024
M
[3.12] gh-120937: Reference weakref from the `__del__` documentation (GH-120940) (#121062)
Miss Islington (bot) committed
May 31, 2024
M
[3.12] gh-100117: Fix inaccuracy in documentation of the CodeObject's co_positions field. (GH-119364) (#119870)
Miss Islington (bot) committed
April 15, 2024
H
[3.12] Add 'The Python 2.3 Method Resolution Order' (GH-116435) (#117885)
Hugo van Kemenade committed
March 25, 2024
M
[3.12] Add information about negative indexes to sequence datamodel doc (GH-110903) (#117238)
Miss Islington (bot) committed
March 3, 2024
M
[3.12] gh-72971: Clarify the special no-TypeError behavior for equality (GH-110729) (#116254)
Miss Islington (bot) committed
March 1, 2024
M
[3.12] gh-104219: Document that idunders can return NotImplemented (GH-104220) (#116210)
Miss Islington (bot) committed
February 29, 2024
M
[3.12] Docs: mark up NotImplemented using the :data: role throughout the docs (GH-116135) (#116147)
Miss Islington (bot) committed
February 25, 2024
M
[3.12] Erase some unnecessary quotes on data model doc (GH-113521) (#115896)
Miss Islington (bot) committed
February 18, 2024
K
[3.12] gh-115572: Move `codeobject.replace()` docs to the data model … (#115633)
Kirill Podoprigora committed
February 13, 2024
M
[3.12] gh-115405: add versionadded tag for co_qualname in code objects documentation (GH-115411) (#115412)
Miss Islington (bot) committed
February 10, 2024
M
[3.12] gh-114552: Update `__dir__` method docs: it allows returning an iterable (GH-114662) (#115234)
Miss Islington (bot) committed
January 21, 2024
M
[3.12] Fix the confusing "User-defined methods" reference in the datamodel (GH-114276) (#114365)
Miss Islington (bot) committed
January 12, 2024
M
[3.12] datamodel: Fix a typo in ``object.__init_subclass__`` (GH-111599) (#114004)
Miss Islington (bot) committed
M
[3.12] Docs: Amend codeobject.co_lines docs; end number is exclusive (GH-113970) (#113987)
Miss Islington (bot) committed
January 10, 2024
M
[3.12] gh-113664: Improve style of Big O notation (GH-113695) (GH-113909)
Miss Islington (bot) committed
January 3, 2024
A
[3.12] Document the `co_lines` method on code objects (#113682) (#113686)
Alex Waygood committed
December 21, 2023
M
[3.12] gh-113313: Note that slice support is not required for all sequences. (gh-113377) (gh-113382)
Miss Islington (bot) committed
December 20, 2023
M
[3.12] Fix typo in datamodel docs (GH-113314) (#113316)
Miss Islington (bot) committed
December 13, 2023
M
[3.12] gh-101100: Improve docs on exception attributes (GH-113057) (#113061)
Miss Islington (bot) committed
December 12, 2023
M
[3.12] gh-101100: Further improve docs on function attributes (GH-113001) (#113030)
Miss Islington (bot) committed
H
[3.12] gh-101100: Improve documentation on function attributes (GH-112933) (#112974)
Hugo van Kemenade committed
December 9, 2023
M
[3.12] gh-101100: Improve documentation of `TracebackType` attributes (GH-112884) (#112911)
Miss Islington (bot) committed
December 8, 2023
M
[3.12] gh-101100: Improve documentation for attributes on instance methods (GH-112832) (#112872)
Miss Islington (bot) committed
December 6, 2023
A
[3.12] gh-101100: Improve documentation of code object attributes (#112781) (#112816)
Alex Waygood committed
December 5, 2023
M
[3.12] gh-101100: Properly document frame object attributes (GH-112735) (#112772)
Miss Islington (bot) committed
M
[3.12] gh-101100: Fix many easily solvable Sphinx nitpicks in the datamodel docs (GH-112737) (#112748)
Miss Islington (bot) committed
December 3, 2023
M
[3.12] gh-101100: Fix most Sphinx nitpicks in `inspect.rst` (GH-112662) (#112666)
Miss Islington (bot) committed
October 19, 2023
M
[3.12] GH-101100: Fix reference warnings for ``__enter__`` and ``__exit__`` (GH-110112) (#111075)
Miss Islington (bot) committed
August 27, 2023
M
[3.12] Docs: Resolve Sphinx warnings in dis.rst (GH-108476) (#108546)
Miss Islington (bot) committed
August 25, 2023
M
[3.12] Docs: Datamodel: Merge "Notes on using __slots__" with the parent section (GH-108400) (#108474)
Miss Islington (bot) committed
M
[3.12] Datamodel: Add headings to the standard type hierarchy (GH-108146) (#108477)
Miss Islington (bot) committed
July 29, 2023
S
[3.12] gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) (GH-107419)
Serhiy Storchaka committed
July 21, 2023
S
[3.12] gh-106892: Use roles :data: and :const: for referencing module variables (GH-106894) (GH-106954)
Serhiy Storchaka committed
May 26, 2023
M
[3.12] gh-103921: Document PEP 695 (GH-104642) (#104989)
Miss Islington (bot) 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