index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_quopri.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #23277: Remove unused sys and os imports
Berker Peksag
2016-04-24
1
-1
/
+1
*
Issue #21741: Update 147 test modules to use test discovery.
Zachary Ware
2015-04-13
1
-6
/
+1
*
Unittest for Issue 21511 by Christie Wilson bobcatfish@gmail.com.
Guido van Rossum
2015-04-11
1
-0
/
+7
*
Fix ResourceWarning from subprocess pipes being left open.
Brian Curtin
2010-11-05
1
-0
/
+2
*
#2621 rename test.test_support to test.support
Benjamin Peterson
2008-05-20
1
-2
/
+2
*
Use BytesIO instead of cStringIO.StringIO.
Martin v. Löwis
2007-07-28
1
-5
/
+5
*
Fix quopri to operate consistently on bytes.
Martin v. Löwis
2007-07-28
1
-29
/
+36
*
Patch by Christian Heimes to change self.assert_(x == y) into
Guido van Rossum
2007-07-11
1
-8
/
+8
*
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters
2006-04-21
1
-9
/
+12
*
Whitespace normalization.
Tim Peters
2005-12-25
1
-10
/
+10
*
Add two tests for the script interface.
Walter Dörwald
2005-12-15
1
-5
/
+19
*
If quopri uses the implementations from binascii do the tests a second time
Walter Dörwald
2005-12-14
1
-10
/
+35
*
Get rid of relative imports in all unittests. Now anything that
Barry Warsaw
2002-07-23
1
-1
/
+1
*
Patch #462190, patch #464070: Support quoted printable in the binascii module.
Martin v. Löwis
2001-09-30
1
-0
/
+13
*
Change the PyUnit-based tests to use the test_main() approach. This
Fred Drake
2001-09-20
1
-1
/
+6
*
Don't use any characters C doesn't guarantee are safe for text-mode files.
Tim Peters
2001-08-03
1
-12
/
+12
*
Whitespace normalization, plus:
Tim Peters
2001-07-21
1
-8
/
+8
*
Add a bunch of sample strings to test soft line breaks of varying end
Barry Warsaw
2001-06-19
1
-1
/
+28
*
A unittest-based test for the quopri module.
Barry Warsaw
2001-06-19
1
-0
/
+112