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