COMMITS
/ Doc/reference/datamodel.rst March 23, 2026
M
[3.14] gh-145305: Update ocert.org URLs in docs from http to https (GH-145304) (GH-145322)
Miss Islington (bot) committed
March 18, 2026
M
[3.14] gh-142518: Add thread safety notes for the buffer protocol (GH-145911) (#146106)
Miss Islington (bot) committed
March 11, 2026
M
[3.14] gh-145591: Move slicing note to __getitem__ (GH-145606) (GH-145760)
Miss Islington (bot) committed
M
[3.14] gh-101100: Fix sphinx reference warnings around I/O (GH-139592) (#145794)
Miss Islington (bot) committed
February 5, 2026
M
[3.14] gh-141984: Reword and reorganize Subscription (and Slicing) docs (GH-141985) (GH-144476)
Miss Islington (bot) committed
January 26, 2026
M
[3.14] gh-101888: Add function.__builtins__ to ref documentation (GH-144174) (#144252)
Miss Islington (bot) committed
December 5, 2025
M
[3.14] gh-101100: Fix references to the set methods (GH-141857) (GH-142300)
Miss Islington (bot) committed
November 5, 2025
S
[3.14] Docs: replace an esoteric Von Neumann mention (GH-137598) (#141071)
Stan Ulbrych committed
October 21, 2025
M
[3.14] gh-66646: Explain __base__ attribute in the docs (GH-102554) (GH-140365)
Miss Islington (bot) committed
October 7, 2025
September 11, 2025
M
[3.14] GH-138562: Remove ``sort()`` from the common sequence methods in the data model (GH-138563) (#138760)
Miss Islington (bot) committed
September 9, 2025
M
[3.14] gh-101100: Resolve reference warnings in reference/ (GH-138418) (#138680)
Miss Islington (bot) committed
September 6, 2025
M
[3.14] gh-138191: Document ``frame.f_generator`` in the data model (GH-138540) (#138553)
Miss Islington (bot) committed
M
[3.14] GH-138465: Improve documentation for common sequence methods (GH-138474) (#138560)
Miss Islington (bot) committed
September 3, 2025
M
[3.14] GH-101100: Resolve reference warnings in whatsnew/3.7.rst (GH-138410) (#138423)
Miss Islington (bot) committed
June 18, 2025
M
[3.14] gh-135676: lexical analysis: Improve section on Numeric literals (GH-134850) (GH-135677)
Miss Islington (bot) committed
May 26, 2025
M
[3.14] gh-119180: Updates to PEP 649/749 docs (GH-134640) (#134731)
Miss Islington (bot) 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