| Commit message (Expand) | Author | Age | Files | Lines |
* | ENH: Radix sort | Hameer Abbasi | 2019-05-11 | 1 | -1/+1 |
* | DOC: reduce warnings when building, reword, tweak doc building | mattip | 2019-02-28 | 1 | -1/+1 |
* | MAINT: addressing review comments | Tyler Reddy | 2018-12-14 | 1 | -1/+1 |
* | MAINT: address several reviewer comments | Tyler Reddy | 2018-12-14 | 1 | -1/+1 |
* | TST, DOC: enable refguide_check | Tyler Reddy | 2018-12-14 | 1 | -39/+23 |
* | ENH: set correct __module__ for objects in numpy's public API | Stephan Hoyer | 2018-11-13 | 1 | -0/+2 |
* | MAINT: set preferred __module__ for numpy functions | Stephan Hoyer | 2018-10-23 | 1 | -1/+6 |
* | Spelling | Stephan Hoyer | 2018-10-12 | 1 | -2/+2 |
* | ENH: __array_function__ for np.core.defchararray | Stephan Hoyer | 2018-10-11 | 1 | -0/+149 |
* | ENH: don't show boolean dtype, as it is implied | Eric Wieser | 2017-11-13 | 1 | -2/+2 |
* | DOC: fix minor docstring typos | CJ Carey | 2017-03-17 | 1 | -2/+2 |
* | MAINT: Other cleanup Python < 2.7 and Python3 < 3.4 | Alexandr Shadchin | 2016-12-09 | 1 | -11/+1 |
* | DOC: change Numpy to NumPy in dosctrings and comments | Pierre de Buyl | 2016-09-06 | 1 | -7/+7 |
* | 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 |