summaryrefslogtreecommitdiff
path: root/weave/tests
Commit message (Expand)AuthorAgeFilesLines
* More changes to get rid of whrandom usage.Travis Oliphant2004-10-061-13/+13
* New import hooks are applied to weave. Clean up.Pearu Peterson2003-10-2515-599/+305
* Changed assert to show why check_add_function_ordered test fails (using Pytho...Pearu Peterson2003-09-241-1/+1
* Moved code in swigptr.c into a python string, swigptr.swigptr_code. This mak...Eric Jones2003-03-072-2/+2
* Fixed bug in test of compiler type that was recently inserted.Eric Jones2003-01-041-31/+60
* removed py::number from a test as it is no longer used by weave.Eric Jones2002-10-111-8/+6
* This checkin marks a fairly substantial change in the C++ classes forEric Jones2002-10-105-722/+1730
* This checkin has quite a few changes. Most are augmentations to theEric Jones2002-09-303-28/+308
* added speed test for list access and casting operations.Eric Jones2002-09-291-0/+53
* added casting to int float double and std::string for py::object.Eric Jones2002-09-291-1/+82
* callable is no longer a separate converter class. It is now handled byEric Jones2002-09-291-4/+46
* converted setItem to set_item in a test scriptEric Jones2002-09-291-5/+5
* cleaned up DOS line endingsEric Jones2002-09-281-0/+289
* made changes necessary to .py files to use the new modified version of scxx.Eric Jones2002-09-232-21/+21
* test_c_spec now tests both msvc and gcc on windows for most of all of theEric Jones2002-09-211-146/+237
* added a catchall converter that converts all items not caught by otherEric Jones2002-09-185-8/+8
* major rewrite of weave.Eric Jones2002-09-128-821/+649
* fixed bug in test. an error was being thrown with the void value returned by...Eric Jones2002-06-061-2/+2
* improved how error is thrown in testEric Jones2002-04-111-1/+2
* fixed a test that was broken. The test also points out that exceptions can b...Eric Jones2002-04-111-4/+5
* Changed == None to is NoneTravis Oliphant2002-04-051-2/+2
* Fixed random buglets.Travis Oliphant2002-04-054-4/+4
* r1array and r2array converted to atleast_1d and atleast_2dEric Jones2002-04-035-8/+8
* Changed references to fastumath to scipy_base.fastumathTravis Oliphant2002-03-304-4/+4
* major overhaul to testing framework. module_xxx.test() now takes a 'level' a...Eric Jones2002-02-1914-96/+119
* changed references to scipy.scipy_test to scipy_test.Eric Jones2002-02-194-7/+7
* major refactoring -- renamed _specification classes to _converter. Moved all...Eric Jones2002-02-147-76/+76
* added a few tests to catch problems in sequence conversionsEric Jones2002-01-221-0/+36
* fixed error introduced in last changeEric Jones2002-01-171-1/+1
* slightly changed output from one testEric Jones2002-01-171-1/+2
* turned off verbosity in blitz tests so that testing didn't spew so much stuff.Eric Jones2002-01-171-1/+1
* added keyword arguments to blitz() so that it can handle distutils arguments ...Eric Jones2002-01-172-8/+10
* added test for checking whether conversion exceptions are working correctly i...Eric Jones2002-01-141-0/+55
* made local copy of move_file to circumvent bug in distutils version. It is n...Eric Jones2002-01-131-6/+76
* distutils move_file has bug -- no global name errno. back to using rename...Eric Jones2002-01-131-2/+4
* * anydbm was causing fits across platforms. Now I think it mainly had to do ...Eric Jones2002-01-132-33/+39
* fixed a bug in __init__.py that prevente dscipy.weave.test() from working.Eric Jones2002-01-123-132/+34
* fixed problem with detecting existing catalogs found on Sun, but likely to oc...Eric Jones2002-01-072-4/+4
* fixed a few more issues with removing 'from scipy import *'Eric Jones2002-01-071-11/+9
* got rid of from catalog import * in test code that forced restarts for testin...Eric Jones2002-01-071-14/+17
* Sun version of anydbm (and maybe others) croaked whenever db's were opened wi...Eric Jones2002-01-061-1/+2
* converted all files (hopefully) from DOS style line endings to UNIX style lin...Eric Jones2002-01-053-3/+15
* changed import of fastumath as "optional" with a try/except clause. This all...Eric Jones2002-01-051-1/+5
* changed tempdir to gettempdir(). fixed bug introduced in latest testing frenzyEric Jones2002-01-042-9/+9
* fixed catalog test so that it would work if mutliple people were testing at s...Eric Jones2002-01-041-1/+1
* fixed minor bugsEric Jones2002-01-032-3/+3
* removed an import * at function level because 2.2 complains about itEric Jones2002-01-031-1/+1
* moved test file creation to the temp directory so that it doesn't try to crea...Eric Jones2002-01-032-10/+7
* more renaming of compiler to weaveEric Jones2002-01-031-0/+0
* more changes of names from compiler to weaveEric Jones2002-01-031-1/+1