This website requires JavaScript.
Explore
Get Started
openstack
/
deb-python-eventlet
Code
Issues
Proposed changes
Files
f1e4d33d0269d74e2c3a8b26a3198720da588f73
deb-python-eventlet
/
eventlet
/
greenio
History
Sergey Shepelev
001f31f8f8
greenio: socket.recv() could return str; Thanks to jerzyk
...
It must always return bytes.
https://github.com/eventlet/eventlet/issues/245
2015-09-06 03:43:42 +03:00
..
__init__.py
Python 3 compat: Fix all Travis test failures
2015-02-13 08:52:54 +01:00
base.py
greenio: socket.recv() could return str; Thanks to jerzyk
2015-09-06 03:43:42 +03:00
py2.py
greenio: fix fd double close; Thanks to Antonio Cuni
2015-03-31 01:01:01 +03:00
py3.py
support buflen=-1 and readall like FileIO does
2015-07-24 17:31:17 +03:00