aboutsummaryrefslogtreecommitdiff
path: root/lib/python/connections.h
AgeCommit message (Collapse)Author
2008-10-29better solution to add possibility to delete eSocketNotifiers,Andreas Monzner
eConsoleAppContainers in callback funktions without crash
2008-10-27add workaroundAndreas Monzner
2008-10-23fix garbage collection (Modules/gcmodule.c:380: move_unreachable: AssertionAndreas Monzner
`gc->gc.gc_refs > 0`)
2007-01-11do not call and create any python object when no python callback isAndreas Monzner
connected
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-02-21PSignal was already able to handle this without modificationsFelix Domke
2006-02-21add eConsoleAppContainer to execute shell scripts or applications from ↵Andreas Monzner
python without blocking the mainloop
2006-01-10speedupsAndreas Monzner
2005-01-24add python connectionsFelix Domke