summaryrefslogtreecommitdiff
path: root/Lib/test/test_parser.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Flush out support for ``class B(): pass`` syntax by adding support to theBrett Cannon2005-04-091-0/+3
* SF patch #1007189, multi-line imports, for instance:Anthony Baxter2004-08-311-0/+14
* PEP-0318, @decorator-style. In Guido's words:Anthony Baxter2004-08-021-2/+10
* SF patch #872326: Generator expression implementationRaymond Hettinger2004-05-191-0/+2
* Combine the functionality of test_support.run_unittest()Walter Dörwald2003-05-011-5/+4
* Whitespace normalization.Tim Peters2003-02-191-1/+1
* Add tests and news entry about parser errors from bug #678518.Neal Norwitz2003-02-101-0/+17
* Teach the parsermodule about floor division. FixesMichael W. Hudson2003-01-291-0/+5
* Standardize behavior: no docstrings in test functions.Guido van Rossum2002-08-221-5/+7
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* Remove some now-obsolete generator future statements.Tim Peters2002-04-011-8/+4
* Change the PyUnit-based tests to use the test_main() approach. ThisFred Drake2001-09-201-2/+10
* Use the "st" versions of the "ast" calls in the parser module -- there isFred Drake2001-07-171-2/+2
* Added tests for the new yield support in the parser module.Fred Drake2001-07-171-1/+132
* Convert the parser module test to use PyUnit.Fred Drake2001-06-041-208/+212
* a bold attempt to fix things broken by MAL's verify patch: importFredrik Lundh2001-01-171-1/+1
* This patch removes all uses of "assert" in the regression test suiteMarc-André Lemburg2001-01-171-1/+1
* Add more regression tests, including for the import statement variations.Fred Drake2001-01-071-10/+35
* Added tests to avoid regression on bug #125375.Fred Drake2000-12-111-1/+20
* Update the parser module to support augmented assignment.Fred Drake2000-08-251-22/+84
* Add a minimal test suite for the parser module.Fred Drake2000-08-211-0/+116