summaryrefslogtreecommitdiff
path: root/numpy/distutils/misc_util.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* BUG: guard against having an uninitialized list of scripts.Robert Kern2010-01-291-0/+2
* fixed a whole bunch of doctestsPaul Ivanov2009-12-281-8/+8
* 3K: distutils: produce a 3K-compatible __config__.pyPauli Virtanen2009-12-061-7/+6
* Do no use has_key in misc_utils.David Cournapeau2009-12-031-2/+2
* Fix callable in misc_utils.David Cournapeau2009-12-031-2/+2
* python3 changes function object attributes names.David Cournapeau2009-12-031-2/+12
* Py3k fix for misc_util.David Cournapeau2009-12-031-24/+27
* BUG: (#1221) special case mac os x in numpyconfig.hDavid Cournapeau2009-11-271-3/+3
* BUG: import DistutilsError.David Cournapeau2009-11-271-0/+2
* DOC: fix wrong Example section.David Cournapeau2009-11-201-2/+2
* first set of checkins from the doc editorJarrod Millman2009-11-131-71/+172