summaryrefslogtreecommitdiff
path: root/numpy/distutils/command
Commit message (Expand)AuthorAgeFilesLines
* DEP: Fix escaped string characters deprecated in Python 3.6.Charles Harris2016-12-141-5/+6
* TST: Add tests for stacklevel in warnings and "ignore" filters.Sebastian Berg2016-09-021-1/+1
* ENH: Add stacklevel to all (or almost all) our function callsSebastian Berg2016-09-021-1/+1
* Restore get_outputMarshall Bockrath-Vandegrift2016-07-151-0/+45
* DOC: Fix more typos in docs and comments.Dongjoon Hyun2016-02-251-1/+1
* DOC: Fix mismatched variable names in docstrings.Dongjoon Hyun2016-02-151-1/+1
* MAINT: warn in egg_info command if using setuptools.sdist.Ralf Gommers2016-01-271-0/+8
* MAINT: remove outdated Pyrex support from distutils (as far as possible).Ralf Gommers2016-01-061-39/+8
* Merge pull request #6436 from juliantaylor/conf-warningsCharles Harris2015-10-101-0/+2
|\
| * MAINT: remove Wreturn-type warnings from config checksJulian Taylor2015-10-091-0/+2
* | BLD: some fixes for Intel compilers.Ralf Gommers2015-08-032-2/+3
|/
* Merge pull request #6052 from insertinterestingnamehere/lib_fixRalf Gommers2015-07-261-1/+1
|\
| * BUG: Allow libraries to be used as dependencies for other libraries whenIan Henriksen2015-07-131-1/+1
* | MAINT: adapt parallel build option names to python3.5Julian Taylor2015-07-163-17/+17
|/
* DEP,MAINT: Remove try_run and get_output.Charles Harris2015-06-211-57/+0
* MAINT: Mark deprecation warning with a date and Numpy version.Charles Harris2015-06-211-0/+2
* BLD: find Python.h when build_ext --include-dirs is setTim D. Smith2015-06-051-3/+17
* ENH: support parallel compilation of extensionsJulian Taylor2014-10-283-1/+29
* MAINT: remove obsolete version checksJulian Taylor2014-10-151-6/+2
* BLD: add check for C99 restrict keywordJulian Taylor2014-09-292-0/+23
* MAINT: make main a strict prototype in configure checksJulian Taylor2014-09-091-6/+6
* Merge pull request #4892 from rgommers/msvc10-fixJulian Taylor2014-07-201-5/+16
|\
| * BLD: fix build issues with MSVC10 on Windows. Closes gh-4245.Ralf Gommers2014-07-201-5/+16
* | REF: remove obsolete code.David Cournapeau2014-07-072-33/+1
* | FEAT: add a check_gcc_variable_attribute function in config command.David Cournapeau2014-07-072-0/+21
* | ENH: use pragma instead of generic warning when detecting for function attrib...David Cournapeau2014-07-071-5/+12
* | BUG: fix check_gcc_function_attribute when attribute is actually supported.David Cournapeau2014-07-061-8/+1
* | FEAT: add check to ensure compilation without warning for a piece of code.David Cournapeau2014-07-062-1/+14
* | FEAT: add check_gcc_function_attribute check.David Cournapeau2014-07-062-1/+22
* | FEAT: add a try_output_compile in numpy.distutils.David Cournapeau2014-07-061-0/+20
|/
* BUG: Fix use of setuptools.command.install._install.Charles Harris2014-05-041-3/+6
* BLD: allow strings for check_func declarationsJulian Taylor2014-04-231-1/+4
* ENH: Make output of get_atlas_info conditional on system_info.verbosityArnaud Bergeron2014-02-271-2/+3
* BUG: fix wrong gcc version checkJulian Taylor2013-09-271-2/+2
* STY: Giant comma spacing fixup.Charles Harris2013-08-1812-108/+108
* STY: Giant whitespace cleanup.Charles Harris2013-08-182-2/+2
* reduces excess cleverness from 1/2 to 1/3Adam Ginsburg2013-04-211-2/+2
* bugfix in build_ext: check that ext has an attribute before trying toAdam Ginsburg2013-04-181-2/+2
* 2to3: apply `dict` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Apply `print` fixer.Charles Harris2013-04-0618-18/+18
* Merge pull request #460 from endolith/regex_formattingCharles Harris2013-04-031-1/+1
|\
| * DOC: Used regex to find colons missing spaces which render wrong online, also...endolith2013-03-191-1/+1
* | 2to3: Use absolute imports.Charles Harris2013-03-2818-18/+18
|/
* 2to3: Remove xreadlines and replace f.readlines() by f where valid.Charles Harris2013-03-052-6/+4
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-0118-2/+44
* Merge pull request #3056 from charris/2to3-filterCharles Harris2013-03-012-3/+3
|\
| * REF: Replace filters with list comprehensions.Charles Harris2013-02-281-1/+1
| * 2to3: Apply `filter` fixes. Closes #3053.Charles Harris2013-02-282-3/+3
* | 2to3: Apply `funcattrs` fixer. Closes #3058.Charles Harris2013-02-281-1/+1
|/
* DEP: Remove scons related files and code.Charles Harris2013-01-132-594/+0