summaryrefslogtreecommitdiff
path: root/numpy/distutils/misc_util.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge pull request #7791 from bertrand-l/feature/f2py-issues-7683Charles Harris2016-07-181-7/+5
|\
| * MAINT,DOC: add to compat.py3k a function to load modules. Fix some doc for f2...bertrand2016-07-171-7/+5
* | numpy/distutils/misc_util.py fix for #7809: check that _tmpdirs is not NoneMario Emmenlauer2016-07-101-5/+6
|/
* BUG: fix issue on OS X with Python 3.x where npymath.ini was not installed.Ralf Gommers2016-06-121-6/+6
* BUG: make distutils.misc_util.is_string recognize unicode.Ralf Gommers2016-01-161-1/+2
* BUG: fix removing tempdirs created during buildJulian Taylor2015-11-171-17/+18
* Revert "Merge pull request #6354 from mingwpy/mingwpy"Charles Harris2015-10-201-15/+2
* BLD: mingwpy fixescarlkl2015-09-241-2/+15
* MAINT: adapt parallel build option names to python3.5Julian Taylor2015-07-161-5/+5
* BUG: missing default None values in getattr(...)Alistair Muldal2014-11-191-3/+3
* ENH: support parallel compilation of extensionsJulian Taylor2014-10-281-7/+42
* Revert "Merge pull request #4421 from meltingwax/meltingwax/4382"Daniel da Silva2014-03-051-7/+1
* BUG: Fix support for builds in dirs with whitespaceDaniel da Silva2014-03-051-1/+7
* DEP, MAINT: Remove references to numeric and numarray.Charles Harris2013-09-231-4/+0
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-120/+120
* MAINT: Remove msvc_on_amd64 functionChristoph Gohlke2013-05-221-11/+0
* ENH: add possibility to add define_macros to extensionsJulian Taylor2013-05-091-1/+19
* BUG: hardcode some known shared library extensionsJulian Taylor2013-04-281-5/+23