summaryrefslogtreecommitdiff
path: root/scipy/base/_internal.py
Commit message (Expand)AuthorAgeFilesLines
* Moved scipy directory to numpyTravis Oliphant2006-01-041-327/+0
* Fixed problems revealed by pychecker.Travis Oliphant2005-12-301-1/+1
* Clean up more swap references.Travis Oliphant2005-12-151-18/+0
* Removed swap paramterTravis Oliphant2005-12-141-27/+9
* Fixed error. Added byteorder attribute and allow byte-order prefix in string...Travis Oliphant2005-12-141-4/+5
* Added string processing to dtypedescr repetoireTravis Oliphant2005-12-141-0/+59
* Improved VOID_getitem and VOID_setitem when there are fields. Fixed arange s...Travis Oliphant2005-12-131-30/+48
* Fixed array pickle to handle subclasses.Travis Oliphant2005-12-131-1/+4
* Fixing records.pyTravis Oliphant2005-12-071-4/+3
* A few bug-fixes to descr-handling code.Travis Oliphant2005-12-071-9/+9
* Added __array_descr__ protocol (export) support.Travis Oliphant2005-12-071-5/+47
* Comment fixes..Travis Oliphant2005-12-061-0/+5
* Added handling of output of fields returned from dtypedescr to constructor. ...Travis Oliphant2005-12-061-1/+4
* Field specification possible with two-kinds of dictionariesTravis Oliphant2005-12-061-1/+46
* Added more attribute access to flags object.Travis Oliphant2005-10-311-0/+50
* Allow flags dictionary attribute accessTravis Oliphant2005-10-311-0/+50
* Fixed remainder to behaved like Python.Travis Oliphant2005-10-121-1/+4
* Fixed remaining problems with casting buffer sizes..Travis Oliphant2005-10-051-4/+4
* Several fixes.Travis Oliphant2005-10-031-0/+4
* Added two to TEST_COMMITTravis Oliphant2005-09-301-0/+3
* improving a.flagsTravis Oliphant2005-09-291-2/+2
* Updated flags attribute to special dictionary.Travis Oliphant2005-09-291-5/+7
* Updated flags attribute to special dictionary.Travis Oliphant2005-09-291-3/+47
* a.flags returns fancy array-connected dictionary.Travis Oliphant2005-09-291-0/+32