summaryrefslogtreecommitdiff
path: root/numpy/distutils
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge pull request #7119 from gfyoung/mingw_patchRalf Gommers2016-01-311-1/+1
|\ \
| * | BUG: Fixed mingw.lib errorgfyoung2016-01-251-1/+1
* | | MAINT: Fix some typos in a code string and commentsDongjoon Hyun2016-01-272-2/+2
* | | MAINT: warn in egg_info command if using setuptools.sdist.Ralf Gommers2016-01-271-0/+8
|/ /
* | ENH: Allow site.cfg information with libraries keyNick Papior2016-01-171-1/+4
* | Merge pull request #7029 from rgommers/fix-interrupted-rebuildCharles Harris2016-01-161-6/+6
|\ \
| * | BLD: fix rebuilding after a failed build. Closes gh-5467.Ralf Gommers2016-01-161-6/+6
* | | BUG: make distutils.misc_util.is_string recognize unicode.Ralf Gommers2016-01-161-1/+2
|/ /
* | BUG: skip invalid path distutils warning for empty stringsJulian Taylor2016-01-131-1/+1
* | MAINT: remove unused f2py and SWIG tests from numpy.distutils.Ralf Gommers2016-01-0624-292/+0
* | MAINT: remove outdated Pyrex support from distutils (as far as possible).Ralf Gommers2016-01-067-91/+9
* | Merge pull request #6886 from charris/use-temppathCharles Harris2016-01-021-33/+21
|\ \
| * | MAINT: Simplify some tests using temppath context manager.Charles Harris2015-12-261-33/+21
* | | [TST] Refactor new raise_warnings logic for subpackage test suitesNathaniel J. Smith2015-12-301-3/+3
* | | DOC: Comment all O1s [ci skip]Eric Larson2015-12-281-2/+2
* | | FIX: Fix MKL for LinuxEric Larson2015-12-281-2/+2
|/ /
* | MAINT: Remove commented out code blocksgfyoung2015-12-201-30/+0
* | DOC: Use print only as function when print_function is imported from __future__gfyoung2015-12-192-2/+2
* | MAINT: Resolve import naming collision and optimize importsFrancis T. O'Donovan2015-12-121-5/+3