Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace numpy.distutils.exec_command.splitcmdline with shlex.split instead. | cookedm | 2007-12-26 | 1 | -3/+3 |
| | | | | | | | | It has the same problems as our old numpy.distutils.ccompiler.split_quoted. splitcmdline still exists, but uses shlex.split, and issues a DeprecationWarning This has the positive side effect of not having numpy.distutils pulled in when numpy is imported -- there was a use of splitcmdline in numpy.testing. | ||||
* | use 'in' keyword to test dictionary membership | Jarrod Millman | 2007-11-28 | 1 | -3/+3 |
| | |||||
* | Refactor Pyrex source building into a separate method in build_src.py | cookedm | 2007-11-03 | 1 | -25/+33 |
| | |||||
* | ran reindent.py to clean up whitespace | Jarrod Millman | 2007-10-29 | 1 | -1/+1 |
| | |||||
* | Import Pyrex.Compiler.Main explicitly since in 0.9.5.1, it does not appear ↵ | Robert Kern | 2007-07-02 | 1 | -1/+1 |
| | | | | to be imported with a plain 'import Pyrex.Compiler' | ||||
* | Use log.info instead of print in setup.py's | cookedm | 2007-05-28 | 1 | -2/+4 |
| | |||||
* | distutils: clean up imports (found by running pyflakes) | cookedm | 2007-05-25 | 1 | -5/+5 |
| | |||||
* | merge from distutils-revamp branch (step 3) | cookedm | 2007-05-25 | 1 | -25/+19 |
| | | | | - minor command/build_src cleanup | ||||
* | build_src: introduced --swig and other related options (as in std distutils ↵ | Pearu Peterson | 2007-05-18 | 1 | -51/+97 |
| | | | | build_ext command), use --f2py-opts instead of --f2pyflags, improved error messages. | ||||
* | Raise exception when pyrex is required. | Pearu Peterson | 2007-05-11 | 1 | -1/+5 |
| | |||||
* | 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 |
| | |||||
* | 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 | 1 | -1/+1 |
| | | | | extraneous whitespace | ||||
* | 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 | 1 | -7/+2 |
| | |||||
* | 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 | 1 | -14/+15 |
| | |||||
* | 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 |
| | |||||
* | Added data_files generator support - removed a piece of core.setup function. | Pearu Peterson | 2006-01-27 | 1 | -0/+38 |
| | |||||
* | __config__.py files are generated through py_modules list. Added get_info ↵ | Pearu Peterson | 2006-01-24 | 1 | -6/+31 |
| | | | | method to Configuration. | ||||
* | Changed all references to scipy to numpy | Travis Oliphant | 2006-01-04 | 1 | -9/+9 |
| | |||||
* | Moved scipy directory to numpy | Travis Oliphant | 2006-01-04 | 1 | -0/+542 |