summaryrefslogtreecommitdiff
path: root/numpy/distutils/command
Commit message (Expand)AuthorAgeFilesLines
* 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
* BUG: distutils, place fortranobject files in subfolderJulian Taylor2017-05-041-6/+6
* MAINT: better warning message when running build_src from sdistRalf Gommers2017-03-091-3/+11
* DEP: Fix escaped string characters deprecated in Python 3.6.Charles Harris2016-12-141-5/+6
* 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-021-1/+1
* Restore get_outputMarshall Bockrath-Vandegrift2016-07-151-0/+45
* DOC: Fix more typos in docs and comments.Dongjoon Hyun2016-02-251-1/+1
* DOC: Fix mismatched variable names in docstrings.Dongjoon Hyun2016-02-151-1/+1
* MAINT: warn in egg_info command if using setuptools.sdist.Ralf Gommers2016-01-271-0/+8
* MAINT: remove outdated Pyrex support from distutils (as far as possible).Ralf Gommers2016-01-061-39/+8
* Merge pull request #6436 from juliantaylor/conf-warningsCharles Harris2015-10-101-0/+2
|\
| * MAINT: remove Wreturn-type warnings from config checksJulian Taylor2015-10-091-0/+2
* | BLD: some fixes for Intel compilers.Ralf Gommers2015-08-032-2/+3
|/
* Merge pull request #6052 from insertinterestingnamehere/lib_fixRalf Gommers2015-07-261-1/+1
|\
| * BUG: Allow libraries to be used as dependencies for other libraries whenIan Henriksen2015-07-131-1/+1
* | MAINT: adapt parallel build option names to python3.5Julian Taylor2015-07-163-17/+17
|/
* DEP,MAINT: Remove try_run and get_output.Charles Harris2015-06-211-57/+0
* MAINT: Mark deprecation warning with a date and Numpy version.Charles Harris2015-06-211-0/+2
* BLD: find Python.h when build_ext --include-dirs is setTim D. Smith2015-06-051-3/+17
* ENH: support parallel compilation of extensionsJulian Taylor2014-10-283-1/+29
* MAINT: remove obsolete version checksJulian Taylor2014-10-151-6/+2