summaryrefslogtreecommitdiff
path: root/numpy/core/defchararray.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Fix some pyflakes warnings in numpy/core/*.pyCharles Harris2015-07-051-11/+12
* STY: PEP8 fixes for numpy/core/*.pyCharles Harris2015-07-051-8/+7
* DOC: Fix docstring warnings in documetation generation.Charles Harris2015-07-011-1/+1
* BUG: Fixed slicing of chararrays on Python 3.Erik M. Bray2015-06-221-1/+3
* DOC : do not abuse enum markupThomas A Caswell2014-12-121-6/+6
* DOC: np.char.startswith checks a prefix, not a suffixLars Buitinck2013-08-011-1/+1
* MAINT: adept divisions for truedivideSebastian Berg2013-05-311-2/+2
* MAINT: Remove unneeded version checks.Charles Harris2013-04-241-346/+242
* 2to3: Apply the `numliterals` fixer and skip the `long` fixer.Charles Harris2013-04-131-1/+1
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Use absolute imports.Charles Harris2013-03-281-4/+4
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+1
* DOC: merge wiki edits for chararray. Thanks to Tim Cera.Ralf Gommers2012-07-071-41/+73
* BUG: fix regression for indexing chararrays with empty list. Closes #1948.Ralf Gommers2012-04-071-1/+1
* DOC: merge wiki doc edits.Ralf Gommers2012-03-031-3/+8
* STY: Update exception style, easy ones.Charles Harris2011-04-051-4/+4
* DOC: fix some reST errors in core/defchararray.pyRalf Gommers2011-03-151-6/+6
* 3K: ENH: make defchararray work on Py3, and make its tests Py3 compliantPauli Virtanen2010-02-201-1/+17
* 3K: BUG: core: fix some bytes/str issues in defchararray.pyPauli Virtanen2010-02-201-2/+4
* updated docstrings from pydoc website (thanks to everyone who contributed!)Jarrod Millman2010-02-171-9/+74
* fixed a whole bunch of doctestsPaul Ivanov2009-12-281-17/+19
* 3K: core: make defchararray to importPauli Virtanen2009-12-061-1/+4
* 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