summaryrefslogtreecommitdiff
path: root/numpy/lib/utils.py
Commit message (Expand)AuthorAgeFilesLines
* BUG: fix usability bugs in lookforPauli Virtanen2010-07-281-8/+9
* FIX: Workaround python3.1 callable not working with PyCapsule.Charles Harris2010-04-251-1/+4
* BUG: Should be using StringIO, not BytesIO. The 2to3 script takes careCharles Harris2010-03-271-6/+3
* BUG: Update StringIO in _lookfor_generate_cache for Python3.x.Charles Harris2010-03-251-8/+10
* 3K: lib: fix sort(key=) issuePauli Virtanen2010-02-211-5/+3
* 3K: lib: adapt safe_eval for Py3 ast modulePauli Virtanen2010-02-201-32/+88
* fixed a whole bunch of doctestsPaul Ivanov2009-12-281-4/+6
* first set of checkins from the doc editorJarrod Millman2009-11-131-2/+7
* Add backward compatible `deprecate_with_doc`.Stefan van der Walt2009-10-251-2/+11
* Add ``deprecate`` function that doubles as a decorator.Stefan van der Walt2009-10-251-35/+68
* Merge deprecate_with_doc into deprecate(message="...").Stefan van der Walt2009-10-251-38/+23
* Fix lookfor on python 2.6. Add a test for it. Make it import submodules more ...Pauli Virtanen2009-10-241-15/+70
* Docstring update: libPauli Virtanen2009-10-021-22/+78
* Fix ticket #1243. Patch from gnutino.Charles Harris2009-09-301-1/+1
* Merge from doc wikiPauli Virtanen2009-06-191-21/+117
* Merge from the doc wikiPauli Virtanen2009-03-241-8/+12
* ran reindentJarrod Millman2008-12-311-4/+4
* Import documentation from doc wiki (part 2, work-in-progress docstrings, but ...Pauli Virtanen2008-10-281-19/+36
* Fix python2.5 dependency in lookforPauli Virtanen2008-09-241-8/+13
* Removed unused imports.Alan McIntyre2008-09-181-3/+1
* Re-factor code to remove dependency of numpy.core on numpy.lib by moving issu...Travis Oliphant2008-08-151-43/+2
* Merge from documentation editor.Stefan van der Walt2008-08-051-17/+111
* Add a pydoc import in lookfor; missed in the import refactoring.Pauli Virtanen2008-07-201-0/+2
* Reduce numpy's import times by delaying a few time consuming imports to the p...Robert Kern2008-07-031-4/+9
* Use the implicit "import numpy as np" made available to all doctests instead ...Alan McIntyre2008-07-031-2/+1
* ran reindent in preparation for the 1.1 releaseJarrod Millman2008-04-201-6/+6
* Add lookfor function from ticket #734Travis Oliphant2008-04-111-1/+186
* ran reindentJarrod Millman2008-02-081-9/+7
* Fix deprecate_with_doc and deprecate for builtin functions.Travis Oliphant2007-12-301-5/+8
* Merge the lib_for_io branch back into the trunk.Travis Oliphant2007-12-301-6/+153
|\
| * Create a branch for io work in NumPyTravis Oliphant2007-12-151-432/+0
|/
* replaced apply() with direct function callJarrod Millman2007-11-261-4/+4
* ran reindent.py to clean up whitespaceJarrod Millman2007-10-291-3/+3
* Change scipy -> numpy in who() docstringedschofield2007-05-241-1/+1
* Make numpy.get_include() and numpy.get_numarray_include() not pull in numpy.d...cookedm2007-04-011-7/+12
* Fix doctests.Stefan van der Walt2007-02-181-1/+2
* Fix docstring and rename to byte_bounds.Travis Oliphant2007-02-021-4/+7
* Fix a comment string.Travis Oliphant2007-02-021-3/+0
* Add memory_bounds and may_share_memory functions to numpy.Travis Oliphant2007-02-021-1/+52
* clean up unused imports and bad whitespaceTim Leslie2007-01-091-3/+3
* Whitespace cleanup.Stefan van der Walt2007-01-081-3/+2
* Fix ticket #188 by returning the name of the dtype objects for data-type obje...Travis Oliphant2006-09-161-1/+4
* Clean up info(ndarray)Travis Oliphant2006-09-151-11/+10
* Clean-up some un-needed default axes. Fix default axes of ma.sum and ma.productTravis Oliphant2006-08-291-1/+1
* Add axis arguments to various functions so as not to rely on the defaults.Travis Oliphant2006-08-291-1/+1
* Fix-up issubdtype to be more usefulTravis Oliphant2006-08-151-2/+9
* Move ctypes-related functions out of top-levelTravis Oliphant2006-08-141-108/+1
* Fix ndpointer and add tests from ticket #245Travis Oliphant2006-08-141-4/+10
* datatype --> dtype in ndpointer and fix logic of from_param checksTravis Oliphant2006-08-131-23/+28
* Allow for type-less ndpointer.Travis Oliphant2006-08-131-5/+8