| Commit message (Expand) | Author | Age | Files | Lines |
| * | greendns: IPv6 support, improved handling of /etc/hostsbb-40-greendns-ipv6 | Floris Bruynooghe | 2015-02-20 | 1 | -152/+394 |
| * | Remove dead import code | Jakub Stasiak | 2015-02-09 | 1 | -27/+6 |
| * | Update bundled six version to 1.8.0 | Jakub Stasiak | 2014-11-11 | 1 | -62/+178 |
| * | Refactor capturing stderr into a context manager | Jakub Stasiak | 2014-10-15 | 1 | -1/+13 |
| * | Python 3 compat: Improve SSL and WSGI compat | Jakub Stasiak | 2014-10-11 | 1 | -0/+9 |
| * | Reformat with autopep8 | Jakub Stasiak | 2014-10-11 | 3 | -9/+14 |
| * | PEP-8 fixes | Sergey Shepelev | 2014-08-27 | 8 | -44/+71 |
| * | PEP-8 fixes, tox runs pep8 check | Sergey Shepelev | 2014-04-23 | 1 | -1/+1 |
| * | python3 compatibility: print function | Sergey Shepelev | 2014-04-23 | 1 | -2/+2 |
| * | support: bundle six 1.5.2 | Sergey Shepelev | 2014-03-28 | 1 | -0/+634 |
| * | python3 compat: remove lots of Python 2.5 and earlier dependent code; use pri... | Sergey Shepelev | 2013-12-03 | 1 | -10/+3 |
| * | python3 compat: 2to3: `except E as e:` syntax | Davanum Srinivas | 2013-12-03 | 2 | -10/+10 |
| * | support: greendns: always resolve port | Sergey Shepelev | 2013-07-09 | 1 | -6/+7 |
| * | support: do not clear sys.exc_info if can be preserved (greenlet >= 0.3.2) | Edward George | 2013-04-16 | 2 | -1/+12 |
| * | Move socket.create_connection to green.socket to avoid blocking getaddrinfo()... | R. Tyler Ballance | 2010-08-27 | 1 | -4/+4 |
| * | Exec-free imports in greendns. | Ryan Williams | 2010-08-19 | 1 | -6/+10 |
| * | Enabling /etc/hosts parsing by default in greendns, solves a few silly-seemin... | Ryan Williams | 2010-07-04 | 1 | -4/+7 |
| * | Fixing testRefCountGetNameInfo | Ryan Williams | 2010-06-28 | 1 | -3/+8 |
| * | Fixing failed unit test for greendns. Making mock.py non-executable. | Ryan Williams | 2010-06-27 | 1 | -2/+9 |
| * | Added environment variable to disable greendns if needed, acknowledgement, cl... | Ryan Williams | 2010-06-24 | 1 | -3/+2 |
| * | Add gethostbyname_ex and getnameinfo into the __patched__ dictionary | R. Tyler Ballance | 2010-06-24 | 1 | -7/+0 |
| * | Add support for non-blocking DNS calls | R. Tyler Ballance | 2010-06-24 | 1 | -0/+451 |
| * | Added Daniele Varrazzo's green-psycopg2 patch. Untested in the case where th... | Ryan Williams | 2010-04-08 | 1 | -0/+53 |
| * | Merge | Ryan Williams | 2010-03-14 | 1 | -2/+2 |
| |\ |
|
| | * | run on stackless pypy 1.2 http://pypy.org/download.html#stackless-version | Donovan Preston | 2010-03-12 | 1 | -2/+2 |
| * | | module eventlet.common moved to eventlet.support | amajorek | 2010-03-09 | 1 | -0/+36 |
| |/ |
|
| * | fix some unused vars that pyflakes complained about | Tavis Rudd | 2010-02-24 | 1 | -5/+5 |
| * | tweak to silence false alarm in pyflakes report | Tavis Rudd | 2010-02-24 | 1 | -0/+1 |
| * | Improve coverage of debug module | Chris AtLee | 2010-02-21 | 1 | -0/+1 |
| * | Removed copyright headers from individual files, added LICENSE and AUTHORS fi... | Ryan Williams | 2009-10-03 | 5 | -75/+0 |
| * | remove eventlet.support.pycurls | Denis Bilenko | 2009-06-15 | 1 | -103/+0 |
| * | remove eventlet/support/twisteds.py | Denis Bilenko | 2009-06-13 | 1 | -137/+0 |
| * | remove unused imports | Denis Bilenko | 2009-06-12 | 2 | -4/+0 |
| * | move copytright and license out of docstring in the comments (2) | Denis Bilenko | 2009-06-12 | 1 | -24/+21 |
| * | kill trailing whitespace | Denis Bilenko | 2009-06-12 | 3 | -15/+0 |
| * | move copytright and license out of docstring in the comments | Denis Bilenko | 2009-06-12 | 3 | -72/+63 |
| * | remove file with the wrong name. It's greenlets (greenlet support) since the ... | donovan | 2009-01-02 | 1 | -14/+0 |
| * | remove print statement | donovan | 2008-12-31 | 1 | -1/+0 |
| * | Rename the eventlet.support.greenlet module to greenlets to avoid clashing wi... | donovan | 2008-12-29 | 1 | -0/+22 |
| * | moved selection of greenlet implementation into eventlet.support.greenlet module | Denis Bilenko | 2008-10-07 | 1 | -0/+14 |
| * | Fix bug in stackless support, remove prints, ad update the operating systems ... | donovan | 2008-06-11 | 1 | -2/+2 |
| * | Add stackless pypy support | donovan | 2008-05-21 | 1 | -0/+44 |
| * | Update the nginx mod_wsgi support to the latest mod_wsgi semantics; there's a... | donovan | 2008-05-08 | 1 | -67/+0 |
| * | Use a couple of environment variables to figure out what wsgi app to really r... | donovan | 2008-04-20 | 1 | -5/+22 |
| * | eventlet.support.pycurls module, experimental module which uses libcurl inste... | donovan | 2008-04-01 | 1 | -0/+103 |
| * | Add gthreadless (greenlet / deferred integration) and fix some module names | radix | 2008-03-19 | 2 | -2/+10 |
| * | Merged in changes to api.py, nginx support | nat | 2008-03-18 | 1 | -0/+5 |
| * | Move all *support.py modules into support/*.py; fix references | nat | 2008-03-18 | 5 | -0/+343 |