1. 4957e5e BUG: Fix email addresses. by Robert Kern · 17 years ago
  2. 19da971 PyPI metadata fixes. by Robert Kern · 17 years ago
  3. 083ca64 Modify the setup routine to indicate that it is being run via a system by Fernando Perez · 18 years ago
  4. 47baaba remove old reference to deleted file (r4384) by Jarrod Millman · 18 years ago
  5. 0b77f0e ran reindent.py to clean up whitespace by Jarrod Millman · 18 years ago
  6. 7b76ca7 Fix ticket 535. by Pearu Peterson · 18 years ago
  7. 00a3587 Fix some problems with data-files not being added in top-level and extra version information added to the name of development distributions. by Travis Oliphant · 18 years ago
  8. 36d3c16 Remove MANIFEST file at startup time, since distutils fails to properly update it. Also add proper shebang line. by Fernando Perez · 19 years ago
  9. 2276bf7 Use correct download url in setup.py so that setuptool's easy_install would by cookedm · 19 years ago
  10. 17d7cfe Fix version machinery and pkg information requests. by Pearu Peterson · 19 years ago
  11. 2a800cc Add svn revision number to version. by Pearu Peterson · 19 years ago
  12. 471196b Introduced configuration kw argument to setup. This fixes long lasted long configuration messages when setup command line has only help request or errors. by Pearu Peterson · 19 years ago
  13. 9953985 Included numpy .txt files to installation. by Pearu Peterson · 19 years ago
  14. 3afb449 Adding swig and pyrex examples by Travis Oliphant · 19 years ago
  15. 33279f1 Added options to Configuration. by Pearu Peterson · 20 years ago
  16. 39ba8fc Handle setup.py help and display requests without noise. by Pearu Peterson · 20 years ago
  17. c8b5a7e Fixed error in setflags and added a few unit tests for test_multiarray by Travis Oliphant · 20 years ago
  18. 5a76512 Fixed lib by Travis Oliphant · 20 years ago
  19. e706c7d Changed all references to scipy to numpy by Travis Oliphant · 20 years ago
  20. da9c6da Fix-up setup.py by Travis Oliphant · 20 years ago
  21. 5cf8208 whitespace fix by cookedm · 20 years ago
  22. 682a875 Made svn version available to main setup.py script. by Pearu Peterson · 20 years ago
  23. 9c5f512 More thanks... by Travis Oliphant · 20 years ago
  24. 64c9050 Moved weave to be a sub-package of scipy (so as not to conflict with any already installed weave which uses Numeric. by Travis Oliphant · 20 years ago
  25. 8ac222e Adding weave and test by Travis Oliphant · 20 years ago
  26. 8ce04e7 Adding scipy.base by Travis Oliphant · 20 years ago
  27. 14db419 Fixing for new distutils by Travis Oliphant · 20 years ago
  28. 2974e97 Fixed version numbers. by Pearu Peterson · 21 years ago
  29. ba85fbb Renamed Scipy to scipy (as there are packages like scipy_base etc). by Pearu Peterson · 21 years ago
  30. d8e22e7 Prepearing to tag scipy tree (unified micro version numbers) by Pearu Peterson · 21 years ago v0.2.2
  31. 23dc54f Using NOCOLOR env.var to workaround cygncurses bug under cygwin. by Pearu Peterson · 22 years ago
  32. 594e5eb Added weave to scipy_core by Pearu Peterson · 22 years ago
  33. aba9774 This fixes curious scipy_distutils.core import error. by Pearu Peterson · 22 years ago
  34. d190674 Now one can run 'python /full/path/to/scipy_core/setup.py' by Pearu Peterson · 22 years ago
  35. 772b74e Introduced SourceFilter. Clean ups and minor bug fixes by Pearu Peterson · 22 years ago
  36. e133f9c Renamed setup_scipy_core.py to setup.py because scipy_core is not a real package by Pearu Peterson · 22 years ago[Renamed (95%) from setup_scipy_core.py]
  37. e8fa013 scipy_core package is now functional. Usage: by Pearu Peterson · 22 years ago
  38. c415fd1 Bundle scipy_test,scipy_distutils to scipy_core. See the header of setup_scipy_core.py for usage information. by Pearu Peterson · 23 years ago