summaryrefslogtreecommitdiff
path: root/weave/inline_tools.py
Commit message (Expand)AuthorAgeFilesLines
* Moved weaveTravis Oliphant2005-09-261-452/+0
* Replace non-descript 'None' or 'unix' printed message when recompiling with a...Fernando Perez2005-06-171-3/+5
* typo fixes and OSX fixesRobert Kern2004-09-301-2/+2
* New import hooks are applied to weave. Clean up.Pearu Peterson2003-10-251-11/+0
* fixed a headers = None --> headers = [] bugEric Jones2002-10-121-0/+14
* This checkin has quite a few changes. Most are augmentations to theEric Jones2002-09-301-9/+8
* added a catchall converter that converts all items not caught by otherEric Jones2002-09-181-2/+2
* major rewrite of weave.Eric Jones2002-09-121-3/+3
* r1array and r2array converted to atleast_1d and atleast_2dEric Jones2002-04-031-2/+2
* major overhaul to testing framework. module_xxx.test() now takes a 'level' a...Eric Jones2002-02-191-4/+4
* several bug fixes for problems introduced in renaming of classesEric Jones2002-02-141-8/+8
* major refactoring -- renamed _specification classes to _converter. Moved all...Eric Jones2002-02-141-0/+1
* several issues with tuple,dict,and list conversions were solved. Also, NameE...Eric Jones2002-01-221-3/+14
* added keyword arguments to blitz() so that it can handle distutils arguments ...Eric Jones2002-01-171-4/+9
* * conversion_to_int and py_to_int now both throw TypeError, but conversion_to_inEric Jones2002-01-141-103/+19
* * anydbm was causing fits across platforms. Now I think it mainly had to do ...Eric Jones2002-01-131-3/+4
* changed inline() args so that arg_names defaults to an empty list. THis allo...Eric Jones2002-01-041-3/+4
* renaming compiler to weaveEric Jones2002-01-031-0/+513