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
/
uu.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-38945: UU Encoding: Don't let newline in filename corrupt the output form...
Matthew Rollings
2019-12-02
1
-0
/
+7
*
bpo-33687: Fix call to os.chmod() in uu.decode() (GH-7282)
Timo Furrer
2019-01-17
1
-4
/
+1
*
bpo-30103: Allow Uuencode in Python using backtick as zero instead of space (...
Xiang Zhang
2017-05-03
1
-5
/
+8
*
Issue #10266: uu.decode didn't close in_file explicitly when it was given
Antoine Pitrou
2010-10-31
1
-53
/
+57
*
Issue #10246: uu.encode didn't close file objects explicitly when filenames
Antoine Pitrou
2010-10-30
1
-31
/
+38
*
convert shebang lines: python -> python3
Benjamin Peterson
2010-03-11
1
-1
/
+1
*
Use true booleans and PEP8 for argdefaults.
Georg Brandl
2009-09-16
1
-1
/
+1
*
Patch# 1258 by Christian Heimes: kill basestring.
Guido van Rossum
2007-10-16
1
-6
/
+6
*
Changes in anticipation of stricter str vs. bytes enforcement.
Guido van Rossum
2007-08-27
1
-3
/
+3
*
SF patch# 1770008 by Christian Heimes (plus some extras).
Guido van Rossum
2007-08-09
1
-16
/
+18
*
Fix test_uu.py by inserting an explicit conversion from bytes to str
Guido van Rossum
2007-07-16
1
-1
/
+1
*
Merged revisions 55817-55961 via svnmerge from
Guido van Rossum
2007-06-13
1
-2
/
+2
*
Fix most trivially-findable print statements.
Guido van Rossum
2007-02-09
1
-2
/
+2
*
SF patch 1631942 by Collin Winter:
Guido van Rossum
2007-01-10
1
-1
/
+1
*
Four months of trunk changes (including a few releases...)
Thomas Wouters
2006-12-13
1
-0
/
+4
*
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters
2006-04-21
1
-2
/
+2
*
Use optparse instead of getopt for command line options.
Walter Dörwald
2005-11-22
1
-28
/
+20
*
Avoid using str as a variable name.
Walter Dörwald
2005-11-22
1
-4
/
+4
*
Use basestring instead of type.StringType for checking whether a input
Walter Dörwald
2005-11-21
1
-7
/
+6
*
Replaced obsolete stat module constants with equivalent attributes
Raymond Hettinger
2002-06-01
1
-1
/
+1
*
decode(): Raise a uu.Error if no out_file is given but the file
Barry Warsaw
2001-08-17
1
-9
/
+13
*
SF patch #440144: Tests and minor bugfix for uu module
Tim Peters
2001-07-11
1
-1
/
+1
*
final round of __all__ lists (I hope) - skipped urllib2 because Moshe may be
Skip Montanaro
2001-03-01
1
-0
/
+2
*
Whitespace normalization. Top level of Lib now fixed-point for reindent.py!
Tim Peters
2001-01-15
1
-5
/
+5
*
Adapted version of SF Patch #103173 by pyretic: make uu.decode work
Guido van Rossum
2001-01-10
1
-5
/
+4
*
Update the code to better reflect recommended style:
Fred Drake
2000-12-12
1
-6
/
+6
*
Convert some old-style string exceptions to class exceptions.
Fred Drake
2000-08-17
1
-1
/
+2
*
The third and final doc-string sweep by Ka-Ping Yee.
Guido van Rossum
2000-02-04
1
-4
/
+5
*
Incorporate fix suggested by /Fredrik Lundh in the newsgroup to cope
Guido van Rossum
1999-01-05
1
-4
/
+11
*
Move 'import sys' to top of module, as noted by Tim Peters.
Guido van Rossum
1998-10-22
1
-1
/
+1
*
Mass check-in after untabifying all files that need it.
Guido van Rossum
1998-03-26
1
-66
/
+66
*
Added /usr/bin/env python and made executable.
Guido van Rossum
1997-07-11
1
-1
/
+2
*
while (1) -> while 1. Sorry.
Guido van Rossum
1997-04-08
1
-1
/
+1
*
Search for a valid begin line instead of requiring the first line.
Guido van Rossum
1997-04-08
1
-9
/
+16
*
Fixed two minor errors.
Jack Jansen
1995-10-04
1
-2
/
+2
*
Changed arguments and added a lot of functionality besides
Jack Jansen
1995-08-30
1
-87
/
+121
*
Use binascii module for inner loop
Jack Jansen
1995-08-07
1
-88
/
+9
*
mhlib.py: delay opening of sequences file so we don't overwrite it when
Guido van Rossum
1994-09-09
1
-0
/
+214