| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Tests for tokenize.py (Ka-Ping Yee) | Guido van Rossum | 1997-10-27 | 1 | -0/+592 |
| | | |||||
| * | Added test for __all__. | Guido van Rossum | 1997-09-08 | 1 | -0/+7 |
| | | |||||
| * | Added feeble test for reload() of packages and submodules. | Guido van Rossum | 1997-09-06 | 1 | -0/+2 |
| | | |||||
| * | Test set for package import. | Guido van Rossum | 1997-09-06 | 1 | -0/+29 |
| | | |||||
| * | Now produces some reassuring output. | Jeremy Hylton | 1997-09-04 | 1 | -0/+9 |
| | | |||||
| * | Output for sequence unpacking test | Barry Warsaw | 1997-08-25 | 1 | -0/+1 |
| | | |||||
| * | generated output for new tests | Barry Warsaw | 1997-08-22 | 1 | -0/+2 |
| | | |||||
| * | Forgot to check in the fixed output for print | Guido van Rossum | 1997-08-18 | 1 | -1/+1 |
| | | |||||
| * | generated by regrtest.py -g | Jeremy Hylton | 1997-08-15 | 1 | -0/+1 |
| | | |||||
| * | Print `a` so encrypted text is shown in ascii, not binary. | Guido van Rossum | 1997-08-14 | 1 | -1/+1 |
| | | |||||
| * | Add test for function comparisons | Guido van Rossum | 1997-08-05 | 1 | -0/+1 |
| | | |||||
| * | Corresponding output. | Guido van Rossum | 1997-07-17 | 1 | -1/+11 |
| | | |||||
| * | Jeffrey's latest -- seems to solve most problems! | Guido van Rossum | 1997-07-17 | 1 | -131/+19 |
| | | |||||
| * | Added output from new tests. | Guido van Rossum | 1997-07-15 | 1 | -0/+381 |
| | | |||||
| * | Tweak re_tests and test_re to differentiate between | Guido van Rossum | 1997-07-15 | 1 | -1/+1 |
| | | | | | groups that have no value and groups that are out of bounds. | ||||
| * | More tweaks; re.py is nearly there... | Guido van Rossum | 1997-07-15 | 1 | -8/+1 |
| | | |||||
| * | Jeffrey's newest | Guido van Rossum | 1997-07-15 | 1 | -52/+7 |
| | | |||||
| * | 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 | 1 | -108/+0 |
| | | |||||
| * | Jeffrey's latest. | Guido van Rossum | 1997-07-11 | 1 | -122/+82 |
| | | |||||
| * | This is pretty pathetic and full of errors, | Guido van Rossum | 1997-07-11 | 1 | -0/+339 |
| | | | | | but it makes the regression test not complain about test_re. | ||||
| * | Changes to make these tests work on the Mac. | Guido van Rossum | 1997-05-16 | 1 | -1/+1 |
| | | |||||
| * | Print less in test_socket. | Guido van Rossum | 1997-05-09 | 1 | -15/+0 |
| | | |||||
| * | New test output for test_builtin | Guido van Rossum | 1997-04-02 | 1 | -0/+1 |
| | | |||||
| * | Test output for the SGI cl C module test script. | Roger E. Masse | 1997-01-17 | 1 | -0/+1 |
| | | |||||
| * | Output from test script for the bsddb C extension module. | Roger E. Masse | 1997-01-16 | 1 | -0/+1 |
| | | |||||
| * | test output for the binascii C module test script. | Roger E. Masse | 1997-01-16 | 1 | -0/+1 |
| | | |||||
| * | test is no longer needed | Barry Warsaw | 1997-01-16 | 1 | -5/+0 |
| | | |||||
| * | Output for test of the timing module | Barry Warsaw | 1997-01-13 | 1 | -0/+1 |
| | | |||||
| * | Test of the sunaudiodev module -- it simply plays a sound if it can | Barry Warsaw | 1997-01-07 | 1 | -0/+1 |
| | | | | | | | find one and doesn't output any data that can be verified. If it can't find a sound file by looking in the standard Solaris locations (which we can extend later), it raises an ImportError. | ||||
| * | New output file for strop test | Barry Warsaw | 1997-01-06 | 1 | -0/+2 |
| | | |||||
| * | Output file for test_cd.py | Roger E. Masse | 1997-01-03 | 1 | -0/+1 |
| | | |||||
| * | Output file for test_al.py | Roger E. Masse | 1997-01-03 | 1 | -0/+1 |
| | | |||||
| * | Output of socket module test. | Barry Warsaw | 1997-01-03 | 1 | -0/+18 |
| | | |||||
| * | Output for signal module test | Barry Warsaw | 1997-01-03 | 1 | -0/+2 |
| | | |||||
| * | Test output for the gl C extension module. | Roger E. Masse | 1996-12-24 | 1 | -0/+1 |
| | | |||||
| * | Output files | Barry Warsaw | 1996-12-23 | 6 | -0/+60 |
| | | | | | | | | | | test_rotor.py: New test of the rotor module. test_*: converted to the new test harness. GvR note! test_signal.py works interatively (i.e. when verbose=1) but does not work inside the test harness. It must be a timing issue, but I haven't figured it out yet. | ||||
| * | added test of the regex module | Barry Warsaw | 1996-12-20 | 1 | -0/+29 |
| | | | | | | | | [NOTE: testall.py and autotest.py might could go away soon, I've played with Guido's new regrtest.py script and it seems to work well. I'll wait until Guido gives the word to completely switch over -- and change the Makefile too!] | ||||
| * | Output for test script for the SGI imgfile module. | Roger E. Masse | 1996-12-20 | 1 | -0/+1 |
| | | |||||
| * | test output for SGI imageop C module. | Roger E. Masse | 1996-12-20 | 1 | -0/+1 |
| | | |||||
| * | Two new files (to shut up regrtest). | Guido van Rossum | 1996-12-20 | 2 | -0/+30 |
| | | |||||
| * | Test of the operator module | Barry Warsaw | 1996-12-18 | 1 | -0/+1 |
| | | |||||
| * | Test script output for the UNIX group file access module (grp) | Roger E. Masse | 1996-12-18 | 1 | -0/+1 |
| | | |||||
| * | Test output for the GNU dbm module (gdbm) | Roger E. Masse | 1996-12-17 | 1 | -0/+1 |
| | | |||||
| * | Added the test output for fcntl. | Roger E. Masse | 1996-12-17 | 1 | -0/+1 |
| | | |||||
| * | Output for _xdr module test | Barry Warsaw | 1996-12-17 | 1 | -0/+1 |
| | | |||||
| * | (test_thread): output from thread test | Barry Warsaw | 1996-12-16 | 1 | -0/+6 |
| | | |||||
| * | Revised output for test_crypt | Roger E. Masse | 1996-12-16 | 1 | -1/+0 |
| | | |||||
| * | Output files for test_dl and test_errno | Roger E. Masse | 1996-12-16 | 2 | -0/+2 |
| | | |||||
| * | Fixed | Barry Warsaw | 1996-12-13 | 1 | -2/+0 |
| | | |||||
