Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BUG/3K: distutils: do not assume that files output e.g. by gcc can be read ↵ | Pauli Virtanen | 2010-05-11 | 1 | -6/+8 |
| | | | | in ascii codec | ||||
* | Py3k: fix unixccompiler + exec_command exception/print stmts. | David Cournapeau | 2009-12-03 | 1 | -9/+11 |
| | |||||
* | Replace numpy.distutils.exec_command.splitcmdline with shlex.split instead. | cookedm | 2007-12-26 | 1 | -55/+6 |
| | | | | | | | | It has the same problems as our old numpy.distutils.ccompiler.split_quoted. splitcmdline still exists, but uses shlex.split, and issues a DeprecationWarning This has the positive side effect of not having numpy.distutils pulled in when numpy is imported -- there was a use of splitcmdline in numpy.testing. | ||||
* | exec_command.py: remove a version check for > Python 2.1 | cookedm | 2007-08-17 | 1 | -1/+1 |
| | |||||
* | Fix an incorrect usage of log.set_verbosity(INFO) causing log always to be ↵ | Pearu Peterson | 2007-08-09 | 1 | -1/+1 |
| | | | | at DEBUG level, INFO is for set_threshold. | ||||
* | More fixes for building scipy with Mingw32 compilers. | Pearu Peterson | 2007-07-25 | 1 | -1/+7 |
| | |||||
* | (no commit message) | Pearu Peterson | 2007-07-24 | 1 | -3/+2 |
| | |||||
* | Better temporary file handling by using one temporary directory for | cookedm | 2007-05-28 | 1 | -14/+15 |
| | | | | numpy.distutils, and removing that at exit. Replaces using tempfile.mktemp. | ||||
* | distutils: clean up imports (found by running pyflakes) | cookedm | 2007-05-25 | 1 | -1/+0 |
| | |||||
* | Add a numpy.distutils.log.good function, which when WARN messages would be | cookedm | 2007-05-25 | 1 | -1/+1 |
| | | | | | logged, logs a "nice" anti-warn version. Use this for finding executables to report when we do actually find one. | ||||
* | merge from distutils-revamp branch (step 1) | cookedm | 2007-05-25 | 1 | -32/+20 |
|\ | | | | | | | | | | | - minor cleanups - find_executable returns None when no file found (instead of having to check with os.path.isfile) | ||||
| * | Branch numpy.distutils to distutils-revamp | cookedm | 2006-07-06 | 1 | -648/+0 |
|/ | |||||
* | Workaround strage tempfile problem. | Pearu Peterson | 2006-04-03 | 1 | -3/+1 |
| | |||||
* | Reorg. code so that numpy.distutils could be used from cwd that contains ↵ | Pearu Peterson | 2006-04-01 | 1 | -1/+3 |
| | | | | math.py. | ||||
* | Replace type(a) is (something) with appropiate is_string/is_sequence tests | cookedm | 2006-02-01 | 1 | -13/+15 |
| | |||||
* | Misc cleanups + replace `a` with %r or repr(a) | cookedm | 2006-01-31 | 1 | -9/+10 |
| | | | | | Also replace some type checks with misc_util.is_sequence or misc_util.is_string or appropiate isinstance(). | ||||
* | Moved scipy directory to numpy | Travis Oliphant | 2006-01-04 | 1 | -0/+645 |