Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | a bold attempt to fix things broken by MAL's verify patch: import | Fredrik Lundh | 2001-01-17 | 1 | -1/+1 |
| | | | | 'verify' iff it's used by a test module... | ||||
* | This patch removes all uses of "assert" in the regression test suite | Marc-André Lemburg | 2001-01-17 | 1 | -1/+1 |
| | | | | | | | and replaces them with a new API verify(). As a result the regression suite will also perform its tests in optimization mode. Written by Marc-Andre Lemburg. Copyright assigned to Guido van Rossum. | ||||
* | Stop creating an unbounded number of "Jack is my hero" files under Windows. | Tim Peters | 2001-01-17 | 1 | -0/+1 |
| | | | | | Not that Jack doesn't deserve them, but saying it so often cheapens the sentiment. | ||||
* | Update the code to better reflect recommended style: | Fred Drake | 2000-12-12 | 1 | -2/+2 |
| | | | | | Use != instead of <> since <> is documented as "obsolescent". Use "is" and "is not" when comparing with None or type objects. | ||||
* | Make reindent.py happy (convert everything to 4-space indents!). | Fred Drake | 2000-10-23 | 1 | -1/+1 |
| | |||||
* | Raise 'TestSkipped' (from the test_support) module rather than 'ImportError' | Thomas Wouters | 2000-08-04 | 1 | -2/+2 |
| | | | | | to signify a test that should be marked as 'skipped' rather than 'failed'. Also 'document' it, in README. | ||||
* | 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. | ||||
* | Mass check-in after untabifying all files that need it. | Guido van Rossum | 1998-03-26 | 1 | -12/+12 |
| | |||||
* | Minor output message change | Roger E. Masse | 1997-01-16 | 1 | -1/+7 |
| | |||||
* | test script for the binascii C module. | Roger E. Masse | 1997-01-16 | 1 | -0/+40 |