summaryrefslogtreecommitdiff
path: root/Lib/test/test_named_expressions.py
Commit message (Expand)AuthorAgeFilesLines
* 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