index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_parser.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Standardize behavior: no docstrings in test functions.
Guido van Rossum
2002-08-22
1
-5/+7
*
Get rid of relative imports in all unittests. Now anything that
Barry Warsaw
2002-07-23
1
-1/+1
*
Remove some now-obsolete generator future statements.
Tim Peters
2002-04-01
1
-8/+4
*
Change the PyUnit-based tests to use the test_main() approach. This
Fred Drake
2001-09-20
1
-2/+10
*
Use the "st" versions of the "ast" calls in the parser module -- there is
Fred Drake
2001-07-17
1
-2/+2
*
Added tests for the new yield support in the parser module.
Fred Drake
2001-07-17
1
-1/+132
*
Convert the parser module test to use PyUnit.
Fred Drake
2001-06-04
1
-208/+212
*
a bold attempt to fix things broken by MAL's verify patch: import
Fredrik Lundh
2001-01-17
1
-1/+1
*
This patch removes all uses of "assert" in the regression test suite
Marc-André Lemburg
2001-01-17
1
-1/+1
*
Add more regression tests, including for the import statement variations.
Fred Drake
2001-01-07
1
-10/+35
*
Added tests to avoid regression on bug #125375.
Fred Drake
2000-12-11
1
-1/+20
*
Update the parser module to support augmented assignment.
Fred Drake
2000-08-25
1
-22/+84
*
Add a minimal test suite for the parser module.
Fred Drake
2000-08-21
1
-0/+116