summaryrefslogtreecommitdiff
path: root/eventlet/support
Commit message (Expand)AuthorAgeFilesLines
* Python 3 compat: Improve SSL and WSGI compatJakub Stasiak2014-10-111-0/+9
* Reformat with autopep8Jakub Stasiak2014-10-113-9/+14
* PEP-8 fixesSergey Shepelev2014-08-278-44/+71
* PEP-8 fixes, tox runs pep8 checkSergey Shepelev2014-04-231-1/+1
* python3 compatibility: print functionSergey Shepelev2014-04-231-2/+2
* support: bundle six 1.5.2Sergey Shepelev2014-03-281-0/+634
* python3 compat: remove lots of Python 2.5 and earlier dependent code; use pri...Sergey Shepelev2013-12-031-10/+3
* python3 compat: 2to3: `except E as e:` syntaxDavanum Srinivas2013-12-032-10/+10
* support: greendns: always resolve portSergey Shepelev2013-07-091-6/+7
* support: do not clear sys.exc_info if can be preserved (greenlet >= 0.3.2)Edward George2013-04-162-1/+12
* Move socket.create_connection to green.socket to avoid blocking getaddrinfo()...R. Tyler Ballance2010-08-271-4/+4
* Exec-free imports in greendns.Ryan Williams2010-08-191-6/+10
* Enabling /etc/hosts parsing by default in greendns, solves a few silly-seemin...Ryan Williams2010-07-041-4/+7
* Fixing testRefCountGetNameInfoRyan Williams2010-06-281-3/+8
* Fixing failed unit test for greendns. Making mock.py non-executable.Ryan Williams2010-06-271-2/+9
* Added environment variable to disable greendns if needed, acknowledgement, cl...Ryan Williams2010-06-241-3/+2
* Add gethostbyname_ex and getnameinfo into the __patched__ dictionaryR. Tyler Ballance2010-06-241-7/+0
* Add support for non-blocking DNS callsR. Tyler Ballance2010-06-241-0/+451
* Added Daniele Varrazzo's green-psycopg2 patch. Untested in the case where th...Ryan Williams2010-04-081-0/+53
* MergeRyan Williams2010-03-141-2/+2
|\
| * run on stackless pypy 1.2 http://pypy.org/download.html#stackless-versionDonovan Preston2010-03-121-2/+2
* | module eventlet.common moved to eventlet.supportamajorek2010-03-091-0/+36
|/
* fix some unused vars that pyflakes complained aboutTavis Rudd2010-02-241-5/+5
* tweak to silence false alarm in pyflakes reportTavis Rudd2010-02-241-0/+1
* Improve coverage of debug moduleChris AtLee2010-02-211-0/+1
* Removed copyright headers from individual files, added LICENSE and AUTHORS fi...Ryan Williams2009-10-035-75/+0
* remove eventlet.support.pycurlsDenis Bilenko2009-06-151-103/+0
* remove eventlet/support/twisteds.pyDenis Bilenko2009-06-131-137/+0
* remove unused importsDenis Bilenko2009-06-122-4/+0
* move copytright and license out of docstring in the comments (2)Denis Bilenko2009-06-121-24/+21
* kill trailing whitespaceDenis Bilenko2009-06-123-15/+0
* move copytright and license out of docstring in the commentsDenis Bilenko2009-06-123-72/+63
* remove file with the wrong name. It's greenlets (greenlet support) since the ...donovan2009-01-021-14/+0
* remove print statementdonovan2008-12-311-1/+0
* Rename the eventlet.support.greenlet module to greenlets to avoid clashing wi...donovan2008-12-291-0/+22
* moved selection of greenlet implementation into eventlet.support.greenlet moduleDenis Bilenko2008-10-071-0/+14
* Fix bug in stackless support, remove prints, ad update the operating systems ...donovan2008-06-111-2/+2
* Add stackless pypy supportdonovan2008-05-211-0/+44
* Update the nginx mod_wsgi support to the latest mod_wsgi semantics; there's a...donovan2008-05-081-67/+0
* Use a couple of environment variables to figure out what wsgi app to really r...donovan2008-04-201-5/+22
* eventlet.support.pycurls module, experimental module which uses libcurl inste...donovan2008-04-011-0/+103
* Add gthreadless (greenlet / deferred integration) and fix some module namesradix2008-03-192-2/+10
* Merged in changes to api.py, nginx supportnat2008-03-181-0/+5
* Move all *support.py modules into support/*.py; fix referencesnat2008-03-185-0/+343