summaryrefslogtreecommitdiff
path: root/eventlet/event.py
Commit message (Collapse)AuthorAgeFilesLines
* PEP-8 fixesSergey Shepelev2014-08-271-0/+1
|
* python3 compat: remove lots of Python 2.5 and earlier dependent code; use ↵Sergey Shepelev2013-12-031-8/+8
| | | | print() function syntax
* python3 compat: print() function syntaxSergey Shepelev2013-12-031-3/+7
|
* Patch and test from Malcolm Cleaton for Event objects.Ryan Williams2010-10-271-11/+9
|
* Adding more clarity on send_exception, thanks to creiht and termie for ↵Ryan Williams2010-08-111-1/+39
| | | | illustrating the need for it.
* stylistic cleanup (pylint ...)Tavis Rudd2010-02-271-7/+12
|
* Minor doc improvements. Added more backdoor documentation.Ryan Williams2010-02-191-4/+4
|
* Hiding the reset function from the docs so people don't use it.Ryan Williams2010-01-291-20/+3
|
* Doc improvements, removed docs for coros and proc modules.Ryan Williams2010-01-181-17/+22
|
* Moved Event to its own module. More cycle-breaking!Ryan Williams2010-01-171-0/+179