summaryrefslogtreecommitdiff
path: root/numpy/core/src/arrayobject.c
Commit message (Expand)AuthorAgeFilesLines
* Fix ticket #1080 and add regression test. Do some small cleanup in the process.Charles Harris2009-04-091-8/+16
* BUG: Fix #1061.David Cournapeau2009-03-231-3/+32
* Revert "Fix wrong formatting: Py_ssize_t vs npy_intp."David Cournapeau2009-03-131-1/+1
* Fix wrong formatting: Py_ssize_t vs npy_intp.David Cournapeau2009-03-121-1/+1
* More unsigned comparison warning fixes.David Cournapeau2009-03-091-1/+1
* Apply patch from ticket #1040 fixing some 64 bit issues. Thanks toCharles Harris2009-03-081-49/+40
* Coding style cleanup. Remove trailing whitespace.Charles Harris2009-03-051-3/+5
* Minor changes to DEV_README + fix to a 64-bit issue.Travis Oliphant2009-03-041-6/+6
* Change indentation of switch statements.Charles Harris2009-02-201-473/+473
* Coding style cleanups.Charles Harris2009-02-201-940/+1166
* Coding style cleanups.Charles Harris2009-02-191-146/+193
* Coding style cleanups.Charles Harris2009-02-191-373/+493
* Coding style cleanups.Charles Harris2009-02-181-374/+520
* Coding style cleanups.Charles Harris2009-02-181-639/+911
* Add multiple-field access by making a copy of the array and filling with the ...Travis Oliphant2009-02-121-1/+29
* Fix missing initializers warnings.David Cournapeau2008-10-081-66/+145
* Use NPY_UNUSED in numpy.core sources.David Cournapeau2008-10-081-9/+9
* Fix ticket #925Travis Oliphant2008-10-031-0/+69
* Revert r5698, r5699, and r5702 until build problems are fixed.Charles Harris2008-08-271-3/+0
* Add a trunc function in umath module.David Cournapeau2008-08-251-0/+3
* reverting C-API change from r5626Jarrod Millman2008-08-221-7/+6
* Fix ticket #674.Travis Oliphant2008-08-101-2/+5
* *Full recompile needed*: changed the name of hasobject structure member to f...Travis Oliphant2008-08-101-6/+7
* Fix ticket #877 along with other bugs not yet reported for data-types with ti...Travis Oliphant2008-08-061-2/+11
* Fix ticket #850. Thanks to Michael Abbott for the patch.Charles Harris2008-07-161-2/+2
* Make deprecation messages more informative.Charles Harris2008-07-141-8/+4
* Move DEPRECATE macro to ndarrayobject.h.Charles Harris2008-07-131-6/+0
* 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-121-7/+8
* Coding style cleanups.Charles Harris2008-07-121-12/+15
* Fix missing return value, closes ticket #813.Charles Harris2008-06-071-6/+7
* Fix more in ticket #791.Travis Oliphant2008-06-051-16/+33
* Fix regression in dtype='c' array creation.Charles Harris2008-05-261-2/+3
* Merge OBJECT_API and MULTIARRAY_API as NUMPY_API.Charles Harris2008-05-241-71/+71
* Add PyArray_CompareString to multiarray_api instead ofCharles Harris2008-05-221-1/+1
* Add PyArray_CompareString to the API.Charles Harris2008-05-221-1/+1
* Fix bug reported on SciPy mailing list which arose when the results of a broa...Travis Oliphant2008-05-221-4/+14
* Fix the logic testing for potential problems with array subclasses.Travis Oliphant2008-05-211-13/+8
* Fix the unit tests and eliminate the dimensionality reduction assumption for ...Travis Oliphant2008-05-151-1/+29
* Fix ticket #791.Travis Oliphant2008-05-131-1/+1
* * Make matrices return 1-dimensional array on item selection for 1.2\n * Rem...Travis Oliphant2008-05-071-8/+13
* Code style cleanups.Charles Harris2008-04-281-61/+98
* Code style cleanups and fix for ticket #743.Charles Harris2008-04-261-221/+265
* Code style cleanups.Charles Harris2008-04-261-141/+214
* Some cleanupsCharles Harris2008-04-251-11/+20
* Fix ticket #736.Charles Harris2008-04-251-6/+3
* Coding style cleanups.Charles Harris2008-04-251-89/+189
* Cleanup white space, fix a spelling, align some comments.Charles Harris2008-04-181-95/+95
* Fix up swap choice for FillWithScalar.Travis Oliphant2008-04-141-1/+1