summaryrefslogtreecommitdiff
path: root/numpy/core/src
Commit message (Expand)AuthorAgeFilesLines
* Fix ticket #674.Travis Oliphant2008-08-101-2/+5
* *Full recompile needed*: changed the name of hasobject structure member to f...Travis Oliphant2008-08-102-14/+15
* Fix ticket #877 along with other bugs not yet reported for data-types with ti...Travis Oliphant2008-08-063-2/+15
* Fix method list sentinel in sortmodule.David Cournapeau2008-08-031-1/+1
* Revert r5470.Charles Harris2008-07-201-8/+2
* Fix _SIGN macros for MSVC compilers. Test.Charles Harris2008-07-201-3/+3
* Fix ticket #794.Charles Harris2008-07-201-2/+8
* Fix arccosh branch cut. Remove one unnecessary operation from nc_asinh.Pauli Virtanen2008-07-191-5/+5
* Fix other reference count leak pointed out in #848 due to missing DECREF for ...Travis Oliphant2008-07-191-9/+20
* Fix ticket #837. Avoid infinite loop in fromfile/fromstring by ensuring that ...Pauli Virtanen2008-07-161-7/+26
* 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
* Make deprecation messages more informative.Charles Harris2008-07-142-12/+6
* Move DEPRECATE macro to ndarrayobject.h.Charles Harris2008-07-132-6/+6
* 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-121-0/+1
* 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
* 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
* BUG: C-style /**/ comments only.Robert Kern2008-07-051-1/+1
* Test #825 fix.Charles Harris2008-06-261-27/+38
* Basic reindentation.Charles Harris2008-06-241-1724/+1780
* Code style cleanups.Charles Harris2008-06-241-125/+174
* Small code cleanup.Charles Harris2008-06-221-14/+18
* Move umath docstrings to a separate file. Make the automatic ufunc signature ...Pauli Virtanen2008-06-081-1/+1
* Fix missing return value, closes ticket #813.Charles Harris2008-06-071-6/+7
* Fix more in ticket #791.Travis Oliphant2008-06-052-29/+35
* Use memmove when memory areas can overlap.Travis Oliphant2008-05-291-2/+2
* Fix regression in dtype='c' array creation.Charles Harris2008-05-261-2/+3
* Define copy_string to memcpy. Closes ticket #666.Charles Harris2008-05-241-29/+21
* Merge OBJECT_API and MULTIARRAY_API as NUMPY_API.Charles Harris2008-05-245-169/+169
* 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-222-4/+30
* Fix ticket #789 again.Travis Oliphant2008-05-221-10/+2
* Remove trailing space.David Cournapeau2008-05-221-8/+8
* Fix #789 by Alan Mcintyre.David Cournapeau2008-05-221-1/+10
* 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-132-5/+5
* Use EquivTypes instead of equality testing for data-type comparison.Travis Oliphant2008-05-111-1/+1