summaryrefslogtreecommitdiff
path: root/eventlet/green/Queue.py
Commit message (Collapse)AuthorAgeFilesLines
* PEP-8 fixesSergey Shepelev2014-08-271-3/+7
|
* Tweaked the way monkey_patch works so that it'll work better if called after ↵Ryan Williams2010-02-071-0/+2
| | | | the modules it patches are imported. Added major patcher docs overall. Added blog link to the main page.
* More accurate replication of stdlib queue classes.Ryan Williams2010-01-231-1/+26
|
* Added eventlet.green.Queue, and refactored the queue module so that it's ↵Ryan Williams2010-01-231-0/+1
actually stdlib-compatible.