summaryrefslogtreecommitdiff
path: root/numpy/distutils/misc_util.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a pkg_path option to add_sconcript.David Cournapeau2009-10-011-3/+10
* Put scons data into its own class.David Cournapeau2009-10-011-10/+14
* Fix imports in get_pkg_info/get_info.David Cournapeau2009-07-261-2/+2
* Split up get_info so that we get a function which returns the LibraryInfo dir...David Cournapeau2009-07-261-10/+34
* BUG: Fix missing return stmt in get_npy_pkg_dir.David Cournapeau2009-07-261-0/+1
* 'Merge' docstring and reference guide for Distribution methods documentation.David Cournapeau2009-07-261-44/+297
* Use automethod for the functions we added to numpy.distutils.David Cournapeau2009-07-261-32/+50
* Add a dirs argument to get_info to look for npy-pkg-config files in additiona...David Cournapeau2009-07-261-6/+24
* Fix add_installed_library so that install_dir is actually relatively to the c...David Cournapeau2009-07-261-0/+2
* Add doc for add_installed_library and add_npy_pkg_config.David Cournapeau2009-07-261-6/+75
* Fix returned dict by get_info so that it works with add_extension.David Cournapeau2009-07-261-0/+6
* Fix get_config.David Cournapeau2009-07-261-4/+5
* Add add_installed_pkg_config function, for automatic pkg-config-like generati...David Cournapeau2009-07-261-1/+12
* Raise a PkgNotFound exception in get_info if the package is not found.David Cournapeau2009-07-261-2/+9