wxPopen.py
Wed, 28 Mar 2012 21:08:31 +0200 Edouard Tisserant More stable ProcessLogger.spin()
Wed, 15 Feb 2012 18:52:31 +0100 Edouard Tisserant More robust Logger, now resist to flooding.
Thu, 22 Oct 2009 11:27:30 +0200 greg support for passing list command to ProcessLogger
Mon, 19 Oct 2009 16:03:46 +0200 laurent Bugs with logger and stand-alone PluginRoot fixed
Tue, 28 Jul 2009 17:43:19 +0200 laurent Adding support for internationalization
Wed, 03 Sep 2008 17:28:17 +0200 etisserant Improved debug data feedback.
Mon, 01 Sep 2008 14:40:51 +0200 greg add call to join method for stdout/stderr threads
Tue, 26 Aug 2008 15:31:09 +0200 greg remove import signal in beremiz.py
Fri, 22 Aug 2008 15:30:09 +0200 etisserant Now, Beremiz launch Beremiz_service at startup, with a one-time workin dir
Mon, 23 Jun 2008 16:06:20 +0200 etisserant Try to fix strange wxPopen behavior. Feedback appreciated.
Sat, 24 May 2008 15:55:19 +0200 etisserant Fixed killing app on Linux in wxPopen. Do not use shell anymore. Command line is splitted into args, taking care of double and simple cotes. To be tested on win32.
Fri, 23 May 2008 19:33:17 +0200 etisserant still enhancing Linux behavior of wxPopen
Fri, 23 May 2008 18:47:32 +0200 etisserant Tried to fix Linux behaviour of wxPopen.py
Tue, 11 Mar 2008 12:44:02 +0100 greg fixed short process wainting bug. Seems wait() fail when process already finisshed... TO BE CONFIRMED.
Tue, 11 Mar 2008 10:38:12 +0100 greg fixed subprocess launching on linux (avoid use of undefied self.startupinfo and use use Shell=True (bash will split arguments))
Tue, 26 Feb 2008 15:04:12 +0100 etisserant Re-enabled stderr
Mon, 25 Feb 2008 16:59:28 +0100 greg fixed display/hide console when launch external programs
Sun, 24 Feb 2008 02:06:42 +0100 etisserant Fixed way apps are launched in parralel with single log window... Tested in win32 only.
Mon, 28 Jan 2008 20:06:22 +0100 etisserant Added right aligment of parameteres blocks
Mon, 10 Dec 2007 17:05:36 +0100 etisserant Some window related enhancements
Fri, 16 Nov 2007 17:40:18 +0100 lbessard Improve wxPopen to be compatible with wx2.6 and higher
Thu, 20 Sep 2007 17:32:52 +0200 etisserant Enhanced and really multi-platform process logging. Use wxProcess and wxExecute instead of python popen3 (unix only).