| Commit message (Expand) | Author | Age | Files | Lines |
* | Typos reported by Tamito Kajiyama. | Guido van Rossum | 1996-12-13 | 2 | -4/+4 |
|
|
* | Renamed, and scrutinized for missed potential error conditions. | Barry Warsaw | 1996-12-13 | 1 | -341/+411 |
|
|
* | Output file for module struct test | Barry Warsaw | 1996-12-13 | 1 | -0/+3 |
|
|
* | Added support for 4-channel on SGI. | Guido van Rossum | 1996-12-13 | 1 | -1/+7 |
|
|
* | Added QUADRO. | Guido van Rossum | 1996-12-13 | 2 | -0/+2 |
|
|
* | Renamed, however there is no test case. I did test some of the module | Barry Warsaw | 1996-12-13 | 1 | -194/+200 |
|
|
* | Fixed conversion between seconds and milliseconds. | Guido van Rossum | 1996-12-12 | 2 | -2/+4 |
|
|
* | A test of the struct module | Barry Warsaw | 1996-12-12 | 2 | -0/+45 |
|
|
* | Renamed. | Barry Warsaw | 1996-12-12 | 1 | -82/+88 |
|
|
* | (python-cc-style): typo "c-offset-alist" => "c-offsets-alist" | Barry Warsaw | 1996-12-12 | 1 | -2/+2 |
|
|
* | Renamed, but *not* tested or compiled. I don't even have the STDWIN | Barry Warsaw | 1996-12-12 | 1 | -786/+791 |
|
|
* | Print final report, either all tests OK, or list of failed and missing | Barry Warsaw | 1996-12-12 | 1 | -5/+19 |
|
|
* | Print a more meaningful message when a test's output file wasn't | Barry Warsaw | 1996-12-12 | 1 | -1/+5 |
|
|
* | Reworked to eliminate all potential memory problems, including | Barry Warsaw | 1996-12-12 | 1 | -74/+111 |
|
|
* | Make sure ok_builtin_modules, ok_dynamic_modules and | Guido van Rossum | 1996-12-12 | 1 | -4/+4 |
|
|
* | Fixed test_strftime to be silent when called from autotest. | Guido van Rossum | 1996-12-12 | 2 | -9/+15 |
|
|
* | Added test_strftime (Skip Montanaro). | Guido van Rossum | 1996-12-12 | 3 | -0/+88 |
|
|
* | Add mktime_tz() which turns a date_tz 10-tuple into a standard Unix timestamp. | Guido van Rossum | 1996-12-12 | 1 | -0/+11 |
|
|
* | Added remark about time() and sleep()'s subsecond precision. | Guido van Rossum | 1996-12-12 | 2 | -64/+34 |
|
|
* | Added soundex (sigh) | Guido van Rossum | 1996-12-12 | 5 | -1/+53 |
|
|
* | Added a bunch of new winfo options; we should now be up to date with | Guido van Rossum | 1996-12-12 | 2 | -4/+58 |
|
|
* | Several changes... Guido *please* take a look! | Barry Warsaw | 1996-12-12 | 1 | -163/+201 |
|
|
* | A test of the select module that is actually reproduceable! | Barry Warsaw | 1996-12-11 | 3 | -4/+61 |
|
|
* | Some more tuning of quicksort: use pointers instead of indexing. | Guido van Rossum | 1996-12-11 | 1 | -54/+60 |
|
|
* | Output of rgbimg module test | Barry Warsaw | 1996-12-11 | 1 | -0/+2 |
|
|
* | Added test of rgbimg module | Barry Warsaw | 1996-12-11 | 1 | -0/+1 |
|
|
* | minor formatting nit | Barry Warsaw | 1996-12-11 | 1 | -1/+2 |
|
|
* | Grandly renamed. | Barry Warsaw | 1996-12-11 | 1 | -50/+52 |
|
|
* | Be more careful with the shuffling of stdout. | Guido van Rossum | 1996-12-11 | 1 | -6/+7 |
|
|
* | Renamed. | Barry Warsaw | 1996-12-11 | 1 | -23/+29 |
|
|
* | Output of the nis and pwd module tests | Barry Warsaw | 1996-12-11 | 2 | -0/+2 |
|
|
* | Test of the pwd module | Barry Warsaw | 1996-12-11 | 1 | -0/+70 |
|
|
* | Added test_pwd | Barry Warsaw | 1996-12-11 | 1 | -0/+1 |
|
|
* | Rewrite without using try-except to break out of two loops. | Guido van Rossum | 1996-12-11 | 1 | -17/+18 |
|
|
* | Just test one key/value pair for one NIS map. I.e. don't test them | Barry Warsaw | 1996-12-11 | 1 | -11/+17 |
|
|
* | test of the nis module | Barry Warsaw | 1996-12-11 | 1 | -0/+19 |
|
|
* | added test_nis | Barry Warsaw | 1996-12-11 | 1 | -0/+1 |
|
|
* | cat and puste errors | Barry Warsaw | 1996-12-11 | 1 | -2/+5 |
|
|
* | nis_maplist(): Use check of yp_get_default_domain() return value | Barry Warsaw | 1996-12-11 | 1 | -1/+5 |
|
|
* | Renamed, and bug fixed: | Barry Warsaw | 1996-12-11 | 1 | -111/+123 |
|
|
* | Added new quicksort implementation, tailored to sorting arrays of | Guido van Rossum | 1996-12-10 | 1 | -0/+227 |
|
|
* | Renamed. | Barry Warsaw | 1996-12-10 | 1 | -504/+503 |
|
|
* | Test output files in their new location | Barry Warsaw | 1996-12-10 | 15 | -0/+183 |
|
|
* | Directory for test output files: Output => output | Barry Warsaw | 1996-12-10 | 1 | -2/+2 |
|
|
* | When run as a script, runs each test and sends results to stdout | Barry Warsaw | 1996-12-10 | 1 | -0/+17 |
|
|
* | New regression testing harness. | Barry Warsaw | 1996-12-10 | 3 | -242/+130 |
|
|
* | Moved the raise logic out of the main interpreter loop to a separate function. | Guido van Rossum | 1996-12-10 | 1 | -60/+127 |
|
|
* | The usual | Guido van Rossum | 1996-12-10 | 1 | -2/+2 |
|
|
* | Added -lld to AIX LINKFORSHARED. Monty Stein. | Guido van Rossum | 1996-12-10 | 1 | -1/+1 |
|
|
* | Added a provide so the corresponding require will succeed. | Barry Warsaw | 1996-12-10 | 1 | -0/+3 |
|
|