COMMITS
/ Doc/reference/expressions.rst February 29, 2024
M
[3.11] Docs: mark up NotImplemented using the :data: role throughout the docs (GH-116135) (#116148)
Miss Islington (bot) committed
January 30, 2024
M
[3.11] Clarify one-item tuple (GH-114745) (#114758)
Miss Islington (bot) committed
January 22, 2024
M
[3.11] gh-101100: Fix Sphinx warnings in `reference/expressions.rst` (GH-114194) (#114437)
Miss Islington (bot) committed
January 17, 2024
M
[3.11] gh-114070: fix token reference warnings in expressions.rst (GH-114169) (#114193)
Miss Islington (bot) committed
November 25, 2023
M
[3.11] gh-112331: Fix reference manual description of attribute lookup mechanics (gh-112375) (gh-112413)
Miss Islington (bot) committed
November 13, 2023
M
[3.11] gh-111944: Add assignment expression parentheses requirements (GH-111977) (#112011)
Miss Islington (bot) committed
October 19, 2023
M
[3.11] GH-101100: Fix reference warnings for ``__getitem__`` (GH-110118) (#111074)
Miss Islington (bot) committed
October 12, 2023
E
[3.11] gh-110631: Fix reST indentation in `Doc/reference` (GH-110708) (#110741)
Ezio Melotti committed
July 29, 2023
M
[3.11] gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) (GH-107418)
Miss Islington (bot) committed
July 3, 2023
M
[3.11] Replace the esoteric term 'datum' when describing dict comprehensions (GH-106119) (#106349)
Miss Islington (bot) committed
June 7, 2023
F
[3.11] Add single value `agen.athrow(value)` signature to the 3.11 docs gh-105269 (#105468)
Federico Caselli committed
May 4, 2023
A
[3.11] GH-97950: Use new-style index directive ('exception') (GH-104160) (#104161)
Adam Turner committed
M
[3.11] GH-97950: Use new-style index directive ('object') (GH-104158) (#104159)
Miss Islington (bot) committed
M
[3.11] GH-97950: Use new-style index directive ('operator') (GH-104156) (#104157)
Miss Islington (bot) committed
M
[3.11] GH-97950: Use new-style index directive ('keyword') (GH-104153) (#104155)
Miss Islington (bot) committed
January 2, 2023
M
fix `grammer` -> `grammar` typo in expressions.rst (GH-100683)
Miss Islington (bot) committed
January 1, 2023
M
gh-100201: Document behavior with a bare `yield` statement (GH-100416)
Miss Islington (bot) committed
October 28, 2022
M
[3.11] Python documents state elsewhere that a comma is not an operator (GH-98736) (#98757)
Miss Islington (bot) committed
October 17, 2022
C
[3.11] Docs: Fix backtick errors found by sphinx-lint (GH-97998) (#98371)
C.A.M. Gerlach committed
October 8, 2022
M
gh-97913 Docs: Add walrus operator to the index (GH-97921)
Miss Islington (bot) committed
October 6, 2022
M
gh-86482: Document assignment expression need for ()s (GH-23291)
Miss Islington (bot) committed
September 28, 2022
M
Fix docs on conditional expression grouping (GH-96447) (GH-97606)
Miss Islington (bot) committed
September 22, 2022
M
gh-96397: Document that keywords in calls need not be identifiers (GH-96393)
Miss Islington (bot) committed
June 21, 2022
Ł
[3.11] gh-93675: Fix typos in `Doc/` (GH-93676) (GH-94079)
Łukasz Langa committed
May 19, 2022
M
bpo-45393: help() on operator precedence has misleading entries (GH-31246) (GH-92965)
Miss Islington (bot) 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
October 20, 2020
F
bpo-29981: Add examples and update index for set, dict, and generator comprehensions'(GH-20272)
Florian Dahlitz committed
September 18, 2020
V
bpo-41762: Fix usage of productionlist markup in the doc (GH-22281)
Victor Stinner committed
July 25, 2020
S
bpo-39868: Add documentation for Assignment Expressions (walrus, PEP 572) (#18851)
Shankar Jha committed
April 5, 2020
M
Fix misinformation about NaN != NaN comparison (GH-19357)
Mark Dickinson committed
March 30, 2020
M
fix comma location in various places (GH-19233)
Mathieu Dupuy committed
March 6, 2020
B
bpo-39868: Update Language Reference for PEP 572. (#18793)
Brandt Bucher committed
September 11, 2019
E
bpo-35224: Additional documentation for Assignment Expressions (GH-15935)
Emily Morehouse committed
A
bpo-33459: Fix "tuple displays" term in Expressions.rst (GH-6760)
Andre Delfino committed