summaryrefslogtreecommitdiff
path: root/Lib/test/test_types.py
Commit message (Expand)AuthorAgeFilesLines
* Add tests to exercise sequence operations (multiplication, indexing,Andrew M. Kuchling2000-02-231-0/+25
* Add tests for list self-assigns. (Sorry, this should have been hereGuido van Rossum1998-07-161-0/+13
* Added some tests to make sure that long->int conversions nearGuido van Rossum1998-05-261-0/+12
* Add test for core dump -- make sure it doesn't come back!Guido van Rossum1998-02-251-0/+5
* Added separate tests for {}.get().Guido van Rossum1997-10-201-0/+3
* Added tests of dict.get()Barry Warsaw1997-10-201-0/+6
* Added tests for dict.clear(), dict.update(), dict.copy().Guido van Rossum1997-06-021-0/+9
* Test new __import__ module, test reload of built-in module, testGuido van Rossum1994-12-301-0/+1
* Merge alpha100 branch back to main trunkGuido van Rossum1994-08-011-0/+6
* * profile.py, pdb.py: added help() functionGuido van Rossum1993-10-221-0/+3
* * ftplib.py: added abort() command (sends oob data).Guido van Rossum1993-05-241-1/+1
* * Add some more tests for numbersGuido van Rossum1993-01-211-0/+21
* Added some new tests and two new files for testing: test_types.pyGuido van Rossum1992-11-271-0/+151