Commit | Date | |
---|---|---|
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 |
[r15408]
by
bugman
Shifted the Application_callback class into the multi.__init__ module to shift it into the API. The __init__ module now hopefully contains the entirety of the public interface or API of the |
2012-02-29 12:54:29 | Tree |
[r15407]
by
bugman
Removed the RelaxError import. This was supposed to be only temporary. Now the multi-processor package is 100% independent of |
2012-02-29 12:42:09 | Tree |
[r15406]
by
bugman
Shifted the main interface of the multi-processor package into the __init__ module. The two main interfaces, or the API with the calling program, are the load_multiprocessor() function |
2012-02-29 12:37:57 | Tree |