summaryrefslogtreecommitdiff
path: root/numpy/distutils/fcompiler/ibm.py
Commit message (Expand)AuthorAgeFilesLines
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-4/+4
* MAINT: Apply 2to3 idioms fixer.Charles Harris2013-05-021-2/+1
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Use absolute imports.Charles Harris2013-03-281-1/+1
* 2to3: Remove xreadlines and replace f.readlines() by f where valid.Charles Harris2013-03-051-1/+1
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+2
* MAINT: update version match regexp for IBM AIX Fortran compilers.Carlos Valiente2011-12-051-1/+1
* BUG: distutils: change compile flag on AIX from -O5 to -O3. See #1261.Ralf Gommers2011-03-251-1/+1
* Fix print statements in fcompiler for python3.David Cournapeau2009-12-031-1/+1
* Better temporary file handling by using one temporary directory forcookedm2007-05-281-3/+2
* distutils: clean up imports (found by running pyflakes)cookedm2007-05-251-5/+1
* merge from distutils-revamp branch (step 2)cookedm2007-05-251-2/+5
* Really fix linking with Fortran on AIXcookedm2007-04-041-9/+0
* Fix for making Fortran extensions on AIX.cookedm2007-04-041-0/+10
* Applying info from Hans-Joachim Ehlers to improve xlf compiler support (on AI...Pearu Peterson2007-03-021-10/+10
* Fixing xlf compiler for AIX with 9.x and 10.x version support (needs testing ...Pearu Peterson2007-02-281-8/+13
* Added support for xml Fortran V10 compiler (needs testing).Pearu Peterson2007-02-281-2/+12
* Actually return the appropriate version if found.Robert Kern2006-04-161-1/+1
* Making f2py and distutils scipy-style packages. Using pkgload to load numpy p...Pearu Peterson2006-01-141-1/+2
* Changed all references to scipy to numpyTravis Oliphant2006-01-041-2/+2
* Moved scipy directory to numpyTravis Oliphant2006-01-041-0/+80