Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 3K: lib: Make _datasource and its tests Py3 compatible + slight cleanup of ↵ | Pauli Virtanen | 2010-02-20 | 1 | -1/+3 |
| | | | | the code | ||||
* | Removed unused imports. | Alan McIntyre | 2008-09-09 | 1 | -3/+0 |
| | |||||
* | ran reindent | Jarrod Millman | 2008-08-08 | 1 | -1/+0 |
| | |||||
* | BUG: Correctly stub out urllib2.urlopen() for tests given the refactoring of ↵ | Robert Kern | 2008-07-03 | 1 | -3/+9 |
| | | | | the local imports. | ||||
* | BUG: need to create exceptions correctly. | Robert Kern | 2008-07-03 | 1 | -9/+15 |
| | |||||
* | Reduce numpy's import times by delaying a few time consuming imports to the ↵ | Robert Kern | 2008-07-03 | 1 | -1/+2 |
| | | | | point of actual use and global instantiations of finfo. Thanks to David Cournapeau for tracking down and fixing the import part of the problem. | ||||
* | Restore old test framework classes. | Alan McIntyre | 2008-06-21 | 1 | -1/+2 |
| | | | | | | | | | | | 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 McIntyre | 2008-06-17 | 1 | -7/+7 |
| | | | | modules. | ||||
* | ran reindent in preparation for the 1.1 release | Jarrod Millman | 2008-04-20 | 1 | -3/+3 |
| | |||||
* | Fixing #738: Even more careful drive letter handling. And make the tests ↵ | Pauli Virtanen | 2008-04-19 | 1 | -2/+2 |
| | | | | actually pass on Windows. | ||||
* | Fix bug #738 and add corresponding tests. | Pauli Virtanen | 2008-04-19 | 1 | -4/+51 |
| | | | | | | | | lib._datasource.DataSource.abspath now sanitizes path names more carefully, making sure that all file paths reside in destdir, also on Windows. (Where both '/' and os.sep function as path separators, as far as os.path.join is concerned.) | ||||
* | Don't require gzip or bz2 until the actual functionality is requested. | Robert Kern | 2008-04-17 | 1 | -2/+14 |
| | |||||
* | Add datasource test file that didn't make it in the move from scipy.io to ↵ | chris.burns | 2008-02-12 | 1 | -0/+248 |
numpy.lib. |