| Commit message (Expand) | Author | Age | Files | Lines |
* | Catch all exceptions in test modules. | Guido van Rossum | 1997-07-16 | 1 | -0/+6 |
|
|
* | Added output from new tests. | Guido van Rossum | 1997-07-15 | 1 | -0/+381 |
|
|
* | Fixed a syntax error caused by a bad line in the Perl source. | Guido van Rossum | 1997-07-15 | 1 | -1/+1 |
|
|
* | Merged Jeffrey's changes in. | Guido van Rossum | 1997-07-15 | 1 | -1/+8 |
|
|
* | Merged my changes in, and added all converted Perl tests. | Guido van Rossum | 1997-07-15 | 1 | -24/+284 |
|
|
* | Jeffrey's version | Guido van Rossum | 1997-07-15 | 1 | -239/+169 |
|
|
* | Tweak re_tests and test_re to differentiate between | Guido van Rossum | 1997-07-15 | 3 | -5/+7 |
|
|
* | More tweaks; re.py is nearly there... | Guido van Rossum | 1997-07-15 | 3 | -13/+5 |
|
|
* | Jeffrey's newest | Guido van Rossum | 1997-07-15 | 2 | -53/+8 |
|
|
* | Three fewer incorrect failures | Guido van Rossum | 1997-07-15 | 1 | -3/+0 |
|
|
* | Removed the traceback output in non-verbose mode | Guido van Rossum | 1997-07-11 | 2 | -109/+2 |
|
|
* | Jeffrey's latest. | Guido van Rossum | 1997-07-11 | 1 | -122/+82 |
|
|
* | Some small nits. | Guido van Rossum | 1997-07-11 | 1 | -3/+5 |
|
|
* | This is pretty pathetic and full of errors, | Guido van Rossum | 1997-07-11 | 1 | -0/+339 |
|
|
* | test suite for re.py | Guido van Rossum | 1997-07-11 | 2 | -0/+334 |
|
|
* | Allow oct() result for 64-bit machines. | Guido van Rossum | 1997-06-06 | 1 | -1/+2 |
|
|
* | AMK's regex test suite | Guido van Rossum | 1997-06-03 | 2 | -0/+331 |
|
|
* | socket_type --> SocketType | Fred Drake | 1997-06-03 | 1 | -1/+1 |
|
|
* | Added tests for dict.clear(), dict.update(), dict.copy(). | Guido van Rossum | 1997-06-02 | 1 | -0/+9 |
|
|
* | Add test for presence of socket_type. | Guido van Rossum | 1997-05-21 | 1 | -0/+1 |
|
|
* | Fix ratecv test (Sjoerd). | Guido van Rossum | 1997-05-21 | 1 | -5/+6 |
|
|
* | More robust way of choosing a non-existant uid (faster, too). | Guido van Rossum | 1997-05-20 | 1 | -1/+1 |
|
|
* | More robust way of choosing a non-existant uid (faster, too). | Guido van Rossum | 1997-05-20 | 1 | -4/+4 |
|
|
* | Changes to make these tests work on the Mac. | Guido van Rossum | 1997-05-16 | 3 | -4/+4 |
|
|
* | Increase the child's sleep time to 5 for slow machines. | Guido van Rossum | 1997-05-16 | 1 | -1/+1 |
|
|
* | Catch nis.error and raise TestFailed instead. This catches the | Barry Warsaw | 1997-05-15 | 1 | -2/+7 |
|
|
* | Fix typo in error reporting. | Guido van Rossum | 1997-05-14 | 1 | -1/+1 |
|
|
* | Fix hex tests for 64-bit machines. | Guido van Rossum | 1997-05-14 | 1 | -1/+3 |
|
|
* | Suppress fork part of socket test when we can't fork. | Guido van Rossum | 1997-05-14 | 1 | -27/+29 |
|
|
* | Fix sys.platform test -- on Win, it is 'win32', not 'win'. | Guido van Rossum | 1997-05-14 | 1 | -2/+2 |
|
|
* | More rational implementation of get_qualified_path() -- search along | Guido van Rossum | 1997-05-14 | 1 | -12/+5 |
|
|
* | Finally found a wat to set a file nonblocking that works on Irix, | Guido van Rossum | 1997-05-12 | 1 | -2/+2 |
|
|
* | Fix the NDELAY test; avoid outputting binary garbage. | Guido van Rossum | 1997-05-09 | 1 | -3/+3 |
|
|
* | Print less in test_socket. | Guido van Rossum | 1997-05-09 | 2 | -21/+6 |
|
|
* | Use uuencoded test images. | Guido van Rossum | 1997-04-16 | 4 | -9/+1579 |
|
|
* | Soft failure for Win32 and Mac platforms. Less output unless verbose. | Guido van Rossum | 1997-04-16 | 1 | -3/+12 |
|
|
* | Soft failure for Win32 platform. | Guido van Rossum | 1997-04-16 | 1 | -0/+4 |
|
|
* | No need to define assert, it's built in. | Guido van Rossum | 1997-04-16 | 1 | -2/+2 |
|
|
* | Catch and report ValueError raised by strftime. | Guido van Rossum | 1997-04-11 | 1 | -4/+16 |
|
|
* | Use uuencoded test images. | Guido van Rossum | 1997-04-09 | 7 | -166/+3333 |
|
|
* | Don't just die when an error is not defined; print a warning instead. | Guido van Rossum | 1997-04-09 | 1 | -4/+9 |
|
|
* | Try calling getpid() from /usr/lib/libc.so instead of some other | Guido van Rossum | 1997-04-09 | 1 | -4/+1 |
|
|
* | Use TESTFN instead of /etc/passwd and /dev/null as test files. | Guido van Rossum | 1997-04-09 | 1 | -5/+12 |
|
|
* | New test output for test_builtin | Guido van Rossum | 1997-04-02 | 1 | -0/+1 |
|
|
* | Added test of complex() (that catches a bug in 1.4!). | Guido van Rossum | 1997-03-31 | 1 | -0/+39 |
|
|
* | Restore old behavior of autotest and testall, using regrtest. | Guido van Rossum | 1997-03-07 | 2 | -217/+7 |
|
|
* | Add "extra-verbose" mode, triggered by specifying two -v flags. In | Guido van Rossum | 1997-03-07 | 1 | -4/+12 |
|
|
* | Much more rigorous testing -- we now try many times, varying in time | Guido van Rossum | 1997-03-07 | 1 | -86/+97 |
|
|
* | Removed nonstandard strftime formats (strftime is tested more | Guido van Rossum | 1997-02-20 | 1 | -2/+2 |
|
|
* | Remove %n and %t from the list of standard expectations. | Guido van Rossum | 1997-02-19 | 1 | -2/+0 |
|
|