summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_asdl_parser.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-43798: Add source location attributes to alias (GH-25324)Matthew Suozzo2021-04-101-1/+3
* bpo-42748: test_asdl_parser now uses exec_module instead of load_module (#23954)Dong-hee Na2020-12-261-1/+5
* bpo-39638: Keep ASDL signatures in the AST nodes (GH-18515)Batuhan Taşkaya2020-03-161-4/+4
* bpo-39639: Remove the AST "Suite" node and associated code (GH-18513)Batuhan Taşkaya2020-03-041-1/+1
* bpo-35766: Merge typed_ast back into CPython (GH-11645)Guido van Rossum2019-01-311-1/+2
* bpo-33416: Add end positions to Python AST (GH-11605)Ivan Levkivskyi2019-01-221-2/+4
* Issue #25523: Further a-to-an corrections new in 3.5.Serhiy Storchaka2015-11-021-1/+1
* Issue #19655: Add tests for the new asdl parser.Eli Bendersky2014-05-101-0/+122