summaryrefslogtreecommitdiff
path: root/numpy/core/defchararray.py
Commit message (Expand)AuthorAgeFilesLines
* using faster string methods rather than deprecated string moduleJarrod Millman2007-10-291-1/+1
* Whitespace cleanup.Stefan van der Walt2007-01-081-6/+6
* Fix ticket #408 --- chararray problem with argsortTravis Oliphant2006-12-231-0/+3
* Fix shuffle and chararray printing for empty strings.Travis Oliphant2006-12-091-1/+1
* Fix startswith operation on character arrays.Stefan van der Walt2006-11-201-1/+1
* Strip characters from chararrays during comparisionTravis Oliphant2006-08-141-3/+26
* Fix silly mistake in chararray.Travis Oliphant2006-08-111-0/+1
* Strip white-space on element retrievalTravis Oliphant2006-08-031-30/+6
* Fix rstrip for character arrays (ticket #222).Stefan van der Walt2006-08-021-2/+1
* Remove clash of string module and string numpy object by renaming string scal...Travis Oliphant2006-07-281-7/+7
* 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