Commit | Date | |
---|---|---|
[r15418]
by
bugman
Future proofed the relax codebase by replacing all ''' with """ in the docstrings. According to the Python convention PEP 257 (http://www.python.org/dev/peps/pep-0257/), it is stated |
2012-03-01 09:57:22 | Tree |
[r15417]
by
bugman
Removed the try statement in the model-free Slave_command.run() method. After testing, this appears to not be needed anyway. Exception handling is correctly performed on |
2012-03-01 09:47:34 | Tree |
[r15416]
by
bugman
Reverted r15412 as this was triggering a locking condition and no allowing the program to terminate. The command used was: ..... |
2012-03-01 09:45:50 | Tree |
2012-03-01 09:10:36 | Tree | |
2012-02-29 15:32:05 | Tree | |
2012-02-29 15:23:41 | Tree | |
[r15412]
by
bugman
Simplification and abstraction of the Slave_command.run() method. The Processor now calls the _run() method of the Slave_command base class. This is a wrapper for |
2012-02-29 15:16:59 | Tree |
[r15411]
by
bugman
Created a new module for holding miscellaneous functions used throughout the package. This includes import_module() and raise_unimplemented() functions. |
2012-02-29 13:51:27 | Tree |
2012-02-29 13:43:28 | Tree | |
[r15409]
by
bugman
Another big redesign of the multi-processor package public API. The processor module has been split into two. It now only contains the Processor base class. - Memo The API will still require significant simplification and abstraction to increase the usability |
2012-02-29 13:42:35 | Tree |