summaryrefslogtreecommitdiff
path: root/numpy/lib/utils.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Use numpy versions of getargspec, formatargspec.Charles Harris2015-07-241-7/+10
* Merge pull request #5953 from yarikoptic/bf/guard-getmembersCharles Harris2015-06-271-1/+1
|\
| * BF: do not crash lookfor if inspection fails - catch any ExceptionYaroslav Halchenko2015-06-081-1/+1
* | MAINT: Mark deprecation warning with a date and Numpy version.Charles Harris2015-06-211-0/+1
|/
* DEP: Deprecate SafeEval class.Charles Harris2014-10-151-0/+6
* MAINT: Use ast.literal_eval in safe_eval.Charles Harris2014-10-151-15/+3
* MAINT: Remove use of compiler module.Charles Harris2014-10-121-98/+46
* STY: Make files in numpy/lib PEP8 compliant.Charles Harris2014-07-311-49/+81
* MAINT: Fixes for problems in numpy/lib revealed by pyflakes.Charles Harris2014-07-311-4/+4
* FIX: missing asarray import in numpy.libs.utilsOlivier Grisel2014-03-191-1/+1
* BUG: fix ValueError for byte_bounds() on datetime arraymosessky2014-03-021-2/+3
* BUG: Disable check for oldstyle classes in python3Joseph Martinot-Lagarde2013-10-091-1/+4
* DEP, MAINT: Copy info function from numarray.Charles Harris2013-09-231-47/+55
* ENH: add support for Python 3.4 ast.NameConstantChristoph Gohlke2013-09-081-0/+3
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-10/+10
* MAINT: Remove uses of the WarningManager class.Charles Harris2013-07-121-6/+2
* ENH: improve performance of byte_bounds for continous arraysJulian Taylor2013-05-281-2/+1
* 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