summaryrefslogtreecommitdiff
path: root/numpy/distutils/misc_util.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: use list-based APIs to call subprocesses (#15714)Sebastian Berg2020-03-071-3/+2
* 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: remove internal functions required to handle Python2/3 logicMike Taves2020-01-221-12/+2
* [MAINT] Cleanup python2 sys.version checksSeth Troisi2020-01-201-4/+1
* Merge pull request #15248 from eric-wieser/avoid-exc_infoCharles Harris2020-01-051-4/+2
|\
| * MAINT: cleanup use of sys.exc_infoEric Wieser2020-01-051-4/+2
* | MAINT: Remove implicit inheritance from object class (#15236)Jon Dufresne2020-01-051-2/+2
* | MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
|/
* MAINT: Added Python3.8 branch to dll lib discoveryIlhan Polat2019-11-241-2/+5
* DOC,BUG: remove section header, add redundant text to leave a blank linemattip2019-09-161-2/+0
* ENH: Allow NPY_PKG_CONFIG_PATH environment variable overrideEsben Haabendal2019-09-131-1/+51
* MAINT: distutils: Add newline at the end of printed warnings.Warren Weckesser2019-09-111-1/+1
* MAINT: fix 'in' -> 'is' typoThomas A Caswell2019-06-141-1/+1
* MAINT: Use textwrap.dedent for multiline stringsEric Wieser2019-06-121-26/+26
* MAINT: Use with statements for opening files in distutilsEric Wieser2019-03-011-40/+33
* BUG: Fixes to numpy.distutils.Configuration.get_version (#13056)Eric Wieser2019-03-011-33/+22
* MAINT: Review F401,F841,F842 flake8 errors (unused variables and imports) (#1...Roman Yurchak2018-12-061-2/+0
* Merge pull request #12209 from anntzer/get_build_archRalf Gommers2018-10-201-1/+6
|\
| * Delay import of distutils.msvccompiler to avoid warning on non-Windows.Antony Lee2018-10-181-1/+6
* | DOC: tweak grammarmattip2018-10-091-1/+1
* | BUG: limit default for get_num_build_jobs() to 8Jeroen Demeyer2018-10-051-1/+4
* | Merge pull request #12061 from ceh-forks/remove-reduntant-importsCharles Harris2018-09-301-2/+0
|\ \
| * | MAINT: remove redundant importsEmil Hessman2018-09-301-2/+0
| |/
* | MAINT: remove redundant assignmentEmil Hessman2018-09-301-1/+0
|/
* BUG: Revert #10229 to fix DLL loads on Windows.Charles Harris2018-06-291-13/+3
* HTTP -> HTTPS, and other linkrot fixesMike Toews2018-06-161-2/+2
* Sort input file listBernhard M. Wiedemann2018-05-271-4/+9
* fix failing testmattip2018-04-111-6/+6
* formatting fixesmattip2018-04-111-6/+6
* BUG: fix config where PATH isn't set on win32xoviat2018-01-071-1/+2
* Merge branch 'master' into config-load-dllxoviat2017-12-301-2/+7
|\
| * BUG: distutils: use correct top-level package namexoviat2017-12-241-1/+1
| * ENH: distutils: set NPY_NUM_BUILD_JOBS to cpu_countxoviat2017-12-171-1/+6
* | BUG: distutils: use AddDllDirectory where availablexoviat2017-12-171-2/+17
|/
* Make system_info output reproducible (#9652)Chris Lamb2017-09-051-1/+1
* distutils: handle unlinkable object files in build_clib/build_ext, not gnuPauli Virtanen2017-09-021-19/+5
* distutils: gnu: patch fcompilexoviat2017-09-021-0/+21
* MAINT: Remove unnecessary importsSrinivas Reddy Thatiparthy2017-08-261-4/+0
* DOC: BLD: fix lots of Sphinx warnings/errors.Ralf Gommers2017-06-101-13/+15
* BUG: KeyboardInterrupt is swallowed all over the placeEric Wieser2017-06-031-3/+3
* BUG: check compiler flags to determine the need for a rebuildJulian Taylor2017-05-021-0/+12
* DEP: Fix escaped string characters deprecated in Python 3.6.Charles Harris2016-12-141-1/+1
* Merge pull request #8355 from rolk/8355_mingw_py35Charles Harris2016-12-121-11/+26
|\
| * ENH: Recognize C RTL used by Py3.5 on WinRoland Kaufmann2016-12-091-1/+5
| * MAINT: Isolate hardcoded RTL name and vers. on Win.Roland Kaufmann2016-12-091-11/+22
* | MAINT: Other cleanup Python < 2.7 and Python3 < 3.4Alexandr Shadchin2016-12-091-18/+1
|/
* ENH: Add stacklevel to all (or almost all) our function callsSebastian Berg2016-09-021-1/+1
* DOC: Corrected allowed keywords in add_(installed_)libraryOleksandr Pavlyk2016-08-261-4/+4