summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_named_expressions.py
Commit message (Expand)AuthorAgeFilesLines
* gh-87447: Fix walrus comprehension rebind checking (#100581)Nikita Sobolev2023-01-081-2/+78
* bpo-43017: Improve error message for unparenthesised tuples in comprehensions...Pablo Galindo2021-01-311-1/+2
* bpo-42381: Allow walrus in set literals and set comprehensions (GH-23332)Pablo Galindo2020-11-171-3/+57
* bpo-42316: Allow unparenthesized walrus operator in indexes (GH-23317)Lysandros Nikolaou2020-11-161-0/+21
* bpo-42374: Allow unparenthesized walrus in genexps (GH-23319)Lysandros Nikolaou2020-11-161-0/+9
* bpo-40443: Remove unused imports in tests (GH-19804)Victor Stinner2020-04-301-1/+0
* bpo-39176: Improve error message for 'named assignment' (GH-17777)Ned Batchelder2020-01-011-2/+2
* bpo-38469: Handle named expression scope with global/nonlocal keywords (GH-16...Pablo Galindo2019-10-141-0/+45
* bpo-37757: Disallow PEP 572 cases that expose implementation details (GH-15131)Nick Coghlan2019-08-251-36/+84
* bpo-35224: Reverse evaluation order of key: value in dict comprehensions (GH-...Jörn Heissler2019-06-221-0/+5
* bpo-35877: Add test for while loop named expression without parentheses (GH-1...Emily Morehouse2019-02-011-1/+7
* bpo-35861: Fix SyntaxWarning in test_named_expressions.py (GH-11722)Joannah Nanjekye2019-02-011-1/+1
* bpo-35224: PEP 572 Implementation (#10497)Emily Morehouse2019-01-241-0/+415