REL: 1.9.3 release
  1. fbd6510 STY: Giant comma spacing fixup. by Charles Harris · 12 years ago
  2. bb726ca 2to3: Apply `print` fixer. by Charles Harris · 12 years ago
  3. d4b88c1 2to3: Use absolute imports. by Charles Harris · 12 years ago
  4. 6aa264c 2to3: Put `from __future__ import division in every python file. by Charles Harris · 12 years ago
  5. 705bf92 2to3: Use modern exception syntax. by Charles Harris · 12 years ago
  6. e33dbfc BUG: Import run_module_suite in test_matlib.py by Charles Harris · 13 years ago
  7. fb64bbf TST: Update ctypes tests for changed contiguous flags setting. by Sebastian Berg · 13 years ago
  8. 16d49fd DEP: Fix some functions now deprecated in Python 3. by Charles Harris · 14 years ago
  9. 9a287ba BUG: deal with shared lib extension in a single place. Fix ctypes.load_library. by rgommers · 14 years ago
  10. ee0831a BUG: fix up shared library extension, which changed in Python 3.2. Closes #1749. by rgommers · 14 years ago
  11. 62ebd8e TST: Add tests for matlib. Closes #1242. by Pauli Virtanen · 15 years ago
  12. 3042a38 Skip graciously when ctypes is not available. by David Cournapeau · 16 years ago
  13. ec1f783 Tag ctypes load library tests as known failures on cygwin. by David Cournapeau · 17 years ago
  14. af7f89e Restore old test framework classes. by Alan McIntyre · 17 years ago
  15. c331857 Switched to use nose to run tests. Added test and bench functions to all modules. by Alan McIntyre · 17 years ago
  16. dd490ff Handle library with extension in their name for ctypes.load_library. by David Cournapeau · 17 years ago
  17. e2488d6 Do not fail test when ctypes is not available; print a message about skipping the test instead. by David Cournapeau · 17 years ago
  18. c0c85e0 Revert accidentally commited changes to TestLoadLibrary unittest for ctypes. by David Cournapeau · 17 years ago
  19. 8eed71c Fix has_sse3 and add has_ssse3 function for cpuinfo on linux. by David Cournapeau · 17 years ago
  20. 9318f7a In ctypes.load_library, also attempt to load .so files on failure. by Stefan van der Walt · 17 years ago
  21. 72297ed more janitorial work by Jarrod Millman · 18 years ago
  22. 610438f Rename test classes to CapWords. by Stefan van der Walt · 18 years ago
  23. 1bd2d49 Whitespace cleanup. by Stefan van der Walt · 19 years ago
  24. f77587b Fix Python 2.5 compatibility to work with new b3 release by Travis Oliphant · 19 years ago