summaryrefslogtreecommitdiff
path: root/numpy/lib/tests/test__datasource.py
Commit message (Expand)AuthorAgeFilesLines
* 3K: lib: Make _datasource and its tests Py3 compatible + slight cleanup of th...Pauli Virtanen2010-02-201-1/+3
* Removed unused imports.Alan McIntyre2008-09-091-3/+0
* ran reindentJarrod Millman2008-08-081-1/+0
* BUG: Correctly stub out urllib2.urlopen() for tests given the refactoring of ...Robert Kern2008-07-031-3/+9
* BUG: need to create exceptions correctly.Robert Kern2008-07-031-9/+15
* Reduce numpy's import times by delaying a few time consuming imports to the p...Robert Kern2008-07-031-1/+2
* Restore old test framework classes.Alan McIntyre2008-06-211-1/+2
* Switched to use nose to run tests. Added test and bench functions to all mod...Alan McIntyre2008-06-171-7/+7
* ran reindent in preparation for the 1.1 releaseJarrod Millman2008-04-201-3/+3
* Fixing #738: Even more careful drive letter handling. And make the tests actu...Pauli Virtanen2008-04-191-2/+2
* Fix bug #738 and add corresponding tests.Pauli Virtanen2008-04-191-4/+51
* Don't require gzip or bz2 until the actual functionality is requested.Robert Kern2008-04-171-2/+14
* Add datasource test file that didn't make it in the move from scipy.io to num...chris.burns2008-02-121-0/+248