]> git.llucax.com Git - software/pymin.git/history - pymin/procman.py
Change ProcessInfo.running to a read-only property.
[software/pymin.git] / pymin / procman.py
2008-05-21 Leandro LucarellaChange ProcessInfo.running to a read-only property.
2008-05-21 Leandro LucarellaAdd an example of process waiting to testcase.
2008-05-21 Leandro LucarellaCall wait() on the Popen object instead of the ProcessI...
2008-05-21 Leandro LucarellaImprove procman testcase.
2008-05-21 Leandro LucarellaTidy procman.ProcessInfo constructor related arguments.
2008-01-02 Leandro LucarellaBugfix: replace __ALL__ with the correct __all__.
2007-12-27 Leandro LucarellaAdd logging support to procman module.
2007-12-27 Leandro LucarellaMerge branch 'procman'
2007-12-24 Leandro LucarellaMerge branch 'master' of git.llucax.com.ar:/var/lib...
2007-11-18 Leandro LucarellaBugfix: set the catched signal to None *after* calling...
2007-11-18 Leandro LucarellaAdd ProcessManager.restart() method to block until...
2007-11-15 Leandro LucarellaBugfix: raise a KeyError, don't return it.
2007-11-15 Leandro LucarellaBugfix: call ProcessInfo.stop() in the right way (witho...
2007-11-15 Leandro LucarellaBugfix: use self instead of an unbinded pi object when...
2007-11-13 Leandro LucarellaRemove unused ProcessInfo.last_return attribute.
2007-11-13 Leandro LucarellaBugfix: use correct module for simbol ECHILD.
2007-11-13 Leandro LucarellaAdd a global ProcessManager instance and functions...
2007-11-13 Leandro LucarellaMerge branch 'procman' of baryon.com.ar:/home/luca...
2007-11-13 Leandro LucarellaReplace time.sleep() for signal.pause() in the ProcessM...
2007-11-13 Leandro LucarellaImprove ProcessManager to manage registerable named...
2007-11-13 Leandro LucarellaAdd a ProcessManager class to manage processes.
2007-11-12 Leandro LucarellaImprove ProcessManager to manage registerable named...
2007-11-12 Leandro LucarellaAdd a ProcessManager class to manage processes.