| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Marc-Andre Lemburg: Add tests for mixed use of char in string. | Guido van Rossum | 2000-03-13 | 1 | -0/+13 |
| | | |||||
| * | Marc-Andre Lemburg: test script for Unicode implementation. | Guido van Rossum | 2000-03-10 | 3 | -10/+338 |
| | | |||||
| * | Add tests for char in string -- including required exceptions for | Guido van Rossum | 2000-03-07 | 1 | -0/+23 |
| | | | | | non-char in string. | ||||
| * | test_contains output | Guido van Rossum | 2000-03-06 | 1 | -0/+1 |
| | | |||||
| * | Test cases for __contains__ code, by Moshe Zadka. | Guido van Rossum | 2000-03-06 | 1 | -0/+41 |
| | | |||||
| * | Test case for fork1() behavior. | Guido van Rossum | 2000-02-25 | 2 | -0/+55 |
| | | | | | Only the main thread should survive in the child after a fork(). | ||||
| * | Add tests to exercise sequence operations (multiplication, indexing, | Andrew M. Kuchling | 2000-02-23 | 1 | -0/+25 |
| | | | | | slicing) using long integers | ||||
| * | Added test for new crc32() function. | Guido van Rossum | 2000-02-16 | 1 | -0/+6 |
| | | |||||
| * | Make this pass the -tt test. | Fred Drake | 2000-02-10 | 1 | -8/+8 |
| | | |||||
| * | Added test case for accessing gsbm database by key after it's closed; | Fred Drake | 2000-02-07 | 1 | -1/+7 |
| | | | | | it should raise gdbm.error. | ||||
| * | Revise tests to support str(<long int object>) not appending "L". | Fred Drake | 1999-12-23 | 3 | -15/+21 |
| | | |||||
| * | Test output. | Guido van Rossum | 1999-10-19 | 1 | -0/+28 |
| | | | | | | (XXX perhaps a bit too verbose; in particular it is sensitive to all the doc strings.) | ||||
| * | Rewritten -- this now tests the binascii *except* for the binhex | Guido van Rossum | 1999-10-19 | 1 | -44/+85 |
| | | | | | module, which is tested by test_binhex.py. | ||||
| * | Test output for test_binhex.py. | Guido van Rossum | 1999-10-19 | 1 | -0/+1 |
| | | |||||
| * | This test really only tests the binhex module. | Guido van Rossum | 1999-10-19 | 1 | -2/+2 |
| | | | | | Renamed it and adapted a comment and an error message. | ||||
| * | Add test case for bug just fixed by Stephen Turner. | Guido van Rossum | 1999-07-13 | 1 | -0/+11 |
| | | |||||
| * | added a test for "To: :" patch | Barry Warsaw | 1999-07-12 | 1 | -0/+7 |
| | | |||||
| * | Add the test case provided by Barry Scott for his patch. | Guido van Rossum | 1999-06-15 | 1 | -0/+5 |
| | | |||||
| * | Added a couple of endswith test cases for bugs reported by Timbot. | Barry Warsaw | 1999-06-15 | 1 | -0/+8 |
| | | | | | | Also added a short circuit for the regression test suite since CVS insisted on putting this file in the main branch. :( | ||||
| * | Added more tests of join | Barry Warsaw | 1999-06-14 | 1 | -0/+9 |
| | | |||||
| * | Two extra startswith tests | Barry Warsaw | 1999-06-11 | 1 | -0/+3 |
| | | |||||
| * | Harness can now test object methods directly, if they aren't available | Barry Warsaw | 1999-06-11 | 1 | -2/+14 |
| | | | | | | | in the string module. Add a bunch of new tests for extended startswith/endswith arguments. | ||||
| * | Output for the regression test of the new string methods. | Barry Warsaw | 1999-06-10 | 1 | -0/+3 |
| | | |||||
| * | Regression test for the new string methods. | Barry Warsaw | 1999-06-10 | 1 | -0/+110 |
| | | |||||
| * | Regression test for date format code, by Mike Meyer. | Guido van Rossum | 1999-05-03 | 1 | -0/+21 |
| | | | | | (I tweaked it slightly so examples are allowed to have no date too.) | ||||
| * | Added test case that includes a comma in the full name. This tests | Fred Drake | 1999-04-28 | 1 | -0/+7 |
| | | | | | | for an old bug that's been gone a while, but was still documented until a few minutes from now. | ||||
| * | Daniel Neri: OpenBSD is just as BSD'ish as the other BSD's ;-) | Guido van Rossum | 1999-04-19 | 1 | -1/+2 |
| | | |||||
| * | # Bah. The same problem occurred a second time. | Guido van Rossum | 1999-04-08 | 1 | -1/+1 |
| | | |||||
| * | On Windows, we suddenly find, strftime() may return "" for an | Guido van Rossum | 1999-04-08 | 1 | -1/+1 |
| | | | | | | | | unsupported format string. (I guess this is because the logic for deciding whether to reallocate the buffer or not has been improved.) This caused the test code to crash on result[0]. Fix this by assuming an empty result also means the format is not supported. | ||||
| * | Use binary mode for all gzip files we open. | Guido van Rossum | 1999-04-07 | 1 | -4/+4 |
| | | |||||
| * | Fix the tests now that splitdrive() no longer treats UNC paths special. | Guido van Rossum | 1999-04-06 | 1 | -4/+4 |
| | | | | | (Some tests converted to splitunc() tests.) | ||||
| * | Jonathan Giddy write: | Guido van Rossum | 1999-04-01 | 1 | -0/+1 |
| | | | | | | In test_cpickle.py, the module os got imported, but the line to remove the temp file has gone missing. | ||||
| * | Test protection against picling to/from closed (real) file. | Guido van Rossum | 1999-03-29 | 1 | -0/+20 |
| | | |||||
| * | Jonathan Giddy discovered this file was missing. | Guido van Rossum | 1999-03-29 | 1 | -0/+1 |
| | | |||||
| * | Test suite for UserList. | Guido van Rossum | 1999-03-26 | 2 | -0/+177 |
| | | |||||
| * | Test suite for UserDict | Guido van Rossum | 1999-03-26 | 2 | -0/+102 |
| | | |||||
| * | Basic regr tests for pickle/cPickle | Guido van Rossum | 1999-03-25 | 4 | -0/+172 |
| | | |||||
| * | Added a simple test suite for gzip. It simply opens a temp file, | Andrew M. Kuchling | 1999-03-25 | 1 | -0/+30 |
| | | | | | | writes a chunk of compressed data, closes it, writes another chunk, and reads the contents back to verify that they are the same. | ||||
| * | Add tests for float() and complex() with string args (Nick/Stephanie | Guido van Rossum | 1999-03-25 | 1 | -0/+2 |
| | | | | | Lockwood). | ||||
| * | Added Jeremy's test code for the sha module. | Guido van Rossum | 1999-03-24 | 2 | -0/+32 |
| | | |||||
| * | Remove the temp file when we're done. | Guido van Rossum | 1999-03-24 | 1 | -1/+6 |
| | | |||||
| * | Added simple test for the flush() method of compression objects, trying the | Andrew M. Kuchling | 1999-03-22 | 1 | -0/+13 |
| | | | | | different flush values Z_NO_FLUSH, Z_SYNC_FLUSH, Z_FULL_FLUSH. | ||||
| * | Test for popen2 module, by Chris Tismer. | Guido van Rossum | 1999-03-11 | 2 | -0/+22 |
| | | |||||
| * | 1. Print the error message (carefully) when a dl.open() fails in verbose mode. | Guido van Rossum | 1999-02-23 | 1 | -3/+4 |
| | | | | | 2. When no test case worked, raise ImportError instead of failing. | ||||
| * | According to Jeffrey Honig, bsd/os 4.0 should be added to the list. | Guido van Rossum | 1999-02-23 | 1 | -1/+3 |
| | | |||||
| * | The encoding type was wrong, I think. | Guido van Rossum | 1999-02-05 | 1 | -0/+0 |
| | | |||||
| * | New test for ntpath module | Guido van Rossum | 1999-02-03 | 2 | -0/+43 |
| | | |||||
| * | Added a -s option which is useful for narrowing down memory leaks. | Barry Warsaw | 1999-01-28 | 1 | -4/+42 |
| | | | | | | With -s only a single test is run. The next test run is chosen sequentially from the list of all tests. | ||||
| * | Added a new test for old filter() memory leak | Barry Warsaw | 1999-01-28 | 1 | -0/+17 |
| | | |||||
| * | Slight reworking of this test. If nis.maps() gives a nis.error, then | Barry Warsaw | 1999-01-28 | 1 | -2/+5 |
| | | | | | | raise an ImportError if not running verbose. This signals to the regression framework that this test isn't applicable. | ||||
