summaryrefslogtreecommitdiff
path: root/tests/timer_test.py
Commit message (Collapse)AuthorAgeFilesLines
* PEP-8 fixesSergey Shepelev2014-08-271-4/+5
|
* Added spawn_after_local and tests, removed test__timers (the source of the ↵Ryan Williams2010-02-131-0/+1
| | | | new tests), deprecated call_after_*
* Moved timer to hubs package, since that's almost all of its usage.Ryan Williams2010-02-131-2/+4
|
* Added spawn_after, with tests and documentation. Removed dead code in ↵Ryan Williams2010-02-131-11/+0
| | | | timer_test.
* Moved get_hub, use_hub, get_default_hub to eventlet.hubs. This is a step in ↵Ryan Williams2009-12-171-6/+4
| | | | the direction of better factoring and fewer circular-ish dependencies.
* Renamed libevent hub to pyevent.Ryan Williams2009-12-161-2/+2
|
* Removed copyright headers from individual files, added LICENSE and AUTHORS ↵Ryan Williams2009-10-031-21/+0
| | | | files to give credit instead. Linked authors list into documentation.
* Renamed greentest to tests to be more standard.Ryan Williams2009-07-241-0/+68