summaryrefslogtreecommitdiff
path: root/numpy/distutils/command/build_scripts.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* 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-0/+2
* Make sure the develop command can handle generated script files.Robert Kern2007-12-121-0/+4
* Remove unused importscookedm2006-02-021-2/+2
* Replace type(a) is (something) with appropiate is_string/is_sequence testscookedm2006-02-011-6/+7
* Changed all references to scipy to numpyTravis Oliphant2006-01-041-2/+2
* Moved scipy directory to numpyTravis Oliphant2006-01-041-0/+44