summaryrefslogtreecommitdiff
path: root/numpy/core/_internal.py
Commit message (Expand)AuthorAgeFilesLines
* Fix .ctypes.strides and .ctypes.shape to return None (interpreted as NULL by ...Travis Oliphant2006-07-031-0/+12
* Convert docstrings to reflect change to floating-point defaults.Travis Oliphant2006-07-031-2/+11
* Add _as_parameter_ method so arrays can be used directly as ctypesTravis Oliphant2006-07-021-1/+1
* Fix up failing tests.Travis Oliphant2006-07-021-2/+2
* Remove dependency on _internal.py from pickles. Clean up Py_ssize_t usage. A...Travis Oliphant2006-07-021-2/+41
* Add a version number to pickles of ndarray and dtype.cookedm2006-06-101-0/+4
* Fix ticket #102 and a few other 1-field descriptions.Travis Oliphant2006-05-091-2/+2
* Changed the C-API by making the a.flags object a builtin object for speed. A...Travis Oliphant2006-03-151-150/+1
* Fixed segfault on multiarray import in install directory. Now, it just raise...Travis Oliphant2006-03-121-3/+6
* Run reindent.py (script distributed with Python) over the source to remove ex...cookedm2006-03-101-12/+12
* Run tabnanny over the code, and replace uses of tab for indentation with spacescookedm2006-03-101-2/+2
* Check for duplicate field names. Change .arrdescr --> .descr and .subdescr -...Travis Oliphant2006-01-251-3/+3
* Moved .dtypedescr to .dtype; .dtype->.dtype.type; .dtypestr ->.dtype.str; .dt...Travis Oliphant2006-01-151-7/+7
* Added new feature to .view method so that if the argument is a sub-type of th...Travis Oliphant2006-01-061-15/+1
* rename sub-packagesTravis Oliphant2006-01-041-0/+327