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
/
tests
/
isolated
Commit message (
Expand
)
Author
Age
Files
Lines
*
chore: CI upgrades, pycodestyle fix 2 empty lines after class/def
Sergey Shepelev
2023-01-18
2
-0
/
+2
*
ssl: GreenSSLContext minimum_version and maximum_version setters
Bob Haddleton
2021-09-29
1
-0
/
+12
*
greendns: compatibility with dnspython v2
Felix Yan
2021-09-01
1
-1
/
+2
*
patcher: built-in open() did not accept kwargs
683-open-kwargs
Sergey Shepelev
2021-01-29
1
-0
/
+10
*
patcher: monkey_patch(builtins=True) failed on py3 because `file` class is go...
秋葉
2020-10-22
1
-0
/
+14
*
Clean up threading book-keeping at fork when monkey-patched
Tim Burke
2020-08-28
1
-0
/
+59
*
Fix #508: Py37 Deadlock ThreadPoolExecutor (#598)
Gorka Eguileor
2020-05-15
1
-0
/
+18
*
[bug] reimport submodule as well in patcher.inject (#540)
Junyi
2019-01-23
4
-0
/
+27
*
Fix for Python 3.7 (#506)
Marcel Plch
2018-09-28
1
-2
/
+3
*
IMPORTANT: late import in `use_hub()` + thread race caused using epolls even ...
Sergey Shepelev
2018-09-12
2
-0
/
+41
*
support.greendns: ImportError when dns.rdtypes was imported before eventlet
Jaume Marhuenda
2018-05-14
1
-0
/
+8
*
external dependencies for six, monotonic, dnspython
nat-goodspeed
2018-05-10
4
-4
/
+4
*
green.threading: current_thread() did not see new monkey-patched threads; Tha...
147-jake
Sergey Shepelev
2018-04-15
1
-0
/
+25
*
tpool: exception in tpool-ed call leaked memory via backtrace
Jesse
2018-03-11
1
-0
/
+43
*
support: upgrade bundled dnspython to 1.16.0 (22e9de1d7957e)
dns-427
Sergey Shepelev
2017-07-25
1
-1
/
+1
*
green.subprocess: keep CalledProcessError identity; Thanks to Linbing@github
Sergey Shepelev
2017-07-02
1
-0
/
+14
*
patcher: set locked RLocks' owner only when patching existing locks
Quan Tian
2017-05-10
1
-0
/
+25
*
ssl: RecursionError on Python3.6+; Thanks to justdoit0823@github and Gevent d...
Sergey Shepelev
2017-04-04
1
-0
/
+16
*
tests: socket_resolve_green was giving false fails
Sergey Shepelev
2017-01-18
1
-15
/
+20
*
tests cleanup, CI with Python 3.6
Sergey Shepelev
2017-01-05
2
-0
/
+91
*
test_import_patched_defaults bended to play with pyopenssl>=16.1.0
Sergey Shepelev
2016-12-31
1
-10
/
+13
*
tests: patcher_import_patched_defaults was failing in presence of pyopenssl p...
Sergey Shepelev
2016-12-22
1
-0
/
+15
*
bundle dnspython in support/; resolving is always green
Sergey Shepelev
2016-08-24
2
-6
/
+46
*
tpool: isolate internal socket from default timeout; Thanks to Alex Villacís...
Sergey Shepelev
2016-08-10
1
-0
/
+15
*
Provide green http without undesired side effects
Jakub Stasiak
2016-07-08
2
-0
/
+16
*
greenio: only trampoline when we block
David Szotten
2016-07-01
1
-0
/
+43
*
Remove select.poll and improve subprocess
Jakub Stasiak
2016-05-20
2
-4
/
+10
*
patcher: patch existing threading locks; Thanks to Alexis Lee
Alexis Lee
2016-04-18
3
-0
/
+98
*
little clean up
Sergey Shepelev
2016-02-12
12
-32
/
+72
*
wsgi: Fix handling partial writes on Python 3
partial-write-fix-2
Jakub Stasiak
2016-02-09
1
-0
/
+1
*
patcher: certain order of import subprocess and monkey_patch breaks .communic...
issue-290
Sergey Shepelev
2016-01-24
2
-1
/
+16
*
green selectors: Override DefaultSelector as well
Jakub Stasiak
2016-01-11
1
-0
/
+3
*
green select: Make sure devpoll method is removed
Jakub Stasiak
2016-01-11
1
-1
/
+1
*
green selectors: Remove non-green selectors
Jakub Stasiak
2016-01-11
1
-0
/
+12
*
green select: Delete unpatched methods
Jakub Stasiak
2016-01-07
1
-0
/
+15
*
Fix HTTPServer.serve_forever blocking whole process
Jakub Stasiak
2016-01-06
1
-0
/
+28
*
Temporarily revert build breaker.
Sergey Shepelev
2015-11-23
1
-28
/
+0
*
Fix HTTPServer.serve_forever blocking whole process
Jakub Stasiak
2015-11-22
1
-0
/
+28
*
Issue #223: Fix threading monkey-patching on py3.4
Victor Stinner
2015-04-09
1
-0
/
+23
*
Fix threading.Condition with monkey-patching
Victor Stinner
2015-04-05
1
-0
/
+23
*
greenio: fix fd double close; Thanks to Antonio Cuni
Sergey Shepelev
2015-03-31
1
-0
/
+22
*
greendns: fix (remove) dns.name import
Sergey Shepelev
2015-02-25
1
-0
/
+16
*
tests/isolated for tests sandboxed in separate python process
Sergey Shepelev
2015-02-25
4
-0
/
+235