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