summaryrefslogtreecommitdiff
path: root/numpy/lib/_datasource.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Tidy exception handling in _datasource.py (#16761)Sarthak Vineet Kumar2020-07-081-7/+3
* MAINT: cleanup unused imports; avoid redefinition of importsMike Taves2020-02-061-1/+0
* Merge pull request #15398 from mwtoews/urllibCharles Harris2020-01-231-15/+5
|\
| * MAINT: Revise imports from urllib modulesMike Taves2020-01-241-15/+5
* | MAINT: Clean up, mostly unused imports.Warren Weckesser2020-01-231-1/+0
|/
* [MAINT] Cleanup python2 sys.version checksSeth Troisi2020-01-201-79/+5
* MAINT: Remove implicit inheritance from object class (#15236)Jon Dufresne2020-01-051-2/+2
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* BUG: Ensure that the url request is closed if the file cannot be openedEric Wieser2019-06-041-7/+4
* ENH: Changed the sequence of checking for locale existence of a file and impo...EelcoPeacs2019-01-161-4/+5
* MAINT: address several reviewer commentsTyler Reddy2018-12-141-2/+2
* TST, DOC: enable refguide_checkTyler Reddy2018-12-141-10/+12
* Merge pull request #12381 from tylerjereddy/datasource_del_handlingCharles Harris2018-11-151-1/+1
|\
| * BUG: improve DataSource __del__Tyler Reddy2018-11-131-1/+1
* | ENH: set correct __module__ for objects in numpy's public APIStephan Hoyer2018-11-131-1/+6
|/
* BUG: Fix regression in loadtxt for bz2 text files in Python 2.Charles Harris2018-08-101-3/+5
* MAINT: Various minor code cleanups.Charles Harris2017-11-241-0/+15
* MAINT: Refactor some code in npyio.py.Charles Harris2017-11-211-1/+7
* DOC: Add some docstrings and edit others.Charles Harris2017-11-211-2/+42
* ENH: Add encoding option to numpy text IO.Julian Taylor2017-11-211-14/+74
* ENH: Spelling fixesVille Skyttä2017-05-091-1/+1
* DOC: Fix more typos in docs and comments.Dongjoon Hyun2016-02-251-2/+2
* STY: Make files in numpy/lib PEP8 compliant.Charles Harris2014-07-311-59/+70
* MAINT: Fixes for problems in numpy/lib revealed by pyflakes.Charles Harris2014-07-311-5/+4
* BUG: close file-like objects returned by urlopencgohlke2013-10-151-0/+2
* 2to3: Apply urllib fixer.Charles Harris2013-04-141-4/+12
* 2to3: apply `dict` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Apply `imports` fixer.Charles Harris2013-04-021-3/+9
* 2to3: Use absolute imports.Charles Harris2013-03-281-1/+1
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+1
* STY: Fix up some remaining old-style exceptions.Charles Harris2011-04-051-2/+2
* 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