summaryrefslogtreecommitdiff
path: root/numpy/distutils/unixccompiler.py
Commit message (Collapse)AuthorAgeFilesLines
* Py3k: fix unixccompiler + exec_command exception/print stmts.David Cournapeau2009-12-031-5/+11
|
* first set of checkins from the doc editorJarrod Millman2009-11-131-0/+24
|
* - remove .a static libs and recreate, instead of updating (ar on OS X can'tcookedm2007-08-171-11/+17
| | | | | handle updating universal .a) - in unixccompiler, use ccompiler.replace_method instead of new.instance_method
* distutils: clean up imports (found by running pyflakes)cookedm2007-05-251-3/+1
|
* Run reindent.py (script distributed with Python) over the source to remove ↵cookedm2006-03-101-1/+1
| | | | extraneous whitespace
* Moved scipy directory to numpyTravis Oliphant2006-01-041-0/+65