summaryrefslogtreecommitdiff
path: root/eventlet/green/thread.py
Commit message (Expand)AuthorAgeFilesLines
* Reformat with autopep8Jakub Stasiak2014-10-111-1/+2
* PEP-8 fixesSergey Shepelev2014-08-271-0/+1
* PEP8 whitespaceSergey Shepelev2014-06-121-4/+17
* python3 compat fixes; Thanks to Astrum Kuo郭旭星Astrum Kuo2014-04-021-1/+1
* Some 2.7 compatibility work, since the emulated APIs changed a bit.Ryan Williams2010-07-061-3/+16
* Added _original_patch_function to fix up the case where tpool is trying to im...Ryan Williams2010-06-021-2/+2
* Improved support for monkeypatching by eliminating race conditions in eventle...Ryan Williams2010-02-171-1/+1
* Dunderheaded blunder that broke thread module on 2.4.Ryan Williams2010-02-091-1/+1
* Added monkeypatch stdlib tests, which test how well monkeypatching works. Un...Ryan Williams2010-02-091-6/+7
* Tweaked the way monkey_patch works so that it'll work better if called after ...Ryan Williams2010-02-071-0/+3
* Moved semaphore classes into their own module.Ryan Williams2010-01-171-1/+1
* Fleshed out the rest of eventlet.green.thread, tweaked all.py so it discerns ...Ryan Williams2009-11-301-1/+14
* Patcherized threading and its test, removing a ton of copy-and-pasted code in...Ryan Williams2009-11-291-1/+1
* fix green package not to use absolute_import and otherwise be nice on 2.4Denis Bilenko2009-05-191-11/+11
* mergedonovan2008-12-291-1/+1
|\
| * Rename the eventlet.support.greenlet module to greenlets to avoid clashing wi...donovan2008-12-291-1/+1
* | green.thread: use coros.Semaphore as LockType instead of coros.semaphore (the...Denis Bilenko2008-12-281-1/+1
|/
* converted eventlet to use greenlet's switch and throw methods instead of gree...Denis Bilenko2008-11-241-2/+7
* added green/thread.pyDenis Bilenko2008-10-071-0/+30