COMMITS
/ Doc/reference/datamodel.rst July 28, 2025
J
gh-136843: Document how multiple inheritance works (#136844)
Jelle Zijlstra committed
June 18, 2025
P
gh-135676: lexical analysis: Improve section on Numeric literals (GH-134850)
Petr Viktorin committed
May 26, 2025
J
gh-119180: Updates to PEP 649/749 docs (#134640)
Jelle Zijlstra committed
May 6, 2025
H
Python 3.14.0b1
Hugo van Kemenade committed
May 4, 2025
J
gh-132426: Add get_annotate_from_class_namespace replacing get_annotate_function (#132490)
Jelle Zijlstra committed
April 24, 2025
I
doc: update co_flags reference (#132300)
Inada Naoki committed
April 16, 2025
S
gh-130104: Call __rpow__ in ternary pow() if necessary (GH-130251)
Serhiy Storchaka committed
November 10, 2024
H
Postpone `module.__loader__` deprecation to Python 3.16 (#126482)
Hugo van Kemenade committed
November 4, 2024
H
gh-101865: Docs: Keep co_lnotab deprecation for at least 3.14 (#126392)
Hugo van Kemenade committed
October 30, 2024
F
gh-60712: Include the "object" type in the lists of documented types (GH-103036)
Furkan Onder committed
X
gh-126072: do not add `None` to `co_consts` if there is no docstring (GH-126101)
Xuanteng Huang committed
October 29, 2024
W
bpo-41793: Fix an inaccuracy about reflected methods in datamodel docs (GH-22257)
Wim Jeantine-Glenn committed
October 9, 2024
A
gh-101100: Consolidate documentation on `ModuleType` attributes (#124709)
Alex Waygood committed
October 8, 2024
A
gh-70870: Clarify dual usage of 'free variable' (#122545)
Alyssa Coghlan committed
September 28, 2024
S
gh-123339: Fix cases of inconsistency of __module__ and __firstlineno__ in classes (GH-123613)
Serhiy Storchaka committed
September 26, 2024
J
gh-101100: Make __subclasses__ doctest stable (#124577)
Jelle Zijlstra committed
September 25, 2024
J
gh-123242: Note that type.__annotations__ may not exist (#124557)
Jelle Zijlstra committed
S
gh-124370: Add "howto" for free-threaded Python (#124371)
Sam Gross committed
September 11, 2024
J
gh-119180: Documentation for PEP 649 and 749 (#122235)
Jelle Zijlstra committed
September 3, 2024
L
gh-123621: Fix `datamodel.rst` with proper `dict` notation (#123648)
Lipták Attila (Flash) committed
August 30, 2024
W
gh-123492: Remove unnecessary `:func:` parentheses (#123493)
Wei-Hsiang (Matt) Wang committed
August 7, 2024
B
gh-122511: Improve documentation for object identity of mutable/immutable types (#122512)
Bénédikt Tran committed
August 2, 2024
I
gh-122445: populate only modified fields in __static_attributes__ (#122446)
Irit Katriel committed
July 30, 2024
T
Remove outdated note about instance methods from datamodel.rst (#122471)
Thomas Grainger committed
July 19, 2024
S
gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907)
Serhiy Storchaka committed
June 26, 2024
June 2, 2024
M
gh-119740: Remove deprecated trunc delegation (#119743)
Mark Dickinson committed
A
gh-118934: Fix PyEval_GetLocals docs (PEP 667) (#119932)
Alyssa Coghlan committed
May 31, 2024
I
gh-100117: Fix inaccuracy in documentation of the CodeObject's co_positions field. (#119364)
Irit Katriel committed
May 21, 2024
A
gh-74929: PEP 667 general docs update (gh-119201)
Alyssa Coghlan committed
May 9, 2024
J
gh-118767: Improve tests and docs for bool(NotImplemented) (#118813)
Jelle Zijlstra committed
May 8, 2024
J
gh-118767: Make bool(NotImplemented) raise TypeError (#118775)
Jelle Zijlstra committed
May 6, 2024
S
gh-118465: Add __firstlineno__ attribute to class (GH-118475)
Serhiy Storchaka committed
May 5, 2024
G
gh-74929: Rudimentary docs for PEP 667 (#118581)
Guido van Rossum committed
April 19, 2024
I
gh-115775: Add whatsnew entry about __static_attributes__ (GH-117909)
Irit Katriel committed
April 15, 2024
H
Add 'The Python 2.3 Method Resolution Order' (#116435)
Hugo van Kemenade committed
March 25, 2024
A
Add information about negative indexes to sequence datamodel doc (#110903)
Adorilson Bezerra committed
March 3, 2024
G
gh-72971: Clarify the special no-TypeError behavior for equality (#110729)
Gouvernathor committed
March 1, 2024
G
gh-104219: Document that idunders can return NotImplemented (#104220)
Gouvernathor committed
February 29, 2024
E
Docs: mark up NotImplemented using the :data: role throughout the docs (#116135)
Erlend E. Aasland committed
February 25, 2024
A
Erase some unnecessary quotes on data model doc (#113521)
Adorilson Bezerra committed
February 18, 2024
February 13, 2024
C
gh-115405: add versionadded tag for co_qualname in code objects documentation (#115411)
Christophe Papazian committed
February 10, 2024
N
gh-114552: Update `__dir__` method docs: it allows returning an iterable (#114662)
Nikita Sobolev committed
January 21, 2024
January 12, 2024
I
datamodel: Fix a typo in ``object.__init_subclass__`` (#111599)
InSync committed
N
Docs: Amend codeobject.co_lines docs; end number is exclusive (#113970)
Ned Batchelder committed
January 10, 2024
S
gh-113664: Improve style of Big O notation (GH-113695)
Serhiy Storchaka committed
January 3, 2024
A
Document the `co_lines` method on code objects (#113682)
Alex Waygood committed