index
:
delta/python-packages/eventlet.git
136-semaphore-contention
137-semaphore-per-thread
147-jake
147-multiprocessing
223-threading-join
230-patcher-original
308-sslwantread
358-hub-silent-exception
368-patcher-control
371-forgot-run-test
442-urllib-exception-id
457-green-urllib-ssl
457-test
468-wsgi-latin1
469-tpool-leak
474-websocket-fd-leak
485-https-noverify-env
490-import-dns
671-openssl-tsafe
683-open-kwargs
696-connect_ex
739-ssl-eof
746-chunked-204
94-second-read
backdoor
backdoor-multiline
bb-40-greendns-ipv6
bundle-dns
clean-up
cleanup
codecov
coverage
davidszotten-greenfileio_readall
dbpool-389
deprecate-pyevent
deprecate-python-27-34
dev
dns-383
dns-387
dns-427
dns-from-address-433
doc-urllib-py3
docs
drop-34
drop-pyevent-hub
drop-twisted
eainodata-393
econnrefused_unwrap_socket_error
error-is-timeout
event-wait-timeout
exc-id-442
fix-249
fix-dns-resolution
fix-gh-50-timeout
fix-psyco
flair-pypi
gh-123-local-msg
gh-137-max-recursion-depth-in-del
gh-192
gh-201-sslcontext
gh-226
gh-235
gh-358
gh-61-eagain-ewouldblock
gh-80-wsgi-header-case
gh-95-thread-join-block
gh-pages
gh149
github-107-none-compare-int
github-ci
green-dns-test
green-http-without-side-effects
heal-travis
hub-catch-exception
hub-late-support-check
hub-speedup-0524
i376
i644
i651
index-links
is-timeout
issue-290
issue-319
issue-320
issue-362
issue-363
issue-364
issue-368
issue-371
issue178
jakub
linter
listen-reuse
maintainers
master
monotonic
monotonic-13
monotonic-401
moving-on
next
p262
p758
partial-write-fix-2
patcher-gethub-401
pep8
pr/187
pull-331
py27-warning
py3_importlib
py3_openssl
pypy
python3
python3-clean
python3-clean-clean
python3-next
qdoc
qwe123
ralonsoh-619
recvintoandstuff
register-at-fork-v2
reuseport-380
run_python
security-policy
select-294
select-subprocess
semaphore_timeout
sirkonst-hotfix/websocket_close
socket-send
socket_recv_str
ssl-connect-monotonic-time
ssl-context
ssl-handshake
ssl-recv-methods
subprocess
subprocess-413
subprocess-413-more
test
test-http-client-regression
test-with-more-pythons
test2
thanks-alex-kashirin
threading_join
tipabu-tls-cap
tm
tm2
tm3
tm4
tm5
tox-add-dnspython
tox_pyopenssl
tpool
travis
travis-fast
travis-ipv6-fix
travis-py-35
up
v0.22-rc1
v17.1-rc1
website
writelines-fix
wrong-six-381
wsgi-close-idle-188
wsgi-drop-invalid
wsgi-logging-gh-75
wsgi-unix
wsgi-writelines-295
zmq-timeout-282
github.com: eventlet/eventlet.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
eventlet
/
greenio.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix "maximum recursion depth exceeded in GreenSocket.__del__"
Jakub Stasiak
2014-10-16
1
-1
/
+9
*
Remove dead code
Jakub Stasiak
2014-10-16
1
-5
/
+0
*
Reformat with autopep8
Jakub Stasiak
2014-10-11
1
-11
/
+11
*
Python 3 compat: Improve various bits
Jakub Stasiak
2014-10-10
1
-8
/
+22
*
greenio: When we mark a socket as closed we still need to be able to close it
Michael Kerrin
2014-08-28
1
-19
/
+1
*
PEP-8 fixes
Sergey Shepelev
2014-08-27
1
-0
/
+2
*
hubs: defang after remove; related to second simultaneous read issue
94-second-read
Michael Kerrin
2014-08-12
1
-5
/
+5
*
Fix second simultaneous read (parallel paramiko issue)
Jan Grant
2014-08-12
1
-19
/
+110
*
Python 3 compatibility fixes
Jakub Stasiak
2014-07-18
1
-4
/
+4
*
greenio, tpool: python3 compatibility
Sergey Shepelev
2014-07-18
1
-28
/
+36
*
PyPy 2.3 compatibility fix
Dmitriy Kruglyak
2014-06-12
1
-2
/
+2
*
python3 compatibility
Sergey Shepelev
2014-04-24
1
-1
/
+1
*
python3 compatibility
Sergey Shepelev
2014-04-23
1
-23
/
+24
*
pypy compatibility
Jakub Stasiak
2014-04-15
1
-2
/
+9
*
python3 compat fixes
Victor Sergeyev
2014-03-28
1
-15
/
+12
*
python3 compat: remove lots of Python 2.5 and earlier dependent code; use pri...
Sergey Shepelev
2013-12-03
1
-4
/
+1
*
python3 compat: 2to3: `except E as e:` syntax
Davanum Srinivas
2013-12-03
1
-14
/
+14
*
greenio: socket pypy compatibility; Thanks to Alex Gaynor
Sergey Shepelev
2013-08-09
1
-1
/
+19
*
greenio: remove excess asserts for args
Sergey Shepelev
2013-07-09
1
-2
/
+0
*
doc: fix bitbucket links after relocation to separate account
Sergey Shepelev
2013-04-09
1
-1
/
+1
*
greenio: Pre-cache proxied GreenSocket methods; Fixes Bitbucket #136; Thanks ...
Sergey Shepelev
2013-02-01
1
-4
/
+17
*
greenio: socket.dup() made excess fcntl syscalls, added set_nonblocking=True ...
Sergey Shepelev
2013-01-24
1
-5
/
+12
*
greenio: socket.settimeout(0) then to >0 did not switch back to blocking mode...
Sergey Shepelev
2013-01-21
1
-1
/
+3
*
greenio: remove deprecated GreenPipe.xreadlines() method (was broken anyway)
Sergey Shepelev
2012-12-14
1
-3
/
+0
*
greenio: relative seek() typo _get_readahead_len; Thanks to AlanP
Sergey Shepelev
2012-12-14
1
-1
/
+1
*
greenio: pep8, pyflakes
Sergey Shepelev
2012-12-14
1
-20
/
+27
*
Fixes #69, thanks to the solid test case and patch. Added a unit test that v...
Ryan Williams
2010-12-11
1
-0
/
+8
*
Fixes #67. Windows emits WSAEINVAL if you try to connect to localhost-hosted...
Ryan Williams
2010-11-20
1
-0
/
+2
*
Added testcases for GreenPipe.seek and truncate, fixed problem with GreenPipe...
amajorek
2010-03-31
1
-1
/
+1
*
Fixed incompatibilities with os module.
amajorek
2010-03-31
1
-1
/
+5
*
Reimplemented GreenPipe without using file object.
amajorek
2010-03-30
1
-116
/
+155
*
Code simplification.
amajorek
2010-03-22
1
-56
/
+10
*
module eventlet.common moved to eventlet.support
amajorek
2010-03-09
1
-1
/
+1
*
Add context manager to GreenPipe.
scott
2010-03-04
1
-0
/
+6
*
py3k - 3.x file object returned by socket.makefile does not allow writes if i...
amajorek
2010-02-28
1
-2
/
+2
*
New eventlet.common module to create version-neutral layer. For now only get_...
amajorek
2010-02-28
1
-13
/
+1
*
Merge with latest which_linden tip
amajorek
2010-02-27
1
-103
/
+0
|
\
|
*
New module convenience; moved convenience functions in there. Sectioned off ...
Ryan Williams
2010-02-25
1
-103
/
+0
*
|
py3k - extracting errno from exception wrapped into get_errno function to wor...
amajorek
2010-02-27
1
-14
/
+14
*
|
Merge with latest which_linden tip
amajorek
2010-02-26
1
-73
/
+110
|
\
\
|
|
/
|
*
First import of Sergey's serve method. Hacked to fit, a few tests written.
Ryan Williams
2010-02-25
1
-6
/
+37
|
*
fixed various minor issues that pyflakes complained about, removed extraneous...
Tavis Rudd
2010-02-24
1
-10
/
+2
|
*
fix implementation of connect_ex so it always returns the error code rather t...
Tavis Rudd
2010-02-24
1
-47
/
+46
|
*
fixes #38. send() and sendall() seem to be good now (i think).
Eugene Oden
2010-02-24
1
-5
/
+0
|
*
merge
Eugene Oden
2010-02-24
1
-10
/
+22
|
|
\
|
|
*
working on blocking send, which still isn't quite right reopens #38
Eugene Oden
2010-02-24
1
-10
/
+22
|
*
|
Trampolines that don't have a timeout don't need a timeout_exc.
Ryan Williams
2010-02-24
1
-5
/
+3
|
|
/
|
*
minor fix for GreenSocket.send(). added socket.timeout arguments. more tests.
Eugene Oden
2010-02-22
1
-13
/
+23
*
|
first draft of making eventlet py3k compatible.
amajorek
2010-02-26
1
-13
/
+38
|
/
*
fixes for greenpipe
Eugene Oden
2010-02-21
1
-4
/
+4
[next]