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
Commit message (
Expand
)
Author
Age
Files
Lines
*
tests checking output were broken by Python 2 end of support warning
py27-warning
Sergey Shepelev
2020-08-19
1
-2
/
+2
*
backdoor: handle disconnects better
Tim Burke
2020-07-31
1
-0
/
+16
*
wsgi: Fix header capitalization on py3
Tim Burke
2020-07-02
1
-1
/
+21
*
Fix compatibility with SSLContext usage >= Python 3.7
James Page
2020-07-02
1
-0
/
+22
*
tests: Increase timeout for test_isolate_from_socket_default_timeout
Michał Górny
2020-07-01
1
-1
/
+1
*
tests: Assume that nonblocking mode might set O_NDELAY to fix SPARC
Michał Górny
2020-07-01
1
-1
/
+4
*
tests: Unset O_NONBLOCK|O_NDELAY to fix SPARC
Michał Górny
2020-07-01
1
-3
/
+5
*
tests: F_SETFL does not return flags, use F_GETFL again
Michał Górny
2020-07-01
1
-1
/
+2
*
tests: Fail on timeout when expect_pass=True (#612)
Tim Burke
2020-05-15
1
-0
/
+3
*
Fix #508: Py37 Deadlock ThreadPoolExecutor (#598)
Gorka Eguileor
2020-05-15
2
-0
/
+22
*
workaround for pathlib on py 3.7
David Szotten
2019-08-20
1
-0
/
+11
*
Stop using deprecated cgi.parse_qs() to support Python 3.8
Miro Hrončok
2019-07-10
1
-1
/
+2
*
wsgi: Only send 100 Continue response if no response has been sent yet (#557)
Tim Burke
2019-03-21
1
-0
/
+61
*
wsgi: Return 400 on negative Content-Length request headers (#537)
Tim Burke
2019-03-04
1
-0
/
+7
*
#53: Make a GreenPile with no spawn()s an empty sequence. (#555)
nat-goodspeed
2019-03-04
1
-0
/
+6
*
Increase Travis slop factor for ZMQ CPU usage. (#542)
nat-goodspeed
2019-03-04
1
-1
/
+1
*
wsgi: fix Input.readlines when dealing with chunked input
Tim Burke
2019-02-28
1
-0
/
+13
*
wsgi: fix Input.readline on Python 3
Tim Burke
2019-02-28
1
-0
/
+13
*
wsgi: Stop replacing invalid UTF-8 on py3
Tim Burke
2019-02-28
1
-8
/
+15
*
[bug] reimport submodule as well in patcher.inject (#540)
Junyi
2019-01-23
5
-0
/
+31
*
wsgi: Catch and swallow IOErrors during discard() (#532)
Tim Burke
2018-12-20
1
-0
/
+26
*
Fix for Python 3.7 (#506)
Marcel Plch
2018-09-28
2
-4
/
+15
*
IMPORTANT: late import in `use_hub()` + thread race caused using epolls even ...
Sergey Shepelev
2018-09-12
3
-50
/
+47
*
wsgi: make Expect 100-continue field-value case-insensitive.
Julien Kasarherou
2018-09-09
1
-21
/
+23
*
Regenerate test crt
Ondřej Nový
2018-08-22
2
-28
/
+49
*
tests: Add ipv4 udp tests for greendns
Lon Hohberger
2018-08-08
1
-0
/
+25
*
greendns: don't contact nameservers if one entry is returned from hosts file
Daniel Alvarez
2018-08-03
1
-3
/
+60
*
tests: Add ipv6 tests for greendns udp() function
Lon Hohberger
2018-07-31
1
-0
/
+41
*
wsgi: Use byte strings on py2 and unicode strings on py3
Tim Burke
2018-07-25
1
-2
/
+7
*
wsgi: Don't strip all Unicode whitespace from headers on py3 (#504)
Tim Burke
2018-07-06
1
-0
/
+28
*
pools: put to empty pool would block sometimes
Sam Merritt
2018-07-03
2
-0
/
+39
*
greendns: resolving over TCP produced ValueError
Jaume Marhuenda
2018-06-28
2
-0
/
+105
*
support.greendns: ImportError when dns.rdtypes was imported before eventlet
Jaume Marhuenda
2018-05-14
2
-0
/
+13
*
external dependencies for six, monotonic, dnspython
nat-goodspeed
2018-05-10
23
-25
/
+29
*
greendns: full comment lines were not skipped; Thanks to nat-goodspeed
nat-goodspeed
2018-05-07
1
-6
/
+12
*
green.threading: current_thread() did not see new monkey-patched threads; Tha...
147-jake
Sergey Shepelev
2018-04-15
2
-17
/
+29
*
tpool: exception in tpool-ed call leaked memory via backtrace
Jesse
2018-03-11
2
-0
/
+47
*
wsgi: latin-1 encoding dance for environ[PATH_INFO]
Sergey Shepelev
2018-03-11
1
-1
/
+24
*
moved function eventlet.support.capture_stderr to tests
Sergey Shepelev
2018-03-10
4
-14
/
+22
*
event: Event.wait() timeout=None argument to be compatible with upstream CPython
event-wait-timeout
Sergey Shepelev
2018-01-14
1
-6
/
+30
*
greendns: Treat /etc/hosts entries case-insensitive
Ralf Haferkamp
2018-01-13
1
-0
/
+14
*
Travis broke ipv6, allow failure; test against Python 2.7
Sergey Shepelev
2017-12-05
3
-7
/
+11
*
Drop OpenSSL.rand support
Haikel Guemar
2017-10-04
1
-1
/
+0
*
websocket: support permessage-deflate extension; Thanks to Costas Christofi a...
costasgambit
2017-09-11
1
-0
/
+306
*
support: upgrade bundled dnspython to 1.16.0 (22e9de1d7957e)
dns-427
Sergey Shepelev
2017-07-25
1
-1
/
+1
*
dns: reading /etc/hosts raised DeprecationWarning for universal lines on Pyth...
Chris Kerr
2017-07-17
1
-2
/
+13
*
green.subprocess: keep CalledProcessError identity; Thanks to Linbing@github
Sergey Shepelev
2017-07-02
2
-0
/
+20
*
convenience: SO_REUSEPORT is not available on WSL platform (Linux on Windows)
Sergey Shepelev
2017-06-02
1
-0
/
+27
*
convenience: skip SO_REUSEPORT for bind on random port (0)
listen-reuse
Sergey Shepelev
2017-05-12
1
-15
/
+39
*
patcher: set locked RLocks' owner only when patching existing locks
Quan Tian
2017-05-10
3
-0
/
+39
[next]