summaryrefslogtreecommitdiff
path: root/numpy/distutils/misc_util.py
Commit message (Expand)AuthorAgeFilesLines
* BUG: Fix non-versioneer usesEric Larson2021-02-251-1/+1
* MAINT: Remove dummy_threadingKevin Sheppard2021-02-111-4/+1
* MAINT: regex char class improveTyler Reddy2020-12-281-3/+3
* ENH: Use versioneer to manage numpy versions.Charles Harris2020-12-081-0/+7
* BLD: Use importlib to find numpy root directory in distutilsDustin Spicuzza2020-11-071-3/+3
* MAINT: valid doctest for config_py function show() (#17621)Hassan Kibirige2020-10-261-0/+1
* MAINT: change "for line in open()" to "with open() as f: ..." in numpy/distut...jakobjakobson132020-08-111-9/+10
* DEP: Remove deprecated python function 'file()'marload2020-07-141-1/+1
* 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