Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Do not fail test when ctypes is not available; print a message about skipping... | David Cournapeau | 2008-03-23 | 1 | -2/+7 |
* | Revert accidentally commited changes to TestLoadLibrary unittest for ctypes. | David Cournapeau | 2008-03-23 | 1 | -7/+2 |
* | Fix has_sse3 and add has_ssse3 function for cpuinfo on linux. | David Cournapeau | 2008-03-23 | 1 | -2/+7 |
* | In ctypes.load_library, also attempt to load .so files on failure. | Stefan van der Walt | 2008-03-16 | 1 | -1/+6 |
* | more janitorial work | Jarrod Millman | 2007-12-29 | 1 | -28/+26 |
* | Rename test classes to CapWords. | Stefan van der Walt | 2007-10-02 | 1 | -1/+1 |
* | Whitespace cleanup. | Stefan van der Walt | 2007-01-08 | 1 | -57/+57 |
* | Fix Python 2.5 compatibility to work with new b3 release | Travis Oliphant | 2006-08-14 | 1 | -0/+63 |