summaryrefslogtreecommitdiff
path: root/numpy/distutils/unixccompiler.py
Commit message (Collapse)AuthorAgeFilesLines
* - 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