| Commit message (Expand) | Author | Age | Files | Lines |
* | DOC: Fix typos and cosmetic issues | Martin Michlmayr | 2020-05-17 | 1 | -1/+1 |
* | MAINT: simplify code that assumes str/unicode and int/long are different type... | Eric Wieser | 2020-03-26 | 1 | -9/+9 |
* | Merge pull request #15534 from seberg/deprecate-abstract-scalar-types | Matti Picus | 2020-03-06 | 1 | -7/+11 |
|\ |
|
| * | DEP: Do not allow "abstract" dtype conversion/creation | Sebastian Berg | 2020-02-06 | 1 | -7/+11 |
* | | BUG, MAINT: Stop using the error-prone deprecated Py_UNICODE apis | Eric Wieser | 2020-02-08 | 1 | -19/+0 |
|/ |
|
* | MAINT/DOC: Remove use of old Python __builtin__, now known as builtins | Mike Taves | 2020-01-24 | 1 | -1/+1 |
* | DOC: Updating Chararry Buffer datatypes #15360 | MLK97 | 2020-01-23 | 1 | -1/+1 |
* | DOC: Updating Chararry Buffer datatypes #15360 | MLK97 | 2020-01-23 | 1 | -1/+1 |
* | [MAINT] Cleanup python2 sys.version checks | Seth Troisi | 2020-01-20 | 1 | -2/+2 |
* | MAINT: cleanup sys.version dependant code | Seth Troisi | 2020-01-12 | 1 | -16/+9 |
* | MAINT: Remove unnecessary 'from __future__ import ...' statements | Jon Dufresne | 2020-01-03 | 1 | -2/+0 |
* | Fix typos, via a Levenshtein-style corrector | Brian Wignall | 2019-12-19 | 1 | -2/+2 |
* | DOC: convert `None` to bare None or ``None`` | mattip | 2019-10-15 | 1 | -5/+5 |
* | DEP: Complete deprecation of invalid array order | Seth Troisi | 2019-09-26 | 1 | -1/+1 |
* | 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 |