summaryrefslogtreecommitdiff
path: root/eventlet/backdoor.py
Commit message (Expand)AuthorAgeFilesLines
* Python 3 compat: Improve various bitsJakub Stasiak2014-10-101-4/+2
* python3 compatibilitySergey Shepelev2014-04-231-6/+8
* python3 compat fixesVictor Sergeyev2014-03-281-1/+2
* python3 compat: print() function syntaxSergey Shepelev2013-12-031-5/+7
* python3 compat: 2to3: `except E as e:` syntaxDavanum Srinivas2013-12-031-1/+1
* Code simplification.amajorek2010-03-221-16/+15
* module eventlet.common moved to eventlet.supportamajorek2010-03-091-2/+1
* Merge with latest which_linden tipamajorek2010-02-281-1/+3
|\
| * New eventlet.common module to create version-neutral layer. For now only get_...amajorek2010-02-281-1/+3
* | added code quality comment about masking of `locals` builtinTavis Rudd2010-02-271-7/+7
|/
* Doc tweaks.Ryan Williams2010-02-211-2/+3
* Minor doc improvements. Added more backdoor documentation.Ryan Williams2010-02-191-0/+4
* Removed Green_fileobject and moved its contents to GreenPipe. Removed higher...Ryan Williams2010-01-021-28/+27
* Documentation sweep -- slightly improved documentation for a bunch of things,...Ryan Williams2009-12-311-8/+10
* Moved get_hub, use_hub, get_default_hub to eventlet.hubs. This is a step in ...Ryan Williams2009-12-171-1/+1
* Deprecated tcp_server, added an accept loop example, fixed up two sites that ...Ryan Williams2009-11-241-19/+12
* Removed copyright headers from individual files, added LICENSE and AUTHORS fi...Ryan Williams2009-10-031-24/+0
* Ammended eventlet Sphinx documentation. This removed some of the Doxygen-isms...Huin Linden2009-09-171-5/+7
* add __main__ section to backdoor.pyDenis Bilenko2009-06-221-0/+7
* move copytright and license out of docstring in the commentsDenis Bilenko2009-06-121-26/+23
* Compatibility with existing usage of backdoor module.Ryan Williams2009-05-261-0/+15
* Allow backdoor to be used more than once. Patch by Brian Brunswick <brian@ith...donovan2009-03-271-1/+0
* remove greenlib depenencies, and squelch exceptions in switch_outdonovan2008-12-301-1/+0
* Port the backdoor to a plain greenlet subclass, add checking for a switch_out...donovan2008-12-301-18/+48
* added makeGreenFile method to greenio.GreenSocket which creates GreenFile ins...Denis Bilenko2008-12-101-1/+1
* fix the backdoordonovan2008-05-091-1/+3
* Initial implementation of libeventhub. Works for some basic socket stuff but...rdw2008-03-161-0/+85