summaryrefslogtreecommitdiff
path: root/numpy/distutils/misc_util.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Cleanups of numpy.distutils.misc_utilcookedm2006-01-271-29/+52
| | | | Mostly covers replacing typechecks using type() with two routines: is_sequence and is_string.
* Resolve paths in add_library include_dirs..Pearu Peterson2006-01-271-1/+2
|
* Added data_files generator support - removed a piece of core.setup function.Pearu Peterson2006-01-271-3/+1
|
* Prefer xxx/setup.py file over xxx/setup_xxx.py when both exist.Pearu Peterson2006-01-261-2/+3
|
* Added simple pattern support for Configuration.add_subpackage method.Pearu Peterson2006-01-261-11/+26
|
* __config__.py files are generated through py_modules list. Added get_info ↵Pearu Peterson2006-01-241-10/+18
| | | | method to Configuration.
* Fixed dotblas for zero-size arrays.Travis Oliphant2006-01-171-0/+10
|
* Fixed name change.Pearu Peterson2006-01-051-1/+1
|
* Fixed import errors.Pearu Peterson2006-01-041-5/+5
|
* Changed all references to scipy to numpyTravis Oliphant2006-01-041-14/+14
|
* Moved scipy directory to numpyTravis Oliphant2006-01-041-0/+988