summaryrefslogtreecommitdiff
path: root/numpy/lib/_datasource.py
Commit message (Expand)AuthorAgeFilesLines
* 3K: lib: Make _datasource and its tests Py3 compatible + slight cleanup of th...Pauli Virtanen2010-02-201-8/+9
* 3K: lib: make _datasource 2to3 friendlyPauli Virtanen2009-12-061-2/+4
* first set of checkins from the doc editorJarrod Millman2009-11-131-2/+1
* Docstring update: libPauli Virtanen2009-10-021-121/+167
* Import documentation from doc wiki (part 2, work-in-progress docstrings, but ...Pauli Virtanen2008-10-281-43/+138
* reindenting prior to releaseJarrod Millman2008-09-021-2/+2
* Apply modified version of Andrew Dalke's patch in #874 to create a quicker-lo...Travis Oliphant2008-08-271-13/+37
* Merge from documentation editor.Stefan van der Walt2008-08-051-2/+3
* Defer tempfile import to improve startup time.Stefan van der Walt2008-07-311-1/+1
* BUG: Correctly stub out urllib2.urlopen() for tests given the refactoring of ...Robert Kern2008-07-031-1/+1
* BUG: need to create exceptions correctly.Robert Kern2008-07-031-2/+2
* Reduce numpy's import times by delaying a few time consuming imports to the p...Robert Kern2008-07-031-1/+6
* Fixing #738: Even more careful drive letter handling. And make the tests actu...Pauli Virtanen2008-04-191-1/+1
* Fixing #738: remember to sanitize away also Windows drive lettersPauli Virtanen2008-04-191-1/+2
* Fix bug #738 and add corresponding tests.Pauli Virtanen2008-04-191-1/+16
* Don't require gzip or bz2 until the actual functionality is requested.Robert Kern2008-04-171-4/+11
* Merge the lib_for_io branch back into the trunk.Travis Oliphant2007-12-301-0/+443