summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Tweak re_tests and test_re to differentiate betweenGuido van Rossum1997-07-153-5/+7
* More tweaks; re.py is nearly there...Guido van Rossum1997-07-153-13/+5
* Jeffrey's newestGuido van Rossum1997-07-152-53/+8
* Three fewer incorrect failuresGuido van Rossum1997-07-151-3/+0
* Removed the traceback output in non-verbose modeGuido van Rossum1997-07-112-109/+2
* Jeffrey's latest.Guido van Rossum1997-07-111-122/+82
* Some small nits.Guido van Rossum1997-07-111-3/+5
* This is pretty pathetic and full of errors,Guido van Rossum1997-07-111-0/+339
* test suite for re.pyGuido van Rossum1997-07-112-0/+334
* Allow oct() result for 64-bit machines.Guido van Rossum1997-06-061-1/+2
* AMK's regex test suiteGuido van Rossum1997-06-032-0/+331
* socket_type --> SocketTypeFred Drake1997-06-031-1/+1
* Added tests for dict.clear(), dict.update(), dict.copy().Guido van Rossum1997-06-021-0/+9
* Add test for presence of socket_type.Guido van Rossum1997-05-211-0/+1
* Fix ratecv test (Sjoerd).Guido van Rossum1997-05-211-5/+6
* More robust way of choosing a non-existant uid (faster, too).Guido van Rossum1997-05-201-1/+1
* More robust way of choosing a non-existant uid (faster, too).Guido van Rossum1997-05-201-4/+4
* Changes to make these tests work on the Mac.Guido van Rossum1997-05-163-4/+4
* Increase the child's sleep time to 5 for slow machines.Guido van Rossum1997-05-161-1/+1
* Catch nis.error and raise TestFailed instead. This catches theBarry Warsaw1997-05-151-2/+7
* Fix typo in error reporting.Guido van Rossum1997-05-141-1/+1
* Fix hex tests for 64-bit machines.Guido van Rossum1997-05-141-1/+3
* Suppress fork part of socket test when we can't fork.Guido van Rossum1997-05-141-27/+29
* Fix sys.platform test -- on Win, it is 'win32', not 'win'.Guido van Rossum1997-05-141-2/+2
* More rational implementation of get_qualified_path() -- search alongGuido van Rossum1997-05-141-12/+5
* Finally found a wat to set a file nonblocking that works on Irix,Guido van Rossum1997-05-121-2/+2
* Fix the NDELAY test; avoid outputting binary garbage.Guido van Rossum1997-05-091-3/+3
* Print less in test_socket.Guido van Rossum1997-05-092-21/+6
* Use uuencoded test images.Guido van Rossum1997-04-164-9/+1579
* Soft failure for Win32 and Mac platforms. Less output unless verbose.Guido van Rossum1997-04-161-3/+12
* Soft failure for Win32 platform.Guido van Rossum1997-04-161-0/+4
* No need to define assert, it's built in.Guido van Rossum1997-04-161-2/+2
* Catch and report ValueError raised by strftime.Guido van Rossum1997-04-111-4/+16
* Use uuencoded test images.Guido van Rossum1997-04-097-166/+3333
* Don't just die when an error is not defined; print a warning instead.Guido van Rossum1997-04-091-4/+9
* Try calling getpid() from /usr/lib/libc.so instead of some otherGuido van Rossum1997-04-091-4/+1
* Use TESTFN instead of /etc/passwd and /dev/null as test files.Guido van Rossum1997-04-091-5/+12
* New test output for test_builtinGuido van Rossum1997-04-021-0/+1
* Added test of complex() (that catches a bug in 1.4!).Guido van Rossum1997-03-311-0/+39
* Restore old behavior of autotest and testall, using regrtest.Guido van Rossum1997-03-072-217/+7
* Add "extra-verbose" mode, triggered by specifying two -v flags. InGuido van Rossum1997-03-071-4/+12
* Much more rigorous testing -- we now try many times, varying in timeGuido van Rossum1997-03-071-86/+97
* Removed nonstandard strftime formats (strftime is tested moreGuido van Rossum1997-02-201-2/+2
* Remove %n and %t from the list of standard expectations.Guido van Rossum1997-02-191-2/+0
* Added test for ratecv (from Sjoerd, reformatted).Guido van Rossum1997-02-141-0/+9
* Did nobody ever notice that "make test" didn't print the summary lineGuido van Rossum1997-01-291-1/+0
* new.code() has grown another foot, eh, another two arguments.Guido van Rossum1997-01-271-1/+1
* Version 1.1. Fix memory leak and expensive comparison with None.Guido van Rossum1997-01-181-3/+22
* Add stacksize argument to new.code().Guido van Rossum1997-01-171-1/+1
* Make as sure as we can that the forked child does not return andGuido van Rossum1997-01-171-12/+15