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
/
__init__.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
replace Travis with Github (actions) CI
github-ci
Sergey Shepelev
2020-12-13
1
-2
/
+2
*
tests checking output were broken by Python 2 end of support warning
py27-warning
Sergey Shepelev
2020-08-19
1
-2
/
+2
*
tests: Fail on timeout when expect_pass=True (#612)
Tim Burke
2020-05-15
1
-0
/
+3
*
Increase Travis slop factor for ZMQ CPU usage. (#542)
nat-goodspeed
2019-03-04
1
-1
/
+1
*
greendns: resolving over TCP produced ValueError
Jaume Marhuenda
2018-06-28
1
-0
/
+79
*
external dependencies for six, monotonic, dnspython
nat-goodspeed
2018-05-10
1
-1
/
+1
*
moved function eventlet.support.capture_stderr to tests
Sergey Shepelev
2018-03-10
1
-0
/
+13
*
Travis broke ipv6, allow failure; test against Python 2.7
Sergey Shepelev
2017-12-05
1
-0
/
+6
*
patcher: set locked RLocks' owner only when patching existing locks
Quan Tian
2017-05-10
1
-0
/
+9
*
New timeout error API: .is_timeout=True on exception object
Sergey Shepelev
2017-01-10
1
-0
/
+7
*
test_import_patched_defaults bended to play with pyopenssl>=16.1.0
Sergey Shepelev
2016-12-31
1
-14
/
+32
*
tests: str/bytes typo on run_python timeout
Sergey Shepelev
2016-11-05
1
-3
/
+6
*
tests: configurable timeout for run_python/isolated
Sergey Shepelev
2016-08-10
1
-5
/
+7
*
patcher: patch existing threading locks; Thanks to Alexis Lee
Alexis Lee
2016-04-18
1
-2
/
+10
*
little clean up
Sergey Shepelev
2016-02-12
1
-9
/
+14
*
travis: Allow more CPU usage
Jakub Stasiak
2016-01-07
1
-0
/
+7
*
greenio: socket.recv() could return str; Thanks to jerzyk
socket_recv_str
Sergey Shepelev
2015-09-06
1
-4
/
+9
*
tests/isolated for tests sandboxed in separate python process
Sergey Shepelev
2015-02-25
1
-30
/
+28
*
greendns: IPv6 support, improved handling of /etc/hosts
bb-40-greendns-ipv6
Floris Bruynooghe
2015-02-20
1
-0
/
+16
*
Tests: Provide listener details on nonempty hub
Jakub Stasiak
2015-02-12
1
-4
/
+14
*
Fix typos detected by toolkit misspellings
ChangBo Guo(gcb)
2015-02-07
1
-1
/
+1
*
hubs: drop Twisted support
Sergey Shepelev
2014-10-29
1
-11
/
+0
*
Reformat with autopep8
Jakub Stasiak
2014-10-11
1
-1
/
+2
*
tests: deprecated TestCase.assert_() -> assert keyword
Sergey Shepelev
2014-07-16
1
-8
/
+4
*
python3 compatibility
Sergey Shepelev
2014-04-24
1
-5
/
+0
*
PEP-8 fixes, tox runs pep8 check
Sergey Shepelev
2014-04-23
1
-13
/
+20
*
pypy compatibility
Jakub Stasiak
2014-04-15
1
-0
/
+3
*
python3 compat: print() function syntax
Sergey Shepelev
2013-12-03
1
-2
/
+4
*
tests: kill all tpool workers in LimitedTestCase
Jakub Stasiak
2013-08-07
1
-10
/
+3
*
tests: extract run_python() utility function
Sergey Shepelev
2013-07-09
1
-0
/
+21
*
tests: skip check_idle_cpu_usage on Windows; Thanks to Paul Oppenheim
Sergey Shepelev
2013-07-09
1
-1
/
+9
*
tests: LimitedTestCase.set_alarm() detects busy loops like while True: pass
Sergey Shepelev
2013-01-11
1
-9
/
+31
*
tests: check_idle_cpu_usage measures getrusage() around sleep(); throws Asser...
Sergey Shepelev
2013-01-10
1
-0
/
+15
*
tests: skip_if_no_ssl decorator always returned None
Sergey Shepelev
2013-01-10
1
-9
/
+11
*
Skip SSL tests if SSL is not available
Floris Bruynooghe
2012-09-05
1
-0
/
+11
*
Refactoring zmq support tests in light of lack of zeromq hub.
Ryan Williams
2011-04-09
1
-17
/
+0
*
Initial implementation of hubless zeromq support using ZMQ_FD and ZMQ_EVENTS.
Zed Shaw
2011-04-08
1
-2
/
+2
*
Skipping repeated selects test on zmq hub because it doesn't appear to suppor...
Ryan Williams
2011-01-23
1
-0
/
+17
*
Finally, eventlet.green.MySQLdb so we don't have to hassle with db_pool if we...
Ryan Williams
2010-10-07
1
-16
/
+23
*
Support for SSL websockets, which also happens to improve our SSL support in ...
Ryan Williams
2010-09-16
1
-0
/
+3
*
Use built-in json for tests if available.
Ryan Williams
2010-07-23
1
-5
/
+8
*
Add support for the itimer module with blocking detection
R. Tyler Ballance
2010-06-24
1
-0
/
+10
*
Cleaned up error output a bit better so diagnosis of failing psycopg tests do...
Ryan Williams
2010-05-24
1
-0
/
+1
*
Converted fully over to what the internet assures me is the American spelling...
Ryan Williams
2010-05-05
1
-1
/
+15
*
Database tests should be skipped if simplejson isn't installed.
Ryan Williams
2010-04-18
1
-7
/
+13
*
Integrated the dotfile auth lookup stuff with the new test.
Ryan Williams
2010-04-17
1
-0
/
+35
*
Fixed overlong duration of iterator test.
Ryan Williams
2010-03-25
1
-0
/
+7
*
py3k - more elegant s2b implementation
amajorek
2010-03-04
1
-9
/
+3
*
py3k socket send and receives byte type data. They are different from strings...
amajorek
2010-03-02
1
-0
/
+10
*
Check that hubs are empty in tearDown. You have to run nosetests with -s to ...
Chris AtLee
2010-02-23
1
-1
/
+12
[next]