- 033d91b Test script for the SGI imgfile module. by Roger E. Masse · 28 years ago
- 470dcbf 8 bit greyscale test file needed for testing imageop and imgfile. by Roger E. Masse · 28 years ago
- 47e9830 Test program for the SGI imageop module. by Roger E. Masse · 28 years ago
- cfaac40 test output for SGI imageop C module. by Roger E. Masse · 28 years ago
- 0b25a66 Two new files (to shut up regrtest). by Guido van Rossum · 28 years ago
- 4f30aff Added example DL for SGI IRIX. by Guido van Rossum · 28 years ago
- 4fdb744 Added test for minmax. by Guido van Rossum · 28 years ago
- 152494a New regression test harness. See usage message / doc string. by Guido van Rossum · 28 years ago
- 2bde783 Import verbose flag from test_support instead of testing __name__. by Guido van Rossum · 28 years ago
- 0a94cc7 Set test_support.verbose to 0, to signal tests only to generate portable output. by Guido van Rossum · 28 years ago
- 531661c Add verbose flag for regression test to clear. by Guido van Rossum · 28 years ago
- a09ec19 Test of the operator module by Barry Warsaw · 28 years ago
- 96bd636 Test script output for the UNIX group file access module (grp) by Roger E. Masse · 28 years ago
- 749cc6b Test script for the UNIX group file access module (grp) by Roger E. Masse · 28 years ago
- 5eaf457 Different operation in verbose mode: show the supported nonstandard by Guido van Rossum · 28 years ago
- af82a7e In lieu of harness rewrite, fixed problem with test_thread ImportError by Barry Warsaw · 28 years ago
- d87e0bf Test output for the GNU dbm module (gdbm) by Roger E. Masse · 28 years ago
- 62a017c Test script for the GNU dbm module (gdbm) by Roger E. Masse · 28 years ago
- 0bff94f Added the test output for fcntl. by Roger E. Masse · 28 years ago
- fb01d4b Added a test script for the fcntl C module. by Roger E. Masse · 28 years ago
- 8069f43 Output for _xdr module test by Barry Warsaw · 28 years ago
- 3863fb5 A test of the _xdrmodule (not the entire xdr.py module). by Barry Warsaw · 28 years ago
- 237efc5 Added _xdrmodule test by Barry Warsaw · 28 years ago
- ac3acc2 (test_thread): output from thread test by Barry Warsaw · 28 years ago
- af0a1a6 (test_thread.py): modifications to quiet it up when not running as a script. by Barry Warsaw · 28 years ago
- b6454e5 Updated test_crypt test to jive with bwarsaw testing style by Roger E. Masse · 28 years ago
- a38ab50 Revised output for test_crypt by Roger E. Masse · 28 years ago
- 9c6db35 Revised test for errno ala bwarsaw's testing paradigm. by Roger E. Masse · 28 years ago
- 8a51de4 Output files for test_dl and test_errno by Roger E. Masse · 28 years ago
- e00d4da Added test_dl to harness by Roger E. Masse · 28 years ago
- 2362b58 Revised strategy for testing recomended by bwarsaw by Roger E. Masse · 28 years ago
- 8ba76d3 Added test_errno to the test suite by Roger E. Masse · 28 years ago
- 7eee08d Test for the dl module. This only works for SunOS and Solaris. by Roger E. Masse · 28 years ago
- 2cc8163 nonstandard_expectations is only added when in verbose mode, so we by Barry Warsaw · 28 years ago
- 4c23b5f Hmm, now that I think about it, we *can* use time.time() and 'date' if by Barry Warsaw · 28 years ago
- 4eb01cd More or less portabilized. by Barry Warsaw · 28 years ago
- 3c700ed Fixed by Barry Warsaw · 28 years ago
- e3c0170 Output file for module struct test by Barry Warsaw · 28 years ago
- 07a0eec A test of the struct module by Barry Warsaw · 28 years ago
- cb17a46 Print final report, either all tests OK, or list of failed and missing tests. by Barry Warsaw · 28 years ago
- 1c92eba Print a more meaningful message when a test's output file wasn't found. by Barry Warsaw · 28 years ago
- 15d1079 Fixed test_strftime to be silent when called from autotest. by Guido van Rossum · 28 years ago
- 483705c Added test_strftime (Skip Montanaro). by Guido van Rossum · 28 years ago
- 792c94a A test of the select module that is actually reproduceable! by Barry Warsaw · 28 years ago
- 042a207 Output of rgbimg module test by Barry Warsaw · 28 years ago
- 8bc74ce Added test of rgbimg module by Barry Warsaw · 28 years ago
- 66e7f3a minor formatting nit by Barry Warsaw · 28 years ago
- dbfed71 Be more careful with the shuffling of stdout. by Guido van Rossum · 28 years ago
- d96dfb7 Output of the nis and pwd module tests by Barry Warsaw · 28 years ago
- 3d070fb Test of the pwd module by Barry Warsaw · 28 years ago
- ebfa2c4 Added test_pwd by Barry Warsaw · 28 years ago
- 2b6c2fa Rewrite without using try-except to break out of two loops. by Guido van Rossum · 28 years ago
- 870d5c6 Just test one key/value pair for one NIS map. I.e. don't test them by Barry Warsaw · 28 years ago
- 3236b33 test of the nis module by Barry Warsaw · 28 years ago
- 7822681 added test_nis by Barry Warsaw · 28 years ago
- dde5c70 Test output files in their new location by Barry Warsaw · 28 years ago
- e4a252e Directory for test output files: Output => output by Barry Warsaw · 28 years ago
- 2e644a0 When run as a script, runs each test and sends results to stdout by Barry Warsaw · 28 years ago
- 272c00b New regression testing harness. by Barry Warsaw · 28 years ago
- 924e5d5 A test of the `new' module. The new.code() test is fairly bogus since by Barry Warsaw · 28 years ago
- 0f150e4 Added test_new. by Barry Warsaw · 28 years ago
- 16f9fd2 Added a test script for dbmmodule.c and added it to testall.py and by Roger E. Masse · 28 years ago
- 3ac30af Added test_new by Barry Warsaw · 28 years ago
- 7536238 new test script for cryptmodule.py by Roger E. Masse · 28 years ago
- b6b85dd Test script/output for cryptmodule.c added to testall.py and testall.out by Roger E. Masse · 28 years ago
- 3daddda New test module for complex math module by Roger E. Masse · 28 years ago
- b710357 Added test_cmath.py to test complex math module by Roger E. Masse · 28 years ago
- 3ab26b9 (testall.py): Slightly improved test harness to make it easier to add by Barry Warsaw · 28 years ago
- 4985283 Added test_strop by Barry Warsaw · 28 years ago
- ad522fa Added tests of all strop module functions, and touching of module variables by Barry Warsaw · 28 years ago
- 6c832eb Added test_array output line. by Guido van Rossum · 28 years ago
- 8db1b07 module to test the arraymodule created and added to testall.py by Roger E. Masse · 28 years ago
- 6ab7f07 Added test_time by Barry Warsaw · 28 years ago
- 5bebca2 Added 'test_time' by Barry Warsaw · 28 years ago
- b0c2232 test of time module. not terribly fancy, but it does touch every by Barry Warsaw · 28 years ago
- f06ee5f /usr/local/bin/python -> /usr/bin/env python by Guido van Rossum · 28 years ago
- 6592f88 Removed debugging print statement by Guido van Rossum · 28 years ago
- edaf1c9 Simple test module for strop. by Guido van Rossum · 28 years ago
- 5ab007b Subtle hack so the eps printed is not dependent on the formatting by Guido van Rossum · 28 years ago
- fcce630 Added test for math module by Guido van Rossum · 28 years ago
- e2cb727 exec() -> exec by Guido van Rossum · 29 years ago
- a49d94a test for specific bug in vars() by Guido van Rossum · 29 years ago
- 189f8fb added "pystone" benchmark by Guido van Rossum · 30 years ago
- 4f17e3e test signal module by Guido van Rossum · 30 years ago
- 51b1c1c avoid math, don't abort when overflow check fails by Guido van Rossum · 30 years ago
- 42e1936 add class exceptions by Guido van Rossum · 30 years ago
- 6de668f test class exceptions by Guido van Rossum · 30 years ago
- 1f97612 Fix exec test so presence of __builtins__ doesn't break it by Guido van Rossum · 30 years ago
- 824de25 * Lib/test/test_b1.py: test eval() and execfile() with globals, by Guido van Rossum · 30 years ago
- eecf035 Test new __import__ module, test reload of built-in module, test by Guido van Rossum · 30 years ago
- e23b62f more complete tests of built-in functions by Guido van Rossum · 30 years ago
- dc1cdca Test set for new pow() function by Guido van Rossum · 30 years ago
- b6775db Merge alpha100 branch back to main trunk by Guido van Rossum · 30 years ago
- d3b6842 added barrier test (by Tim Peters) by Guido van Rossum · 30 years ago
- cc54417 Module to test threads by Guido van Rossum · 31 years ago
- b19d862 Search for test files in sys.path by Guido van Rossum · 31 years ago
- fa7fcb9 Add test code for audioop and rgbimg (includes three binary files!) by Guido van Rossum · 31 years ago
- dd8cb44 Some minute changes. by Guido van Rossum · 31 years ago
- 7bc817d * Mass change: get rid of all init() methods, in favor of __init__() by Guido van Rossum · 31 years ago
- 79c85f1 * wdbframewin.py (re_eval): set __privileged__ in globals so private by Guido van Rossum · 31 years ago