summaryrefslogtreecommitdiff
path: root/numpy/core/defchararray.py
Commit message (Expand)AuthorAgeFilesLines
* Compress Python-side array interface to __array_interface__ attribute.Travis Oliphant2006-06-141-1/+1
* Add string (and unicode) comparison to array objects.Travis Oliphant2006-04-141-28/+28
* Fix Ticket #50 --- allow reconstruction of dumped chararrayTravis Oliphant2006-04-121-1/+2
* Changed fortran= keywords to order= keywordsTravis Oliphant2006-03-241-7/+7
* Run reindent.py (script distributed with Python) over the source to remove ex...cookedm2006-03-101-28/+28
* Fix tabs-to-spaces and unused import re: ticket #26Travis Oliphant2006-03-081-5/+4
* Fix a few more improper uses of .dtype attribute.Travis Oliphant2006-01-211-2/+2
* Fixed char.array functionTravis Oliphant2006-01-181-4/+3
* Fixed dotblas for zero-size arrays.Travis Oliphant2006-01-171-1/+1
* Fixed up usage of dtype to be consistent with new dtype objects.Travis Oliphant2006-01-171-1/+1
* Moved .dtypedescr to .dtype; .dtype->.dtype.type; .dtypestr ->.dtype.str; .dt...Travis Oliphant2006-01-151-1/+1
* Renamed module file to minimize confusion.Travis Oliphant2006-01-061-0/+339