COMMITS
/ Doc/reference/expressions.rst October 17, 2022
C
[3.10] Docs: Fix backtick errors found by sphinx-lint (GH-97998) (#98373)
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 22, 2022
M
gh-96397: Document that keywords in calls need not be identifiers (GH-96393)
Miss Islington (bot) committed
June 21, 2022
Ł
[3.10] gh-93675: Fix typos in `Doc/` (GH-93676) (GH-94080)
Łukasz Langa committed
May 19, 2022
M
bpo-45393: help() on operator precedence has misleading entries (GH-31246) (GH-92966)
Miss Islington (bot) committed
March 31, 2022
M
bpo-14911: Corrected generator.throw() documentation (GH-32207)
Miss Islington (bot) committed
March 8, 2022
M
bpo-45680: Improve docs on subscriptions w.r.t. `GenericAlias` objects (GH-29479)
Miss Islington (bot) committed
January 7, 2022
M
[3.10] bpo-24650: Use full term "generator function" in yield expressions docs (GH-24663) (GH-30461)
Miss Islington (bot) committed
November 18, 2021
M
bpo-45640: [docs] Tokens are now clickable (GH-29260) (GH-29621)
Miss Islington (bot) committed
August 26, 2021
M
bpo-45003: Change __div__ to __truediv__ in py3 language reference. (GH-27951) (GH-27963)
Miss Islington (bot) committed
July 30, 2021
M
bpo-41911: Update docs for various expressions (GH-27470) (GH-27490)
Miss Islington (bot) 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
August 24, 2019
R
bpo-32118: Simplify docs for sequence comparison (GH-15450)
Raymond Hettinger committed
June 22, 2019
J
bpo-35224: Reverse evaluation order of key: value in dict comprehensions (GH-14139)
Jörn Heissler committed
May 30, 2019
A
bpo-30969: Fix docs about the comparison in absence of __contains__ (GH-2761)
Antti Haapala committed
May 13, 2019
D
J
Correct misspelling (GH-11470)
Johnny Gérard committed
December 19, 2018
S
bpo-35506: Remove redundant and incorrect links from keywords. (GH-11174)
Serhiy Storchaka committed
December 5, 2018
A
Correct a couple of unbalanced parenthesis. (GH-10779)
Andre Delfino committed
November 7, 2018
A
Add link to PEP 525 in Expressions. (GH-10333)
Andrés Delfino committed
October 28, 2018
S
bpo-35054: Add yet more index entries for symbols. (GH-10121)
Serhiy Storchaka committed
October 26, 2018
S
bpo-35054: Add more index entries for symbols. (GH-10064)
Serhiy Storchaka committed
September 14, 2018
July 7, 2018
A
bpo-33702: Add some missing links in production lists and do a little polish (GH-7259)
Andrés Delfino committed
June 15, 2018
A
bpo-33847: Add '@' operator entry to index (GH-7669)
Andrés Delfino committed
A
bpo-33852: Remove misplaced parentheses around 'list'. (GH-7672)
Andrés Delfino committed
May 22, 2018
A
Fix lambda parameters being refered as arguments (GH-7037)
Andrés Delfino committed
April 11, 2018
S
bpo-33260: Regenerate token.py after removing ASYNC and AWAIT. (GH-6447)
Serhiy Storchaka committed
February 4, 2018
S
bpo-10544: Disallow "yield" in comprehensions and generator expressions. (GH-4564)
Serhiy Storchaka committed
December 1, 2017
S
bpo-10544: Deprecate "yield" in comprehensions and generator expressions. (GH-4579)
Serhiy Storchaka committed
October 6, 2017
Y
bpo-31708: Allow async generator expressions in synchronous functions (#3905)
Yury Selivanov committed
September 18, 2017
S
bpo-31501: Operator precedence description for arithmetic operators (#3633)
svelankar committed
May 19, 2017
D
Fix typos in multiple `.rst` files (#1668)
delirious-lettuce committed
May 3, 2017
U
bpo-28315: Improve code examples in docs (GH-1372)
UltimateCoder committed