GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/cpython.git
3.6
3.7
3.8
3.9
backport-e35ca41-3.11
gentoo
gentoo-2.7-vanilla
main
master
Gentoo fork of Python
Python project <python@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Lib
/
quopri.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-15999: Clean up of handling boolean arguments. (GH-15610)
Serhiy Storchaka
2019-09-01
1
-4
/
+4
*
Issue #23681: Fixed Python 2 to 3 poring bugs.
Serhiy Storchaka
2015-03-20
1
-1
/
+1
*
Correct the quopri module documentation. Mention the correct types of the
Senthil Kumaran
2014-06-25
1
-8
/
+6
*
Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)
Brett Cannon
2013-07-04
1
-1
/
+1
*
Issue #18200: Update the stdlib (except tests) to use
Brett Cannon
2013-06-13
1
-1
/
+1
*
Replace IOError with OSError (#16715)
Andrew Svetlov
2012-12-25
1
-1
/
+1
*
convert shebang lines: python -> python3
Benjamin Peterson
2010-03-11
1
-1
/
+1
*
Use true booleans and a bit more PEP8.
Georg Brandl
2009-09-02
1
-9
/
+9
*
Patch 1329 (partial) by Christian Heimes.
Guido van Rossum
2007-10-30
1
-6
/
+8
*
Fix quopri to operate consistently on bytes.
Martin v. Löwis
2007-07-28
1
-46
/
+51
*
Change some uses of cStringIO.StringIO to io.StringIO.
Guido van Rossum
2007-05-18
1
-2
/
+2
*
Fix most trivially-findable print statements.
Guido van Rossum
2007-02-09
1
-5
/
+5
*
SF patch 1631942 by Collin Winter:
Guido van Rossum
2007-01-10
1
-2
/
+2
*
import statements only raise ImportError, right?
Skip Montanaro
2002-03-23
1
-1
/
+1
*
Patch 471400: escape single-dot lines; by Jason Hildebrand.
Guido van Rossum
2001-10-15
1
-0
/
+2
*
Whitespace normalization.
Tim Peters
2001-10-04
1
-5
/
+5
*
Patch #462190, patch #464070: Support quoted printable in the binascii module.
Martin v. Löwis
2001-09-30
1
-11
/
+44
*
The first batch of changes recommended by the fixdiv tool. These are
Guido van Rossum
2001-09-04
1
-1
/
+1
*
Whitespace normalization; the plat-riscos file didn't even get by
Tim Peters
2001-07-02
1
-6
/
+6
*
encode(): Fixed the handling of soft line breaks for lines over 76
Barry Warsaw
2001-06-19
1
-14
/
+12
*
Better support for RFC 1521 quoted-printable specification, along with
Barry Warsaw
2001-06-19
1
-25
/
+77
*
Strip \r as trailing whitespace as part of soft line endings.
Guido van Rossum
2001-03-22
1
-1
/
+1
*
__all__ for several more modules
Skip Montanaro
2001-02-12
1
-0
/
+2
*
Whitespace normalization.
Tim Peters
2001-01-15
1
-1
/
+1
*
Update the code to better reflect recommended style:
Fred Drake
2000-12-12
1
-1
/
+1
*
Fix Bug #115907: encode '=' as '=3D' and not '=='
Jeremy Hylton
2000-10-05
1
-121
/
+122
*
The third and final doc-string sweep by Ka-Ping Yee.
Guido van Rossum
2000-02-04
1
-1
/
+15
*
A few lines were indented using spaces instead of tabs -- fix them.
Guido van Rossum
1998-03-26
1
-28
/
+28
*
Added /usr/bin/env python and made executable.
Guido van Rossum
1997-07-11
1
-0
/
+2
*
Set correct RFC number.
Guido van Rossum
1997-05-08
1
-1
/
+1
*
improved test/main program
Guido van Rossum
1995-09-18
1
-8
/
+40
*
two mime encoding schemes
Guido van Rossum
1995-06-14
1
-0
/
+101