summaryrefslogtreecommitdiff
path: root/numpy/distutils/command/config_compiler.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* MAINT: avoid modifying mutable default valuesEmil Hessman2018-09-291-3/+6
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-15/+15
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Use absolute imports.Charles Harris2013-03-281-1/+1
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+2
* distutils: clean up imports (found by running pyflakes)cookedm2007-05-251-1/+0
* minor cleanups in numpy.distutils (style mostly)cookedm2007-05-211-4/+0
* Fix fcompiler/compiler unification warning.Pearu Peterson2007-05-191-2/+6
* Add descriptions to config_fc and config_cc commands.Pearu Peterson2007-05-181-1/+4
* Added --fcompiler,--help-fcompiler options to build command parallel to --com...Pearu Peterson2007-05-181-5/+6
* show less messages in --help-fcompilerPearu Peterson2007-05-181-1/+1
* added config to --fcompiler option unification method. introduced config_cc f...Pearu Peterson2007-05-181-3/+43
* unify config_fc, build_clib, build_ext commands --fcompiler options so that -...Pearu Peterson2007-05-181-1/+17
* Whitespace cleanup.Stefan van der Walt2007-01-081-2/+1
* Fix ticket 48.Pearu Peterson2006-04-081-7/+18
* Run reindent.py (script distributed with Python) over the source to remove ex...cookedm2006-03-101-2/+0
* Changed all references to scipy to numpyTravis Oliphant2006-01-041-1/+1
* Moved scipy directory to numpyTravis Oliphant2006-01-041-0/+56