summaryrefslogtreecommitdiff
path: root/numpy/distutils/misc_util.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed add_data_files for patterns. paths takes include_non_existing kw argument.Pearu Peterson2006-01-281-15/+25
* Introduced njoin and minrelpath to handle relative paths and containing slash...Pearu Peterson2006-01-281-25/+83
* Store the relative path inside the installed package as part of the Configura...cookedm2006-01-271-15/+15
* Cleanups of numpy.distutils.misc_utilcookedm2006-01-271-29/+52
* 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 met...Pearu Peterson2006-01-241-10/+18
* 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