summaryrefslogtreecommitdiff
path: root/numpy/distutils/command/build_src.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix inplace building of data sources.Pearu Peterson2006-03-311-7/+7
|
* Run reindent.py (script distributed with Python) over the source to remove ↵cookedm2006-03-101-1/+1
| | | | extraneous whitespace
* Changed -M to -J for gfortran.Pearu Peterson2006-02-061-1/+1
|
* Added pyrex support to numpy.distutils.Pearu Peterson2006-02-061-0/+41
|
* Remove unused importscookedm2006-02-021-7/+2
|
* Partial fix to build failurecookedm2006-02-021-3/+3
|
* Replace type(a) is (something) with appropiate is_string/is_sequence testscookedm2006-02-011-14/+15
|
* Misc cleanups + replace `a` with %r or repr(a)cookedm2006-01-311-17/+25
| | | | | Also replace some type checks with misc_util.is_sequence or misc_util.is_string or appropiate isinstance().
* Fixing inplace support for data_files and py_modules.Pearu Peterson2006-01-311-5/+13
|
* Added data_files generator support - removed a piece of core.setup function.Pearu Peterson2006-01-271-0/+38
|
* __config__.py files are generated through py_modules list. Added get_info ↵Pearu Peterson2006-01-241-6/+31
| | | | method to Configuration.
* Changed all references to scipy to numpyTravis Oliphant2006-01-041-9/+9
|
* Moved scipy directory to numpyTravis Oliphant2006-01-041-0/+542