summaryrefslogtreecommitdiff
path: root/Lib/test/test_ast.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #28008: Implement PEP 530 -- asynchronous comprehensions.Yury Selivanov2016-09-091-16/+19
* Issue #27352: Fixed an error message in a test.Serhiy Storchaka2016-06-271-1/+1
* Issue #13436: Add a test to make sure that ast.ImportFrom(level=None) worksBerker Peksag2016-04-291-0/+11
* compiler: don't emit SyntaxWarning on const stmtVictor Stinner2016-02-081-5/+2
* compiler now ignores constant statementsVictor Stinner2016-02-081-17/+16
* Simplify main() of test_astVictor Stinner2016-02-081-2/+3
* Issue #26146: enhance ast.Constant error messageVictor Stinner2016-01-271-0/+6
* Add ast.ConstantVictor Stinner2016-01-261-1/+119
* make opening brace of container literals and comprehensions correspond to the...Benjamin Peterson2015-09-251-9/+9
* Issue #24975: Fix AST compilation for PEP 448 syntax.Yury Selivanov2015-09-011-9/+15
* Issue #24688: ast.get_docstring() for 'async def' functions.Yury Selivanov2015-07-231-0/+3
* PEP 0492 -- Coroutines with async and await syntax. Issue #24017.Yury Selivanov2015-05-111-0/+9
* PEP 448: additional unpacking generalizations (closes #2292)Benjamin Peterson2015-05-051-35/+21
* revert lineno and col_offset changes from #16795 (closes #21295)Benjamin Peterson2015-02-021-31/+14
* set line and column numbers for keyword-only arg nodes (closes #20619)Benjamin Peterson2014-02-131-2/+2
* #18466: merge with 3.3.Ezio Melotti2013-08-171-1/+1
|\
| * #18466: fix more typos. Patch by F?vry Thibault.Ezio Melotti2013-08-171-1/+1
* | Update various test modules to use unittest.main() for test discoveryBrett Cannon2013-06-121-4/+1
* | test_ast: pass the filename to ast.parse()Victor Stinner2013-03-221-1/+1
* | unify some ast.argument's attrs; change Attribute column offset (closes #16795)Benjamin Peterson2013-03-181-37/+45
* | create NameConstant AST class for None, True, and False literals (closes #16619)Benjamin Peterson2012-12-061-5/+8
|/
* Issue #16546: make ast.YieldFrom argument mandatory.Mark Dickinson2012-11-251-0/+8
* get rid of ast_error_finish by passing the compiling struct to ast_errorBenjamin Peterson2012-09-021-1/+3
* merge 3.2 (#15846)Benjamin Peterson2012-09-021-0/+6
|\
| * prevert ast errors from being normalized before ast_error_finish is called (c...Benjamin Peterson2012-09-021-0/+6
* | test AST base type garbage collectionBenjamin Peterson2012-07-081-1/+14
* | merge 3.2 (#14378)Benjamin Peterson2012-03-221-4/+419
|\ \ | |/ |/|
| * give the AST class a __dict__Benjamin Peterson2012-03-121-0/+3
| * merge 3.2Benjamin Peterson2012-03-121-3/+0
| |\
| * \ merge 3.2Benjamin Peterson2012-03-121-3/+0
| |\ \
| * | | make YieldFrom its own distinct from Yield (closes #13780)Benjamin Peterson2012-01-141-2/+2
| * | | Implement PEP 380 - 'yield from' (closes #11682)Nick Coghlan2012-01-131-1/+2
| * | | Merge branch 3.2Amaury Forgeot d'Arc2011-11-221-0/+11
| |\ \ \
| * \ \ \ Merge 3.2, fix typos.Florent Xicluna2011-11-111-1/+1
| |\ \ \ \
| * | | | | fix indentationBenjamin Peterson2011-08-091-1/+1
| * | | | | add a AST validator (closes #12575)Benjamin Peterson2011-08-091-2/+408
| * | | | | merge 3.2Benjamin Peterson2011-07-221-0/+14
| |\ \ \ \ \
| * \ \ \ \ \ merge 3.2Benjamin Peterson2011-06-271-2/+7
| |\ \ \ \ \ \
| | * \ \ \ \ \ merge 3.2 (#11302)Benjamin Peterson2011-06-271-2/+7
| | |\ \ \ \ \ \
| | | * | | | | | unify TryExcept and TryFinally (closes #12199)Benjamin Peterson2011-05-291-2/+2
| | | * | | | | | add some with syntax examplesBenjamin Peterson2011-05-271-0/+5
* | | | | | | | | check by equality for __future__ not identity (closes #14378)Benjamin Peterson2012-03-221-0/+6
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | allow AST objects to be like its subclassesBenjamin Peterson2012-03-121-3/+0
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | every other ast object has a dict, so I think AST should, tooBenjamin Peterson2012-03-121-3/+0
| |_|_|_|_|/ |/| | | | |
* | | | | | Issue #13436: Fix a bogus error message when an AST object was passedAmaury Forgeot d'Arc2011-11-221-0/+11
| |_|_|_|/ |/| | | |
* | | | | Fix few typos.Florent Xicluna2011-11-111-1/+1
| |_|_|/ |/| | |
* | | | type check AST strings and identifiersBenjamin Peterson2011-07-221-0/+14
|/ / /
* | | fix wsBenjamin Peterson2011-06-271-1/+1
|/ /
* | add more ast tests (closes #11302)Benjamin Peterson2011-06-271-0/+180
|/
* Add missing line.Georg Brandl2011-01-091-0/+1