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