summaryrefslogtreecommitdiff
path: root/numpy/distutils
Commit message (Expand)AuthorAgeFilesLines
* DEP: Fix more files for unittest deprecated functions. It isn't clear why theseCharles Harris2010-02-211-18/+18
* 3K: BUG: work around bugs in Python 3.1.1 2to3 by not using fixes_reducePauli Virtanen2010-02-201-0/+3
* updated docstrings from pydoc website (thanks to everyone who contributed!)Jarrod Millman2010-02-171-5/+7
* BUG: Fix #1376, indentation problem.Travis Oliphant2010-02-041-2/+2
* 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
* Apply ifort.patch from ticket #1372 to allow Intel Fortran Compiler 11.1 to b...Travis Oliphant2010-01-242-4/+17
* fixed a whole bunch of doctestsPaul Ivanov2009-12-282-10/+10
* BUG: fix escaping of pkgdir on windows.David Cournapeau2009-12-121-1/+1
* ENH: automatically translate pkgdir in .ini file.David Cournapeau2009-12-121-0/+12
* BUG: fix 1087, thanks to Leek for the fix.David Cournapeau2009-12-101-16/+17
* 3K: distutils: remove unnecessary non-ascii characters in intel.pyPauli Virtanen2009-12-061-8/+0
* 3K: distutils: produce a 3K-compatible __config__.pyPauli Virtanen2009-12-061-7/+6
* 3K: distutils: ordering between None and str is undefined in Py3K, so fcompil...Pauli Virtanen2009-12-061-1/+4
* 3K: encode str to bytes before writing in distutils/testsPauli Virtanen2009-12-061-2/+2
* 3K: distutils: there is no types.InstanceType in Py3, so don't use itPauli Virtanen2009-12-061-1/+2
* Py3k: handle relative import in ccompiler.David Cournapeau2009-12-031-1/+5
* remove has_key from config.David Cournapeau2009-12-031-2/+2
* Py3k: Fix comparison when version is None.David Cournapeau2009-12-031-2/+5
* Fix version comparison when version is None.David Cournapeau2009-12-031-1/+1
* BUG: fix mixed tab/space indentation.David Cournapeau2009-12-031-10/+10
* Py3k: make fcompiler.compaq py3k-importable.David Cournapeau2009-12-031-5/+9
* Py3k: make cpuinfo py3k-importable.David Cournapeau2009-12-031-22/+29
* Fix some more issues for ccompiler: string module obsolete.David Cournapeau2009-12-031-2/+2
* Fix callable in build_src command.David Cournapeau2009-12-031-3/+3
* Do no use has_key in misc_utils.David Cournapeau2009-12-031-2/+2
* BUG: fix system_info broken by py3k changes.David Cournapeau2009-12-031-4/+4
* Fix callable in misc_utils.David Cournapeau2009-12-031-2/+2
* python3 changes function object attributes names.David Cournapeau2009-12-031-2/+12
* Fix print statements in numpy.distutils.environmentDavid Cournapeau2009-12-031-4/+4
* Py3k: make fcompiler module py3k-importable.David Cournapeau2009-12-031-12/+16
* Fix print statements in fcompiler for python3.David Cournapeau2009-12-0315-25/+25
* Py3k: make scons command py3k importable.David Cournapeau2009-12-031-2/+5
* Py3k: make template generators py3k importable.David Cournapeau2009-12-032-9/+14
* Make build_src and build_clib python3 importable.David Cournapeau2009-12-032-7/+6
* Py3k: make system_info importable from py3k.David Cournapeau2009-12-031-4/+11
* Fix print/repr/raise python3 incompatibilities in system_info and build_ext c...David Cournapeau2009-12-032-6/+6
* Py3k: make mingw32compiler module py3k importable.David Cournapeau2009-12-031-6/+9
* Py3k: make config command py3k importable.David Cournapeau2009-12-031-5/+8
* Py3k: fix unixccompiler + exec_command exception/print stmts.David Cournapeau2009-12-033-20/+32
* numpy.distutils.core importable from py3.David Cournapeau2009-12-031-5/+5
* Py3k fix for misc_util.David Cournapeau2009-12-031-24/+27
* Make numpy.distutils.log importable from python3.David Cournapeau2009-12-031-4/+8
* Fix raise + print stmts in ccompiler.David Cournapeau2009-12-032-24/+32
* Fix relative import in top numpy.distutils.David Cournapeau2009-12-031-12/+28
* 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
* BUG: retrieve build_clib in build_ext even if it has already been run.David Cournapeau2009-11-161-0/+1
* first set of checkins from the doc editorJarrod Millman2009-11-134-85/+481