summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_grammar.py
Commit message (Collapse)AuthorAgeFilesLines
* add test cases for Greg Ewing's extended call syntax patchJeremy Hylton2000-03-281-2/+33
|
* No need to define assert, it's built in.Guido van Rossum1997-04-161-2/+2
|
* avoid math, don't abort when overflow check failsGuido van Rossum1995-03-041-3/+4
|
* Fix exec test so presence of __builtins__ doesn't break itGuido van Rossum1995-01-101-0/+3
|
* Merge alpha100 branch back to main trunkGuido van Rossum1994-08-011-17/+103
|
* Some minute changes.Guido van Rossum1993-12-291-3/+21
|
* * test_select.py: (some) tests for built-in select moduleGuido van Rossum1993-11-111-0/+16
| | | | | | * test_grammar.py, testall.out: added test for funny things in string literals * token.py, symbol.py: definitions used with built-in parser module. * tokenize.py: added double-quote recognition
* * string.py: added rindex(), rfind(); changed index() to interpretGuido van Rossum1993-11-081-10/+13
| | | | | | | | | | | negative start indices starting from the right. * ftplib.py: debug() -> set_debuglevel(); change demo to use __init__(). * os.py: added execl, execlp, and execvp. * lambda.py: removed (now that we have built-in map, reduce, bagof, lambda) * test_b{1,2}.py, testall.out: added tests for bagof, lambda, map, reduce * commands.py: use os, not posix * test_grammar.py: make it easy to disable non-portable int overflow tests * dis.py: don't abuse range()
* added builtin b/w compat module.Guido van Rossum1993-10-221-1/+20
| | | | changed testing of exec.
* Added some new tests and two new files for testing: test_types.pyGuido van Rossum1992-11-271-6/+33
| | | | | (testing operations on built-in types) and autotest.py (automatic regression testing).
* '+' no longer accepted for varargs listGuido van Rossum1992-04-031-1/+1
|
* Some weird forms of try statements are no longer allowed.Guido van Rossum1992-03-311-5/+1
|
* Initial revisionGuido van Rossum1992-01-271-0/+344