summaryrefslogtreecommitdiff
path: root/numpy/distutils/command
Commit message (Expand)AuthorAgeFilesLines
* Fix #114: Problems with building with MSVC and GCC under Cygwincookedm2006-07-281-4/+33
* Fix use of os.WEXITSTATUS and friends: only use if they existcookedm2006-07-131-11/+12
* Fix 'UnboundLocalError' in numpy.distutils.command.configcookedm2006-06-121-0/+1
* Add patch for #141 from Andrew Straw: standard setuptools install idiom failscookedm2006-06-091-1/+6
* Make system_info saner.cookedm2006-06-091-0/+59
* Add comment.Pearu Peterson2006-05-191-0/+3
* #107: Directory name build/srcipts-pythonversion needs platform informationcookedm2006-05-171-1/+11
* Try harder to get swig module name when in package.Pearu Peterson2006-04-261-1/+2
* Adding plat_specifier to build/src directory so that multiple platforms could...Pearu Peterson2006-04-241-1/+4
* Fix build_src inplace build for library sources.Pearu Peterson2006-04-191-1/+1
* Fixed typo.Pearu Peterson2006-04-081-1/+2
* Add support to specify config_fc option in setup.py file.Pearu Peterson2006-04-081-2/+18
* Fix ticket 48.Pearu Peterson2006-04-081-7/+18
* Fix inplace building of data sources.Pearu Peterson2006-03-311-7/+7
* Run reindent.py (script distributed with Python) over the source to remove ex...cookedm2006-03-103-4/+2
* Fixed ticket 4Pearu Peterson2006-02-151-0/+3
* Back out mistaken commitRobert Kern2006-02-091-1/+0
* Fixed join() -> os.path.join()Robert Kern2006-02-091-0/+1
* 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-029-35/+14
* Partial fix to build failurecookedm2006-02-021-3/+3
* Replace type(a) is (something) with appropiate is_string/is_sequence testscookedm2006-02-015-27/+28
* When using setuptools, run the build_src command before egg_info (which is ru...cookedm2006-01-311-0/+6
* Misc cleanups + replace `a` with %r or repr(a)cookedm2006-01-311-17/+25
* Fixing inplace support for data_files and py_modules.Pearu Peterson2006-01-311-5/+13
* Fix bdist_rpm for path names containing spaces.Pearu Peterson2006-01-281-0/+25
* Added data_files generator support - removed a piece of core.setup function.Pearu Peterson2006-01-271-0/+38
* Fixed setup.py sdist.Pearu Peterson2006-01-241-1/+11
* __config__.py files are generated through py_modules list. Added get_info met...Pearu Peterson2006-01-242-7/+33
* numpy.base -> numpyTravis Oliphant2006-01-051-1/+1
* Changed all references to scipy to numpyTravis Oliphant2006-01-048-24/+24
* Moved scipy directory to numpyTravis Oliphant2006-01-0414-0/+1383