Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't use any characters C doesn't guarantee are safe for text-mode files. | Tim Peters | 2001-08-03 | 1 | -12/+12 |
| | | | | This should stop the bizarre translations Jack was getting from Mac CVS. | ||||
* | Whitespace normalization, plus: | Tim Peters | 2001-07-21 | 1 | -8/+8 |
| | | | | | | + test_quopri.py relied on significant trailing spaces. Fixed. + test_dircache.py (still) doesn't work on Windows (directory mtime on Windows doesn't work like it does on Unix). | ||||
* | Add a bunch of sample strings to test soft line breaks of varying end | Barry Warsaw | 2001-06-19 | 1 | -1/+28 |
| | | | | cases. | ||||
* | A unittest-based test for the quopri module. | Barry Warsaw | 2001-06-19 | 1 | -0/+112 |