summaryrefslogtreecommitdiff
path: root/numpy/core/defchararray.py
Commit message (Expand)AuthorAgeFilesLines
* first set of checkins from the doc editorJarrod Millman2009-11-131-89/+185
* Fix types in docstringsmdroe2009-10-261-82/+83
* Fix coercion of unicode object to chararraymdroe2009-10-141-1/+1
* Remove 'format' altogether, since I don't think I'll be implementing it any t...mdroe2009-10-141-4/+4
* Fix oops in last commit. Committed some experimental things I shouldn't have...mdroe2009-10-141-1/+0
* Fix Unicode object -> chararray conversion on narrow Python buildsmdroe2009-10-141-0/+32
* Update defchararray.__all__ so that the documentation editor will pick up its...mdroe2009-10-131-1/+11
* BUG: non ascii character in docstring.David Cournapeau2009-10-131-1/+1
* Minor docstring correction.mdroe2009-10-121-4/+4
* Many improvements to chararray. Fixes Trac bugs 1199, 856, 855, 1231, 1235, ...mdroe2009-10-121-541/+2261
* Docstring update: corePauli Virtanen2009-10-021-8/+461
* Allow c in dtype for charray (#917).David Cournapeau2009-03-021-1/+1
* Import documentation from doc wiki (part 2, work-in-progress docstrings, but ...Pauli Virtanen2008-10-281-0/+14
* 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