summary refs log tree commit diff
path: root/synapse/util/wheel_timer.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Stop sub-classing object (#8249)Patrick Cloke2020-09-041-2/+2
* 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
* fix vars named `l`Richard van der Hoff2017-10-231-4/+1
* 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