summaryrefslogtreecommitdiff
path: root/numpy/distutils/lib2def.py
Commit message (Expand)AuthorAgeFilesLines
* Uses universal_newlines option for subprocess.Popen to automatically decode t...Åsmund Hjulstad2015-02-061-2/+2
* Return output from nm command as string (and not bytes)Åsmund Hjulstad2015-02-051-1/+1
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-3/+3
* 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
* Do not use popen* but subprocess.Popen instead.David Cournapeau2009-01-041-5/+6
* distutils: clean up imports (found by running pyflakes)cookedm2007-05-251-3/+0
* Run reindent.py (script distributed with Python) over the source to remove ex...cookedm2006-03-101-4/+4
* Moved scipy directory to numpyTravis Oliphant2006-01-041-0/+116