summaryrefslogtreecommitdiff
path: root/eventlet/hubs/timer.py
Commit message (Expand)AuthorAgeFilesLines
* python3 compatibility: range, zip, StringIOViktors2014-04-231-7/+9
* Removed timer_finished method, as it was unused.Ryan Williams2010-05-061-5/+1
* Converted fully over to what the internet assures me is the American spelling...Ryan Williams2010-05-051-2/+1
* Removed cancelled attribute from timer class, it's not used by anything and i...Ryan Williams2010-04-181-17/+16
* py3k - more changes.amajorek2010-03-041-0/+5
* Imported Timeout class from gevent, deprecated exc_after, replaced TimeoutErr...Ryan Williams2010-02-151-0/+4
* Moved timer to hubs package, since that's almost all of its usage.Ryan Williams2010-02-131-0/+100