summaryrefslogtreecommitdiff
path: root/Lib/quopri.py
Commit message (Expand)AuthorAgeFilesLines
* import statements only raise ImportError, right?Skip Montanaro2002-03-231-1/+1
* Patch 471400: escape single-dot lines; by Jason Hildebrand.Guido van Rossum2001-10-151-0/+2
* Whitespace normalization.Tim Peters2001-10-041-5/+5
* Patch #462190, patch #464070: Support quoted printable in the binascii module.Martin v. Löwis2001-09-301-11/+44
* The first batch of changes recommended by the fixdiv tool. These areGuido van Rossum2001-09-041-1/+1
* Whitespace normalization; the plat-riscos file didn't even get byTim Peters2001-07-021-6/+6
* encode(): Fixed the handling of soft line breaks for lines over 76Barry Warsaw2001-06-191-14/+12
* Better support for RFC 1521 quoted-printable specification, along withBarry Warsaw2001-06-191-25/+77
* Strip \r as trailing whitespace as part of soft line endings.Guido van Rossum2001-03-221-1/+1
* __all__ for several more modulesSkip Montanaro2001-02-121-0/+2
* Whitespace normalization.Tim Peters2001-01-151-1/+1
* Update the code to better reflect recommended style:Fred Drake2000-12-121-1/+1
* Fix Bug #115907: encode '=' as '=3D' and not '=='Jeremy Hylton2000-10-051-121/+122
* The third and final doc-string sweep by Ka-Ping Yee.Guido van Rossum2000-02-041-1/+15
* A few lines were indented using spaces instead of tabs -- fix them.Guido van Rossum1998-03-261-28/+28
* Added /usr/bin/env python and made executable.Guido van Rossum1997-07-111-0/+2
* Set correct RFC number.Guido van Rossum1997-05-081-1/+1
* improved test/main programGuido van Rossum1995-09-181-8/+40
* two mime encoding schemesGuido van Rossum1995-06-141-0/+101