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-17/+27
* In a number of places code still reversRonald Oussoren2010-05-051-13/+0
* Issue #7092: Fix the DeprecationWarnings emitted by the standard libraryAntoine Pitrou2010-01-041-1/+2
* Remove the macfs module. This led to the deprecation of macostools.touched();Brett Cannon2007-05-201-8/+1
* Patch #1220874: Update the binhex module for Mach-O.Bob Ippolito2006-07-151-16/+9
* quick hack to fix busted binhex testBob Ippolito2006-05-261-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