summaryrefslogtreecommitdiffstats
path: root/Lib/test/testall.out
Commit message (Collapse)AuthorAgeFilesLines
* * test_*.py: new lambda syntax (also affects tests for filter, map,Guido van Rossum1993-11-301-1/+0
| | | | | | | | | | reduce) * ftplib.py: added default callback for retrlines; added dir() method * ftplib.py: don't return self in self.connect(); added hack so that if 'CDUP' is not understood, 'CWD ..' is tried. * ftplib.py: second method called init() should have been called connect(); if __init__ sees more than one argument, it will also try to login().
* * test_select.py: (some) tests for built-in select moduleGuido van Rossum1993-11-111-0/+1
| | | | | | * 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-0/+4
| | | | | | | | | | | 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/+1
| | | | changed testing of exec.
* * Fix bug in tzparse.py for DST timezoneGuido van Rossum1993-03-291-0/+1
| | | | | | | * Added whatis command to pdb.py * new module GET.py (GL definitions from <gl/get.h>) * rect.py: is_empty takes a rect as argument, not two points. * Added tests for builtin round() [XXX not yet complete!]
* * Add some more tests for numbersGuido van Rossum1993-01-211-0/+3
| | | | * mainloop.py: don't use select unless absolutely necessary (for Mac)
* Added output from testall run, for autotest.py.Guido van Rossum1992-11-271-0/+133