summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_applesingle.py
Commit message (Collapse)AuthorAgeFilesLines
* Add import_function method to test.test_support, and modify a number ofR. David Murray2009-03-301-3/+5
| | | | | | | | tests that expect to be skipped if imports fail or functions don't exist to use import_function and import_module. The ultimate goal is to change regrtest to not skip automatically on ImportError. Checking in now to make sure the buldbots don't show any errors on platforms I can't direct test on.
* Patch #2167 from calvin: Remove unused importsChristian Heimes2008-02-231-1/+0
|
* This patches fixes a number of byteorder problems in MacOSX specific code.Ronald Oussoren2006-04-171-2/+2
|
* Whitespace normalization.Tim Peters2004-01-181-1/+1
|
* Test the applesingle decoder.Jack Jansen2003-11-181-0/+72