summaryrefslogtreecommitdiff
path: root/numpy/core/_internal.py
Commit message (Expand)AuthorAgeFilesLines
* BUG: revert view safety checksAllan Haldane2015-10-261-124/+13
* MAINT: Speedup field access by removing unneeded safety checks (1/3)Allan Haldane2015-10-181-40/+14
* BUG: Add void field at end of dtype.descr to match itemsizeSebastian Berg2015-09-251-0/+4
* ENH: add shares_memory, implement may_share_memory using itPauli Virtanen2015-08-291-0/+4
* MAINT: allow '?' in structured dtype commastring specificationAllan Haldane2015-07-201-1/+1
* MAINT: Fix some pyflakes warnings in numpy/core/*.pyCharles Harris2015-07-051-4/+1
* STY: PEP8 fixes for numpy/core/*.pyCharles Harris2015-07-051-19/+22
* ENH: simplify field indexing of structured arraysAllan Haldane2015-06-171-26/+49
* ENH: structured datatype safety checksAllan Haldane2015-06-051-0/+168
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-3/+3
* MAINT: Fixup more dictionary fixer fixes.Charles Harris2013-04-071-3/+3
* 2to3: apply `dict` fixer.Charles Harris2013-04-061-4/+4
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Use absolute imports.Charles Harris2013-03-281-6/+6
* 2to3: Replace xrange by range and use list(range(...)) where neededCharles Harris2013-03-271-1/+1
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-2/+7
* Merge pull request #376 from cgohlke/patch-2Ondřej Čertík2012-09-021-1/+1
|\
| * Allow long numbers in numpy.rec.array formats stringcgohlke2012-08-061-1/+1
* | FIX: simplify the import statementOndřej Čertík2012-08-311-2/+1
* | Fix returned copyJay Bourque2012-08-311-1/+5
|/
* Call view object's copy methodjayvius2012-07-171-2/+1
* fix previous commit to return copy of view instead of viewjayvius2012-07-171-13/+4
* Add ability to get view when selecting subset of fields.jayvius2012-07-171-0/+7
* ENH: Change datetime64 to use c_metadata instead of metadataMark Wiebe2012-05-101-3/+0
* Merge branch 'deprecate_array_field_access'Mark Wiebe2011-07-261-45/+27
|\
| * STY: Remove trailing whitespaceMark Wiebe2011-07-261-1/+1
| * STY: Updates for pull request feedback from Chuck and BenMark Wiebe2011-07-201-1/+5
| * BUG: dtype: comma-list dtype formats didn't accept M8[] parameterized dtypesMark Wiebe2011-07-191-46/+24
* | BUG: datetime: Various fixes for datetime arrays.Ben Walsh2011-07-191-2/+5
|/
* ENH: dtype-struct: Ensure alignment of nested struct dtypesMark Wiebe2011-06-221-3/+3
* ENH: Reimplement datetime dtype string parser (with error checking)Mark Wiebe2011-05-191-30/+0
* ENH: Changes (and tests) to allow exporting half-floats through the buffer in...Eli Stevens2011-04-021-0/+2
* DEP: change behavior of out-of-order selection of recarray fields by name.Ralf Gommers2011-03-231-7/+1
* DEP: deprecate behavior for out-of-order field indexing of recarrays. See #1431.rgommers2010-08-141-3/+10
* ENH: core: improve the way trailing padding is dealed with in PEP 3118 format...Pauli Virtanen2010-04-041-11/+58
* ENH: core: improve parsing of byte order from PEP 3118 format stringsPauli Virtanen2010-04-041-6/+11
* ENH: core: improve PEP 3118 parser's alignment handlingPauli Virtanen2010-04-041-12/+46
* BUG: core: fix bugs in PEP 3118 format string parsingPauli Virtanen2010-04-041-6/+6
* ENH: core: better support for native vs. standard sizes and alignments in the...Pauli Virtanen2010-02-211-10/+59
* 3K: ENH: core: support BOOL and VOID better in PEP 3118 buffersPauli Virtanen2010-02-211-3/+7
* ENH: core: add some support routines needed for consuming PEP 3118 buffersPauli Virtanen2010-02-201-0/+122
* 3K: core: sort using the key= methodPauli Virtanen2010-02-201-1/+1
* 3K: core: everything should be Bytes in _internal.pyPauli Virtanen2009-12-061-43/+43
* Fix bug in array descriptor conversion when third argument to record array is...Travis Oliphant2009-09-231-1/+1
* Datetime branch compiles and all numpy tests pass. Ready to be merged back t...Travis Oliphant2009-08-281-1/+2
* Intermediate check-in of results.Travis Oliphant2009-08-251-0/+1
* Add date-time parsing and printingTravis Oliphant2009-06-161-1/+35
* Add multiple-field access by making a copy of the array and filling with the ...Travis Oliphant2009-02-121-0/+19
* Fix printing of complicated dtypes.Travis Oliphant2008-02-271-1/+6
* Remove import multiarray from top of _internal.pyTravis Oliphant2007-05-231-1/+4