index
:
cpython
3.10
3.11
3.12
3.13
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_named_expressions.py
Commit message (
Expand
)
Author
Age
*
gh-100746: Improve `test_named_expressions.py` (#116713)
Nikita Sobolev
2024-03-13
*
gh-96497: Mangle name before symtable lookup in 'symtable_extend_namedexpr_sc...
wookie184
2024-02-17
*
gh-87447: Fix walrus comprehension rebind checking (#100581)
Nikita Sobolev
2023-01-08
*
bpo-43017: Improve error message for unparenthesised tuples in comprehensions...
Pablo Galindo
2021-01-31
*
bpo-42381: Allow walrus in set literals and set comprehensions (GH-23332)
Pablo Galindo
2020-11-17
*
bpo-42316: Allow unparenthesized walrus operator in indexes (GH-23317)
Lysandros Nikolaou
2020-11-17
*
bpo-42374: Allow unparenthesized walrus in genexps (GH-23319)
Lysandros Nikolaou
2020-11-16
*
bpo-40443: Remove unused imports in tests (GH-19804)
Victor Stinner
2020-04-30
*
bpo-39176: Improve error message for 'named assignment' (GH-17777)
Ned Batchelder
2019-12-31
*
bpo-38469: Handle named expression scope with global/nonlocal keywords (GH-16...
Pablo Galindo
2019-10-14
*
bpo-37757: Disallow PEP 572 cases that expose implementation details (GH-15131)
Nick Coghlan
2019-08-25
*
bpo-35224: Reverse evaluation order of key: value in dict comprehensions (GH-...
Jörn Heissler
2019-06-22
*
bpo-35877: Add test for while loop named expression without parentheses (GH-1...
Emily Morehouse
2019-02-01
*
bpo-35861: Fix SyntaxWarning in test_named_expressions.py (GH-11722)
Joannah Nanjekye
2019-02-01
*
bpo-35224: PEP 572 Implementation (#10497)
Emily Morehouse
2019-01-24