summary refs log tree commit diff
path: root/synapse/util/wheel_timer.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Replace all remaining six usage with native Python 3 equivalents (#7704)Dagfinn Ilmari Mannsåker2020-06-161-2/+0
|
* Run Black. (#5482)Amber Brown2019-06-201-3/+1
|
* Move more xrange to sixAdrian Tschira2018-04-281-1/+3
| | | | | | plus a bonus next() Signed-off-by: Adrian Tschira <nota@notafile.com>
* fix vars named `l`Richard van der Hoff2017-10-231-4/+1
| | | | E741 says "do not use variables named ‘l’, ‘O’, or ‘I’".
* Add presence metricsErik Johnston2016-02-191-0/+6
|
* WheelTimer: Don't scan list, use index.Erik Johnston2016-02-181-5/+8
|
* Add wheeltimer implErik Johnston2016-02-171-0/+88