summaryrefslogtreecommitdiff
path: root/numpy/distutils/unixccompiler.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Fix issue with C compiler args containing spacesHector Martin2021-10-141-6/+7
* MAINT: revise OSError aliases (IOError, EnvironmentError)Mike Taves2021-09-021-1/+1
* MAINT: Added Chain exceptions where appropriate (#18394)Abhay Raghuvanshi2021-03-181-2/+2
* BLD: Fix installing Numpy on z/OSSteven Pitman2020-10-271-0/+7
* MAINT: use sysconfig not distutils.sysconfig where possiblemattip2020-09-021-1/+2
* MAINT: resolve pyflake F403 'from module import *' usedMike Taves2020-01-231-2/+2
* [MAINT] Cleanup python2 sys.version checksSeth Troisi2020-01-201-5/+1
* Merge pull request #15248 from eric-wieser/avoid-exc_infoCharles Harris2020-01-051-5/+4
|\
| * MAINT: cleanup use of sys.exc_infoEric Wieser2020-01-051-5/+4
* | MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
|/
* BLD: cleanup _configtest.o.d during buildAllan Haldane2018-06-011-2/+3
* BUG: check compiler flags to determine the need for a rebuildJulian Taylor2017-05-021-0/+5
* ENH: automatically determine compile dependenciesJulian Taylor2017-04-101-1/+9
* BLD: ensure OPT link environment variable is readmbyt2015-01-061-3/+6
* BLD: ensure OPT build environment variable is readmbyt2015-01-051-0/+9
* Revert "Merge pull request #4421 from meltingwax/meltingwax/4382"Daniel da Silva2014-03-051-3/+2
* BUG: Fix support for builds in dirs with whitespaceDaniel da Silva2014-03-051-2/+3
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-1/+1
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Use absolute imports.Charles Harris2013-03-281-2/+2
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+2
* ENH: distutils: provide better support for C++ code on HPUX. Closes #1383.Ralf Gommers2011-03-301-0/+12
* Py3k: fix unixccompiler + exec_command exception/print stmts.David Cournapeau2009-12-031-5/+11
* first set of checkins from the doc editorJarrod Millman2009-11-131-0/+24
* - remove .a static libs and recreate, instead of updating (ar on OS X can'tcookedm2007-08-171-11/+17
* distutils: clean up imports (found by running pyflakes)cookedm2007-05-251-3/+1
* Run reindent.py (script distributed with Python) over the source to remove ex...cookedm2006-03-101-1/+1
* Moved scipy directory to numpyTravis Oliphant2006-01-041-0/+65