index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_named_expressions.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-87447: Fix walrus comprehension rebind checking (#100581)
Nikita Sobolev
2023-01-08
1
-2/+78
*
bpo-43017: Improve error message for unparenthesised tuples in comprehensions...
Pablo Galindo
2021-01-31
1
-1/+2
*
bpo-42381: Allow walrus in set literals and set comprehensions (GH-23332)
Pablo Galindo
2020-11-17
1
-3/+57
*
bpo-42316: Allow unparenthesized walrus operator in indexes (GH-23317)
Lysandros Nikolaou
2020-11-16
1
-0/+21
*
bpo-42374: Allow unparenthesized walrus in genexps (GH-23319)
Lysandros Nikolaou
2020-11-16
1
-0/+9
*
bpo-40443: Remove unused imports in tests (GH-19804)
Victor Stinner
2020-04-30
1
-1/+0
*
bpo-39176: Improve error message for 'named assignment' (GH-17777)
Ned Batchelder
2020-01-01
1
-2/+2
*
bpo-38469: Handle named expression scope with global/nonlocal keywords (GH-16...
Pablo Galindo
2019-10-14
1
-0/+45
*
bpo-37757: Disallow PEP 572 cases that expose implementation details (GH-15131)
Nick Coghlan
2019-08-25
1
-36/+84
*
bpo-35224: Reverse evaluation order of key: value in dict comprehensions (GH-...
Jörn Heissler
2019-06-22
1
-0/+5
*
bpo-35877: Add test for while loop named expression without parentheses (GH-1...
Emily Morehouse
2019-02-01
1
-1/+7
*
bpo-35861: Fix SyntaxWarning in test_named_expressions.py (GH-11722)
Joannah Nanjekye
2019-02-01
1
-1/+1
*
bpo-35224: PEP 572 Implementation (#10497)
Emily Morehouse
2019-01-24
1
-0/+415