summaryrefslogtreecommitdiff
path: root/numpy/lib/_datasource.py
AgeCommit message (Expand)AuthorFilesLines
2017-11-24MAINT: Various minor code cleanups.Charles Harris1-0/+15
2017-11-21MAINT: Refactor some code in npyio.py.Charles Harris1-1/+7
2017-11-21DOC: Add some docstrings and edit others.Charles Harris1-2/+42
2017-11-21ENH: Add encoding option to numpy text IO.Julian Taylor1-14/+74
2017-05-09ENH: Spelling fixesVille Skyttä1-1/+1
2016-02-25DOC: Fix more typos in docs and comments.Dongjoon Hyun1-2/+2
2014-07-31STY: Make files in numpy/lib PEP8 compliant.Charles Harris1-59/+70
2014-07-31MAINT: Fixes for problems in numpy/lib revealed by pyflakes.Charles Harris1-5/+4
2013-10-15BUG: close file-like objects returned by urlopencgohlke1-0/+2
2013-04-142to3: Apply urllib fixer.Charles Harris1-4/+12
2013-04-062to3: apply `dict` fixer.Charles Harris1-1/+1
2013-04-062to3: Apply `print` fixer.Charles Harris1-1/+1
2013-04-022to3: Apply `imports` fixer.Charles Harris1-3/+9
2013-03-282to3: Use absolute imports.Charles Harris1-1/+1
2013-03-012to3: Put `from __future__ import division in every python file.Charles Harris1-0/+1
2011-04-05STY: Fix up some remaining old-style exceptions.Charles Harris1-2/+2
2010-02-203K: lib: Make _datasource and its tests Py3 compatible + slight cleanup of th...Pauli Virtanen1-8/+9
2009-12-063K: lib: make _datasource 2to3 friendlyPauli Virtanen1-2/+4
2009-11-13first set of checkins from the doc editorJarrod Millman1-2/+1
2009-10-02Docstring update: libPauli Virtanen1-121/+167
2008-10-28Import documentation from doc wiki (part 2, work-in-progress docstrings, but ...Pauli Virtanen1-43/+138
2008-09-02reindenting prior to releaseJarrod Millman1-2/+2
2008-08-27Apply modified version of Andrew Dalke's patch in #874 to create a quicker-lo...Travis Oliphant1-13/+37
2008-08-05Merge from documentation editor.Stefan van der Walt1-2/+3
2008-07-31Defer tempfile import to improve startup time.Stefan van der Walt1-1/+1
2008-07-03BUG: Correctly stub out urllib2.urlopen() for tests given the refactoring of ...Robert Kern1-1/+1
2008-07-03BUG: need to create exceptions correctly.Robert Kern1-2/+2
2008-07-03Reduce numpy's import times by delaying a few time consuming imports to the p...Robert Kern1-1/+6
2008-04-19Fixing #738: Even more careful drive letter handling. And make the tests actu...Pauli Virtanen1-1/+1
2008-04-19Fixing #738: remember to sanitize away also Windows drive lettersPauli Virtanen1-1/+2
2008-04-19Fix bug #738 and add corresponding tests.Pauli Virtanen1-1/+16
2008-04-17Don't require gzip or bz2 until the actual functionality is requested.Robert Kern1-4/+11
2007-12-30Merge the lib_for_io branch back into the trunk.Travis Oliphant1-0/+443