summaryrefslogtreecommitdiff
path: root/numpy/distutils
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \
| * | | MAINT: resolve pyflake F403 'from module import *' usedMike Taves2020-01-234-7/+12
| |/ /
* | | Merge pull request #15379 from sethtroisi/misc_cleanups3Matti Picus2020-01-231-1/+1
|\ \ \ | |/ / |/| |
| * | MAINT: Python2 CleanupsSeth Troisi2020-01-211-1/+1
* | | STY: use `with open` when possibleSeth Troisi2020-01-211-3/+2
|/ /
* | [MAINT] Cleanup python2 sys.version checksSeth Troisi2020-01-2010-87/+37
|/
* MAINT: Remove sys.version checks in testsSeth Troisi2020-01-151-4/+1
* Merge pull request #15307 from sethtroisi/sys_version_preMatti Picus2020-01-162-9/+3
|\
| * MAINT: cleanup sys.version dependant codeSeth Troisi2020-01-122-9/+3
* | DOC: fix typosBrian Wignall2020-01-141-1/+1
|/
* Merge remote-tracking branch 'upstream/master' into remove-numpy.distutils.co...Eric Wieser2020-01-0667-185/+24
|\
| * Merge pull request #15248 from eric-wieser/avoid-exc_infoCharles Harris2020-01-0510-59/+36
| |\
| * \ Merge pull request #15238 from mattip/redo-c99Charles Harris2020-01-052-27/+0
| |\ \
| | * | MAINT: add --std=c99 in setup.py, not distutilsmattip2020-01-052-27/+0
| * | | MAINT: Remove implicit inheritance from object class (#15236)Jon Dufresne2020-01-0513-24/+24
| |/ /
| * | MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-0368-136/+0
* | | MAINT: Delete numpy.distutils.compatEric Wieser2020-01-061-10/+0
| |/ |/|
* | MAINT: cleanup use of sys.exc_infoEric Wieser2020-01-0510-59/+36
|/