summaryrefslogtreecommitdiff
path: root/weave/conversion_code.py
Commit message (Expand)AuthorAgeFilesLines
* major rewrite of weave.Eric Jones2002-09-121-337/+0
* adding support for instance variables and a few bug cleanupsEric Jones2002-02-141-2/+2
* removed template code from use for scalar conversions. Template versions wer...Eric Jones2002-02-131-123/+1
* changed converter class method calls to be handled through macros. This wil...Eric Jones2002-01-171-99/+114
* further changes to make class versions of converters workEric Jones2002-01-171-0/+9
* converted most conversion routines to be class methods so that exceptions won...Eric Jones2002-01-171-105/+125
* error in variable nameEric Jones2002-01-171-1/+1
* added keyword arguments to blitz() so that it can handle distutils arguments ...Eric Jones2002-01-171-2/+8
* * conversion_to_int and py_to_int now both throw TypeError, but conversion_to_inEric Jones2002-01-141-1/+1
* consolidating much of the C++ code for converting variables into a single fil...Eric Jones2002-01-131-0/+409