summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* Move DEPRECATE macro to ndarrayobject.h.Charles Harris2008-07-134-23/+46
* Indentation and coding style cleanups.Charles Harris2008-07-131-188/+229
* Replaced utils.raises implementation with the nose function.Alan McIntyre2008-07-132-31/+13
* Added tests to improve coverage.Alan McIntyre2008-07-135-4/+254
* Fix doctests to run properly under new execution context.Alan McIntyre2008-07-131-4/+4
* Add tests to improve coverage.Alan McIntyre2008-07-132-0/+43
* Fix Deprecation warnings for python versions < 2.5.xCharles Harris2008-07-131-2/+8
* Deprecate PyArray_FromDims and PyArray_FromDimsAndDataAndDescr.Charles Harris2008-07-131-15/+21
* Replace snprintf with PyOS_snprintf.Charles Harris2008-07-122-9/+12
* Bit of whitespace removal.Charles Harris2008-07-122-2/+1
* Add basic tests of number str() formatting.Charles Harris2008-07-121-0/+36
* Make printing of complex numbers match Python.Charles Harris2008-07-121-24/+41
* Make buffers local for reentrancy.Charles Harris2008-07-121-10/+14
* Small cleanups.Charles Harris2008-07-121-12/+11
* Coding style cleanups.Charles Harris2008-07-121-14/+23
* Coding style cleanups.Charles Harris2008-07-121-38/+63
* Coding style cleanupsCharles Harris2008-07-121-14/+28
* Coding style cleanups.Charles Harris2008-07-121-12/+15
* Sort numpy.doc names.Stefan van der Walt2008-07-101-0/+1
* Add stubs for reference documentation.Stefan van der Walt2008-07-1011-0/+99
* Comment out failing portions of __mul__ and __rmul__ until they are fixed in Alan McIntyre2008-07-101-12/+12
* Improve chararray __mul__/__rmul__ test so it should fail on 64-bit machines.Alan McIntyre2008-07-101-6/+10
* Added test module for chararray.Alan McIntyre2008-07-101-0/+89
* Make doctests pass under new execution context.Alan McIntyre2008-07-092-7/+7
* Removed matrix._get_truendim (unused).Alan McIntyre2008-07-091-7/+0
* Test coverage improvements.Alan McIntyre2008-07-091-1/+28
* Updated doctest for NoseTester to reflect actual usage, and added Alan McIntyre2008-07-091-7/+14
* Use TestCase instead of NumpyTestCase.Stefan van der Walt2008-07-091-1/+1
* Fix example docstring.Stefan van der Walt2008-07-091-3/+4
* Add numpy.doc topical documentation framework.Stefan van der Walt2008-07-096-1/+35
* Fix distutils issue on AIX with aix compilers.David Cournapeau2008-07-091-1/+1
* Simplify a bit more scons scripts.David Cournapeau2008-07-095-15/+8
* Bump min version for numscons to 0.8.2.David Cournapeau2008-07-091-4/+9
* Use NumpyPythonExtension instead of DistutilsPythonExtension where possible.David Cournapeau2008-07-095-17/+10
* BUG: Make sure the Zipf results are within the allowable range.Robert Kern2008-07-091-7/+14
* Fix refleake discussed in #848. Only applied part of the patch.Travis Oliphant2008-07-081-2/+3
* Fix ref-count leak in Ticket #843Travis Oliphant2008-07-081-1/+7
* Piecewise should not expose raw memory. Closes #798.Stefan van der Walt2008-07-082-11/+54
* Example of real docstring.Stefan van der Walt2008-07-081-0/+103
* Renamed check_recarray_from_repr to test_recarray_from_repr so it can be Alan McIntyre2008-07-081-1/+1
* Return actual bools instead of 0 or 1.Robert Kern2008-07-072-14/+60
* Prepend bootstrapping include path to avoid problem with debian numpy.David Cournapeau2008-07-061-2/+2
* Remove f2py.lib from setupscons.pyDavid Cournapeau2008-07-061-2/+0
* Remove uses of set_package_path, set_local_path, restore_path, and Alan McIntyre2008-07-057-20/+3
* Removed convdtype.py as discussed on numpy-discussion list (code was intended...Alan McIntyre2008-07-051-65/+0
* Use the implicit "import numpy as np" made available to all doctests instead Alan McIntyre2008-07-0512-188/+178
* BUG: C-style /**/ comments only.Robert Kern2008-07-051-1/+1
* Correct the oldnumeric typecodes, update the tests to work on 32-bit machines...Robert Kern2008-07-033-17/+24
* Fix setup script. Exclude test that requires building from the main test suite.Robert Kern2008-07-032-2/+1
* Removing G3 f2py code. Development has moved to https://launchpad.net/f2py/Robert Kern2008-07-0343-21659/+6