Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Blacken the project (#141) | Jon Dufresne | 2019-10-31 | 1 | -6/+12 |
| | |||||
* | Fine tuning of statemachine example, moving InvalidStateTransition ↵ | Paul McGuire | 2019-05-27 | 1 | -1/+1 |
| | | | | declaration inside generated class; added video state machine demo; added vending machine state machine demo showing how to using statemachine without importing a .pystate file | ||||
* | Refactor generated State code to use overridden transition methods instead ↵ | Paul McGuire | 2019-04-15 | 1 | -18/+3 |
| | | | | of overriding getattr; add generation of state-managing mixin class to delegate to _state instance variable, and reworked demos to use mixin instead of replicating state code | ||||
* | Add enumerated place holders for strings that invoke str.format(), for Py2 ↵ | ptmcg | 2019-01-09 | 1 | -1/+1 |
| | | | | compatibility | ||||
* | Clean up CHANGES notes for new examples | ptmcg | 2018-12-31 | 1 | -3/+0 |
| | |||||
* | Add document signoff and library book state examples; | ptmcg | 2018-12-31 | 1 | -0/+68 |