summaryrefslogtreecommitdiff
path: root/Lib/binhex.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #23865: close() methods in multiple modules now are idempotent and moreSerhiy Storchaka2015-04-101-16/+26
|\
| * Issue #23865: close() methods in multiple modules now are idempotent and moreSerhiy Storchaka2015-04-101-16/+26
* | Issue #22831: Use "with" to avoid possible fd leaks.Serhiy Storchaka2015-04-041-15/+13
|/
* remove unused imports (closes #12432)Benjamin Peterson2011-06-281-1/+0
* Close #11577: Improve binhex test coverage and fix ResourceWarningNick Coghlan2011-03-161-18/+24
* Issues #2715, #6621: Remove unused and undefined references to FSSpecMark Dickinson2009-08-021-13/+0
* Issue #6369: Fix an RLE decompression bug in the binhex module.Antoine Pitrou2009-07-011-2/+2
* Remove the Mac modulesBenjamin Peterson2008-05-121-62/+33
* Patch# 1258 by Christian Heimes: kill basestring.Guido van Rossum2007-10-161-2/+2
* Convert various string literals to bytes.Jeremy Hylton2007-08-291-3/+3
* Style/idiom cleanup of binhex module.Collin Winter2007-08-281-49/+35
* Make this work on Mac as well (where Type and Creator are bytes instead of str).Guido van Rossum2007-08-281-1/+6
* Changes in anticipation of stricter str vs. bytes enforcement.Guido van Rossum2007-08-271-2/+2
* Use unicode and remove support for some uses of str8.Neal Norwitz2007-08-261-2/+2
* Make the binhex test pass on Darwin.Guido van Rossum2007-05-271-4/+4
* This is the last time I fix binhex. If it breaks again it goes in the dustbin.Guido van Rossum2007-05-241-10/+8
* Make test_binhex pass. (Do we really want to support it still?)Guido van Rossum2007-05-221-23/+21
* Merged revisions 55407-55513 via svnmerge fromGuido van Rossum2007-05-221-8/+1
* Merged revisions 55328-55341 via svnmerge fromGuido van Rossum2007-05-151-1/+2
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-16/+9
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-1/+5
* Remove a useless operation, setting name to itselfNeal Norwitz2004-06-071-1/+0
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-2/+2
* The first batch of changes recommended by the fixdiv tool. These areGuido van Rossum2001-09-041-2/+2
* Turn an octal constant into a hex constant.Guido van Rossum2001-08-011-1/+1
* String method cleanup.Eric S. Raymond2001-02-101-3/+1
* String method conversion.Eric S. Raymond2001-02-091-1/+1
* added __all__ lists to a number of Python modulesSkip Montanaro2001-01-201-0/+2
* Whitespace normalization.Tim Peters2001-01-141-30/+30
* Update the code to better reflect recommended style:Fred Drake2000-12-121-3/+3
* Convert some old-style string exceptions to class exceptions.Fred Drake2000-08-171-1/+2
* Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in eitherThomas Wouters2000-07-161-1/+1
* typos fixed by Rob HooftJeremy Hylton2000-06-281-2/+2
* Actually, the previous batch's comment should have been different;Guido van Rossum2000-02-041-1/+1
* Mass patch by Ka-Ping Yee:Guido van Rossum2000-02-021-470/+471
* A few lines were indented using spaces instead of tabs -- fix them.Guido van Rossum1998-03-261-7/+7
* Use string.replace instead of regsub.[g]sub.Guido van Rossum1997-12-241-2/+1
* Merged in Jack's fixes. This brings some lines beyond 79 chars again;Guido van Rossum1997-02-111-17/+32
* As per GvR recomendations, remove the restriction that binhex only run onRoger E. Masse1997-01-161-33/+43
* new binhex from Jack (much faster)Guido van Rossum1996-03-251-9/+14
* Finally check in Jack's latest version, which fixes all known bugs.Guido van Rossum1996-03-231-142/+153
* Fixed hexbin handlingJack Jansen1995-10-031-4/+7
* Indent bugJack Jansen1995-08-171-1/+1
* Put debug output inside 'if DEBUG'.Jack Jansen1995-08-141-6/+7
* Implement binhex protocol.Jack Jansen1995-08-071-0/+485