summaryrefslogtreecommitdiff
path: root/numpy/distutils/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* Restore old test framework classes.Alan McIntyre2008-06-211-1/+1
| | | | | | | | | | | Added numpy.testing.run_module_suite to simplify "if __name__ == '__main__'" boilerplate code in test modules. Removed numpy/testing/pkgtester.py since it just consisted of an import statement after porting SciPy r4424. Allow numpy.*.test() to accept the old keyword arguments (but issue a deprecation warning when old arguments are seen). numpy.*.test() returns a test result object as before. Fixed typo in distutils doc.
* Switched to use nose to run tests. Added test and bench functions to all ↵Alan McIntyre2008-06-171-3/+3
| | | | modules.
* Back out pearu's r4101 that added a warning about importing distutils before ↵cookedm2007-09-251-16/+0
| | | | numpy.distutils. This warning triggered when setuptools was imported first.
* fixing link error: fixed. Removing debug messages and added a warning ↵Pearu Peterson2007-09-231-0/+17
| | | | message on the situation that triggered this issue: numpy.distutils must always be imported before distutils.
* Replaced numpy.distutils.test method instance with a function to avoid ↵Pearu Peterson2006-02-241-2/+3
| | | | importing numpy during numpy import.
* Making f2py and distutils scipy-style packages. Using pkgload to load numpy ↵Pearu Peterson2006-01-141-0/+2
| | | | packages.
* Changed all references to scipy to numpyTravis Oliphant2006-01-041-1/+1
|
* Moved scipy directory to numpyTravis Oliphant2006-01-041-0/+16