summaryrefslogtreecommitdiff
path: root/numpy/core/records.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixes when fielddict is NoneTravis Oliphant2006-10-301-2/+2
* Add test for recent fixes to recarray setattr. Replace sb.ndarray with globa...Travis Oliphant2006-10-291-22/+31
* Fix the inability of record arrays to be able to set field data by setting th...Travis Oliphant2006-10-291-4/+15
* Fix ticket #322Travis Oliphant2006-10-051-2/+3
* Fix ticket #320Travis Oliphant2006-10-051-1/+1
* Use .view in-place of astype in rec.array when new dtype is given.Travis Oliphant2006-10-051-8/+4
* Fix #317 typo.Travis Oliphant2006-10-051-1/+1
* Fix so that rec.array copies by default.Travis Oliphant2006-10-051-6/+17
* Fix issue #313. Also make sure shape attribute of dtype object always return...Travis Oliphant2006-10-051-4/+15
* Fix typo.Travis Oliphant2006-10-031-1/+1
* Allow lists to work with rec.array using fromrecords.py. But, tuples are the...Travis Oliphant2006-10-031-1/+1
* Convert to arrays earlier.Travis Oliphant2006-10-031-3/+3
* Use sb.array to handle the array interface.Travis Oliphant2006-10-021-6/+7
* Fix ticket #308 by sending more than just ndarray to fromarray. Also, allow ...Travis Oliphant2006-10-021-4/+14
* Fix ambiguity of list data-type objects. Lists are always interpeted as arra...Travis Oliphant2006-08-171-1/+5
* Fix record class so that it returns chararrays and record arrays as needed as...Travis Oliphant2006-08-111-2/+10
* Fix ticket #202Travis Oliphant2006-07-251-1/+1
* Fix up rec.array when dtype and formats are both None for cases that support ...Travis Oliphant2006-07-191-6/+15
* Fix casting of signed ints to unsigned ints and Change aligned=0 to aligned=F...Travis Oliphant2006-07-111-5/+5
* Fix so formats as dtype is not accepted.Travis Oliphant2006-07-111-41/+25
* Alter order of records.py keyword arguments and allow dtype= keyword or forma...Travis Oliphant2006-07-111-68/+65
* Add the dtype= keyword to records.py functionsTravis Oliphant2006-07-111-5/+14
* Add dtype= keyword to functions for record arrays so that pre-built descripto...Travis Oliphant2006-07-111-26/+65
* Make third argument to recarray.__new__ a keyword.Travis Oliphant2006-07-111-1/+1
* MADE NPY_ versions of all PyArray_ prefixes corresponding to CONSTANTS. Crea...Travis Oliphant2006-07-101-4/+5