summaryrefslogtreecommitdiff
path: root/examples/statemachine
Commit message (Expand)AuthorAgeFilesLines
* Update __versionTime__; blacken core code and examplesptmcg2021-08-011-1/+1
* import and exception types cleanup in statemachine examplesptmcg2020-04-272-1/+2
* Blacken the project (#141)Jon Dufresne2019-10-316-152/+200
* Use pyupgrade to upgrade the code to use Python3 conventions (#138)Jon Dufresne2019-10-244-14/+14
* Py3 cleanup: Remove workaround for Python2 urllib (#143)Jon Dufresne2019-10-191-9/+2
* Fix description in module headerPaul McGuire2019-05-281-1/+3
* Update generated code for both unnamed and named state transition state machinesPaul McGuire2019-05-271-1/+9
* Typo - `isinstance` should be `issubclass`Paul McGuire2019-05-271-1/+1
* Fine tuning of statemachine example, moving InvalidStateTransition declaratio...Paul McGuire2019-05-277-12/+167
* Fix generated stateMixin class to properly implement overridable transition m...Paul McGuire2019-04-172-9/+7
* Added change note re: changes to statemachine example; some code reformat/cle...Paul McGuire2019-04-161-1/+13
* Refactor generated State code to use overridden transition methods instead of...Paul McGuire2019-04-154-78/+117
* Add enumerated place holders for strings that invoke str.format(), for Py2 co...ptmcg2019-01-094-11/+11
* Clean up CHANGES notes for new examplesptmcg2018-12-311-3/+0
* Add document signoff and library book state examples;ptmcg2018-12-317-38/+277
* Update statemachine demo code to Py3Paul McGuire2018-12-313-29/+60
* Fix partial named results when And embedded in named MatchFirst or Orptmcg2018-12-283-0/+307