aboutsummaryrefslogtreecommitdiff
path: root/lib/python/python.cpp
AgeCommit message (Collapse)Author
2008-10-27add support for cyclic garbage collection to eConsoleAppContainerAndreas Monzner
2008-06-21use another function to initial import mytest.py (this fixes pythonAndreas Monzner
threads)... but take care of the fact that the most enigma2 code is not thread safe.. so dont call enigma2 parts from another python thread
2008-02-14add support for cyclic garbage collection to eTimer and eSocketNotifierAndreas Monzner
class, add simpler method to set a timer callback.. or remove.. instead of timer.timeout.get().append(func).. or .remove(func)... now it is possible to do timer.callback.append(func)... timer.callback.remove(func) (the old method still works..but is now deprecated)
2007-11-15dump function name and argument tupleAndreas Monzner
2007-11-13show reasons for bsodFatalFelix Domke
2007-01-02add support for python threads (python threads are just running when the ↵Andreas Monzner
mainloop is idle) add ePythonMessagePump class for interthread communication
2006-12-19remove unneeded test object,Andreas Monzner
export windowstyle enums to python
2006-11-25python object refcount debugging code second tryAndreas Monzner
2006-11-24remove non working python refcount debugging codeAndreas Monzner
2006-11-23add PyObject refcount debugging codeAndreas Monzner
2006-07-10do not use optimized python files yetAndreas Monzner
2006-07-10add missing base class initializationAndreas Monzner
2006-04-03display bsod on exceptionFelix Domke
2006-01-26allow setting python to verbose modeFelix Domke
2006-01-18workaround redefinition of _POSIX_C_SOURCE by pyconfig.hAndreas Oberritter
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