summaryrefslogtreecommitdiff
path: root/numpy/distutils/fcompiler/absoft.py
Commit message (Expand)AuthorAgeFilesLines
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-11/+11
* 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/+1
* ENH: Update absoft fortran flags for v11.0.Charles Harris2010-09-251-1/+3
* Fix print statements in fcompiler for python3.David Cournapeau2009-12-031-1/+1
* Better version handling in fcompilercookedm2007-06-151-3/+4
* fix my mistake in fcompiler/absoft.py and fcompiler/intel.pycookedm2007-05-281-3/+3
* Better temporary file handling by using one temporary directory forcookedm2007-05-281-2/+5
* distutils: clean up imports (found by running pyflakes)cookedm2007-05-251-1/+0
* merge from distutils-revamp branch (step 2)cookedm2007-05-251-2/+5
* Fix version detection of an older absoft compiler (version 2.3 to be specific).Pearu Peterson2006-04-191-1/+4
* Some fixes for Absoft Fortran 10.0 on 64-bit Linux. I would appreciate some d...Robert Kern2006-04-191-2/+13
* Run reindent.py (script distributed with Python) over the source to remove ex...cookedm2006-03-101-1/+1
* Run tabnanny over the code, and replace uses of tab for indentation with spacescookedm2006-03-101-1/+1
* Back out mistaken commitRobert Kern2006-02-091-2/+2
* Fixed join() -> os.path.join()Robert Kern2006-02-091-2/+2
* Changed all references to scipy to numpyTravis Oliphant2006-01-041-4/+4
* Moved scipy directory to numpyTravis Oliphant2006-01-041-0/+137