summaryrefslogtreecommitdiff
path: root/numpy/distutils/tests
Commit message (Expand)AuthorAgeFilesLines
* BUG: fix logic error when nm fails on 32-bitmattip2020-03-081-4/+7
* MAINT: use list-based APIs to call subprocesses (#15714)Sebastian Berg2020-03-071-0/+39
* MAINT: cleanup unused imports; avoid redefinition of importsMike Taves2020-02-062-4/+1
* Merge pull request #15338 from mattip/site.cfgCharles Harris2020-01-311-1/+33
|\
| * DOC: link and cleanup docstrings in site.cfg.examplemattip2020-01-201-1/+33
* | STY: use `with open` when possibleSeth Troisi2020-01-211-3/+2
|/
* MAINT: Remove sys.version checks in testsSeth Troisi2020-01-151-4/+1
* Merge pull request #15238 from mattip/redo-c99Charles Harris2020-01-051-22/+0
|\
| * MAINT: add --std=c99 in setup.py, not distutilsmattip2020-01-051-22/+0
* | MAINT: Remove implicit inheritance from object class (#15236)Jon Dufresne2020-01-057-16/+16
|/
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-0310-20/+0
* BUG: remove -std=c99 for c++ compilation (#15194)Matti Picus2019-12-301-0/+24
* BLD: MAINT: change default behavior of build flag appending.Ralf Gommers2019-08-201-34/+0
* BLD: streamlined library names in site.cfg sections (#13157)Nick R. Papior2019-04-301-2/+22
* DEP: deprecate exec_commandmattip2019-03-101-13/+18
* Merge pull request #12925 from eric-wieser/distutils-shlex-splitCharles Harris2019-02-251-4/+6
|\
| * BUG: parse shell escaping in extra_compile_args and extra_link_argsEric Wieser2019-02-241-4/+6
* | Merge pull request #13023 from eric-wieser/distutils-windows-splitCharles Harris2019-02-241-0/+79
|\ \ | |/
| * MAINT: Add functions to parse shell-strings in the platform-native wayEric Wieser2019-02-231-0/+79
* | TST: suppress test warnings for appending flag behavior better.Ralf Gommers2018-12-271-3/+8
* | MAINT: add warning to numpy.distutils for LDFLAGS append behavior.Ralf Gommers2018-12-271-2/+34
* | MAINT: Review F401,F841,F842 flake8 errors (unused variables and imports) (#1...Roman Yurchak2018-12-061-0/+3
|/
* Remove redundant codeIsuru Fernando2018-07-071-2/+0
* Use monkeypatch's setenv, getenvIsuru Fernando2018-07-071-8/+7
* Test distutils flags appendingIsuru Fernando2018-07-071-0/+47
* MAINT: Remove all uses of run_module_suite.Charles Harris2018-04-068-45/+10
* TST: Switch to using pytest markersCharles Harris2018-04-041-4/+6
* MAINT: Remove use of unittest in NumPy tests.xoviat2018-03-211-1/+1
* BUG: distutils: Remove named templates from the output.Warren Weckesser2018-03-101-0/+48
* MAINT: distutils: trivial cleanupsxoviat2017-11-061-7/+4
* MAINT: made sure both compiler strings are included in testAndrew Lawson2017-10-231-11/+10
* TST: Improved tests for nag fortran compilerAndrew Lawson2017-10-201-12/+15
* ENH: Added compatability for the NAG Fortran compiler, nagforAndrew Lawson2017-10-191-0/+27
* Merge pull request #9645 from xoviat/appveyorCharles Harris2017-09-301-1/+1
|\
| * TST: fix failures:xoviat2017-09-041-1/+1
* | BUG: adjust gfortran version search regexJonathan Helmus2017-09-201-1/+2
|/
* TST, MAINT: Add `__init__.py` files to tests directories.Charles Harris2017-08-061-0/+0
* TST: Remove unittest dependencies in numpy/distutils/testsCharles Harris2017-07-176-82/+84
* MAINT: Rearrange files in numpy/testing module.Charles Harris2017-07-041-5/+6
* BUG: KeyboardInterrupt is swallowed all over the placeEric Wieser2017-06-031-3/+3
* TST: fix test_basic failure on WindowsChristoph Gohlke2017-05-111-1/+1
* ENH: automatically determine compile dependenciesJulian Taylor2017-04-101-1/+2
* TST: Respect compiler customizationsMarvin Schmidt2017-03-301-0/+3
* TST: move exec_command tests out of the file itselfJulian Taylor2017-03-241-0/+127
* MAINT: Remove shebang from test modulesSami Salonen2017-01-151-1/+0
* MAINT: Fix ResourceWarning new in Python 3.6.Charles Harris2016-10-191-0/+1
* MAINT: Close some filehandlers and PIPEs after being doneSebastian Berg2016-09-021-1/+3
* BUG: fix issue on OS X with Python 3.x where npymath.ini was not installed.Ralf Gommers2016-06-121-1/+8
* BUG: allow graceful recovery for no compilerMatthew Brett2016-04-141-6/+30
* MAINT: remove unused f2py and SWIG tests from numpy.distutils.Ralf Gommers2016-01-0623-291/+0