summaryrefslogtreecommitdiff
path: root/numpy/core/_internal.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Whitespace cleanup.Stefan van der Walt2007-01-081-7/+6
* Allow order keyword to sort for sorting record arrays.Travis Oliphant2006-11-041-0/+18
* Fix so that reshape copies fewer times. Fix so that arr.ctypes.data returns t...Travis Oliphant2006-10-181-2/+2
* Fix .descr of aligned structuresTravis Oliphant2006-09-151-1/+3
* Add c_intp to ctypeslib. Add converttree to alter_code functions. Fix ctype...Travis Oliphant2006-09-071-4/+5
* Fix ambiguity of list data-type objects. Lists are always interpeted as arra...Travis Oliphant2006-08-171-1/+2
* Remove _as_parameter_ attribute from arrays and add it to the ctypes object. ...Travis Oliphant2006-08-131-5/+18
* Fix byte-order problems in comma-string formats and size-specified fields.Travis Oliphant2006-08-101-2/+27
* MADE NPY_ versions of all PyArray_ prefixes corresponding to CONSTANTS. Crea...Travis Oliphant2006-07-101-37/+33
* Fix .ctypes.strides and .ctypes.shape to return None (interpreted as NULL by ...Travis Oliphant2006-07-031-0/+12