Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 2to3: Put `from __future__ import division in every python file. | Charles Harris | 2013-03-01 | 1 | -0/+2 |
| | | | | | | | | This should be harmless, as we already are division clean. However, placement of this import takes some care. In the future a script can be used to append new features without worry, at least until such time as it exceeds a single line. Having that ability will make it easier to deal with absolute imports and printing updates. | ||||
* | distutils: clean up imports (found by running pyflakes) | cookedm | 2007-05-25 | 1 | -1/+0 |
| | |||||
* | minor cleanups in numpy.distutils (style mostly) | cookedm | 2007-05-21 | 1 | -4/+0 |
| | |||||
* | Fix fcompiler/compiler unification warning. | Pearu Peterson | 2007-05-19 | 1 | -2/+6 |
| | |||||
* | Add descriptions to config_fc and config_cc commands. | Pearu Peterson | 2007-05-18 | 1 | -1/+4 |
| | |||||
* | Added --fcompiler,--help-fcompiler options to build command parallel to ↵ | Pearu Peterson | 2007-05-18 | 1 | -5/+6 |
| | | | | --compiler,--help-compiler options. | ||||
* | show less messages in --help-fcompiler | Pearu Peterson | 2007-05-18 | 1 | -1/+1 |
| | |||||
* | added config to --fcompiler option unification method. introduced config_cc ↵ | Pearu Peterson | 2007-05-18 | 1 | -3/+43 |
| | | | | for unifying --compiler options. | ||||
* | unify config_fc, build_clib, build_ext commands --fcompiler options so that ↵ | Pearu Peterson | 2007-05-18 | 1 | -1/+17 |
| | | | | --fcompiler can be specified only once in a command line | ||||
* | Whitespace cleanup. | Stefan van der Walt | 2007-01-08 | 1 | -2/+1 |
| | |||||
* | Fix ticket 48. | Pearu Peterson | 2006-04-08 | 1 | -7/+18 |
| | |||||
* | Run reindent.py (script distributed with Python) over the source to remove ↵ | cookedm | 2006-03-10 | 1 | -2/+0 |
| | | | | extraneous whitespace | ||||
* | Changed all references to scipy to numpy | Travis Oliphant | 2006-01-04 | 1 | -1/+1 |
| | |||||
* | Moved scipy directory to numpy | Travis Oliphant | 2006-01-04 | 1 | -0/+56 |