Thread: [Pysys-commits] SF.net SVN: pysys:[506] trunk/pysys
Brought to you by:
ben-spiller,
moraygrieve
From: <mor...@us...> - 2012-09-26 19:04:04
|
Revision: 506 http://pysys.svn.sourceforge.net/pysys/?rev=506&view=rev Author: moraygrieve Date: 2012-09-26 19:03:55 +0000 (Wed, 26 Sep 2012) Log Message: ----------- More changes to support migration to Python 3 Modified Paths: -------------- trunk/pysys/utils/filereplace.py trunk/pysys/xml/project.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mor...@us...> - 2012-09-26 19:52:39
|
Revision: 509 http://pysys.svn.sourceforge.net/pysys/?rev=509&view=rev Author: moraygrieve Date: 2012-09-26 19:52:33 +0000 (Wed, 26 Sep 2012) Log Message: ----------- More support for moving to Python 3 Modified Paths: -------------- trunk/pysys/basetest.py trunk/pysys/launcher/__init__.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mor...@us...> - 2012-09-29 21:18:58
|
Revision: 511 http://pysys.svn.sourceforge.net/pysys/?rev=511&view=rev Author: moraygrieve Date: 2012-09-29 21:18:52 +0000 (Sat, 29 Sep 2012) Log Message: ----------- Use str.strip, rather than string.strip(str) Modified Paths: -------------- trunk/pysys/baserunner.py trunk/pysys/utils/filediff.py trunk/pysys/utils/filegrep.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mor...@us...> - 2012-10-03 08:04:07
|
Revision: 526 http://pysys.svn.sourceforge.net/pysys/?rev=526&view=rev Author: moraygrieve Date: 2012-10-03 08:03:56 +0000 (Wed, 03 Oct 2012) Log Message: ----------- Licence text Modified Paths: -------------- trunk/pysys/__init__.py trunk/pysys/baserunner.py trunk/pysys/basetest.py trunk/pysys/constants.py trunk/pysys/exceptions.py trunk/pysys/launcher/__init__.py trunk/pysys/launcher/console.py trunk/pysys/manual/__init__.py trunk/pysys/manual/ui.py trunk/pysys/process/__init__.py trunk/pysys/process/plat-unix/helper.py trunk/pysys/process/plat-unix/monitor.py trunk/pysys/process/plat-win32/helper.py trunk/pysys/process/plat-win32/monitor.py trunk/pysys/process/user.py trunk/pysys/unit/__init__.py trunk/pysys/unit/pyunit.py trunk/pysys/utils/__init__.py trunk/pysys/utils/filecopy.py trunk/pysys/utils/filediff.py trunk/pysys/utils/filegrep.py trunk/pysys/utils/filereplace.py trunk/pysys/utils/fileunzip.py trunk/pysys/utils/linecount.py trunk/pysys/utils/loader.py trunk/pysys/utils/smtpserver.py trunk/pysys/utils/threadpool.py trunk/pysys/writer/__init__.py trunk/pysys/xml/__init__.py trunk/pysys/xml/descriptor.py trunk/pysys/xml/manual.py trunk/pysys/xml/project.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mar...@us...> - 2012-10-11 16:05:17
|
Revision: 546 http://pysys.svn.sourceforge.net/pysys/?rev=546&view=rev Author: markhorsburgh Date: 2012-10-11 16:05:06 +0000 (Thu, 11 Oct 2012) Log Message: ----------- Change comparisons with None to use the is operator for consistency with PEP 8 Modified Paths: -------------- trunk/pysys/baserunner.py trunk/pysys/basetest.py trunk/pysys/constants.py trunk/pysys/launcher/__init__.py trunk/pysys/process/plat-unix/helper.py trunk/pysys/process/plat-win32/helper.py trunk/pysys/process/user.py trunk/pysys/utils/filediff.py trunk/pysys/utils/filegrep.py trunk/pysys/xml/project.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mar...@us...> - 2012-10-12 16:31:36
|
Revision: 547 http://pysys.svn.sourceforge.net/pysys/?rev=547&view=rev Author: markhorsburgh Date: 2012-10-12 16:31:30 +0000 (Fri, 12 Oct 2012) Log Message: ----------- Grammar corrections Modified Paths: -------------- trunk/pysys/basetest.py trunk/pysys/process/plat-unix/helper.py trunk/pysys/process/plat-win32/helper.py trunk/pysys/process/user.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mor...@us...> - 2012-10-13 08:17:55
|
Revision: 548 http://pysys.svn.sourceforge.net/pysys/?rev=548&view=rev Author: moraygrieve Date: 2012-10-13 08:17:49 +0000 (Sat, 13 Oct 2012) Log Message: ----------- Use is not None Modified Paths: -------------- trunk/pysys/launcher/console.py trunk/pysys/process/plat-unix/helper.py trunk/pysys/process/plat-win32/helper.py trunk/pysys/utils/filegrep.py trunk/pysys/writer/__init__.py trunk/pysys/xml/project.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mar...@us...> - 2013-06-07 13:21:01
|
Revision: 611 http://sourceforge.net/p/pysys/code/611 Author: markhorsburgh Date: 2013-06-07 13:20:58 +0000 (Fri, 07 Jun 2013) Log Message: ----------- Add a timeout parameter to process.stop() and default it to 10 seconds rather than the previous 0.5 seconds Modified Paths: -------------- trunk/pysys/constants.py trunk/pysys/process/plat-unix/helper.py trunk/pysys/process/plat-win32/helper.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mor...@us...> - 2013-06-16 06:52:24
|
Revision: 615 http://sourceforge.net/p/pysys/code/615 Author: moraygrieve Date: 2013-06-16 06:52:22 +0000 (Sun, 16 Jun 2013) Log Message: ----------- Update for 2013 Modified Paths: -------------- trunk/pysys/__init__.py trunk/pysys/baserunner.py trunk/pysys/basetest.py trunk/pysys/constants.py trunk/pysys/exceptions.py trunk/pysys/launcher/__init__.py trunk/pysys/launcher/console.py trunk/pysys/manual/__init__.py trunk/pysys/manual/ui.py trunk/pysys/process/__init__.py trunk/pysys/process/plat-unix/helper.py trunk/pysys/process/plat-unix/monitor.py trunk/pysys/process/plat-win32/helper.py trunk/pysys/process/plat-win32/monitor.py trunk/pysys/process/user.py trunk/pysys/unit/__init__.py trunk/pysys/unit/pyunit.py trunk/pysys/utils/__init__.py trunk/pysys/utils/allocport.py trunk/pysys/utils/filecopy.py trunk/pysys/utils/filediff.py trunk/pysys/utils/filegrep.py trunk/pysys/utils/filereplace.py trunk/pysys/utils/fileunzip.py trunk/pysys/utils/linecount.py trunk/pysys/utils/loader.py trunk/pysys/utils/smtpserver.py trunk/pysys/utils/threadpool.py trunk/pysys/writer/__init__.py trunk/pysys/xml/__init__.py trunk/pysys/xml/descriptor.py trunk/pysys/xml/manual.py trunk/pysys/xml/project.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mor...@us...> - 2015-12-24 07:30:47
|
Revision: 700 http://sourceforge.net/p/pysys/code/700 Author: moraygrieve Date: 2015-12-24 07:30:46 +0000 (Thu, 24 Dec 2015) Log Message: ----------- Improve granularity of abortOnError Modified Paths: -------------- trunk/pysys/baserunner.py trunk/pysys/basetest.py trunk/pysys/constants.py trunk/pysys/process/user.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mor...@us...> - 2015-12-24 08:12:24
|
Revision: 702 http://sourceforge.net/p/pysys/code/702 Author: moraygrieve Date: 2015-12-24 08:12:23 +0000 (Thu, 24 Dec 2015) Log Message: ----------- Some logging output Modified Paths: -------------- trunk/pysys/baserunner.py trunk/pysys/basetest.py trunk/pysys/process/user.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mor...@us...> - 2016-01-02 14:35:46
|
Revision: 705 http://sourceforge.net/p/pysys/code/705 Author: moraygrieve Date: 2016-01-02 14:35:44 +0000 (Sat, 02 Jan 2016) Log Message: ----------- Fix epydoc build errors Modified Paths: -------------- trunk/pysys/basetest.py trunk/pysys/process/user.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mor...@us...> - 2016-01-02 14:39:50
|
Revision: 706 http://sourceforge.net/p/pysys/code/706 Author: moraygrieve Date: 2016-01-02 14:39:48 +0000 (Sat, 02 Jan 2016) Log Message: ----------- Copyright up to 2016 Modified Paths: -------------- trunk/pysys/__init__.py trunk/pysys/baserunner.py trunk/pysys/basetest.py trunk/pysys/constants.py trunk/pysys/exceptions.py trunk/pysys/launcher/__init__.py trunk/pysys/launcher/console.py trunk/pysys/manual/__init__.py trunk/pysys/manual/ui.py trunk/pysys/process/__init__.py trunk/pysys/process/commonwrapper.py trunk/pysys/process/plat-unix/helper.py trunk/pysys/process/plat-unix/monitor.py trunk/pysys/process/plat-win32/helper.py trunk/pysys/process/plat-win32/monitor.py trunk/pysys/process/user.py trunk/pysys/unit/__init__.py trunk/pysys/unit/pyunit.py trunk/pysys/utils/__init__.py trunk/pysys/utils/allocport.py trunk/pysys/utils/filecopy.py trunk/pysys/utils/filediff.py trunk/pysys/utils/filegrep.py trunk/pysys/utils/filereplace.py trunk/pysys/utils/fileunzip.py trunk/pysys/utils/linecount.py trunk/pysys/utils/loader.py trunk/pysys/utils/smtpserver.py trunk/pysys/utils/threadpool.py trunk/pysys/writer/__init__.py trunk/pysys/xml/__init__.py trunk/pysys/xml/descriptor.py trunk/pysys/xml/manual.py trunk/pysys/xml/project.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mor...@us...> - 2016-01-02 16:26:15
|
Revision: 710 http://sourceforge.net/p/pysys/code/710 Author: moraygrieve Date: 2016-01-02 16:26:13 +0000 (Sat, 02 Jan 2016) Log Message: ----------- Kind of reverting some of the logging ... Modified Paths: -------------- trunk/pysys/baserunner.py trunk/pysys/basetest.py trunk/pysys/exceptions.py trunk/pysys/process/commonwrapper.py trunk/pysys/process/user.py trunk/pysys/xml/project.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mor...@us...> - 2016-01-03 15:45:51
|
Revision: 711 http://sourceforge.net/p/pysys/code/711 Author: moraygrieve Date: 2016-01-03 15:45:49 +0000 (Sun, 03 Jan 2016) Log Message: ----------- Keep logging consistent as before, except for fails Modified Paths: -------------- trunk/pysys/basetest.py trunk/pysys/process/user.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mor...@us...> - 2016-01-04 15:38:59
|
Revision: 715 http://sourceforge.net/p/pysys/code/715 Author: moraygrieve Date: 2016-01-04 15:38:57 +0000 (Mon, 04 Jan 2016) Log Message: ----------- For failures, print a call stack also Modified Paths: -------------- trunk/pysys/basetest.py trunk/pysys/process/user.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mor...@us...> - 2016-01-04 16:29:55
|
Revision: 717 http://sourceforge.net/p/pysys/code/717 Author: moraygrieve Date: 2016-01-04 16:29:54 +0000 (Mon, 04 Jan 2016) Log Message: ----------- Fix for default abort on error as true Modified Paths: -------------- trunk/pysys/baserunner.py trunk/pysys/process/user.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mor...@us...> - 2016-01-04 16:42:17
|
Revision: 718 http://sourceforge.net/p/pysys/code/718 Author: moraygrieve Date: 2016-01-04 16:42:16 +0000 (Mon, 04 Jan 2016) Log Message: ----------- Pass through the call record when abort on error is set Modified Paths: -------------- trunk/pysys/baserunner.py trunk/pysys/basetest.py trunk/pysys/exceptions.py trunk/pysys/process/user.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mor...@us...> - 2016-01-05 20:40:04
|
Revision: 721 http://sourceforge.net/p/pysys/code/721 Author: moraygrieve Date: 2016-01-05 20:40:02 +0000 (Tue, 05 Jan 2016) Log Message: ----------- Allow setting defaultAbortOnError in the run task Modified Paths: -------------- trunk/pysys/launcher/console.py trunk/pysys/process/user.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mor...@us...> - 2016-01-07 20:04:59
|
Revision: 724 http://sourceforge.net/p/pysys/code/724 Author: moraygrieve Date: 2016-01-07 20:04:58 +0000 (Thu, 07 Jan 2016) Log Message: ----------- Ben's diffs Modified Paths: -------------- trunk/pysys/basetest.py trunk/pysys/process/user.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ben...@us...> - 2016-02-22 17:33:24
|
Revision: 738 http://sourceforge.net/p/pysys/code/738 Author: ben-spiller Date: 2016-02-22 17:33:22 +0000 (Mon, 22 Feb 2016) Log Message: ----------- add handy --validateOnly method that rapidly speeds up fixing verification conditions by avoiding the need to re-run the entire test each time Modified Paths: -------------- trunk/pysys/baserunner.py trunk/pysys/launcher/console.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mor...@us...> - 2016-05-14 09:19:28
|
Revision: 744 http://sourceforge.net/p/pysys/code/744 Author: moraygrieve Date: 2016-05-14 09:19:27 +0000 (Sat, 14 May 2016) Log Message: ----------- Fix for startTime Modified Paths: -------------- trunk/pysys/baserunner.py trunk/pysys/writer/__init__.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ben...@us...> - 2016-05-20 14:53:18
|
Revision: 759 http://sourceforge.net/p/pysys/code/759 Author: ben-spiller Date: 2016-05-20 14:53:16 +0000 (Fri, 20 May 2016) Log Message: ----------- better OOP encapsulation - ProcessUser assumes it has self.log and project so it should define them Modified Paths: -------------- trunk/pysys/baserunner.py trunk/pysys/basetest.py trunk/pysys/process/user.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ben...@us...> - 2016-05-20 15:20:56
|
Revision: 761 http://sourceforge.net/p/pysys/code/761 Author: ben-spiller Date: 2016-05-20 15:20:52 +0000 (Fri, 20 May 2016) Log Message: ----------- move logFileContents from basetest to UserProcess since it's v useful from runner and other contexts; also extend functionality to allow include expressions to select what parts of the line to log (allows easy stripping out of verbose timestamps etc), and return value to indicate whetehr anything was logged which support the pattern of iterating through printing stderr,out,logfile until an error message is found Modified Paths: -------------- trunk/pysys/basetest.py trunk/pysys/process/user.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mor...@us...> - 2016-05-30 08:28:00
|
Revision: 774 http://sourceforge.net/p/pysys/code/774 Author: moraygrieve Date: 2016-05-30 08:27:59 +0000 (Mon, 30 May 2016) Log Message: ----------- Reverting 771 - I would prefer consistency on the defaulting abort on error to all cases Modified Paths: -------------- trunk/pysys/__init__.py trunk/pysys/basetest.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |