summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_b2.py
Commit message (Expand)AuthorAgeFilesLines
* The reload(sys) test no longer works due to changes in the importGuido van Rossum1997-08-021-4/+4
* Allow oct() result for 64-bit machines.Guido van Rossum1997-06-061-1/+2
* 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
* 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
* * string.py: added rindex(), rfind(); changed index() to interpretGuido van Rossum1993-11-081-0/+10
* * Fix bug in tzparse.py for DST timezoneGuido van Rossum1993-03-291-0/+35
* * os.py: _exit doesn't exist in all variations of posixGuido van Rossum1993-01-261-12/+12
* Added some new tests and two new files for testing: test_types.pyGuido van Rossum1992-11-271-0/+16
* Initial revisionGuido van Rossum1992-01-271-0/+130