summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Added a test to catch the base class.Barry Warsaw2000-05-252-0/+5
* Added math.rint() -- round according to current IEEE754 modeGuido van Rossum2000-05-112-0/+7
* M.-A. Lemburg <mal@lemburg.com>:Fred Drake2000-05-091-0/+6
* Alas, Vladimir's patch was too aggressive, and started causing reallyGuido van Rossum2000-05-051-1/+1
* Raise ImportError when os.fork does not exist.Guido van Rossum2000-05-041-0/+5
* Get rid of memory leak caused by assingning sys.exc_info() to a local.Guido van Rossum2000-04-281-2/+2
* Deviant1 didn't work as advertisedJeremy Hylton2000-04-271-4/+4
* add some more contains tests on the builtin typesJeremy Hylton2000-04-271-0/+47
* Added a provision to stop all threads before exiting from the test:Guido van Rossum2000-04-241-1/+7
* Fix spelling error and remove Windows line endings.Guido van Rossum2000-04-241-1/+1
* Patch by Vladimir Marangozov to unload additionally imported modulesGuido van Rossum2000-04-211-0/+5
* Added test_winsound by Mark Hammond.Guido van Rossum2000-04-212-0/+9
* Charles Waldman writes:Guido van Rossum2000-04-211-4/+4
* Fix PR#7 comparisons of recursive objectsJeremy Hylton2000-04-141-0/+9
* M.-A. Lemburg <mal@lemburg.com>:Fred Drake2000-04-131-0/+8
* M.-A. Lemburg <mal@lemburg.com>:Fred Drake2000-04-131-0/+1
* Marc-Andre Lemburg:Guido van Rossum2000-04-111-2/+1
* Marc-Andre Lemburg:Guido van Rossum2000-04-111-2/+1
* Christian Tismer: added test to ensure that multiplication commutes.Guido van Rossum2000-04-101-0/+2
* Use a constant to specify the number of child threads to create.Fred Drake2000-04-101-4/+7
* Marc-Andre Lemburg:Guido van Rossum2000-04-101-0/+29
* Marc-Andre Lemburg:Guido van Rossum2000-04-101-1/+58
* Don't be so strict in checking AttributeError -- the error messageGuido van Rossum2000-04-101-2/+2
* Output from test_zipfile.py.Guido van Rossum2000-04-101-0/+1
* Test for zipfile.py, by Jim Ahlstrom.Guido van Rossum2000-04-101-0/+26
* Marc-Andre's third try at this bulk patch seems to work (except thatGuido van Rossum2000-04-053-10/+129
* Mark Hammond:Fred Drake2000-04-051-0/+2
* UserString class from Peter Funk <pf@artcom-gmbh.de>.Fred Drake2000-04-032-0/+228
* Untabified file to fix problems reported by tabnannyAndrew M. Kuchling2000-04-021-17/+17
* Mark Hammond: Uncomment call to delete test data when done.Fred Drake2000-04-011-1/+1
* Added test case output for pyexpat moduleAndrew M. Kuchling2000-03-311-0/+31
* Added test case for pyexpat module that tries to exercise all the handlersAndrew M. Kuchling2000-03-311-0/+107
* Mark Hammond: Ooops - even though Win32 handles the same args, thereGuido van Rossum2000-03-311-4/+1
* Improved test, by Mark Hammond, for Win32.Guido van Rossum2000-03-311-11/+10
* robustify UserList constructor -- will now accept any sequenceJeremy Hylton2000-03-311-0/+11
* Two fixes for extended call syntax:Jeremy Hylton2000-03-302-0/+48
* Output for simple test case for mmap on Unix; someone needs to write aAndrew M. Kuchling2000-03-301-0/+0
* Added simple test case for mmap on Unix; someone needs to write aAndrew M. Kuchling2000-03-301-0/+69
* fix previous checkinJeremy Hylton2000-03-283-24/+8
* add test cases for Greg Ewing's extended call syntax patchJeremy Hylton2000-03-284-2/+174
* Mark Hammond: test suite for new winreg module.Guido van Rossum2000-03-282-0/+151
* Marc-Andre Lemburg:Guido van Rossum2000-03-284-46/+54
* Marc-Andre Lemburg:Guido van Rossum2000-03-242-1/+30
* Fix the test so that connect() and bind() are called with a singleGuido van Rossum2000-03-241-2/+2
* Regenerated with test for 'contains'.Guido van Rossum2000-03-241-0/+1
* On 17-Mar-2000, Marc-Andre Lemburg said:Barry Warsaw2000-03-202-0/+2
* Marc-Andre Lemburg: Add tests for mixed use of char in string.Guido van Rossum2000-03-131-0/+13
* Marc-Andre Lemburg: test script for Unicode implementation.Guido van Rossum2000-03-103-10/+338
* Add tests for char in string -- including required exceptions forGuido van Rossum2000-03-071-0/+23
* test_contains outputGuido van Rossum2000-03-061-0/+1