Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Import documentation from doc wiki (part 2, work-in-progress docstrings, but ↵ | Pauli Virtanen | 2008-10-28 | 1 | -43/+138 |
| | | | | they are still an improvement) | ||||
* | reindenting prior to release | Jarrod Millman | 2008-09-02 | 1 | -2/+2 |
| | |||||
* | Apply modified version of Andrew Dalke's patch in #874 to create a ↵ | Travis Oliphant | 2008-08-27 | 1 | -13/+37 |
| | | | | quicker-loading numpy. | ||||
* | Merge from documentation editor. | Stefan van der Walt | 2008-08-05 | 1 | -2/+3 |
| | |||||
* | Defer tempfile import to improve startup time. | Stefan van der Walt | 2008-07-31 | 1 | -1/+1 |
| | |||||
* | BUG: Correctly stub out urllib2.urlopen() for tests given the refactoring of ↵ | Robert Kern | 2008-07-03 | 1 | -1/+1 |
| | | | | the local imports. | ||||
* | BUG: need to create exceptions correctly. | Robert Kern | 2008-07-03 | 1 | -2/+2 |
| | |||||
* | Reduce numpy's import times by delaying a few time consuming imports to the ↵ | Robert Kern | 2008-07-03 | 1 | -1/+6 |
| | | | | point of actual use and global instantiations of finfo. Thanks to David Cournapeau for tracking down and fixing the import part of the problem. | ||||
* | Fixing #738: Even more careful drive letter handling. And make the tests ↵ | Pauli Virtanen | 2008-04-19 | 1 | -1/+1 |
| | | | | actually pass on Windows. | ||||
* | Fixing #738: remember to sanitize away also Windows drive letters | Pauli Virtanen | 2008-04-19 | 1 | -1/+2 |
| | |||||
* | Fix bug #738 and add corresponding tests. | Pauli Virtanen | 2008-04-19 | 1 | -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 Kern | 2008-04-17 | 1 | -4/+11 |
| | |||||
* | Merge the lib_for_io branch back into the trunk. | Travis Oliphant | 2007-12-30 | 1 | -0/+443 |