| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix #114: Problems with building with MSVC and GCC under Cygwin | cookedm | 2006-07-28 | 1 | -4/+33 |
| | | |||||
| * | Fix use of os.WEXITSTATUS and friends: only use if they exist | cookedm | 2006-07-13 | 1 | -11/+12 |
| | | |||||
| * | Fix 'UnboundLocalError' in numpy.distutils.command.config | cookedm | 2006-06-12 | 1 | -0/+1 |
| | | |||||
| * | Add patch for #141 from Andrew Straw: standard setuptools install idiom fails | cookedm | 2006-06-09 | 1 | -1/+6 |
| | | |||||
| * | Make system_info saner. | cookedm | 2006-06-09 | 1 | -0/+59 |
| | | | | | | | * Add a get_output() method to the config command, which compiles, links, and runs a program, and returns the output from that program. * Also cleaned up some stuff. system_info uses log instead of print. | ||||
| * | Add comment. | Pearu Peterson | 2006-05-19 | 1 | -0/+3 |
| | | |||||
| * | #107: Directory name build/srcipts-pythonversion needs platform information | cookedm | 2006-05-17 | 1 | -1/+11 |
| | | |||||
| * | Try harder to get swig module name when in package. | Pearu Peterson | 2006-04-26 | 1 | -1/+2 |
| | | |||||
| * | Adding plat_specifier to build/src directory so that multiple platforms ↵ | Pearu Peterson | 2006-04-24 | 1 | -1/+4 |
| | | | | | could share build directory (fixes numpy/core config.h conflict). | ||||
| * | Fix build_src inplace build for library sources. | Pearu Peterson | 2006-04-19 | 1 | -1/+1 |
| | | |||||
| * | Fixed typo. | Pearu Peterson | 2006-04-08 | 1 | -1/+2 |
| | | |||||
| * | Add support to specify config_fc option in setup.py file. | Pearu Peterson | 2006-04-08 | 1 | -2/+18 |
| | | |||||
| * | Fix ticket 48. | Pearu Peterson | 2006-04-08 | 1 | -7/+18 |
| | | |||||
| * | Fix inplace building of data sources. | Pearu Peterson | 2006-03-31 | 1 | -7/+7 |
| | | |||||
| * | Run reindent.py (script distributed with Python) over the source to remove ↵ | cookedm | 2006-03-10 | 3 | -4/+2 |
| | | | | | extraneous whitespace | ||||
| * | Fixed ticket 4 | Pearu Peterson | 2006-02-15 | 1 | -0/+3 |
| | | |||||
| * | Back out mistaken commit | Robert Kern | 2006-02-09 | 1 | -1/+0 |
| | | |||||
| * | Fixed join() -> os.path.join() | Robert Kern | 2006-02-09 | 1 | -0/+1 |
| | | |||||
| * | Changed -M to -J for gfortran. | Pearu Peterson | 2006-02-06 | 1 | -1/+1 |
| | | |||||
| * | Added pyrex support to numpy.distutils. | Pearu Peterson | 2006-02-06 | 1 | -0/+41 |
| | | |||||
| * | Remove unused imports | cookedm | 2006-02-02 | 9 | -35/+14 |
| | | |||||
| * | Partial fix to build failure | cookedm | 2006-02-02 | 1 | -3/+3 |
| | | |||||
| * | Replace type(a) is (something) with appropiate is_string/is_sequence tests | cookedm | 2006-02-01 | 5 | -27/+28 |
| | | |||||
| * | When using setuptools, run the build_src command before egg_info (which is ↵ | cookedm | 2006-01-31 | 1 | -0/+6 |
| | | | | | | | | | run by the bdist_egg command). This means that python -c 'import setuptools; execfile("setup.py")' bdist_egg works fine, without having to add build_src in there. | ||||
| * | Misc cleanups + replace `a` with %r or repr(a) | cookedm | 2006-01-31 | 1 | -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 Peterson | 2006-01-31 | 1 | -5/+13 |
| | | |||||
| * | Fix bdist_rpm for path names containing spaces. | Pearu Peterson | 2006-01-28 | 1 | -0/+25 |
| | | |||||
| * | Added data_files generator support - removed a piece of core.setup function. | Pearu Peterson | 2006-01-27 | 1 | -0/+38 |
| | | |||||
| * | Fixed setup.py sdist. | Pearu Peterson | 2006-01-24 | 1 | -1/+11 |
| | | |||||
| * | __config__.py files are generated through py_modules list. Added get_info ↵ | Pearu Peterson | 2006-01-24 | 2 | -7/+33 |
| | | | | | method to Configuration. | ||||
| * | numpy.base -> numpy | Travis Oliphant | 2006-01-05 | 1 | -1/+1 |
| | | |||||
| * | Changed all references to scipy to numpy | Travis Oliphant | 2006-01-04 | 8 | -24/+24 |
| | | |||||
| * | Moved scipy directory to numpy | Travis Oliphant | 2006-01-04 | 14 | -0/+1383 |
