1. 025c8c7 BUG: deal with shared lib extension in a single place. Fix ctypes.load_library. by rgommers · 14 years ago
  2. ee0831a BUG: fix up shared library extension, which changed in Python 3.2. Closes #1749. by rgommers · 14 years ago
  3. 62ebd8e TST: Add tests for matlib. Closes #1242. by Pauli Virtanen · 15 years ago
  4. 3042a38 Skip graciously when ctypes is not available. by David Cournapeau · 16 years ago
  5. ec1f783 Tag ctypes load library tests as known failures on cygwin. by David Cournapeau · 17 years ago
  6. af7f89e Restore old test framework classes. by Alan McIntyre · 17 years ago
  7. c331857 Switched to use nose to run tests. Added test and bench functions to all modules. by Alan McIntyre · 17 years ago
  8. dd490ff Handle library with extension in their name for ctypes.load_library. by David Cournapeau · 17 years ago
  9. e2488d6 Do not fail test when ctypes is not available; print a message about skipping the test instead. by David Cournapeau · 17 years ago
  10. c0c85e0 Revert accidentally commited changes to TestLoadLibrary unittest for ctypes. by David Cournapeau · 17 years ago
  11. 8eed71c Fix has_sse3 and add has_ssse3 function for cpuinfo on linux. by David Cournapeau · 17 years ago
  12. 9318f7a In ctypes.load_library, also attempt to load .so files on failure. by Stefan van der Walt · 17 years ago
  13. 72297ed more janitorial work by Jarrod Millman · 18 years ago
  14. 610438f Rename test classes to CapWords. by Stefan van der Walt · 18 years ago
  15. 1bd2d49 Whitespace cleanup. by Stefan van der Walt · 19 years ago
  16. f77587b Fix Python 2.5 compatibility to work with new b3 release by Travis Oliphant · 19 years ago