Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-38870: Add docstring support to ast.unparse (GH-17760) | Batuhan Taşkaya | 2020-03-02 | 1 | -70/+126 |
* | bpo-38870: Implement a precedence algorithm in ast.unparse (GH-17377) | Batuhan Taşkaya | 2020-03-01 | 1 | -0/+41 |
* | bpo-38870: Throw ValueError on invalid yield from usage (GH-17798) | Batuhan Taşkaya | 2020-01-02 | 1 | -0/+2 |
* | Fix error when running with -uall in test_unparse (GH-17739) | Pablo Galindo | 2019-12-29 | 1 | -7/+7 |
* | bpo-38870: Run always tests that heavily use grammar features in test_unparse... | Pablo Galindo | 2019-12-29 | 1 | -1/+11 |
* | Clean imports in test_unparse (GH-17545) | Pablo Galindo | 2019-12-10 | 1 | -2/+0 |
* | bpo-39003: Make sure all test are the same when using -R in test_unparse (GH-... | Pablo Galindo | 2019-12-09 | 1 | -7/+14 |
* | bpo-38870: Expose a function to unparse an ast object in the ast module (GH-1... | Pablo Galindo | 2019-11-24 | 1 | -0/+328 |