Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
This WILL make the Python interpreter produce exceptions on shutdown.
|
|
|
|
|
|
This may need to be reverted if CTRL-C handling breaks, but everything
works fine so far in testing.
Resolves issue #95.
|
|
Scheduled tasks must have a unique name.
|
|
|
|
This should prevent some reference cycles that will cause garbage
collection issues.
|
|
|
|
Each module should now log into its own logger.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|