summaryrefslogtreecommitdiff
path: root/numpy/distutils
Commit message (Expand)AuthorAgeFilesLines
* Fix building extensions with MinGW in WinPython 3.4 (#8454)Roland Kaufmann2017-01-221-41/+75
* MAINT: Remove shebang from test modulesSami Salonen2017-01-151-1/+0
* MAINT: use env in shebang instead of absolute pathSami Salonen2017-01-152-2/+2
* DEP: Fix escaped string characters deprecated in Python 3.6.Charles Harris2016-12-1412-25/+26
* Merge pull request #8356 from rolk/8356_mingw_virtenvCharles Harris2016-12-121-6/+24
|\
| * STY: Avoid using string formatting in log callsRoland Kaufmann2016-12-091-6/+5
| * BUG: Search for Python DLL in base distr. with MinGWRoland Kaufmann2016-12-081-4/+23
* | Merge pull request #8355 from rolk/8355_mingw_py35Charles Harris2016-12-122-20/+44
|\ \
| * | MAINT: Remove assumptions about RTL name, for MinGWRoland Kaufmann2016-12-091-9/+9
| * | ENH: Monkey-patch CygwinCCompiler for Py3.5 on Wind.Roland Kaufmann2016-12-091-0/+9
| * | ENH: Recognize C RTL used by Py3.5 on WinRoland Kaufmann2016-12-091-1/+5
| * | MAINT: Isolate hardcoded RTL name and vers. on Win.Roland Kaufmann2016-12-091-11/+22
| |/
* | MAINT: Other cleanup Python < 2.7 and Python3 < 3.4Alexandr Shadchin2016-12-091-18/+1
|/
* BUG: do not link to Accelerate if OpenBLAS, MKL or BLIS are found.Ralf Gommers2016-11-241-2/+4
* MAINT: change path to env in distutils.system_info. Closes gh-8195.Ralf Gommers2016-10-221-7/+5
* MAINT: Fix ResourceWarning new in Python 3.6.Charles Harris2016-10-191-0/+1
* BUG: Fixed build breakOleksandr Pavlyk2016-10-061-0/+2
* BUG: distutils: fix issue with rpath in fcompiler/gnu.pyRalf Gommers2016-10-021-1/+3
* Fix test code on cpuinfo's main functionGustavo Serra Scalet2016-09-301-4/+4
* BUG: Fix fid.close() to use os.close(fid)Sebastian Berg2016-09-041-1/+1
* TST: Add tests for stacklevel in warnings and "ignore" filters.Sebastian Berg2016-09-021-1/+1
* ENH: Add stacklevel to all (or almost all) our function callsSebastian Berg2016-09-027-23/+28
* MAINT: Close some filehandlers and PIPEs after being doneSebastian Berg2016-09-023-6/+10
* DOC: Corrected allowed keywords in add_(installed_)libraryOleksandr Pavlyk2016-08-261-4/+4
* BUG: MSVCCompiler grows 'lib' & 'include' env strings exponentially.Charles Harris2016-08-242-25/+97
* BUG: Use keyword arguments to initialize Extension base class.Charles Harris2016-08-201-30/+33
* Monkey-patch _msvccompile.gen_lib_option like any other compilatorsValentin Valls2016-08-101-1/+1
* Fixed MKL detection for recent versions of this library.Xavier Abellan Ecija2016-08-051-19/+3
* Merge pull request #7699 from nolta/preserve-lib-orderCharles Harris2016-07-281-45/+35
|\
| * BLD: preserve library orderMike Nolta2016-06-251-45/+35
* | Merge pull request #7840 from llasram/atlas-version-checkCharles Harris2016-07-191-0/+45
|\ \
| * | Restore get_outputMarshall Bockrath-Vandegrift2016-07-151-0/+45
* | | Merge pull request #7839 from mattip/pypy-fixesNathaniel J. Smith2016-07-181-2/+7
|\ \ \
| * | | ENH: Support for python runtime with no Makefile, like PyPymattip2016-07-181-2/+7
| |/ /
* | | Merge pull request #7791 from bertrand-l/feature/f2py-issues-7683Charles Harris2016-07-181-7/+5
|\ \ \ | |/ / |/| |
| * | MAINT,DOC: add to compat.py3k a function to load modules. Fix some doc for f2...bertrand2016-07-171-7/+5
| |/
* | numpy/distutils/misc_util.py fix for #7809: check that _tmpdirs is not NoneMario Emmenlauer2016-07-101-5/+6
|/
* BUG: fix issue on OS X with Python 3.x where npymath.ini was not installed.Ralf Gommers2016-06-122-7/+14
* Change mkl_info.dir_env_var from MKL to MKLROOTRay Donnelly2016-06-101-1/+1
* BLD: Remove Intel compiler flag -xSSE4.2Charles Harris2016-05-222-4/+4
* BLD: correct C compiler customization in system_info.py Closes gh-7606.Ralf Gommers2016-05-141-3/+5
* BLD: Avoid using os.spawnve in favor of os.spawnv in exec_commandAles Erjavec2016-05-101-4/+12
* BLD: fix configparser.InterpolationSyntaxErrorSorin Sbarnea2016-04-282-9/+11
* BUG: allow graceful recovery for no compilerMatthew Brett2016-04-141-6/+30
* Merge pull request #7294 from rgommers/blis-supportNathaniel J. Smith2016-03-011-14/+55
|\
| * ENH: add support for BLIS to numpy.distutilsRalf Gommers2016-02-201-14/+55
* | DOC: Fix more typos in docs and comments.Dongjoon Hyun2016-02-255-10/+10
* | Merge pull request #7232 from rmalouf/mklRalf Gommers2016-02-221-5/+5
|\ \ | |/ |/|
| * BLD: Switch order of test for lapack_mkl and openblas_lapackRob Malouf2016-02-111-5/+5
* | DOC: Fix mismatched variable names in docstrings.Dongjoon Hyun2016-02-151-1/+1