aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins/SystemPlugins/OldSoftwareUpdate/plugin.py
AgeCommit message (Collapse)Author
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-07-22cleanup some importsAndreas Monzner
2006-12-19some python import cleanupsAndreas Monzner
lesser swig overhead
2006-03-05plugin api change: Plugins() and main functions must receive (and possibly ↵Felix Domke
ignore) keyword arguments
2006-02-25fix typoStefan Pluecken
2006-02-25readd old software update to ensure update capability for faulty software ↵Stefan Pluecken
conditions