summaryrefslogtreecommitdiff
path: root/tests/test__event.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove most of the deprecated codeJakub Stasiak2014-10-101-1/+1
| | | | Closes GH #144
* PEP-8 fixesSergey Shepelev2014-08-271-4/+5
|
* python3 compat: 2to3: `except E as e:` syntaxDavanum Srinivas2013-12-031-1/+1
| | | | | | | First step to Python 3 compatibility "2to3 -w -f except ." See [1] [1] http://docs.python.org/2/library/2to3.html#fixers
* Imported Timeout class from gevent, deprecated exc_after, replaced ↵Ryan Williams2010-02-151-3/+4
| | | | TimeoutError with Timeout (should be seamless).
* Renamed coros.event to coros.Event to be compatible with PEP-8 some more.Ryan Williams2009-12-161-4/+4
|
* Buncha tiny windows-specific fixes.Ryan Williams2009-12-071-0/+1
|
* 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.
* Eliminate references to 'greentest'Ryan Williams2009-07-271-1/+1
|
* Renamed greentest to tests to be more standard.Ryan Williams2009-07-241-0/+63