Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |