aboutsummaryrefslogtreecommitdiff
path: root/lib/python/python.cpp
AgeCommit message (Collapse)Author
2006-01-10add a dummy class to debug python refcounting (add entrys of TestObj to your ↵Andreas Monzner
tuple or list) include <lib/python/python.h> and use New_TestObj to create a testobject..
2005-09-03 - beautified network cursor, added 'selected' argument to __call__Felix Domke
2005-09-02 - ignore non-int returns on callsFelix Domke
2005-09-02 - add ePython::call return support (only int)Felix Domke
2005-01-20 - redraw now in idleFelix Domke
- mainloop called from python (could be changed) - clock components manages timer - timer usuable from python
2005-01-18first version of PythonSignals - need to be finalized a bit, but work basicallyFelix Domke
2004-10-01 - add python, missing guiFelix Domke
- remove console (needs to be rewritten anyway) - eString -> std::string