Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/2.7
/
Lib
/
uu.py
tag
074531d25e6b244dcb7858093b79377a78535919
tagger
Benjamin Peterson <benjamin@python.org>
Tue Jan 26 18:43:13 2021
object
8d21aa21f2cbc6d50aab3f420bb23be1d081dac4
the end of the 2.7 branch
a016d4e
[2.7] bpo-38945: UU Encoding: Don't let newline in filename corrupt the output format (GH-17418). (#17452)
by Matthew Rollings
· 6 years ago
61d14b7
Merged revisions 86037 via svnmerge from
by Antoine Pitrou
· 15 years ago
3917c09
Merged revisions 85975 via svnmerge from
by Antoine Pitrou
· 15 years ago
5dba6f7
Jython compatibility fix: if uu.decode() opened its output file, be sure to
by Andrew M. Kuchling
· 19 years ago
b4e4165
minor error in uudecode main error handling
by Anthony Baxter
· 19 years ago
f871270
Make uu use floor division instead of classic division.
by Georg Brandl
· 19 years ago
d331b43
Use optparse instead of getopt for command line options.
by Walter Dörwald
· 20 years ago
91043f3
Avoid using str as a variable name.
by Walter Dörwald
· 20 years ago
09f0dd5
Use basestring instead of type.StringType for checking whether a input
by Walter Dörwald
· 20 years ago
32200ae
Replaced obsolete stat module constants with equivalent attributes
by Raymond Hettinger
· 23 years ago
59dae8a
decode(): Raise a uu.Error if no out_file is given but the file
by Barry Warsaw
· 24 years ago
79c8671
SF patch #440144: Tests and minor bugfix for uu module
by Tim Peters
· 24 years ago
40fc160
final round of __all__ lists (I hope) - skipped urllib2 because Moshe may be
by Skip Montanaro
· 24 years ago
e119006
Whitespace normalization. Top level of Lib now fixed-point for reindent.py!
by Tim Peters
· 25 years ago
62c1115
Adapted version of SF Patch #103173 by pyretic: make uu.decode work
by Guido van Rossum
· 25 years ago
8152d32
Update the code to better reflect recommended style:
by Fred Drake
· 25 years ago
9b8d801
Convert some old-style string exceptions to class exceptions.
by Fred Drake
· 25 years ago
e7b146f
The third and final doc-string sweep by Ka-Ping Yee.
by Guido van Rossum
· 26 years ago
4494101
Incorporate fix suggested by /Fredrik Lundh in the newsgroup to cope
by Guido van Rossum
· 27 years ago
fbba304
Move 'import sys' to top of module, as noted by Tim Peters.
by Guido van Rossum
· 27 years ago
45e2fbc
Mass check-in after untabifying all files that need it.
by Guido van Rossum
· 27 years ago
105bd98
Added /usr/bin/env python and made executable.
by Guido van Rossum
· 28 years ago
3ccd2f1
while (1) -> while 1. Sorry.
by Guido van Rossum
· 28 years ago
2ebaa17
Search for a valid begin line instead of requiring the first line.
by Guido van Rossum
· 28 years ago
5a49ffc
Fixed two minor errors.
by Jack Jansen
· 30 years ago
8b74512
Changed arguments and added a lot of functionality besides
by Jack Jansen
· 30 years ago
0a2eaac
Use binascii module for inner loop
by Jack Jansen
· 30 years ago
8534741
mhlib.py: delay opening of sequences file so we don't overwrite it when
by Guido van Rossum
· 31 years ago