Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Mass check-in after untabifying all files that need it. | Guido van Rossum | 1998-03-26 | 1 | -30/+30 |
| | |||||
* | Don't just die when an error is not defined; print a warning instead. | Guido van Rossum | 1997-04-09 | 1 | -4/+9 |
| | | | | This for errno-challenged platforms like Windows. | ||||
* | Many scripts, but small changes. Update the way the scripts obtain the | Roger E. Masse | 1996-12-20 | 1 | -5/+2 |
| | | | | | | | | | | | | | | | | 'verbose' flag ala GvR updated test harness architecture. Old way: verbose = 0 if __name__ == '__main__': verbose = 1 New way: from test_support import verbose Some other small readablility and functionality updates. | ||||
* | Revised test for errno ala bwarsaw's testing paradigm. | Roger E. Masse | 1996-12-16 | 1 | -5/+8 |
| | |||||
* | Added test_errno to the test suite | Roger E. Masse | 1996-12-16 | 1 | -0/+44 |