summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_parser.py
Commit message (Expand)AuthorAgeFilesLines
* * 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