summaryrefslogtreecommitdiff
path: root/numpy/distutils/fcompiler/ibm.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: remove redundant open() modes and io.open() aliasMike Taves2022-10-291-1/+1
* MAINT: regex char class improveTyler Reddy2020-12-281-1/+1
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* MAINT: Use with statements for opening files in distutilsEric Wieser2019-03-011-9/+8
* MAINT: remove exec_command usage in ibm.py (#11901)Tyler Reddy2018-09-151-4/+9
* MAINT: distutils: trivial cleanupsxoviat2017-11-061-3/+2
* DEP: Fix escaped string characters deprecated in Python 3.6.Charles Harris2016-12-141-1/+1
* 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