summaryrefslogtreecommitdiff
path: root/numpy/distutils
Commit message (Expand)AuthorAgeFilesLines
* STY: Replace remaining old style classes with classes subclassing object.Charles Harris2011-04-052-2/+2
* ENH: distutils: provide better support for C++ code on HPUX. Closes #1383.Ralf Gommers2011-03-301-0/+12
* BUG: distutils: update HP compiler flags. Closes #1377.Ralf Gommers2011-03-301-3/+3
* BUG: distutils: change compile flag on AIX from -O5 to -O3. See #1261.Ralf Gommers2011-03-251-1/+1
* BUG: fix indentation issue in distutils/intelccompiler.pyRalf Gommers2011-03-231-8/+2
* ENH: add Intel 64-bit C compiler. Closes #960.rgommers2011-03-112-0/+23
* BUG: fix 64-bit Intel Fortran compiler detection. Closes #1448.rgommers2011-03-092-4/+38
* DEP: fix deprecation warning from using SafeConfigParser with Python 3.2.rgommers2011-03-022-4/+9
* BUG: fix up shared library extension, which changed in Python 3.2. Closes #1749.rgommers2011-03-022-2/+9
* STY: clean up unused code. Closes #1409. Thanks to Bruce Southey.rgommers2011-01-241-13/+1
* ENH: add support for the PathScale compilers on Linux. Closes #1043.rgommers2010-12-024-2/+63
* BUG: fix issue with incorrect Fortran arch flags. Closes #1399.rgommers2010-11-071-1/+31
* BUG: on Windows the sysconfig module does not contain CFLAGS info.rgommers2010-10-171-1/+4
* UPDATE: gcc-4 series do not support -mno-cygwin option.Pearu Peterson2010-10-162-9/+27
* BF - get fortran arch flags from C arch flags if availableMatthew Brett2010-10-161-25/+11
* BUG: core: use #if check instead of #ifdef in checking HAVE_DECL_ISFINITE (ti...Pauli Virtanen2010-10-061-0/+16
* Added Portland Group compiler support for Darwin platform (thanks to Josef Ko...Pearu Peterson2010-10-062-4/+23
* ENH: Update absoft fortran flags for v11.0.Charles Harris2010-09-251-1/+3
* BUG: distutils: make is_free_format et al. not choke on non-ascii Fortran filesPauli Virtanen2010-09-111-3/+5
* BUG: do not add empty string when interpolating values in LibraryInfo.David Cournapeau2010-09-051-1/+2
* BUG: distutils: use // in a binary search (fixes #1604 on Python 3)Pauli Virtanen2010-09-041-1/+1
* Implemented detection of gfortran usage for ATLAS linkage. get_atlas_version ...Pearu Peterson2010-08-302-28/+65
* Fix bug to ensure that swig generated .py files are installed.Pearu Peterson2010-08-252-1/+9
* Fix swig target extension when swig target is not defined by the .i file but ...Pearu Peterson2010-08-251-3/+11
* Make extension swig_opts effective to build_src command.Pearu Peterson2010-08-251-2/+6
* 3K: distutils: fix __code__ object access in mingw32ccompilerPauli Virtanen2010-08-031-1/+4
* DOC: wiki merge, add distutils.npy_pkg_config.read_config docstring.rgommers2010-07-311-2/+40
* numpy.distutils: Fixed bug in Configuration._get_svn_revision. Introduced mak...Pearu Peterson2010-07-271-3/+95
* BUG: Enable compiling Fortran code on OS X for ppc64 arch.rgommers2010-06-021-8/+8
* BUG: Use correct include path when multiple copies of NumPy is installed.Stefan van der Walt2010-05-251-0/+7
* BUG/3K: distutils: do not assume that files output e.g. by gcc can be read in...Pauli Virtanen2010-05-111-6/+8
* Fix version matcher for cases where version string appears in second line (In...Pearu Peterson2010-03-171-0/+3
* BUG: distutils: clean up temporary files more aggressivelyPauli Virtanen2010-03-061-1/+2
* ENH: Support changed distutils API in Python 2.7.Stefan van der Walt2010-02-241-1/+5
* 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