summaryrefslogtreecommitdiff
path: root/numpy/distutils
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* BUG: distutils: fix msvc+gfortran openblas handling corner casePauli Virtanen2019-12-311-4/+5
* BUG: remove -std=c99 for c++ compilation (#15194)Matti Picus2019-12-302-1/+25
* ENH: distutils: add support for ILP64 OpenBLAS (generic symbol suffix)Pauli Virtanen2019-12-141-37/+126
* BUG: distutils: remove stray debug printPauli Virtanen2019-12-041-1/+0
* ENH: distutils: support 64-bit OpenBLAS with '64_' symbol suffixPauli Virtanen2019-11-291-26/+105
* MAINT: Added Python3.8 branch to dll lib discoveryIlhan Polat2019-11-241-2/+5
* MAINT: fixes from reviewmattip2019-10-261-1/+1
* BUILD: cache c-compiler for system_info stagemattip2019-10-251-1/+10
* BUILD: add std=c99 flag for gcc, cleanup error reportingmattip2019-10-251-0/+5
* BUILD: emit more helpful error messages when compiler is brokenmattip2019-10-251-1/+1
* Merge pull request #14634 from dstansby/extension-docRalf Gommers2019-10-121-1/+17
|\
| * Add Extension to docsDavid Stansby2019-10-031-1/+17
* | BUILD: change to build_src --verbose-cfg, runtests.py --debug-infomattip2019-10-031-4/+4
|/
* Merge pull request #14573 from rgommers/remove-info-filesMatti Picus2019-09-253-14/+21
|\
| * MAINT: remove outdated `numpy/distutils/__version__.py` fileRalf Gommers2019-09-222-7/+0
| * DOC: add a numpy.distutils module docstring, remove info.py fileRalf Gommers2019-09-222-7/+21