summaryrefslogtreecommitdiff
path: root/numpy/distutils/command/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-1/+1
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Use absolute imports.Charles Harris2013-03-281-1/+1
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-1/+11
* Fix bug to ensure that swig generated .py files are installed.Pearu Peterson2010-08-251-1/+2
* Add a install_clib command.David Cournapeau2009-07-261-1/+2
* Run reindent.py (script distributed with Python) over the source to remove ex...cookedm2006-03-101-1/+1
* Moved scipy directory to numpyTravis Oliphant2006-01-041-0/+31