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
Commit message (
Expand
)
Author
Age
Files
Lines
*
tests: ProcessBase -> run_python
run_python
Sergey Shepelev
2015-02-21
40
-646
/
+758
*
greendns: IPv6 support, improved handling of /etc/hosts
bb-40-greendns-ipv6
Floris Bruynooghe
2015-02-20
3
-162
/
+1198
*
green.socket: create_connection() was wrapping all exceptions in socket.error...
Sergey Shepelev
2015-02-13
2
-4
/
+16
*
Python 3 compat: Fix all Travis test failures
dev
Jakub Stasiak
2015-02-13
24
-320
/
+662
*
Tests: Provide listener details on nonempty hub
Jakub Stasiak
2015-02-12
1
-4
/
+14
*
Green socket: Remove (seemingly) dead code
Jakub Stasiak
2015-02-12
1
-56
/
+0
*
Stop skipping a test unnecessarily
Jakub Stasiak
2015-02-11
1
-3
/
+3
*
Make sure SSL retries are done using the exact same data buffer
Lior Neudorfer
2015-02-10
1
-1
/
+4
*
Python 3 compat: Fix patcher and hub tests
Jakub Stasiak
2015-02-10
2
-9
/
+21
*
Python 3 compat: Add some GreenPipe hacks
Jakub Stasiak
2015-02-09
1
-1
/
+13
*
Python 3 compat: Improve tests
Jakub Stasiak
2015-02-09
1
-11
/
+15
*
Remove dead import code
Jakub Stasiak
2015-02-09
1
-27
/
+6
*
Use keyword argument here to make it easier to read
Jakub Stasiak
2015-02-09
1
-1
/
+1
*
fix for already closed sockets
David Szotten
2015-02-08
2
-1
/
+7
*
Give credits for contributions
Jakub Stasiak
2015-02-08
1
-0
/
+3
*
Tests: tidy up tox file
David Szotten
2015-02-07
2
-147
/
+45
*
README.rst: Try to fix RST warnings
Marc Abramowitz
2015-02-07
1
-2
/
+3
*
Fix typos detected by toolkit misspellings
ChangBo Guo(gcb)
2015-02-07
8
-9
/
+9
*
v0.16.1 release (eventlet.util zombie sneaked into previous build)
v0.16.1
Sergey Shepelev
2015-01-14
3
-6
/
+11
*
v0.16 release
v0.16
Sergey Shepelev
2014-12-30
4
-6
/
+25
*
hubs: delay import pkg_resources
Sergey Shepelev
2014-12-30
2
-9
/
+13
*
Handle EPIPE errors during tests when remote end closes connection
issue178
Johannes Erdfelt
2014-12-22
1
-12
/
+17
*
Add comments for people who get problem like issue "#81".
QthCN
2014-12-22
1
-0
/
+4
*
Fix monkey_patch() on Python 3
py3_importlib
Victor Stinner
2014-12-21
3
-0
/
+41
*
Fix monkey-patched os.open(): add dir_fd parameter
Victor Stinner
2014-12-21
1
-2
/
+5
*
tests: db_pool: test .clear() updates .current_size GH-139
Sergey Shepelev
2014-12-21
1
-42
/
+58
*
db_pool.BaseConnectionPool.clear updates .current_size #139
Andrey Gubarev
2014-12-21
1
-0
/
+1
*
Fix timers not cleaned up on MySQL test skips
Corey Wright
2014-12-15
1
-2
/
+2
*
tpool: Windows compatibility, fix ResourceWarning. Thanks to Victor Stinner
Sergey Shepelev
2014-12-01
1
-1
/
+2
*
Travis: Slack.com integration
Sergey Shepelev
2014-11-20
1
-0
/
+2
*
Fix string concatenation errors
Steven Hardy
2014-11-15
2
-2
/
+34
*
Python 3 compat: Improve WebSocket and tests
Jakub Stasiak
2014-11-13
2
-13
/
+13
*
Fix __str__ method on the TimeoutExpired exception class. Also fix argument
Tomaz Muraus
2014-11-12
2
-4
/
+8
*
Travis: disallow PEP-8 failures from now on
Sergey Shepelev
2014-11-12
1
-1
/
+0
*
pep8: Fix remaining issues
Jakub Stasiak
2014-11-12
1
-2
/
+9
*
Restore removed tests and make Python 3 compatible
Jakub Stasiak
2014-11-12
1
-2
/
+36
*
Improve PEP8 conformance
Jakub Stasiak
2014-11-11
9
-20
/
+39
*
Exclude bundled mock and six from style checking
Jakub Stasiak
2014-11-11
1
-2
/
+2
*
Exclu
Jakub Stasiak
2014-11-11
1
-2
/
+2
*
Update bundled six version to 1.8.0
Jakub Stasiak
2014-11-11
1
-62
/
+178
*
Give credits for 23beb7d
Jakub Stasiak
2014-11-11
1
-0
/
+1
*
pep8: trivial fixes
Christoph Gysin
2014-11-11
4
-6
/
+6
*
Python 3 compat; Improve WSGI, WS, threading and tests
Jakub Stasiak
2014-11-11
7
-137
/
+129
*
wsgi: Add send_hundred_continue_response() API to the docs
Tushar Gohad
2014-11-06
1
-0
/
+15
*
wsgi.input: Make send_hundred_continue_headers a public API
Tushar Gohad
2014-11-06
2
-7
/
+167
*
Improve documentation
Jakub Stasiak
2014-10-31
3
-0
/
+19
*
Improve Python 3 compat: WSGI tests
Jakub Stasiak
2014-10-31
1
-2
/
+2
*
hubs: drop Twisted support
Sergey Shepelev
2014-10-29
23
-1555
/
+22
*
Update a broken link in the example
Kevin
2014-10-22
1
-1
/
+1
*
Fix "maximum recursion depth exceeded in GreenSocket.__del__"
Jakub Stasiak
2014-10-16
2
-2
/
+28
[next]