deb-python-eventlet/eventlet/green
Gevorg Davoian ceff431231 green.zmq: socket.{recv,send}_* signatures did not match recent upstream pyzmq
https://github.com/eventlet/eventlet/pull/344
https://github.com/eventlet/eventlet/issues/376
2017-01-13 23:10:14 +03:00
..
OpenSSL Port eventlet.green.OpenSSL to Python 3 2015-06-30 22:36:01 +03:00
http python3.6: http.client.request support chunked_encoding 2017-01-05 09:06:15 +03:00
urllib Provide green http without undesired side effects 2016-07-08 16:06:23 +02:00
BaseHTTPServer.py Python 3 compatibility fixes 2014-07-18 02:12:53 +04:00
CGIHTTPServer.py PEP-8 fixes 2014-08-27 10:21:55 +04:00
MySQLdb.py PEP-8 fixes, tox runs pep8 check 2014-04-23 15:15:22 +04:00
Queue.py PEP-8 fixes 2014-08-27 10:21:55 +04:00
SimpleHTTPServer.py PEP-8 fixes 2014-08-27 10:21:55 +04:00
SocketServer.py Python 3 compatibility fixes 2014-07-18 02:12:53 +04:00
__init__.py added green package - modules that mimic the standard ones but use eventlet 2008-10-07 18:34:08 +07:00
_socket_nodns.py New timeout error API: .is_timeout=True on exception object 2017-01-10 20:49:15 +03:00
asynchat.py PEP-8 fixes 2014-08-27 10:21:55 +04:00
asyncore.py PEP-8 fixes 2014-08-27 10:21:55 +04:00
builtin.py Reformat with autopep8 2014-10-11 01:41:30 +01:00
ftplib.py Replaced copy-and-paste code of urllib with short patcher snippet, adding a hacky hack in the process, but one I don't feel too bad about because it's freakin urllib which no one actually uses (or admits to using). 2009-11-29 01:44:36 -05:00
httplib.py Provide green http without undesired side effects 2016-07-08 16:06:23 +02:00
os.py Fix monkey-patched os.open(): add dir_fd parameter 2014-12-21 03:03:32 +03:00
profile.py Improve PEP8 conformance 2014-11-11 23:37:09 +00:00
select.py Remove select.poll and improve subprocess 2016-05-20 13:23:36 +05:00
selectors.py green selectors: Override DefaultSelector as well 2016-01-11 22:25:15 +01:00
socket.py bundle dnspython in support/; resolving is always green 2016-08-24 11:51:28 +05:00
ssl.py ssl: Fix "TypeError: read() argument 2 must be read-write bytes-like object, not None" 2016-09-26 15:09:41 +01:00
subprocess.py subprocess: Fix patched functions with optional arguments 2016-07-11 14:59:50 +02:00
thread.py Issue #223: Fix threading monkey-patching on py3.4 2015-04-09 14:31:53 +02:00
threading.py Python 3 compat; Improve WSGI, WS, threading and tests 2014-11-11 23:04:21 +00:00
time.py PEP-8 fixes 2014-08-27 10:21:55 +04:00
urllib2.py green.urllib2: missing patched ssl module 2016-04-22 09:33:10 +05:00
zmq.py green.zmq: socket.{recv,send}_* signatures did not match recent upstream pyzmq 2017-01-13 23:10:14 +03:00