summaryrefslogtreecommitdiff
path: root/numpy/distutils/exec_command.py
Commit message (Expand)AuthorAgeFilesLines
* BUG/3K: distutils: do not assume that files output e.g. by gcc can be read in...Pauli Virtanen2010-05-111-6/+8
* Py3k: fix unixccompiler + exec_command exception/print stmts.David Cournapeau2009-12-031-9/+11
* Replace numpy.distutils.exec_command.splitcmdline with shlex.split instead.cookedm2007-12-261-55/+6
* exec_command.py: remove a version check for > Python 2.1cookedm2007-08-171-1/+1
* Fix an incorrect usage of log.set_verbosity(INFO) causing log always to be at...Pearu Peterson2007-08-091-1/+1
* More fixes for building scipy with Mingw32 compilers.Pearu Peterson2007-07-251-1/+7
* (no commit message)Pearu Peterson2007-07-241-3/+2
* Better temporary file handling by using one temporary directory forcookedm2007-05-281-14/+15
* distutils: clean up imports (found by running pyflakes)cookedm2007-05-251-1/+0
* Add a numpy.distutils.log.good function, which when WARN messages would becookedm2007-05-251-1/+1
* merge from distutils-revamp branch (step 1)cookedm2007-05-251-32/+20
|\
| * Branch numpy.distutils to distutils-revampcookedm2006-07-061-648/+0
|/
* Workaround strage tempfile problem.Pearu Peterson2006-04-031-3/+1
* Reorg. code so that numpy.distutils could be used from cwd that contains math...Pearu Peterson2006-04-011-1/+3
* Replace type(a) is (something) with appropiate is_string/is_sequence testscookedm2006-02-011-13/+15
* Misc cleanups + replace `a` with %r or repr(a)cookedm2006-01-311-9/+10
* Moved scipy directory to numpyTravis Oliphant2006-01-041-0/+645