| Commit message (Expand) | Author | Age | Files | Lines |
* | MAINT: Fix some pyflakes warnings in numpy/core/*.py | Charles Harris | 2015-07-05 | 1 | -11/+12 |
* | STY: PEP8 fixes for numpy/core/*.py | Charles Harris | 2015-07-05 | 1 | -8/+7 |
* | DOC: Fix docstring warnings in documetation generation. | Charles Harris | 2015-07-01 | 1 | -1/+1 |
* | BUG: Fixed slicing of chararrays on Python 3. | Erik M. Bray | 2015-06-22 | 1 | -1/+3 |
* | DOC : do not abuse enum markup | Thomas A Caswell | 2014-12-12 | 1 | -6/+6 |
* | DOC: np.char.startswith checks a prefix, not a suffix | Lars Buitinck | 2013-08-01 | 1 | -1/+1 |
* | MAINT: adept divisions for truedivide | Sebastian Berg | 2013-05-31 | 1 | -2/+2 |
* | MAINT: Remove unneeded version checks. | Charles Harris | 2013-04-24 | 1 | -346/+242 |
* | 2to3: Apply the `numliterals` fixer and skip the `long` fixer. | Charles Harris | 2013-04-13 | 1 | -1/+1 |
* | 2to3: Apply `print` fixer. | Charles Harris | 2013-04-06 | 1 | -1/+1 |
* | 2to3: Use absolute imports. | Charles Harris | 2013-03-28 | 1 | -4/+4 |
* | 2to3: Put `from __future__ import division in every python file. | Charles Harris | 2013-03-01 | 1 | -0/+1 |
* | DOC: merge wiki edits for chararray. Thanks to Tim Cera. | Ralf Gommers | 2012-07-07 | 1 | -41/+73 |
* | BUG: fix regression for indexing chararrays with empty list. Closes #1948. | Ralf Gommers | 2012-04-07 | 1 | -1/+1 |
* | DOC: merge wiki doc edits. | Ralf Gommers | 2012-03-03 | 1 | -3/+8 |
* | STY: Update exception style, easy ones. | Charles Harris | 2011-04-05 | 1 | -4/+4 |
* | DOC: fix some reST errors in core/defchararray.py | Ralf Gommers | 2011-03-15 | 1 | -6/+6 |
* | 3K: ENH: make defchararray work on Py3, and make its tests Py3 compliant | Pauli Virtanen | 2010-02-20 | 1 | -1/+17 |
* | 3K: BUG: core: fix some bytes/str issues in defchararray.py | Pauli Virtanen | 2010-02-20 | 1 | -2/+4 |
* | updated docstrings from pydoc website (thanks to everyone who contributed!) | Jarrod Millman | 2010-02-17 | 1 | -9/+74 |
* | fixed a whole bunch of doctests | Paul Ivanov | 2009-12-28 | 1 | -17/+19 |
* | 3K: core: make defchararray to import | Pauli Virtanen | 2009-12-06 | 1 | -1/+4 |
* | first set of checkins from the doc editor | Jarrod Millman | 2009-11-13 | 1 | -89/+185 |
* | Fix types in docstrings | mdroe | 2009-10-26 | 1 | -82/+83 |
* | Fix coercion of unicode object to chararray | mdroe | 2009-10-14 | 1 | -1/+1 |
* | Remove 'format' altogether, since I don't think I'll be implementing it any t... | mdroe | 2009-10-14 | 1 | -4/+4 |
* | Fix oops in last commit. Committed some experimental things I shouldn't have... | mdroe | 2009-10-14 | 1 | -1/+0 |
* | Fix Unicode object -> chararray conversion on narrow Python builds | mdroe | 2009-10-14 | 1 | -0/+32 |
* | Update defchararray.__all__ so that the documentation editor will pick up its... | mdroe | 2009-10-13 | 1 | -1/+11 |
* | BUG: non ascii character in docstring. | David Cournapeau | 2009-10-13 | 1 | -1/+1 |
* | Minor docstring correction. | mdroe | 2009-10-12 | 1 | -4/+4 |
* | Many improvements to chararray. Fixes Trac bugs 1199, 856, 855, 1231, 1235, ... | mdroe | 2009-10-12 | 1 | -541/+2261 |
* | Docstring update: core | Pauli Virtanen | 2009-10-02 | 1 | -8/+461 |
* | Allow c in dtype for charray (#917). | David Cournapeau | 2009-03-02 | 1 | -1/+1 |
* | Import documentation from doc wiki (part 2, work-in-progress docstrings, but ... | Pauli Virtanen | 2008-10-28 | 1 | -0/+14 |
* | using faster string methods rather than deprecated string module | Jarrod Millman | 2007-10-29 | 1 | -1/+1 |
* | Whitespace cleanup. | Stefan van der Walt | 2007-01-08 | 1 | -6/+6 |
* | Fix ticket #408 --- chararray problem with argsort | Travis Oliphant | 2006-12-23 | 1 | -0/+3 |
* | Fix shuffle and chararray printing for empty strings. | Travis Oliphant | 2006-12-09 | 1 | -1/+1 |
* | Fix startswith operation on character arrays. | Stefan van der Walt | 2006-11-20 | 1 | -1/+1 |
* | Strip characters from chararrays during comparision | Travis Oliphant | 2006-08-14 | 1 | -3/+26 |
* | Fix silly mistake in chararray. | Travis Oliphant | 2006-08-11 | 1 | -0/+1 |
* | Strip white-space on element retrieval | Travis Oliphant | 2006-08-03 | 1 | -30/+6 |
* | Fix rstrip for character arrays (ticket #222). | Stefan van der Walt | 2006-08-02 | 1 | -2/+1 |
* | Remove clash of string module and string numpy object by renaming string scal... | Travis Oliphant | 2006-07-28 | 1 | -7/+7 |
* | Compress Python-side array interface to __array_interface__ attribute. | Travis Oliphant | 2006-06-14 | 1 | -1/+1 |
* | Add string (and unicode) comparison to array objects. | Travis Oliphant | 2006-04-14 | 1 | -28/+28 |
* | Fix Ticket #50 --- allow reconstruction of dumped chararray | Travis Oliphant | 2006-04-12 | 1 | -1/+2 |
* | Changed fortran= keywords to order= keywords | Travis Oliphant | 2006-03-24 | 1 | -7/+7 |
* | Run reindent.py (script distributed with Python) over the source to remove ex... | cookedm | 2006-03-10 | 1 | -28/+28 |