summaryrefslogtreecommitdiff
path: root/weave/ext_tools.py
Commit message (Expand)AuthorAgeFilesLines
* Moved weaveTravis Oliphant2005-09-261-456/+0
* Make sure Python.h are the very first headers in auto-generated code, even be...Fernando Perez2005-06-171-3/+16
* Join code segments with newlines in between.Robert Kern2004-11-241-6/+6
* added '\\n' to separate some of the generated code better.Eric Jones2004-11-111-3/+3
* BUG: Add missing right parenthesis.prabhu2004-10-131-1/+1
* removed "file changed" print statementEric Jones2004-10-131-3/+2
* New import hooks are applied to weave. Clean up.Pearu Peterson2003-10-251-8/+0
* added setup_extension() method to ext_module to return Eric Jones2003-03-251-18/+38
* cleaned up a few examples.Eric Jones2002-10-131-1/+6
* This checkin has quite a few changes. Most are augmentations to theEric Jones2002-09-301-5/+4
* made changes necessary to .py files to use the new modified version of scxx.Eric Jones2002-09-231-1/+1
* added yet another directory into the path of intermediate files generated byEric Jones2002-09-191-10/+16
* 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-10/+4
* fixed bug where exceptions during initializing variables could causeEric Jones2002-07-091-9/+16
* 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
* major refactoring -- renamed _specification classes to _converter. Moved all...Eric Jones2002-02-141-36/+8
* adding support for instance variables and a few bug cleanupsEric Jones2002-02-141-1/+1
* added keyword arguments to blitz() so that it can handle distutils arguments ...Eric Jones2002-01-171-2/+4
* * anydbm was causing fits across platforms. Now I think it mainly had to do ...Eric Jones2002-01-131-1/+3
* renaming compiler to weaveEric Jones2002-01-031-0/+445