summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_unparse.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-38870: Add docstring support to ast.unparse (GH-17760)Batuhan Taşkaya2020-03-021-70/+126
* bpo-38870: Implement a precedence algorithm in ast.unparse (GH-17377)Batuhan Taşkaya2020-03-011-0/+41
* bpo-38870: Throw ValueError on invalid yield from usage (GH-17798)Batuhan Taşkaya2020-01-021-0/+2
* Fix error when running with -uall in test_unparse (GH-17739)Pablo Galindo2019-12-291-7/+7
* bpo-38870: Run always tests that heavily use grammar features in test_unparse...Pablo Galindo2019-12-291-1/+11
* Clean imports in test_unparse (GH-17545)Pablo Galindo2019-12-101-2/+0
* bpo-39003: Make sure all test are the same when using -R in test_unparse (GH-...Pablo Galindo2019-12-091-7/+14
* bpo-38870: Expose a function to unparse an ast object in the ast module (GH-1...Pablo Galindo2019-11-241-0/+328