summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_parser.py
Commit message (Expand)AuthorAgeFilesLines
* MERGE: #15512: Remove remnants of debugging codeJesus Cea2012-08-031-2/+0
|\
| * #15512: Remove remnants of debugging codeJesus Cea2012-08-031-2/+0
* | MERGE: Closes #15512: Correct __sizeof__ support for parserJesus Cea2012-08-031-0/+41
|\ \ | |/
| * Closes #15512: Correct __sizeof__ support for parserJesus Cea2012-08-031-0/+41
* | Issue #14741: Merge fix from 3.2.Mark Dickinson2012-05-071-0/+2
|\ \ | |/
| * Issue #14741: Fix missing support for ellipsis in parser module.Mark Dickinson2012-05-071-0/+2
* | Issue #14697: Merge fix from 3.2.Mark Dickinson2012-05-071-0/+23
|\ \ | |/
| * Issue #14697: Fix missing parser module support for set displays and set comp...Mark Dickinson2012-05-071-0/+23
* | Issue #14701: Merge fix from 3.2.Mark Dickinson2012-05-071-0/+8
|\ \ | |/
| * Issue #14701: Add missing support for 'raise ... from' in parser module.Mark Dickinson2012-05-071-0/+8
* | Issue #14696: Merge from 3.2Mark Dickinson2012-04-291-0/+10
|\ \ | |/
| * Issue #14696: Fix parser module to understand 'nonlocal' declarations.Mark Dickinson2012-04-291-0/+10
* | Issue #9154: Merge fix from 3.2.Mark Dickinson2012-04-291-0/+21
|\ \ | |/
| * Issue #9154: Fix parser module to understand function annotations.Mark Dickinson2012-04-291-0/+21
* | Implement PEP 380 - 'yield from' (closes #11682)Nick Coghlan2012-01-131-1/+4
* | only clear the parser error if it's set (closes #12264)Benjamin Peterson2011-06-051-0/+8
|/
* #9424: Replace deprecated assert* methods in the Python test suite.Ezio Melotti2010-11-201-30/+30
* Issue #9130: Validate ellipsis tokens in relative imports.Mark Dickinson2010-07-041-0/+6
* Fix symbol numbers in test_parser test.Mark Dickinson2010-07-041-8/+8
* Issue #9130: Fix validation of relative imports in parser module.Mark Dickinson2010-07-041-0/+20
* Issue #9128: Fix validation of class decorators in parser module.Mark Dickinson2010-07-041-0/+7
* Issue #9011: Remove buggy and unnecessary ST->AST compilation codeMark Dickinson2010-06-171-1/+11
* Merged revisions 78093 via svnmerge fromGeorg Brandl2010-03-141-1/+0
* Merged revisions 77727 via svnmerge fromEzio Melotti2010-01-241-1/+1
* Merged revisions 76052,76522,76591,76689,76697,76733 via svnmerge fromBenjamin Peterson2009-12-131-4/+4
* Merged revisions 76230 via svnmerge fromBenjamin Peterson2009-11-131-3/+3
* fix an ambiguity in the grammar from the implementation of extended unpackingBenjamin Peterson2009-09-271-0/+6
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-9/+9
* Merged revisions 73072 via svnmerge fromAntoine Pitrou2009-06-291-0/+1
* Merged revisions 72924 via svnmerge fromGeorg Brandl2009-05-251-0/+1
* Issue #1717, stage 2: remove uses of tp_compare in Modules and mostMark Dickinson2009-02-011-0/+70
* Merged revisions 67463,67572,67576,67628 via svnmerge fromGeorg Brandl2008-12-071-0/+10
* Merged revisions 67348,67355,67359,67362,67364-67365,67367-67368,67398,67423-...Benjamin Peterson2008-11-301-0/+4
* Merged revisions 67028,67040,67044,67046,67052,67065,67070,67077,67082 via sv...Benjamin Peterson2008-11-031-0/+2
* Merged revisions 67066 via svnmerge fromBenjamin Peterson2008-10-311-0/+9
* Merged revisions 65885,65892,65894,65898 via svnmerge fromBenjamin Peterson2008-08-201-0/+1
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-2/+2
* Merged revisions 61431,61433-61436,61439,61444,61449-61450,61453,61458,61465,...Christian Heimes2008-03-181-0/+3
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-231-0/+18
* Patch 1144 by David Binger, fix for parser module. With unittest.Guido van Rossum2007-11-151-0/+1
* Make test_parser pass after merge.Guido van Rossum2007-07-181-2/+2
* Merged revisions 56301-56442 via svnmerge fromGuido van Rossum2007-07-181-0/+6
* * Remove PRINT_ITEM(_TO), PRINT_NEWLINE(_TO) opcodes.Georg Brandl2007-02-091-31/+0
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-1/+1
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-0/+38
* Patch #1550800: make exec a function.Georg Brandl2006-09-061-1/+1
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-0/+4
* Merge ast-branch to headJeremy Hylton2005-10-201-1/+23
* PEP 342 implementation. Per Guido's comments, the generator throw()Phillip J. Eby2005-08-021-0/+11
* Whitespace normalization.Tim Peters2005-04-201-1/+1