- 21 Apr, 2019 1 commit
-
-
Charles Ferguson authored
-
- 05 May, 2018 1 commit
-
-
Charles Ferguson authored
-
- 17 Jun, 2017 1 commit
-
-
Charles Ferguson authored
-
- 27 May, 2017 1 commit
-
-
Charles Ferguson authored
-
- 26 May, 2017 3 commits
-
-
Charles Ferguson authored
-
Charles Ferguson authored
-
Charles Ferguson authored
-
- 21 Feb, 2017 3 commits
-
-
Charles Ferguson authored
-
Charles Ferguson authored
Under Python 3, the 'new' module for creating classes is no longer present. Instead this operation is in the 'types' module.
-
Charles Ferguson authored
There werea number of lint issues with variables which were unused in the timer and test code. These have been replaced by '_' placeholders where possible. Test code had lots of 'no-self-use' which is common in the test functions.
-
- 19 Feb, 2017 1 commit
-
-
Charles Ferguson authored
-
- 31 Jul, 2016 1 commit
-
-
Charles Ferguson authored
-
- 25 Jul, 2016 1 commit
-
-
Charles Ferguson authored
There were some bits that were wrong, which were found when I started writing tests for the problems.
-
- 24 Jul, 2016 2 commits
-
-
Charles Ferguson authored
The timer needs to be tested; might as well start doing something.
-
Charles Ferguson authored
The Timer module provides the ability to interrupt after a timeout, and time events. Multiple timers are supported.
-