summaryrefslogtreecommitdiff
path: root/numpy/distutils/misc_util.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-7/+7
* Merge pull request #3191 from charris/2to3-apply-imports-fixerCharles Harris2013-04-061-2/+6
|\
| * 2to3: Apply `imports` fixer.Charles Harris2013-04-021-2/+6
* | Merge pull request #460 from endolith/regex_formattingCharles Harris2013-04-031-30/+30
|\ \ | |/ |/|
| * DOC: Used regex to find colons missing spaces which render wrong online, also...endolith2013-03-191-30/+30
* | 2to3: Use absolute imports.Charles Harris2013-03-281-2/+2
* | 2to3: Replace xrange by range and use list(range(...)) where neededCharles Harris2013-03-271-1/+1
|/
* 2to3: Remove xreadlines and replace f.readlines() by f where valid.Charles Harris2013-03-051-3/+2
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+2
* Merge pull request #3056 from charris/2to3-filterCharles Harris2013-03-011-4/+4
|\
| * REF: Replace filters with list comprehensions.Charles Harris2013-02-281-4/+4
| * 2to3: Apply `filter` fixes. Closes #3053.Charles Harris2013-02-281-4/+4
* | 2to3: Apply `funcattrs` fixer. Closes #3058.Charles Harris2013-02-281-1/+1
|/
* DEP: Remove scons related files and code.Charles Harris2013-01-131-151/+1
* Include msvcr100 (MSVC v10 aka 2010) in msvc_runtime_library()peterjc2012-11-121-0/+1
* FIX: remove log line causing warning from disutilsMatthew Brett2012-10-061-2/+0
* ENH: Introduce new options extra_f77_compile_args and extra_f90_compile_args toPearu Peterson2011-08-201-0/+6
* BUG: Revert commit that causes many tests not to run.Charles Harris2011-08-201-6/+0
* Introduce new options extra_f77_compiler_args and extra_f90_compiler_args to ...Pearu Peterson2011-08-161-0/+6
* BUG: deal with shared lib extension in a single place. Fix ctypes.load_library.rgommers2011-06-231-12/+42
* STY: Replace remaining old style classes with classes subclassing object.Charles Harris2011-04-051-1/+1
* numpy.distutils: Fixed bug in Configuration._get_svn_revision. Introduced mak...Pearu Peterson2010-07-271-3/+95
* BUG: distutils: clean up temporary files more aggressivelyPauli Virtanen2010-03-061-1/+2
* updated docstrings from pydoc website (thanks to everyone who contributed!)Jarrod Millman2010-02-171-5/+7
* BUG: Add more protection against uninitialized lists on the Distribution object.Robert Kern2010-01-291-0/+6