Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unused imports in test modules. | Georg Brandl | 2010-02-07 | 1 | -2/+0 |
| | |||||
* | Add import_function method to test.test_support, and modify a number of | R. David Murray | 2009-03-30 | 1 | -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 imports | Christian Heimes | 2008-02-23 | 1 | -1/+0 |
| | |||||
* | This patches fixes a number of byteorder problems in MacOSX specific code. | Ronald Oussoren | 2006-04-17 | 1 | -2/+2 |
| | |||||
* | Whitespace normalization. | Tim Peters | 2004-01-18 | 1 | -1/+1 |
| | |||||
* | Test the applesingle decoder. | Jack Jansen | 2003-11-18 | 1 | -0/+72 |