COMMITS
/ Doc/reference/datamodel.rst March 18, 2026
L
gh-142518: Add thread safety notes for the buffer protocol (#145911)
Lysandros Nikolaou committed
March 11, 2026
C
gh-101100: Fix sphinx reference warnings around I/O (#139592)
Cody Maloney committed
March 10, 2026
A
gh-145591: Move slicing note to __getitem__ (GH-145606)
Ali Towaiji committed
February 27, 2026
I
gh-145305: Update ocert.org URLs in docs from http to https (#145304)
indoor47 committed
February 4, 2026
P
gh-141984: Reword and reorganize Subscription (and Slicing) docs (GH-141985)
Petr Viktorin committed
January 26, 2026
V
gh-101888: Add function.__builtins__ to ref documentation (#144174)
Victor Stinner committed
January 11, 2026
J
gh-128335: Make slice generic at runtime (#128336)
James Hilton-Balfe committed
January 6, 2026
S
gh-41779: Allow defining any __slots__ for a class derived from tuple (GH-141763)
Serhiy Storchaka committed
December 16, 2025
H
Python 3.15.0a3
Hugo van Kemenade committed
December 11, 2025
B
GH-65961: Stop setting `__cached__` on modules (GH-142165)
Brett Cannon committed
December 5, 2025
S
gh-101100: Fix references to the set methods (GH-141857)
Serhiy Storchaka committed
November 19, 2025
S
gh-41779: Allow defining the __dict__ and __weakref__ __slots__ for any class (GH-141755)
Serhiy Storchaka committed
October 20, 2025
N
Docs: replace an esoteric Von Neumann mention (#137598)
Ned Batchelder committed
F
gh-66646: Explain __base__ attribute in the docs (GH-102554)
Furkan Onder committed
October 5, 2025
A
gh-105812: Use the ``:deco:`` role in place of manual decorator markup (#139619)
Adam Turner committed
September 10, 2025
A
September 8, 2025
A
gh-101100: Resolve reference warnings in reference/ (#138418)
Adam Turner committed
September 5, 2025
A
GH-138465: Improve documentation for common sequence methods (#138474)
Adam Turner committed
D
gh-138191: Document ``frame.f_generator`` in the data model (#138540)
dbXD320 committed
September 3, 2025
A
GH-101100: Resolve reference warnings in whatsnew/3.7.rst (#138410)
Adam Turner committed
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