summaryrefslogtreecommitdiff
path: root/numpy/lib/src/_compiled_base.c
Commit message (Expand)AuthorAgeFilesLines
* BUG: Make interp handle 'right' keyword correctly. Add check for emptyCharles Harris2010-05-241-35/+36
* ENH: Remove some unused variable warnings.Charles Harris2010-04-251-4/+3
* ENH: get rid of #warning directives, either by fixing the issue or changing t...Pauli Virtanen2010-04-041-3/+3
* BUG: fix #1387. Raise ValueError for empty input to bincount.David Cournapeau2010-02-021-0/+5
* 3K: lib: module init for _compiled_basePauli Virtanen2009-12-061-4/+31
* 3K: lib: fix PyString issues in _compiled_base -- may need revisingPauli Virtanen2009-12-061-4/+10
* ENH: Fix some more uninitialized vars.David Cournapeau2009-09-161-1/+1
* Replace string exception "multiarray.error" exposed by multiarray moduleCharles Harris2009-06-061-4/+6
* Replace ValueError by TypeError in appropriate places.Charles Harris2009-06-031-2/+2
* Remove unused reference to MultiArrayError.Charles Harris2009-06-031-3/+3
* Remove string exceptions.Charles Harris2009-06-031-45/+65
* Initial style cleanup of _compiled_base.cCharles Harris2009-06-021-381/+462
* Move (un)packbits docstrings to add_newdocs.py. Fix typos.Pauli Virtanen2009-02-141-31/+2
* More add_newdocs entries, and make add_newdoc capable of adding docs also to ...Pauli Virtanen2009-02-141-20/+31
* Tag unused variables in numpy.lib C code.David Cournapeau2008-10-081-9/+9
* And add bincount to error message.Charles Harris2008-03-191-1/+1
* More typo fixing.Charles Harris2008-03-191-7/+7
* Fix histogram references in arr_bincount.Charles Harris2008-03-191-14/+15
* Fix whitespace and compiler warning. _compiled_base.c is full of ugly code andCharles Harris2008-02-101-28/+32
* Merge the lib_for_io branch back into the trunk.Travis Oliphant2007-12-301-1/+271
|\
| * Create a branch for io work in NumPyTravis Oliphant2007-12-151-590/+0
|/
* Fix ticket #572: memory leak in _insert for 0-d input.Travis Oliphant2007-09-201-0/+1
* Fix whitespace to conform to Python 3000 convention.Stefan van der Walt2007-08-211-205/+205
* Add interp to numpy.lib adapted from arrayfns. Add an unfinished arrayfns co...Travis Oliphant2007-04-021-2/+126
* Py_OptimizeFlag is available from Python.hTravis Oliphant2006-07-311-1/+0
* Don't add docstrings in add_newdoc if run with -OOTravis Oliphant2006-07-311-0/+7
* Apply npy_ and NPY_ prefixes to all C-API names that don't already have PyArr...Travis Oliphant2006-07-081-4/+4
* Cast to double instead of float in digitize.Stefan van der Walt2006-06-301-2/+2
* Make import_array and import_ufunc MACROS again.Travis Oliphant2006-06-201-2/+2
* Add missing Py_INCREF to fix ticket #95Travis Oliphant2006-05-091-0/+1
* Make ext module typespecs to use PyMODINIT_FUNC that is essential for mingw32...Pearu Peterson2006-04-241-1/+1
* Don't raise fatal errors on load.Travis Oliphant2006-01-241-4/+2
* Fixed up PyArray_FromAny and friends for API --- recompile extensions...Travis Oliphant2006-01-191-2/+2
* Add a few more docstrings using add_docstring.Travis Oliphant2006-01-051-0/+7
* More numpy fixes...Travis Oliphant2006-01-041-2/+2
* Changed all references to scipy to numpyTravis Oliphant2006-01-041-3/+3
* Moving things..Travis Oliphant2006-01-041-0/+453