Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-04-23 | transitioncounter: Add register() function. | unknown | |
2010-04-18 | Python: Bugfixes (True/False != 1/0). | Uwe Hermann | |
2010-04-18 | Python: Use range instead of xrange. | Uwe Hermann | |
For small numbers range seems to be faster, and xramge is being removed anyway in Python 3 AFAIK. | |||
2010-04-18 | transitioncounter.py: Simplify and optimize a bit. | Uwe Hermann | |
2010-04-12 | Use psyco (if available) to improve performance. | Uwe Hermann | |
2010-04-11 | Implement a simple transition counter script. | Uwe Hermann | |
2010-04-02 | Start of code base layout restructuring. | Uwe Hermann | |