Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
e451ec393faa67e5d7ed692d36d3245dd18c4457
/
Lib
/
test
/
test_quopri.py
ab747a7
Fix ResourceWarning from subprocess pipes being left open.
by Brian Curtin
· 14 years ago
ee8712c
#2621 rename test.test_support to test.support
by Benjamin Peterson
· 16 years ago
48f4cf9
Use BytesIO instead of cStringIO.StringIO.
by Martin v. Löwis
· 17 years ago
c582bfc
Fix quopri to operate consistently on bytes.
by Martin v. Löwis
· 17 years ago
e61fd5b
Patch by Christian Heimes to change self.assert_(x == y) into
by Guido van Rossum
· 17 years ago
49fd7fa
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
by Thomas Wouters
· 19 years ago
536cf99
Whitespace normalization.
by Tim Peters
· 19 years ago
3b28770
Add two tests for the script interface.
by Walter Dörwald
· 19 years ago
b197543
If quopri uses the implementations from binascii do the tests a second time
by Walter Dörwald
· 19 years ago
04f357c
Get rid of relative imports in all unittests. Now anything that
by Barry Warsaw
· 22 years ago
16dc7f4
Patch #462190, patch #464070: Support quoted printable in the binascii module.
by Martin v. Löwis
· 23 years ago
2e2be37
Change the PyUnit-based tests to use the test_main() approach. This
by Fred Drake
· 23 years ago
e861365
Don't use any characters C doesn't guarantee are safe for text-mode files.
by Tim Peters
· 23 years ago
87cc0c3
Whitespace normalization, plus:
by Tim Peters
· 23 years ago
7599a3f
Add a bunch of sample strings to test soft line breaks of varying end cases.
by Barry Warsaw
· 23 years ago
7069763
A unittest-based test for the quopri module.
by Barry Warsaw
· 23 years ago