summaryrefslogtreecommitdiff
path: root/numpy/distutils/core.py
Commit message (Expand)AuthorAgeFilesLines
* Put back the test for bdist_egg when using setuptoolscookedm2006-06-281-0/+5
* Don't import setuptools by default, but do use it if it has been imported.cookedm2006-06-281-6/+5
* Fail with long traceback from setup before closing interactive session.Pearu Peterson2006-04-201-11/+11
* Fix interactive setup: hold the process until enter is pressed.Pearu Peterson2006-04-191-15/+14
* New feature: interactively set sys.argv when setup.py is called without argum...Pearu Peterson2006-04-191-1/+19
* Fixed typo.Pearu Peterson2006-04-041-0/+1
* Reorg. code so that numpy.distutils could be used from cwd that contains math...Pearu Peterson2006-04-011-1/+2
* Introduced configuration kw argument to setup. This fixes long lasted long co...Pearu Peterson2006-03-311-0/+66
* When using setuptools, run the build_src command before egg_info (which is ru...cookedm2006-01-311-1/+2
* Misc cleanups + replace `a` with %r or repr(a)cookedm2006-01-311-20/+21
* Added data_files generator support - removed a piece of core.setup function.Pearu Peterson2006-01-271-10/+0
* Changed all references to scipy to numpyTravis Oliphant2006-01-041-21/+21
* Moved scipy directory to numpyTravis Oliphant2006-01-041-0/+138