summaryrefslogtreecommitdiff
path: root/numpy/distutils/command
Commit message (Expand)AuthorAgeFilesLines
* MAINT: improve failure message when compiler is unavailablePearu Peterson2021-02-091-0/+2
* BUG: don't mutate list of fake libraries while iterating over it (#18295)Nicholas McKibben2021-02-041-2/+5
* BUG, BLD: Generate the main dispatcher config header into the build dirSayed Adel2021-01-032-11/+29
* MAINT: regex char class improveTyler Reddy2020-12-281-4/+4
* MAINT, TST: Serveral imporvments to _SIMD moduleSayed Adel2020-10-271-1/+1
* ENH: Expose the NumPy C SIMD vectorization interface "NPYV" to PythonSayed Adel2020-10-272-2/+18
* Merge pull request #17546 from seiko2plus/issue_17321Matti Picus2020-10-152-65/+61
|\
| * MAINT: Explicit disabling `CCompilerOpt` in F2PYSayed Adel2020-10-132-65/+61
* | BLD: add new check_compiler_gcc and check_gcc_version_at_least configureE. Madison Bray2020-10-132-8/+39
|/
* MAINT: Delete obsolete conversion to list (gh-17052)jakobjakobson132020-08-111-1/+1
* ENH: [3/7] enable multi-platform SIMD compiler optimizationsSayed Adel2020-06-153-5/+131
* BLD: Avoid "visibility attribute not supported" warning (gh-16288)E. M. Bray2020-05-201-1/+4
* BUG: relpath fails for different drives on windows (#16308)Matti Picus2020-05-201-1/+1
* ENH: Fix exception causes in build_ext.pykeremh2020-04-221-2/+2
* ENH: Fix exception causes in build_clib.pykeremh2020-04-211-2/+2
* MAINT: cleanup unused imports; avoid redefinition of importsMike Taves2020-02-062-8/+9
* STY,MAINT: avoid 'multiple imports on one line' (flake8 E401)Mike Taves2020-01-281-3/+4
* Merge pull request #15248 from eric-wieser/avoid-exc_infoCharles Harris2020-01-051-5/+3
|\
| * MAINT: cleanup use of sys.exc_infoEric Wieser2020-01-051-5/+3
* | MAINT: Remove implicit inheritance from object class (#15236)Jon Dufresne2020-01-051-1/+1
* | MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-0318-36/+0
|/
* BUILD: change to build_src --verbose-cfg, runtests.py --debug-infomattip2019-10-031-4/+4
* BUILD, DOC: fix 14518, add release notemattip2019-09-221-1/+1
* BUILD: add warn-error option to turn compiler warnings into errors (-Werror)mattip2019-09-203-3/+29
* MAINT: move the option to build_src, simplifies logicmattip2019-09-202-7/+6
* BUILD: add --debug-configure option to reduce output, use logger moremattip2019-09-202-9/+13
* Use *sys.version_info[:2]Hugo2019-08-262-2/+2
* BUG: Fix for Python 3.10Hugo2019-08-262-2/+2
* MAINT: Remove unnecessary backslashes when not needed.MSeifert042019-07-022-6/+6
* MAINT: Use textwrap.dedent for multiline stringsEric Wieser2019-06-122-136/+143
* BUG: setup.py install --skip-build failsmattip2019-05-261-0/+3
* BUG: Adding macro HAVE_ATTRIBUTE_TARGET_@ISA@_WITH_INTRINSICSRaghuveer Devulapalli2019-04-192-0/+26
* DEV: cleanup imports and some assignments (from LGTM)mattip2019-03-171-2/+2
* MAINT: Use with statements for opening files in distutilsEric Wieser2019-03-012-46/+35
* MAINT: Review F401,F841,F842 flake8 errors (unused variables and imports) (#1...Roman Yurchak2018-12-062-3/+1
* Use set litteralsRoman Yurchak2018-11-241-2/+2
* MAINT: remove unused stdlib importsEmil Hessman2018-09-301-2/+0
* MAINT: avoid modifying mutable default valuesEmil Hessman2018-09-291-3/+6
* MAINT: remove usage of exec_command in config.pyTyler Reddy2018-09-121-6/+27
* Merge pull request #11909 from mattip/flake8-cleanupsCharles Harris2018-09-111-1/+0
|\
| * MAINT: remove redundant importsmattip2018-09-091-1/+0
* | MAINT: remove exec_command from build_extTyler Reddy2018-09-101-4/+8
|/
* BLD: cleanup _configtest.o.d during buildAllan Haldane2018-06-011-2/+6
* More misc. typosluz.paz2018-01-041-1/+1
* BUG: skip the extra-dll directory when there are no DLLSxoviat2018-01-031-2/+2
* BUG: distutils: use correct top-level package namexoviat2017-12-241-10/+20
* distutils: handle unlinkable object files in build_clib/build_ext, not gnuPauli Virtanen2017-09-022-26/+86
* distutils: gnu: patch fcompilexoviat2017-09-022-81/+117
* MAINT: Remove unnecessary importsSrinivas Reddy Thatiparthy2017-08-261-4/+0
* BUG: KeyboardInterrupt is swallowed all over the placeEric Wieser2017-06-031-1/+1