summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Testing SPARC alignment.Charles Harris2008-07-201-0/+2
* BUG: Allow longs as well as ints to satisfy Win64.Robert Kern2008-07-201-1/+1
* Fix some errors in C99 tests. Skip tests failing on Sparc64Pauli Virtanen2008-07-191-14/+15
* Add tests for complex functions: test against Python's cmath, check the branc...Pauli Virtanen2008-07-191-3/+256
* Fix arccosh branch cut. Remove one unnecessary operation from nc_asinh.Pauli Virtanen2008-07-191-5/+5
* Comment out extension option since it is not used at present.Alan McIntyre2008-07-191-1/+1
* Instead of importing nose plugins, use the existing list of classes that Alan McIntyre2008-07-191-7/+16
* Fix other reference count leak pointed out in #848 due to missing DECREF for ...Travis Oliphant2008-07-191-9/+20
* Generate headers in the right place for inplace builds.Robert Kern2008-07-193-12/+28
* Comment cleanup.Alan McIntyre2008-07-182-5/+4
* Use a subclass of the nose doctest plugin instead of monkeypatching the built...Alan McIntyre2008-07-182-186/+324
* * added .torecords(), to convert a masked array to a flexible array with fiel...pierregm2008-07-182-0/+57
* * fixed a pb with printing flexible ndarrays with subdtypespierregm2008-07-181-1/+5
* Add numpy.doc.jargon entry.Stefan van der Walt2008-07-171-0/+9
* FOR BUILDBOT: More unsavory workarounds for Sparc64. Change back when we've f...Robert Kern2008-07-172-2/+2
* FOR BUILDBOT: Change the test to make sure the double is aligned to a reasona...Robert Kern2008-07-171-1/+1
* testutilspierregm2008-07-175-64/+170
* Remove blank line.Charles Harris2008-07-161-1/+0
* Fix ticket #849. Thanks to Michael Abbott.Charles Harris2008-07-161-4/+9
* Coding style cleanups.Charles Harris2008-07-161-69/+125
* Fix ticket #837. Avoid infinite loop in fromfile/fromstring by ensuring that ...Pauli Virtanen2008-07-162-7/+37
* Fix ticket #850. Thanks to Michael Abbott for the patch.Charles Harris2008-07-161-2/+2
* Coding style cleanup. Replace hard tabs with spaces.Charles Harris2008-07-162-17/+28
* Deprecate PyArray_As2D.Charles Harris2008-07-161-0/+4
* Added the measure function to utils.py in support of SciPy tests.Alan McIntyre2008-07-161-0/+19
* Added isfunction and decorate_methods in support of SciPy switching to Alan McIntyre2008-07-151-1/+37
* Add place-holder for doc.glossary.Stefan van der Walt2008-07-151-0/+9
* Reset doctest.master on each test run to avoid messages about "'__main__' in ...Alan McIntyre2008-07-151-0/+4
* Make deprecation messages more informative.Charles Harris2008-07-142-12/+6
* Make use of assert_raises from numpy.testing, and added run_module_suite to s...Alan McIntyre2008-07-141-3/+5
* Added tests for eigenvalue/vector functions for Hermitian matrices..Alan McIntyre2008-07-141-0/+55
* 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