| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2009-01-27 | fixes for python 2.6 by Moritz Venn | ghost | |
| 2008-06-21 | use another function to initial import mytest.py (this fixes python | Andreas 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-14 | add support for cyclic garbage collection to eTimer and eSocketNotifier | Andreas 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) | |||
| 2008-02-13 | include Python.h before all other header files | Andreas Monzner | |
| 2006-12-19 | remove unneeded test object, | Andreas Monzner | |
| export windowstyle enums to python | |||
| 2006-12-19 | some python import cleanups | Andreas Monzner | |
| lesser swig overhead | |||
| 2006-12-14 | add possibility to get a dict with transponderdata for servicerefs | Andreas Monzner | |
| 2006-11-26 | more python refcount debugging stuff | Andreas Monzner | |
| 2006-11-25 | python object refcount debugging code second try | Andreas Monzner | |
| 2006-11-24 | remove non working python refcount debugging code | Andreas Monzner | |
| 2006-11-23 | add PyObject refcount debugging code | Andreas Monzner | |
| 2006-01-10 | add 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-02 | - add ePython::call return support (only int) | Felix Domke | |
| 2005-01-18 | first version of PythonSignals - need to be finalized a bit, but work basically | Felix Domke | |
| 2004-10-01 | - add python, missing gui | Felix Domke | |
| - remove console (needs to be rewritten anyway) - eString -> std::string | |||
