COMMITS
/ Doc/reference/expressions.rst February 22, 2025
November 14, 2024
M
[3.12] Document that return-less user-defined functions return None (GH-126769) (#126823)
Miss Islington (bot) committed
September 26, 2024
M
[3.12] gh-115528: Update language reference for PEP 646 (GH-121181) (#124633)
Miss Islington (bot) committed
September 25, 2024
September 2, 2024
W
[3.12] gh-123517: Remove unnecessary `:meth:` parentheses (gh-123518) (GH-123576)
Wei-Hsiang (Matt) Wang committed
July 19, 2024
S
[3.12] gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907) (GH-122013)
Serhiy Storchaka committed
July 13, 2024
M
[3.12] gh-120452: improve documentation about private name mangling (GH-120451) (#121716)
Miss Islington (bot) committed
July 1, 2024
M
[3.12] gh-114104: clarify asynchronous comprehension docs to match runtime behavior (GH-121175) (#121235)
Miss Islington (bot) committed
June 29, 2024
M
[3.12] doc: Mention the missing reflected special methods for all binary operations (GH-119931) (#120064)
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
January 30, 2024
M
[3.12] Clarify one-item tuple (GH-114745) (#114757)
Miss Islington (bot) committed
January 22, 2024
M
[3.12] gh-101100: Fix Sphinx warnings in `reference/expressions.rst` (GH-114194) (#114436)
Miss Islington (bot) committed
January 17, 2024
M
[3.12] gh-114070: fix token reference warnings in expressions.rst (GH-114169) (#114192)
Miss Islington (bot) committed
November 25, 2023
M
[3.12] gh-112331: Fix reference manual description of attribute lookup mechanics (gh-112375) (#112412)
Miss Islington (bot) committed
November 13, 2023
M
[3.12] gh-111944: Add assignment expression parentheses requirements (GH-111977) (#112010)
Miss Islington (bot) committed
October 19, 2023
M
[3.12] GH-101100: Fix reference warnings for ``__getitem__`` (GH-110118) (#111073)
Miss Islington (bot) committed
October 11, 2023
M
[3.12] gh-110631: Fix reST indentation in `Doc/reference` (GH-110708) (#110740)
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 3, 2023
M
[3.12] Replace the esoteric term 'datum' when describing dict comprehensions (GH-106119) (#106348)
Miss Islington (bot) 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
March 31, 2022
D
bpo-14911: Corrected generator.throw() documentation (GH-32207)
Dave Goncalves committed
March 8, 2022
A
bpo-45680: Improve docs on subscriptions w.r.t. `GenericAlias` objects (GH-29479)
Alex Waygood committed
January 7, 2022
J
bpo-24650: Use full term "generator function" in yield expressions docs (GH-24663)
Jacob Walls committed
November 18, 2021
A
bpo-45640: [docs] Tokens are now clickable (GH-29260)
Arthur Milchior committed
November 6, 2021
E
[doc] minor fixes to expressions.rst (GH-29444)
Ethan Furman committed
October 25, 2021
T
bpo-45530: speed listobject.c's unsafe_tuple_compare() (GH-29076)
Tim Peters committed
August 26, 2021
O
bpo-45003: Change __div__ to __truediv__ in py3 language reference. (GH-27951)
Objectivitix committed
July 30, 2021
A
bpo-41911: Update docs for various expressions (GH-27470)
andrei kulakov committed
July 13, 2021
S
bpo-33346: Allow async comprehensions inside implicit async comprehensions (GH-6766)
Serhiy Storchaka committed
May 2, 2021
Z
bpo-43990: Fix the footnote ordering in the operator precedence docs (GH-25805)
Zackery Spytz committed
April 19, 2021
April 6, 2021
February 21, 2021
T
bpo-27646: Say that 'yield from' expression can be any iterable (GH-24595)
Terry Jan Reedy committed
February 2, 2021
November 2, 2020
October 30, 2020