summaryrefslogtreecommitdiff
path: root/numpy/core/_internal.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Convert docstrings to reflect change to floating-point defaults.Travis Oliphant2006-07-031-2/+11
* Add _as_parameter_ method so arrays can be used directly as ctypesTravis Oliphant2006-07-021-1/+1
* Fix up failing tests.Travis Oliphant2006-07-021-2/+2
* Remove dependency on _internal.py from pickles. Clean up Py_ssize_t usage. A...Travis Oliphant2006-07-021-2/+41
* Add a version number to pickles of ndarray and dtype.cookedm2006-06-101-0/+4
* Fix ticket #102 and a few other 1-field descriptions.Travis Oliphant2006-05-091-2/+2
* Changed the C-API by making the a.flags object a builtin object for speed. A...Travis Oliphant2006-03-151-150/+1
* Fixed segfault on multiarray import in install directory. Now, it just raise...Travis Oliphant2006-03-121-3/+6
* Run reindent.py (script distributed with Python) over the source to remove ex...cookedm2006-03-101-12/+12
* Run tabnanny over the code, and replace uses of tab for indentation with spacescookedm2006-03-101-2/+2
* Check for duplicate field names. Change .arrdescr --> .descr and .subdescr -...Travis Oliphant2006-01-251-3/+3
* Moved .dtypedescr to .dtype; .dtype->.dtype.type; .dtypestr ->.dtype.str; .dt...Travis Oliphant2006-01-151-7/+7
* Added new feature to .view method so that if the argument is a sub-type of th...Travis Oliphant2006-01-061-15/+1
* rename sub-packagesTravis Oliphant2006-01-041-0/+327