summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix multi-line comments.Travis Oliphant2009-12-031-18/+24
|
* OTH: Fix typo and continuation line characters.Travis Oliphant2009-12-031-5/+5
|
* Port the fix of the memory-leak reported in #1222 to the trunk.Travis Oliphant2009-12-031-1/+49
|
* Fix code_generator for python 3 -> python2.4 and python 3.1 build_src both ↵David Cournapeau2009-12-031-1/+9
| | | | run and produce same .c code .
* Py3k: fix dict sorting in code generator.David Cournapeau2009-12-032-5/+6
|
* Py3k: add a py3k version of pyod.David Cournapeau2009-12-031-12/+32
|
* 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
|
* Make linalg setup.py runnable under python3.David Cournapeau2009-12-031-2/+2
|
* Do no use has_key in misc_utils.David Cournapeau2009-12-031-2/+2
|
* Make genapi runnable under python3.David Cournapeau2009-12-031-11/+9
|
* 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 ↵David Cournapeau2009-12-032-6/+6
| | | | command.
* 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
|
* 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 ↵Travis Oliphant2009-12-021-1/+2
| | | | to the identity for the ufunc used during reduceat with a buffer.
* Port the fix for #1299 to the trunk and change trunk version to 1.5Travis Oliphant2009-12-022-4/+5
|
* TST: Add regression test for Ticket #1299 and clean-up test for non-buffered ↵Travis Oliphant2009-12-022-8/+30
| | | | structured array bug.
* 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
| | | | doing separate compilations. It fails for vs2009 compiliation.
* 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 ↵David Cournapeau2009-11-271-1/+6
| | | | headers.