summaryrefslogtreecommitdiff
path: root/numpy/core/records.py
Commit message (Expand)AuthorAgeFilesLines
* STY: PEP8 fixes for numpy/core/*.pyCharles Harris2015-07-051-16/+16
* DOC: Update docs.Gabor Kovacs2015-06-211-3/+2
* BUG: automatically convert recarray dtype to np.recordAllan Haldane2015-06-191-26/+18
* BUG: Further fixes to record and recarray getitem/getattrErik M. Bray2015-06-011-4/+13
* BUG: recarray __repr__ gives inaccurate representationAllan Haldane2015-01-301-3/+22
* BUG: Fix recarray getattr and getindex return typesAllan Haldane2015-01-261-24/+35
* Merge pull request #5483 from ahaldane/dtype_showtypeCharles Harris2015-01-241-0/+12
|\
| * ENH: Show subclass type in dtype repr and str of structured arraysAllan Haldane2015-01-241-0/+12
* | DOC: improve record/structured array nomenclature & guideAllan Haldane2015-01-221-4/+4
|/
* Fix issue with fromarrays not correctly determining a format string for unico...Erik M. Bray2014-10-311-7/+3
* Replacing list with generator compherensionYuval Langer2014-10-271-1/+1
* MAINT: Apply 2to3 idioms fixer.Charles Harris2013-05-021-1/+1
* 2to3: Apply types fixer.Charles Harris2013-04-141-7/+7
* 2to3: Apply the `numliterals` fixer and skip the `long` fixer.Charles Harris2013-04-131-1/+1
* 2to3: Apply `repr` fixer.Charles Harris2013-04-081-2/+2
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Apply `imports` fixer.Charles Harris2013-04-021-2/+2
* 2to3: Use absolute imports.Charles Harris2013-03-281-4/+4
* 2to3: Replace xrange by range and use list(range(...)) where neededCharles Harris2013-03-271-2/+2
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+2
* 2to3: Apply `raise` fixes. Closes #3077.Charles Harris2013-03-011-1/+1
* STY: Fix up some two line old-style exceptions.Charles Harris2011-04-051-6/+6
* STY: Update exception styles, trickier ones.Charles Harris2011-04-051-6/+6
* STY: Update exception style, easy ones.Charles Harris2011-04-051-4/+4
* ENH: core: add order= argument to recarray __new__Mark Wiebe2010-11-201-3/+5
* DOC: merge wiki edits for module core.rgommers2010-06-021-2/+2
* 3K: core: fix one str/bytes issue in records.pyPauli Virtanen2010-02-201-2/+3
* fixed a whole bunch of doctestsPaul Ivanov2009-12-281-1/+1
* 3K: core: replace StringType in records.py by strPauli Virtanen2009-12-061-1/+1
* 3K: rename compat.isfile to isfileobj to avoid confusion with os.pathPauli Virtanen2009-12-061-2/+5
* first set of checkins from the doc editorJarrod Millman2009-11-131-5/+6
* * fixed rec.fromrecords for an explicit dtype with an object field (bug #1283)pierregm2009-11-101-20/+19
* Docstring update: corePauli Virtanen2009-10-021-19/+48
* * fixing view to recognize dtype and type parameters, for consistency with re...pierregm2008-09-191-10/+16
* ran reindentJarrod Millman2008-08-081-2/+2
* Merge from documentation editor.Stefan van der Walt2008-08-051-12/+128
* Update doctests to use the implicit "import numpy as np" made available to al...Alan McIntyre2008-07-021-2/+4
* Update doctests to use the implicit "import numpy as np" made available Alan McIntyre2008-07-021-8/+6
* Fix ticket #390.Charles Harris2008-06-291-0/+4
* Added "import numpy as N", and adjusted whitespace to allow doctests to run c...Alan McIntyre2008-06-231-1/+3
* ran reindentJarrod Millman2008-02-081-9/+9
* Improve docstringsTravis Oliphant2007-12-281-0/+55
* ran reindent.py to clean up whitespaceJarrod Millman2007-10-291-1/+1
* Fix record assignment (based on a patch by Sameer DCosta).Stefan van der Walt2007-08-211-6/+5
* Fix problem with records with object elements and add pretty-printing to reco...Travis Oliphant2007-05-151-4/+18
* Change recarray attribute getting to return a view using the class instead of...Travis Oliphant2007-05-091-1/+1
* remove unneeded semi-colon, add missing import, whitespace cleanupsTim Leslie2007-04-131-13/+14
* Fix numpy.core.records doctests.Stefan van der Walt2007-02-181-18/+21
* Whitespace cleanup.Stefan van der Walt2007-01-081-22/+22
* Fix auto-naming in records.pyTravis Oliphant2006-11-041-5/+6