summaryrefslogtreecommitdiff
path: root/numpy/core/defchararray.py
Commit message (Expand)AuthorAgeFilesLines
* DOC: Clarify that `np.char.compare_chararrays` returns an `ndarray`Bas van Beek2020-08-091-12/+12
* DOC: Fix typos and cosmetic issuesMartin Michlmayr2020-05-171-1/+1
* MAINT: simplify code that assumes str/unicode and int/long are different type...Eric Wieser2020-03-261-9/+9
* Merge pull request #15534 from seberg/deprecate-abstract-scalar-typesMatti Picus2020-03-061-7/+11
|\
| * DEP: Do not allow "abstract" dtype conversion/creationSebastian Berg2020-02-061-7/+11
* | BUG, MAINT: Stop using the error-prone deprecated Py_UNICODE apisEric Wieser2020-02-081-19/+0
|/
* MAINT/DOC: Remove use of old Python __builtin__, now known as builtinsMike Taves2020-01-241-1/+1
* DOC: Updating Chararry Buffer datatypes #15360MLK972020-01-231-1/+1
* DOC: Updating Chararry Buffer datatypes #15360MLK972020-01-231-1/+1
* [MAINT] Cleanup python2 sys.version checksSeth Troisi2020-01-201-2/+2
* MAINT: cleanup sys.version dependant codeSeth Troisi2020-01-121-16/+9
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* Fix typos, via a Levenshtein-style correctorBrian Wignall2019-12-191-2/+2
* DOC: convert `None` to bare None or ``None``mattip2019-10-151-5/+5
* DEP: Complete deprecation of invalid array orderSeth Troisi2019-09-261-1/+1
* ENH: Radix sortHameer Abbasi2019-05-111-1/+1
* DOC: reduce warnings when building, reword, tweak doc buildingmattip2019-02-281-1/+1
* MAINT: addressing review commentsTyler Reddy2018-12-141-1/+1
* MAINT: address several reviewer commentsTyler Reddy2018-12-141-1/+1
* TST, DOC: enable refguide_checkTyler Reddy2018-12-141-39/+23
* ENH: set correct __module__ for objects in numpy's public APIStephan Hoyer2018-11-131-0/+2
* MAINT: set preferred __module__ for numpy functionsStephan Hoyer2018-10-231-1/+6
* SpellingStephan Hoyer2018-10-121-2/+2
* ENH: __array_function__ for np.core.defchararrayStephan Hoyer2018-10-111-0/+149
* ENH: don't show boolean dtype, as it is impliedEric Wieser2017-11-131-2/+2
* DOC: fix minor docstring typosCJ Carey2017-03-171-2/+2
* MAINT: Other cleanup Python < 2.7 and Python3 < 3.4Alexandr Shadchin2016-12-091-11/+1
* DOC: change Numpy to NumPy in dosctrings and commentsPierre de Buyl2016-09-061-7/+7
* 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