summaryrefslogtreecommitdiff
path: root/numpy/distutils/command/develop.py
Commit message (Expand)AuthorAgeFilesLines
* 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-2/+5
* Make the 'develop' command from setuptools run build_src --inplace in additio...Robert Kern2007-12-121-0/+12