summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* BUG: fix system_info broken by py3k changes.David Cournapeau2009-12-031-4/+4
* Py3k: make core setup.py py3k-importable.David Cournapeau2009-12-032-9/+13
* Make f2py setup.py runnable under python3.David Cournapeau2009-12-031-1/+1
* 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-032-5/+5
* 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
* Make top numpy __init__ importable from python3.David Cournapeau2009-12-031-2/+2
* Fix relative import in top numpy.distutils.David Cournapeau2009-12-031-12/+28
* Fix __builtin__ import for python3 at top setup.py.David Cournapeau2009-12-031-2/+6
* Clean-up PyArray_EnsureArray so there is one return point.Travis Oliphant2009-12-031-13/+9
* Push memory-leak fix to trunk.Travis Oliphant2009-12-031-4/+15
* Fix Ticket #1108 by initializing correctly the block of data corresponding to...Travis Oliphant2009-12-021-1/+2
* Port the fix for #1299 to the trunk and change trunk version to 1.5Travis Oliphant2009-12-023-5/+6
* TST: Add regression test for Ticket #1299 and clean-up test for non-buffered ...Travis Oliphant2009-12-022-8/+30
* REL: generate both 2.5 and 2.6 win and mac os x installers in release script.David Cournapeau2009-11-301-2/+4
* REL: fix atlas detection for SSE2/SSE3 wininst.David Cournapeau2009-11-301-2/+2
* REL: re-enable SSE2 binary in the superpack.David Cournapeau2009-11-302-21/+21
* REL: fix dmg name and dmg build.David Cournapeau2009-11-301-11/+13
* Use gcc-4.0 for python 2.5, to avoid using gcc 4.2 on Snow Leopard.David Cournapeau2009-11-301-1/+4
* BUG: fix numscons build, missing subst in _numpyconfig.hDavid Cournapeau2009-11-291-0/+2
* BUG: Fix extra declaration of _datetime_strings in descriptor.h when notCharles Harris2009-11-281-2/+0
* Small cleanups in polynomial modules.Charles Harris2009-11-283-8/+10
* Fix documentation of array.Charles Harris2009-11-281-1/+1
* BUG: do not redefine SIZEOF_LONG in config.h if already defined in python hea...David Cournapeau2009-11-271-1/+6
* BUG: fix arch-dependent SIZEOF in npy_config.h for mac os x.David Cournapeau2009-11-271-0/+17
* ENH: add a guard to ensure config.h is never included directly.David Cournapeau2009-11-272-0/+14
* BUG: (#1221) special case mac os x in numpyconfig.hDavid Cournapeau2009-11-275-6/+34
* BUG: import DistutilsError.David Cournapeau2009-11-271-0/+2
* TST: add a regression test for #1081 (not fixed yet).David Cournapeau2009-11-271-0/+6
* BUG: (#1078): fix segfault when creating arrays with a sequence which contain...David Cournapeau2009-11-272-2/+21
* DOC: there is no acorrelate function.David Cournapeau2009-11-261-1/+0
* BUG: fix md5 import for python 2.6 in paver file.David Cournapeau2009-11-261-3/+3
* BUG: forgot to update the C_API_VERSION as well.David Cournapeau2009-11-261-1/+1
* ENH: add version 4 checksum of the C API (numpy 1.4.0).David Cournapeau2009-11-261-0/+2
* BUG: fix wrong declaration of _datetime_strings.David Cournapeau2009-11-251-1/+5
* BUG: declare _datetime_strings and mark its definition as a private symbol so...David Cournapeau2009-11-252-1/+3