summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove svn number from 1.0b1 versionv1.0b1Travis Oliphant2006-07-211-10/+11
* Change version of 1.0b1 tagTravis Oliphant2006-07-211-1/+1
* Change version number.Travis Oliphant2006-07-211-1/+1
* Change c-api to 1.0Travis Oliphant2006-07-211-1/+1
* Fix memory leak and Fix segfault on Python2.3 by disabling threading.Travis Oliphant2006-07-212-9/+28
* Fix up segfault problem in #196Travis Oliphant2006-07-211-0/+13
* Rename test.Stefan van der Walt2006-07-211-1/+1
* Use StringIO instead of TempFile. Add two more tests.Stefan van der Walt2006-07-211-5/+21
* Add regression tests so they get loaded.Travis Oliphant2006-07-211-0/+1
* Update tests.Travis Oliphant2006-07-211-0/+4
* Keep valgrind happy: assign values to memory before using.Stefan van der Walt2006-07-211-1/+1
* Test for #194.Stefan van der Walt2006-07-211-3/+3
* Fix so that broadcast copy and broadcast cast do not allow the broadcasted re...Travis Oliphant2006-07-211-0/+18
* Fix spelling of 'threshold'.Stefan van der Walt2006-07-201-5/+5
* Remove unused names from __all__ in arrayprint.Stefan van der Walt2006-07-201-2/+1
* Add explicit imports patch in #193Travis Oliphant2006-07-201-16/+44
* Fixed a memory-leak in EnsureArray. Added __array_priority__ to array scalar...Travis Oliphant2006-07-205-18/+25
* Add more regression tests from recent tickets.Stefan van der Walt2006-07-201-1/+25
* Make sure we deal with null bytes appropriate when getting a random stream of...Robert Kern2006-07-203-5317/+5318
* Fixed spelling of type object to be consistent with rest of code.Stefan van der Walt2006-07-201-1/+1
* Change file reading and writing to call file object instead of using PyFile_F...Travis Oliphant2006-07-202-8/+4
* Add more documentation. Fix #99Travis Oliphant2006-07-202-4/+8
* Clean up docstrings.Travis Oliphant2006-07-203-15/+54
* Fix ticket #192Travis Oliphant2006-07-201-6/+8
* More regression tests from tickets.Stefan van der Walt2006-07-191-2/+133
* Remove TODO.txtTravis Oliphant2006-07-191-9/+0
* Add more regression tests, provided by Albert Strasheim.Stefan van der Walt2006-07-191-2/+77
* Apply patch for unique from #154Travis Oliphant2006-07-192-11/+30
* Fix-up optimization for assignment. Fix threading one more time.Travis Oliphant2006-07-192-8/+8
* Don't release GIL for casting involving extended data-types.Travis Oliphant2006-07-191-4/+4
* Fix up rec.array when dtype and formats are both None for cases that support ...Travis Oliphant2006-07-193-12/+42
* Improve creation of object arrays when dtype=object is specified.Travis Oliphant2006-07-192-6/+91
* Fix a couple of issues with object matricesTravis Oliphant2006-07-192-5/+2
* add some more docstringscookedm2006-07-183-2/+33
* Fix sub-classing of matrices..Travis Oliphant2006-07-181-1/+1
* Fix pickling of dtype objects with hasobject set so hasobject gets set on un-...Travis Oliphant2006-07-181-3/+33
* Add GIL-releases to tofile method.Travis Oliphant2006-07-181-6/+17
* Fix ticket #175Travis Oliphant2006-07-181-1/+1
* Fixed order of DECREF and END_THREADSTravis Oliphant2006-07-181-2/+1
* Fix FORTRANORDER support in tostring for discontiguous arrays.Travis Oliphant2006-07-181-1/+12
* Added PyArray_ToString to C-API and made default .tostring() method return C-...Travis Oliphant2006-07-184-9/+21
* Regression tests from previous tickets.Stefan van der Walt2006-07-181-0/+56
* Change so that WITH_THREAD is used in a define statementTravis Oliphant2006-07-181-4/+4
* Fix ticket #178 which was an error whenever multiple buffers needed to be use...Travis Oliphant2006-07-184-6/+12
* Fix to example.Travis Oliphant2006-07-181-1/+1
* Add test that scalar types work (i.e., scalartype(number) == number)cookedm2006-07-181-0/+5
* fix small typocookedm2006-07-181-3/+3
* Fix-up usage of NPY_ALLOW_THREADS. Default is now WITH_THREAD but an environ...Travis Oliphant2006-07-1810-127/+174
* Make sure generated C-API uses new names.Travis Oliphant2006-07-187-84/+86
* Allow threads at several places in the code.Travis Oliphant2006-07-187-25/+87