summaryrefslogtreecommitdiff
path: root/Lib/test/test_quopri.py
Commit message (Expand)AuthorAgeFilesLines
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* Patch #462190, patch #464070: Support quoted printable in the binascii module.Martin v. Löwis2001-09-301-0/+13
* Change the PyUnit-based tests to use the test_main() approach. ThisFred Drake2001-09-201-1/+6
* Don't use any characters C doesn't guarantee are safe for text-mode files.Tim Peters2001-08-031-12/+12
* Whitespace normalization, plus:Tim Peters2001-07-211-8/+8
* Add a bunch of sample strings to test soft line breaks of varying endBarry Warsaw2001-06-191-1/+28
* A unittest-based test for the quopri module.Barry Warsaw2001-06-191-0/+112