summaryrefslogtreecommitdiff
path: root/numpy/distutils
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Remove _EXTRAFLAGS variable (#17050)jakobjakobson132020-08-121-10/+3
* MAINT: Replace lambda function by list comprehension (gh-17055)jakobjakobson132020-08-111-2/+1
* MAINT: change "for line in open()" to "with open() as f: ..." in numpy/distut...jakobjakobson132020-08-111-9/+10
* MAINT: Delete obsolete conversion to list (gh-17052)jakobjakobson132020-08-111-1/+1
* MAINT: Chain exception in ``distutils/fcompiler/environment.py``. (#16962)Noman Arshad2020-08-041-1/+4
* Merge pull request #16730 from danbeibei/fcompilerCharles Harris2020-07-301-1/+1
|\
| * ENH: Use f90 compiler specified in command line args for pgi compilers. Issue...Daniel Vanzo2020-07-281-1/+1
* | TST: fix tests for windows + PyPymattip2020-07-301-10/+14
|/
* Merge pull request #16870 from mattip/pin-setuptoolsCharles Harris2020-07-151-3/+1
|\
| * Revert "MAINT: setuptools 49.2.0 emits a warning, avoid it"mattip2020-07-141-3/+1
* | Merge pull request #16860 from marload/patch/remove-file-funcSebastian Berg2020-07-141-1/+1
|\ \
| * | DEP: Remove deprecated python function 'file()'marload2020-07-141-1/+1
| |/
* | BUG: fix the search dir of dispatchable sourcesSayed Adel2020-07-141-2/+5
|/
* Remove code that will never runmarload2020-07-131-8/+0
* MAINT: setuptools 49.2.0 emits a warning, avoid itmattip2020-07-121-1/+3
* fix decode error when building and get rid of warnQiyu82020-07-091-5/+3
* BLD, ENH: Add RPATH support for AIX (#16710)EGuesnet2020-07-071-4/+9
* Update numpy/distutils/ccompiler_opt.pyMatti Picus2020-06-181-3/+3
* ENH,BUG:distutils Remove the origins from the implied featuresSayed Adel2020-06-181-14/+39
* ENH: [3/7] enable multi-platform SIMD compiler optimizationsSayed Adel2020-06-153-5/+131
* ENH: [2/7] enable multi-platform SIMD compiler optimizationsSayed Adel2020-06-152-0/+956
* ENH: [1/7] enable multi-platform SIMD compiler optimizationsSayed Adel2020-06-1534-0/+2807
* BUG: gcc >= 10: correctly compare major versionMichael Hirsch2020-06-021-1/+2
* BUILD: Remove Accelerate support (#15759)Matti Picus2020-05-221-4/+22
* 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
* Mark tests as a subpackage rather than data.Hameer Abbasi2020-05-061-1/+1
* Merge pull request #15401 from eric-wieser/fix-distutils-quotingRalf Gommers2020-05-041-4/+4
|\
| * BUG: Flags should not contain spacesEric Wieser2020-01-231-4/+4
* | ENH: Fix exception causes in build_ext.pykeremh2020-04-221-2/+2
* | ENH: Fix exception causes in build_clib.pykeremh2020-04-211-2/+2
* | ENH: update default MACOSX_DEPLOYMENT_TARGET to 10.9 (from review)mattip2020-04-081-4/+3
* | ENH: use sysconfig instead of probing Makefilemattip2020-04-071-16/+8
* | 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-074-34/+79
* | convert shebang from python to python3 (#15687)Changqing Li2020-03-045-5/+5
* | MAINT: cleanup unused imports; avoid redefinition of importsMike Taves2020-02-0613-24/+16
* | Merge pull request #15338 from mattip/site.cfgCharles Harris2020-01-312-61/+121
|\ \
| * | DOC: changes from reviewmattip2020-01-261-0/+1
| * | DOC: link and cleanup docstrings in site.cfg.examplemattip2020-01-202-61/+120
* | | Merge pull request #15452 from mwtoews/E401Matti Picus2020-01-293-7/+13
|\ \ \
| * | | STY,MAINT: avoid 'multiple imports on one line' (flake8 E401)Mike Taves2020-01-283-7/+13
* | | | MAINT: Remove sys.version checks (gh-#15373)Seth Troisi2020-01-281-60/+48
|/ / /
* | | DOC: distutils: Add a docstring to show_config().Warren Weckesser2020-01-251-0/+37
* | | MAINT/DOC: Remove use of old Python __builtin__, now known as builtinsMike Taves2020-01-241-1/+0
* | | MAINT: Replace basestring with str.Charles Harris2020-01-231-2/+1
* | | MAINT: Clean up, mostly unused imports.Warren Weckesser2020-01-231-1/+0
* | | Merge pull request #15362 from mwtoews/def23Matti Picus2020-01-231-12/+2
|\ \ \
| * | | MAINT: remove internal functions required to handle Python2/3 logicMike Taves2020-01-221-12/+2
| | |/ | |/|
* | | Merge pull request #15366 from mwtoews/F403Matti Picus2020-01-234-7/+12
|\ \ \