COMMITS
/ Lib/uu.py May 3, 2017
X
bpo-30103: Allow Uuencode in Python using backtick as zero instead of space (#1326)
Xiang Zhang committed
October 31, 2010
A
Issue #10266: uu.decode didn't close in_file explicitly when it was given
Antoine Pitrou committed
October 30, 2010
A
Issue #10246: uu.encode didn't close file objects explicitly when filenames
Antoine Pitrou committed
March 11, 2010
B
convert shebang lines: python -> python3
Benjamin Peterson committed
September 16, 2009
G
Use true booleans and PEP8 for argdefaults.
Georg Brandl committed
October 16, 2007
G
Patch# 1258 by Christian Heimes: kill basestring.
Guido van Rossum committed
August 27, 2007
G
Changes in anticipation of stricter str vs. bytes enforcement.
Guido van Rossum committed
August 9, 2007
G
SF patch# 1770008 by Christian Heimes (plus some extras).
Guido van Rossum committed
July 16, 2007
G
Fix test_uu.py by inserting an explicit conversion from bytes to str
Guido van Rossum committed
June 13, 2007
G
Merged revisions 55817-55961 via svnmerge from
Guido van Rossum committed
February 9, 2007
G
Fix most trivially-findable print statements.
Guido van Rossum committed
January 10, 2007
G
SF patch 1631942 by Collin Winter:
Guido van Rossum committed
December 13, 2006
T
Four months of trunk changes (including a few releases...)
Thomas Wouters committed
April 21, 2006
T
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters committed
November 22, 2005
W
Use optparse instead of getopt for command line options.
Walter Dörwald committed
W
Avoid using str as a variable name.
Walter Dörwald committed
November 21, 2005
W
Use basestring instead of type.StringType for checking whether a input
Walter Dörwald committed
June 1, 2002
R
Replaced obsolete stat module constants with equivalent attributes
Raymond Hettinger committed
August 17, 2001
B
decode(): Raise a uu.Error if no out_file is given but the file
Barry Warsaw committed
July 11, 2001
T
SF patch #440144: Tests and minor bugfix for uu module
Tim Peters committed
March 1, 2001
S
final round of __all__ lists (I hope) - skipped urllib2 because Moshe may be
Skip Montanaro committed
January 15, 2001
T
Whitespace normalization. Top level of Lib now fixed-point for reindent.py!
Tim Peters committed
January 10, 2001
G
Adapted version of SF Patch #103173 by pyretic: make uu.decode work
Guido van Rossum committed
December 12, 2000
F
Update the code to better reflect recommended style:
Fred Drake committed
August 17, 2000
F
Convert some old-style string exceptions to class exceptions.
Fred Drake committed
February 4, 2000
G
The third and final doc-string sweep by Ka-Ping Yee.
Guido van Rossum committed
January 5, 1999
G
Incorporate fix suggested by /Fredrik Lundh in the newsgroup to cope
Guido van Rossum committed
October 22, 1998
G
Move 'import sys' to top of module, as noted by Tim Peters.
Guido van Rossum committed
March 26, 1998
G
Mass check-in after untabifying all files that need it.
Guido van Rossum committed
July 11, 1997
G
Added /usr/bin/env python and made executable.
Guido van Rossum committed
April 8, 1997
G
while (1) -> while 1. Sorry.
Guido van Rossum committed
G
Search for a valid begin line instead of requiring the first line.
Guido van Rossum committed
October 4, 1995
J
Fixed two minor errors.
Jack Jansen committed
August 30, 1995
J
Changed arguments and added a lot of functionality besides
Jack Jansen committed
August 7, 1995
J
Use binascii module for inner loop
Jack Jansen committed
September 9, 1994
G
mhlib.py: delay opening of sequences file so we don't overwrite it when
Guido van Rossum committed