summaryrefslogtreecommitdiff
path: root/numpy/distutils/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* MAINT: remove outdated Pyrex support from distutils (as far as possible).Ralf Gommers2016-01-065-52/+0
* MAINT: Simplify some tests using temppath context manager.Charles Harris2015-12-261-33/+21
* MAINT: Dictionary litteralRémy Léone2015-11-071-9/+8
* TST: use os.pathsep to separate library directoriesChristoph Gohlke2015-08-011-2/+3
* TST: skip gcc specific test when using msvcChristoph Gohlke2015-08-011-0/+2
* TST: alternatively assert existence of msvc .obj filesChristoph Gohlke2015-08-011-1/+2
* STY: PEP8 and pyflakes fixes for numpy/distutils.Charles Harris2015-07-2510-36/+40
* Merge pull request #5597 from zerothi/ENH-distutilsCharles Harris2015-04-241-0/+203
|\
| * BUG: Had thought the defaults where made of lists, it is simply a str.Nick Papior Andersen2015-02-261-7/+7
| * ENH: rpath and runtime_library_dirs equivalentNick Papior Andersen2015-02-261-1/+5
| * BUG: Python3 fixNick Papior Andersen2015-02-251-4/+5
| * BUG: PEP correctionsNick Papior Andersen2015-02-251-71/+79