Update of /cvsroot/pure-data/externals/grill/py In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16551
Modified Files: readme.txt Log Message: __str__ method for pyext, to enable print self calls python-like dotted module.function syntax multiply inlets for py (hot and cold inlets) enable symbol binding for all callables (not only functions and methods) enable optimization of Python code in reease build _isthreaded is now a data member instead of a method compiler flag to exclude DSP objects some ASSERTs for explicitly created pyext classes (should be runtime checks i guess) cleaned up float vs. int pyext tags more safety for calls where association python-pd has already been removed open editor for module file on "edit" message (or click) let _inlets and _outlets default to 0
Index: readme.txt =================================================================== RCS file: /cvsroot/pure-data/externals/grill/py/readme.txt,v retrieving revision 1.42 retrieving revision 1.43 diff -C2 -d -r1.42 -r1.43 *** readme.txt 20 Sep 2005 20:50:40 -0000 1.42 --- readme.txt 21 Sep 2005 10:52:33 -0000 1.43 *************** *** 103,106 **** --- 103,111 ---- - ADD: open module file in editor on "edit" message (or shift-click (PD) or double click (Max)) - FIX: _inlets and _outlets default to 0 if not given + - ADD: enable optimization of Python code in reease build + - CHG: _isthreaded is now a data member instead of a method + - FIX: more safety for calls where association python-pd has already been removed + - ADD: __str__ method for pyext, to enable print self calls + - CHG: enable symbol binding for all callables (not only functions and methods)
0.2.0: