summaryrefslogtreecommitdiff
path: root/numpy/distutils
Commit message (Expand)AuthorAgeFilesLines
...
* | BUG: Remove our patched version of `distutils.split_quoted`, which was a work...Eric Wieser2019-03-021-60/+0
|/
* MAINT: Use with statements for opening files in distutilsEric Wieser2019-03-015-101/+80
* BUG: Fixes to numpy.distutils.Configuration.get_version (#13056)Eric Wieser2019-03-011-33/+22
* Merge pull request #12925 from eric-wieser/distutils-shlex-splitCharles Harris2019-02-252-5/+9
|\
| * BUG: parse shell escaping in extra_compile_args and extra_link_argsEric Wieser2019-02-242-5/+9
* | BUG: Fix regression in parsing of F90 and F77 environment variablesEric Wieser2019-02-241-4/+4
* | Merge pull request #13023 from eric-wieser/distutils-windows-splitCharles Harris2019-02-242-0/+170
|\ \ | |/
| * MAINT: Add functions to parse shell-strings in the platform-native wayEric Wieser2019-02-232-0/+170
* | Merge pull request #12831 from petronny/patch-1Matti Picus2019-02-221-1/+1
|\ \
| * | also match the stderr in get_version()Jingbei Li2019-01-231-1/+1
* | | Merge pull request #12894 from eric-wieser/distutils-broken-importMarten van Kerkwijk2019-02-031-1/+0
|\ \ \
| * | | MAINT: Removed unused and confusingly indirect imports from mingw32ccompilerEric Wieser2019-01-301-1/+0
* | | | Merge pull request #12895 from eric-wieser/distutils-extra-quotes-againCharles Harris2019-01-311-4/+15
|\ \ \ \ | | |_|/ | |/| |
| * | | BUG: Do not insert extra double quote into preprocessor macrosEric Wieser2019-01-301-4/+15
| |/ /
* | | Merge pull request #12892 from eric-wieser/distutils-debugCharles Harris2019-01-315-5/+11
|\ \ \
| * | | BUG: Do not double-quote arguments passed on to the linkerEric Wieser2019-01-305-5/+11
| |/ /
* | | BUG: fix to check before apply `shlex.split`OBATA Akio2019-01-221-5/+5
| |/ |/|
* | Merge pull request #12631 from acastanedam/f2py_pgiCharles Harris2019-01-191-1/+5
|\ \
| * | BUG: fix f2py problem to build wrappers using PGI's FortranArcesio Castaneda Medina2018-12-301-1/+5
* | | 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-272-4/+47
|/ /
* | BUG: ensure new-lines in compiler error messages are actually printed to the ...Eric Wieser2018-12-092-6/+29
* | MAINT: Review F401,F841,F842 flake8 errors (unused variables and imports) (#1...Roman Yurchak2018-12-066-12/+10
* | Merge pull request #12443 from rth/set-litteralEric Wieser2018-12-011-2/+2
|\ \
| * | Use set litteralsRoman Yurchak2018-11-241-2/+2
* | | MAINT: Use list and dict comprehension when possible (#12445)Roman Yurchak2018-12-014-14/+6
|/ /
* | gfortran needs -lpthread & -maix64(64 build) in AIXAyappan P2018-11-191-0/+6
|/
* BUG: Do not double-quote arguments to the command lineEric Wieser2018-11-181-8/+8
* fall back to 'ascii' locale in build (if needed)Dima Pasechnik2018-11-171-5/+8
* Merge pull request #11898 from tylerjereddy/rm_exec_command_2Charles Harris2018-11-142-21/+66
|\
| * MAINT: remove exec_command usage from ccompiler.pyTyler Reddy2018-10-312-21/+66
* | MAINT: update gfortran RPATH for AIX/Windows non-support.Ralf Gommers2018-11-101-0/+4
|/
* Merge pull request #12209 from anntzer/get_build_archRalf Gommers2018-10-201-1/+6
|\
| * Delay import of distutils.msvccompiler to avoid warning on non-Windows.Antony Lee2018-10-181-1/+6
* | DOC: tweak grammarmattip2018-10-091-1/+1
* | BUG: limit default for get_num_build_jobs() to 8Jeroen Demeyer2018-10-051-1/+4
* | Merge pull request #12061 from ceh-forks/remove-reduntant-importsCharles Harris2018-09-302-3/+0
|\ \
| * | MAINT: remove redundant importsEmil Hessman2018-09-302-3/+0
* | | Merge pull request #12060 from ceh-forks/remove-more-unused-importsCharles Harris2018-09-306-10/+2
|\ \ \
| * | | MAINT: remove unused stdlib importsEmil Hessman2018-09-306-10/+2
| |/ /
* | | MAINT: remove redundant assignmentEmil Hessman2018-09-301-1/+0
|/ /
* | MAINT: avoid modifying mutable default valuesEmil Hessman2018-09-292-4/+9
* | Merge pull request #11935 from tylerjereddy/rm_exec_command_6Charles Harris2018-09-171-6/+27
|\ \
| * | MAINT: remove usage of exec_command in config.pyTyler Reddy2018-09-121-6/+27
* | | MAINT: remove exec_command usage in ibm.py (#11901)Tyler Reddy2018-09-151-4/+9
|/ /
* | Merge pull request #11909 from mattip/flake8-cleanupsCharles Harris2018-09-112-2/+0
|\ \
| * | MAINT: remove redundant importsmattip2018-09-092-2/+0
| |/
* | MAINT: remove exec_command from build_extTyler Reddy2018-09-101-4/+8
* | MAINT: remove exec_command from system_info.pyTyler Reddy2018-09-101-3/+8
* | MAINT: remove exec_command from gnu.pyTyler Reddy2018-09-102-9/+40
|/