aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/quopri.py
Commit message (Expand)AuthorAge
* bpo-45975: Simplify some while-loops with walrus operator (GH-29347)Nick Drozd2022-11-26
* bpo-15999: Clean up of handling boolean arguments. (GH-15610)Serhiy Storchaka2019-09-01
* Issue #23681: Fixed Python 2 to 3 poring bugs.Serhiy Storchaka2015-03-20
* Correct the quopri module documentation. Mention the correct types of theSenthil Kumaran2014-06-25
* Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)Brett Cannon2013-07-04
* Issue #18200: Update the stdlib (except tests) to useBrett Cannon2013-06-13
* Replace IOError with OSError (#16715)Andrew Svetlov2012-12-25
* convert shebang lines: python -> python3Benjamin Peterson2010-03-11
* Use true booleans and a bit more PEP8.Georg Brandl2009-09-02
* Patch 1329 (partial) by Christian Heimes.Guido van Rossum2007-10-30
* Fix quopri to operate consistently on bytes.Martin v. Löwis2007-07-28
* Change some uses of cStringIO.StringIO to io.StringIO.Guido van Rossum2007-05-18
* Fix most trivially-findable print statements.Guido van Rossum2007-02-09
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-10
* import statements only raise ImportError, right?Skip Montanaro2002-03-23
* Patch 471400: escape single-dot lines; by Jason Hildebrand.Guido van Rossum2001-10-15
* Whitespace normalization.Tim Peters2001-10-04
* Patch #462190, patch #464070: Support quoted printable in the binascii module.Martin v. Löwis2001-09-30
* The first batch of changes recommended by the fixdiv tool. These areGuido van Rossum2001-09-04
* Whitespace normalization; the plat-riscos file didn't even get byTim Peters2001-07-02
* encode(): Fixed the handling of soft line breaks for lines over 76Barry Warsaw2001-06-19
* Better support for RFC 1521 quoted-printable specification, along withBarry Warsaw2001-06-19
* Strip \r as trailing whitespace as part of soft line endings.Guido van Rossum2001-03-22
* __all__ for several more modulesSkip Montanaro2001-02-12
* Whitespace normalization.Tim Peters2001-01-15
* Update the code to better reflect recommended style:Fred Drake2000-12-12
* Fix Bug #115907: encode '=' as '=3D' and not '=='Jeremy Hylton2000-10-05
* The third and final doc-string sweep by Ka-Ping Yee.Guido van Rossum2000-02-04
* A few lines were indented using spaces instead of tabs -- fix them.Guido van Rossum1998-03-26
* Added /usr/bin/env python and made executable.Guido van Rossum1997-07-11
* Set correct RFC number.Guido van Rossum1997-05-08
* improved test/main programGuido van Rossum1995-09-18
* two mime encoding schemesGuido van Rossum1995-06-14