summaryrefslogtreecommitdiff
path: root/Lib/test/test_quopri.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #23277: Remove unused sys and os importsBerker Peksag2016-04-241-1/+1
* Issue #21741: Update 147 test modules to use test discovery.Zachary Ware2015-04-131-6/+1
* Unittest for Issue 21511 by Christie Wilson bobcatfish@gmail.com.Guido van Rossum2015-04-111-0/+7
* Fix ResourceWarning from subprocess pipes being left open.Brian Curtin2010-11-051-0/+2
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-2/+2
* Use BytesIO instead of cStringIO.StringIO.Martin v. Löwis2007-07-281-5/+5
* Fix quopri to operate consistently on bytes.Martin v. Löwis2007-07-281-29/+36
* Patch by Christian Heimes to change self.assert_(x == y) intoGuido van Rossum2007-07-111-8/+8
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-9/+12
* Whitespace normalization.Tim Peters2005-12-251-10/+10
* Add two tests for the script interface.Walter Dörwald2005-12-151-5/+19
* If quopri uses the implementations from binascii do the tests a second timeWalter Dörwald2005-12-141-10/+35
* 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