summaryrefslogtreecommitdiff
path: root/numpy/core/_internal.py
Commit message (Expand)AuthorAgeFilesLines
* 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