summaryrefslogtreecommitdiff
path: root/numpy/compat/_inspect.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Move _inspect and _pep440 from compat to _utilsSebastian Berg2022-11-251-191/+0
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* MAINT: Use list and dict comprehension when possible (#12445)Roman Yurchak2018-12-011-3/+2
* DOC: Fix more typos in docs and comments.Dongjoon Hyun2016-02-251-1/+1
* 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