summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_b2.py
Commit message (Collapse)AuthorAgeFilesLines
* updated the oct(-100) test since oct() of a signed literal has changed.Barry Warsaw1997-01-131-1/+1
|
* test for specific bug in vars()Guido van Rossum1995-08-111-0/+9
|
* Test new __import__ module, test reload of built-in module, testGuido van Rossum1994-12-301-2/+2
| | | | has_key() on empty dictionary
* more complete tests of built-in functionsGuido van Rossum1994-11-101-2/+42
|
* Merge alpha100 branch back to main trunkGuido van Rossum1994-08-011-0/+19
|
* * test_*.py: new lambda syntax (also affects tests for filter, map,Guido van Rossum1993-11-301-4/+5
| | | | | | | | | | 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().
* * string.py: added rindex(), rfind(); changed index() to interpretGuido van Rossum1993-11-081-0/+10
| | | | | | | | | | | 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()
* * Fix bug in tzparse.py for DST timezoneGuido van Rossum1993-03-291-0/+35
| | | | | | | * 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!]
* * os.py: _exit doesn't exist in all variations of posixGuido van Rossum1993-01-261-12/+12
| | | | * Added fcmp() to test_support.py and use it in test*.py
* Added some new tests and two new files for testing: test_types.pyGuido van Rossum1992-11-271-0/+16
| | | | | (testing operations on built-in types) and autotest.py (automatic regression testing).
* Initial revisionGuido van Rossum1992-01-271-0/+130