summaryrefslogtreecommitdiff
path: root/numpy/compat/_inspect.py
Commit message (Expand)AuthorAgeFilesLines
* BUG: Fix bugs in unused code paths.Charles Harris2014-08-011-56/+29
* 2to3: Apply types fixer.Charles Harris2013-04-141-1/+1
* 2to3: Apply `map` fixer.Charles Harris2013-04-101-1/+1
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-7/+7
* 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-1/+1
|/
* 2to3: Apply `funcattrs` fixer. Closes #3058.Charles Harris2013-02-281-4/+4
* ENH: Add some tools to numpy.compatPauli Virtanen2010-02-201-1/+1
* DOC: add docstrings to compat and compat._inspect.David Cournapeau2009-10-131-0/+7
* ENH: move inspect copy into newly created compat module.David Cournapeau2009-10-131-0/+212