COMMITS
/ Doc/reference/expressions.rst February 18, 2026
P
gh-141984: Reword and reorganize the first part of Atoms docs (GH-144117)
Petr Viktorin committed
February 11, 2026
H
Python 3.15.0a6
Hugo van Kemenade committed
February 4, 2026
P
gh-141984: Reword and reorganize Subscription (and Slicing) docs (GH-141985)
Petr Viktorin committed
January 31, 2026
A
gh-143055: Implementation of PEP 798 (#143056)
adam j hartz committed
December 3, 2025
P
gh-135676: Reword the f-string (and t-string) section (GH-137469)
Petr Viktorin committed
October 14, 2025
I
gh-97914: Reword misleading sentence on conditional expressions (#139064)
Irit Katriel committed
July 23, 2025
P
gh-135676: Lexical analysis: Reword String literals and related sections (GH-135942)
Petr Viktorin committed
June 26, 2025
C
gh-135110: Fix misleading `generator.close()` documentation (GH-135152)
Connor Denihan committed
June 25, 2025
June 18, 2025
P
gh-135676: lexical analysis: Improve section on Numeric literals (GH-134850)
Petr Viktorin committed
June 15, 2025
S
gh-135171: Update documentation for the generator expression (GH-135351)
Serhiy Storchaka committed
May 21, 2025
Y
gh-134026: Fix grammar description of for statement (GH-134034)
Yash Vijay committed
February 22, 2025
S
gh-121970: Replace `.. coroutine{method,function}` with `:async:` (#130448)
sobolevn committed
November 26, 2024
S
gh-69639: Add mixed-mode rules for complex arithmetic (C-like) (GH-124829)
Sergey B Kirpichev committed
November 14, 2024
J
Document that return-less user-defined functions return None (#126769)
John Marshall committed
October 7, 2024
September 27, 2024
E
gh-81263: Add assignment expressions to `help` (#124641)
Emily Morehouse committed
September 26, 2024
M
gh-115528: Update language reference for PEP 646 (#121181)
Matthew Rahtz committed
September 25, 2024
September 1, 2024
W
gh-123517: Remove unnecessary ``:meth:`` parentheses (#123518)
Wei-Hsiang (Matt) Wang committed
July 19, 2024
S
gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907)
Serhiy Storchaka committed
July 13, 2024
B
gh-120452: improve documentation about private name mangling (#120451)
Bénédikt Tran committed
July 1, 2024
D
June 4, 2024
P
doc: Mention the missing reflected special methods for all binary operations (GH-119931)
Paulo Freitas committed
February 29, 2024
E
Docs: mark up NotImplemented using the :data: role throughout the docs (#116135)
Erlend E. Aasland committed
January 30, 2024
T
Clarify one-item tuple (#114745)
Terry Jan Reedy committed
January 22, 2024
H
gh-101100: Fix Sphinx warnings in `reference/expressions.rst` (#114194)
Hugo van Kemenade committed
January 17, 2024
S
gh-114070: fix token reference warnings in expressions.rst (#114169)
Sergey B Kirpichev committed
November 25, 2023
R
gh-112331: Fix reference manual description of attribute lookup mechanics (gh-112375)
Raymond Hettinger committed
November 13, 2023
T
gh-111944: Add assignment expression parentheses requirements (#111977)
Terry Jan Reedy committed
October 19, 2023
A
GH-101100: Fix reference warnings for ``__getitem__`` (#110118)
Adam Turner committed
October 11, 2023
E
gh-110631: Fix reST indentation in `Doc/reference` (#110708)
Ezio Melotti committed
July 29, 2023
S
gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386)
Serhiy Storchaka committed
July 3, 2023
N
Replace the esoteric term 'datum' when describing dict comprehensions (#106119)
Ned Batchelder committed
May 23, 2023
N
gh-104770: Let generator.close() return value (#104771)
Nicolas Tessore committed
May 4, 2023
A
GH-97950: Use new-style index directive ('exception') (#104160)
Adam Turner committed
A
GH-97950: Use new-style index directive ('object') (#104158)
Adam Turner committed
A
GH-97950: Use new-style index directive ('operator') (#104156)
Adam Turner committed
A
GH-97950: Use new-style index directive ('keyword') (#104153)
Adam Turner committed
January 2, 2023
K
fix `grammer` -> `grammar` typo in expressions.rst (GH-100683)
Kumar Aditya committed
January 1, 2023
R
gh-100201: Document behavior with a bare `yield` statement (#100416)
ram vikram singh committed
October 27, 2022
G
October 8, 2022
H
gh-97913 Docs: Add walrus operator to the index (#97921)
Hugo van Kemenade committed
October 7, 2022
H
Docs: Fix backtick errors found by sphinx-lint (#97998)
Hugo van Kemenade committed
October 6, 2022
T
gh-86482: Document assignment expression need for ()s (#23291)
Terry Jan Reedy committed
September 30, 2022
September 28, 2022
A
Fix docs on conditional expression grouping (GH-96447)
Andrew Kay committed
September 22, 2022
J
gh-96397: Document that keywords in calls need not be identifiers (#96393)
Jeff Allen committed
June 21, 2022
L
gh-93675: Fix typos in `Doc/` (GH-93676)
luzpaz committed
May 19, 2022
Z
bpo-45393: help() on operator precedence has misleading entries (GH-31246)
Zackery Spytz committed