summaryrefslogtreecommitdiffstats
path: root/Lib/uu.py
Commit message (Collapse)AuthorAgeFilesLines
* Incorporate fix suggested by /Fredrik Lundh in the newsgroup to copeGuido van Rossum1999-01-051-4/+11
| | | | with trailing garbage generated by some broke uuencoders.
* 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
putsequences is called with a bad argument rfc822.py: better handling of dates with no or bad timezones uu.py: contributed by Lance -- uu{en,de}code