index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
binhex.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issues #2715, #6621: Remove unused and undefined references to FSSpec
Mark Dickinson
2009-08-02
1
-13/+0
*
Issue #6369: Fix an RLE decompression bug in the binhex module.
Antoine Pitrou
2009-07-01
1
-2/+2
*
Remove the Mac modules
Benjamin Peterson
2008-05-12
1
-62/+33
*
Patch# 1258 by Christian Heimes: kill basestring.
Guido van Rossum
2007-10-16
1
-2/+2
*
Convert various string literals to bytes.
Jeremy Hylton
2007-08-29
1
-3/+3
*
Style/idiom cleanup of binhex module.
Collin Winter
2007-08-28
1
-49/+35
*
Make this work on Mac as well (where Type and Creator are bytes instead of str).
Guido van Rossum
2007-08-28
1
-1/+6
*
Changes in anticipation of stricter str vs. bytes enforcement.
Guido van Rossum
2007-08-27
1
-2/+2
*
Use unicode and remove support for some uses of str8.
Neal Norwitz
2007-08-26
1
-2/+2
*
Make the binhex test pass on Darwin.
Guido van Rossum
2007-05-27
1
-4/+4
*
This is the last time I fix binhex. If it breaks again it goes in the dustbin.
Guido van Rossum
2007-05-24
1
-10/+8
*
Make test_binhex pass. (Do we really want to support it still?)
Guido van Rossum
2007-05-22
1
-23/+21
*
Merged revisions 55407-55513 via svnmerge from
Guido van Rossum
2007-05-22
1
-8/+1
*
Merged revisions 55328-55341 via svnmerge from
Guido van Rossum
2007-05-15
1
-1/+2
*
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters
2006-08-11
1
-16/+9
*
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
Thomas Wouters
2006-05-27
1
-1/+5
*
Remove a useless operation, setting name to itself
Neal Norwitz
2004-06-07
1
-1/+0
*
Replace backticks with repr() or "%r"
Walter Dörwald
2004-02-12
1
-2/+2
*
The first batch of changes recommended by the fixdiv tool. These are
Guido van Rossum
2001-09-04
1
-2/+2
*
Turn an octal constant into a hex constant.
Guido van Rossum
2001-08-01
1
-1/+1
*
String method cleanup.
Eric S. Raymond
2001-02-10
1
-3/+1
*
String method conversion.
Eric S. Raymond
2001-02-09
1
-1/+1
*
added __all__ lists to a number of Python modules
Skip Montanaro
2001-01-20
1
-0/+2
*
Whitespace normalization.
Tim Peters
2001-01-14
1
-30/+30
*
Update the code to better reflect recommended style:
Fred Drake
2000-12-12
1
-3/+3
*
Convert some old-style string exceptions to class exceptions.
Fred Drake
2000-08-17
1
-1/+2
*
Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either
Thomas Wouters
2000-07-16
1
-1/+1
*
typos fixed by Rob Hooft
Jeremy Hylton
2000-06-28
1
-2/+2
*
Actually, the previous batch's comment should have been different;
Guido van Rossum
2000-02-04
1
-1/+1
*
Mass patch by Ka-Ping Yee:
Guido van Rossum
2000-02-02
1
-470/+471
*
A few lines were indented using spaces instead of tabs -- fix them.
Guido van Rossum
1998-03-26
1
-7/+7
*
Use string.replace instead of regsub.[g]sub.
Guido van Rossum
1997-12-24
1
-2/+1
*
Merged in Jack's fixes. This brings some lines beyond 79 chars again;
Guido van Rossum
1997-02-11
1
-17/+32
*
As per GvR recomendations, remove the restriction that binhex only run on
Roger E. Masse
1997-01-16
1
-33/+43
*
new binhex from Jack (much faster)
Guido van Rossum
1996-03-25
1
-9/+14
*
Finally check in Jack's latest version, which fixes all known bugs.
Guido van Rossum
1996-03-23
1
-142/+153
*
Fixed hexbin handling
Jack Jansen
1995-10-03
1
-4/+7
*
Indent bug
Jack Jansen
1995-08-17
1
-1/+1
*
Put debug output inside 'if DEBUG'.
Jack Jansen
1995-08-14
1
-6/+7
*
Implement binhex protocol.
Jack Jansen
1995-08-07
1
-0/+485