summaryrefslogtreecommitdiff
path: root/numpy/lib/utils.py
Commit message (Expand)AuthorAgeFilesLines
...
* ENH: implement may_share_memory in CJulian Taylor2013-05-281-31/+1
* MAINT: Apply 2to3 idioms fixer.Charles Harris2013-05-021-2/+2
* MAINT: Remove unneeded version checks.Charles Harris2013-04-241-11/+4
* 2to3: apply `dict` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-30/+30
* Merge pull request #3191 from charris/2to3-apply-imports-fixerCharles Harris2013-04-061-1/+6
|\
| * 2to3: Apply `imports` fixer.Charles Harris2013-04-021-1/+6
* | Merge pull request #460 from endolith/regex_formattingCharles Harris2013-04-031-1/+1
|\ \ | |/ |/|
| * DOC: Used regex to find colons missing spaces which render wrong online, also...endolith2013-03-191-1/+1
* | 2to3: Use absolute imports.Charles Harris2013-03-281-1/+1
|/
* Merge pull request #3026 from charris/2to3-fix-printCharles Harris2013-03-011-0/+2
|\
| * 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+2
* | 2to3: Apply `methodattrs` fixes.Charles Harris2013-03-011-3/+3
|/
* 2to3: Apply `funcattrs` fixer. Closes #3058.Charles Harris2013-02-281-4/+4
* 2to3: Use modern exception syntax.Charles Harris2013-02-261-2/+2
* MAINT: silence DeprecationWarning in np.safe_eval().Ralf Gommers2012-08-221-4/+14
* BUG: lib: catch SWIG NameError in lookfor (#1704)Pauli Virtanen2011-03-301-3/+12
* DEP: remove deprecated get_numpy_include.rgommers2011-03-111-2/+1
* 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