Commit | Date | |
---|---|---|
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 |
[r15405]
by
bugman
The load_multiprocessor() function is no longer a static method of the Processor base class. This function loads the correct Processor class, so doesn't need to be a method of the base class |
2012-02-29 12:31:43 | Tree |
2012-02-29 10:13:17 | Tree | |
2012-02-29 10:06:20 | Tree | |
2012-02-29 10:03:48 | Tree | |
[r15401]
by
bugman
Clean up of the processor IO module. The now unused IO_filter and PrependStringIO classes have been eliminated and the imports all |
2012-02-29 09:54:11 | Tree |