summaryrefslogtreecommitdiffstats
path: root/Lib/plat-mac/applesingle.py
Commit message (Collapse)AuthorAgeFilesLines
* Add warnings to and deprecated all those Mac modulesBenjamin Peterson2008-05-121-0/+4
|
* This patches fixes a number of byteorder problems in MacOSX specific code.Ronald Oussoren2006-04-171-1/+1
|
* Damn another occurrence of using as as a keywordfNeal Norwitz2006-03-221-2/+2
|
* Got rid of byte-order dependencies.Jack Jansen2006-02-231-2/+2
|
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-6/+6
|
* Modified version by Bob Ippolito. It passes the just-added test_applesingleJack Jansen2003-11-181-63/+100
| | | | | after some minor mods. Fixes #803498, but should NOT be backported because the original problem seems to be unreproducable.
* Detabbed.Jack Jansen2003-04-091-71/+71
|
* Moved most of Mac/Lib hierarchy to Lib/plat-mac: it can be used bothJack Jansen2002-12-301-0/+100
in MacPython-OS9 and MacPython-OSX (or the equivalent unix Python on Mac OS X). The only items remaining in Mac/Lib are modules that are meaningful only for MacPython-OS9 (CFM stuff, MacPython preferences in resources, etc).