summaryrefslogtreecommitdiff
path: root/Lib/uu.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-33687: Fix call to os.chmod() in uu.decode() (GH-7282)Miss Islington (bot)2019-01-171-4/+1
* bpo-30103: Allow Uuencode in Python using backtick as zero instead of space (...Xiang Zhang2017-05-031-5/+8
* Issue #10266: uu.decode didn't close in_file explicitly when it was givenAntoine Pitrou2010-10-311-53/+57
* Issue #10246: uu.encode didn't close file objects explicitly when filenamesAntoine Pitrou2010-10-301-31/+38
* convert shebang lines: python -> python3Benjamin Peterson2010-03-111-1/+1
* Use true booleans and PEP8 for argdefaults.Georg Brandl2009-09-161-1/+1
* Patch# 1258 by Christian Heimes: kill basestring.Guido van Rossum2007-10-161-6/+6
* Changes in anticipation of stricter str vs. bytes enforcement.Guido van Rossum2007-08-271-3/+3
* SF patch# 1770008 by Christian Heimes (plus some extras).Guido van Rossum2007-08-091-16/+18
* Fix test_uu.py by inserting an explicit conversion from bytes to strGuido van Rossum2007-07-161-1/+1
* Merged revisions 55817-55961 via svnmerge fromGuido van Rossum2007-06-131-2/+2
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-2/+2
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-1/+1
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-0/+4
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-2/+2
* Use optparse instead of getopt for command line options.Walter Dörwald2005-11-221-28/+20
* Avoid using str as a variable name.Walter Dörwald2005-11-221-4/+4
* Use basestring instead of type.StringType for checking whether a inputWalter Dörwald2005-11-211-7/+6
* Replaced obsolete stat module constants with equivalent attributesRaymond Hettinger2002-06-011-1/+1
* decode(): Raise a uu.Error if no out_file is given but the fileBarry Warsaw2001-08-171-9/+13
* SF patch #440144: Tests and minor bugfix for uu moduleTim Peters2001-07-111-1/+1
* final round of __all__ lists (I hope) - skipped urllib2 because Moshe may beSkip Montanaro2001-03-011-0/+2
* Whitespace normalization. Top level of Lib now fixed-point for reindent.py!Tim Peters2001-01-151-5/+5
* Adapted version of SF Patch #103173 by pyretic: make uu.decode workGuido van Rossum2001-01-101-5/+4
* Update the code to better reflect recommended style:Fred Drake2000-12-121-6/+6
* Convert some old-style string exceptions to class exceptions.Fred Drake2000-08-171-1/+2
* The third and final doc-string sweep by Ka-Ping Yee.Guido van Rossum2000-02-041-4/+5
* Incorporate fix suggested by /Fredrik Lundh in the newsgroup to copeGuido van Rossum1999-01-051-4/+11
* Move 'import sys' to top of module, as noted by Tim Peters.Guido van Rossum1998-10-221-1/+1
* Mass check-in after untabifying all files that need it.Guido van Rossum1998-03-261-66/+66
* Added /usr/bin/env python and made executable.Guido van Rossum1997-07-111-1/+2
* while (1) -> while 1. Sorry.Guido van Rossum1997-04-081-1/+1
* Search for a valid begin line instead of requiring the first line.Guido van Rossum1997-04-081-9/+16
* Fixed two minor errors.Jack Jansen1995-10-041-2/+2
* Changed arguments and added a lot of functionality besidesJack Jansen1995-08-301-87/+121
* Use binascii module for inner loopJack Jansen1995-08-071-88/+9
* mhlib.py: delay opening of sequences file so we don't overwrite it whenGuido van Rossum1994-09-091-0/+214