Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-17 | make ConfigException accessible | Bryan Bishop | |
Apparently the "exceptions" name is already used for another module. | |||
2013-09-02 | class Preprocessor instead of just functions | Bryan Bishop | |
2013-09-02 | basic config support | Bryan Bishop | |
2013-09-01 | make up TextScriptException to replace two asserts | Bryan Bishop | |
2013-09-01 | use a custom AddressException instead of asserts | Bryan Bishop | |
There's no reason to have asserts thrown around in the source code like that. This replaces some of them with an AddressException and a new file called "exceptions.py" to store the exception definitions. |