summaryrefslogtreecommitdiff
path: root/scipy/base/chararray.py
Commit message (Expand)AuthorAgeFilesLines
* Moved scipy directory to numpyTravis Oliphant2006-01-041-341/+0
* Fixed problems revealed by pychecker.Travis Oliphant2005-12-301-1/+1
* Added string initialization conversion to chararray.Travis Oliphant2005-12-291-10/+18
* Fixed up chararray a bit.Travis Oliphant2005-12-291-14/+19
* Changed .toscalar() method to .item()Travis Oliphant2005-12-261-2/+2
* Added newbyteorder methods.Travis Oliphant2005-12-141-2/+3
* Removed swap paramterTravis Oliphant2005-12-141-5/+4
* Fixed so swapped record arrays get converted properly.Travis Oliphant2005-12-131-8/+8
* Fixed array pickle to handle subclasses.Travis Oliphant2005-12-131-12/+11
* Fixtype branch tests level 1 pass.Travis Oliphant2005-12-051-3/+4
* Improvements to chararray.Travis Oliphant2005-11-301-27/+36
* Fixed up ndchararray a bit. Fixed up use of registered data types.Travis Oliphant2005-11-301-126/+163
* Added some macros and function for accessing ndarrayTravis Oliphant2005-11-291-16/+34
* Improvements to multiter and flatiter types -- give them a few attributesTravis Oliphant2005-11-221-23/+67
* Fixed up unicode scalar object issues. Started character array sub-class.Travis Oliphant2005-11-221-1115/+146
* Cleaned up memmap.py and made it available. Started with chararray.Travis Oliphant2005-11-221-56/+11
* Altered flexible types so that NotImplemented is raised in case another type ...Travis Oliphant2005-11-021-0/+1234