summaryrefslogtreecommitdiff
path: root/numpy/lib/_datasource.py
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | | | | | 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 Kern2008-04-171-4/+11
|
* Merge the lib_for_io branch back into the trunk.Travis Oliphant2007-12-301-0/+443