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
*
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