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
/
patcher_test.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
greenio: only trampoline when we block
David Szotten
2016-07-01
1
-0
/
+4
*
Remove select.poll and improve subprocess
Jakub Stasiak
2016-05-20
1
-5
/
+5
*
patcher: patch existing threading locks; Thanks to Alexis Lee
Alexis Lee
2016-04-18
1
-0
/
+12
*
little clean up
Sergey Shepelev
2016-02-12
1
-12
/
+14
*
green select: Delete unpatched methods
Jakub Stasiak
2016-01-07
1
-0
/
+4
*
Fix HTTPServer.serve_forever blocking whole process
Jakub Stasiak
2016-01-06
1
-0
/
+4
*
Temporarily revert build breaker.
Sergey Shepelev
2015-11-23
1
-4
/
+0
*
Fix HTTPServer.serve_forever blocking whole process
Jakub Stasiak
2015-11-22
1
-0
/
+4
*
Issue #223: Fix threading monkey-patching on py3.4
Victor Stinner
2015-04-09
1
-0
/
+4
*
Fix threading.Condition with monkey-patching
Victor Stinner
2015-04-05
1
-0
/
+4
*
tests/isolated for tests sandboxed in separate python process
Sergey Shepelev
2015-02-25
1
-12
/
+7
*
Python 3 compat: Fix all Travis test failures
dev
Jakub Stasiak
2015-02-13
1
-5
/
+9
*
Fix monkey_patch() on Python 3
py3_importlib
Victor Stinner
2014-12-21
1
-0
/
+5
*
Python 3 compat: Improve various bits
Jakub Stasiak
2014-10-10
1
-6
/
+17
*
PEP-8 fixes
Sergey Shepelev
2014-08-27
1
-1
/
+1
*
tests: deprecated TestCase.assert_() -> assert keyword
Sergey Shepelev
2014-07-16
1
-27
/
+27
*
PEP-8 fixes, tox runs pep8 check
Sergey Shepelev
2014-04-23
1
-24
/
+20
*
python3 compatibility: print function
Sergey Shepelev
2014-04-23
1
-40
/
+40
*
python3 compat fixes
Victor Sergeyev
2014-03-28
1
-4
/
+5
*
tests: extract run_python() utility function
Sergey Shepelev
2013-07-09
1
-12
/
+7
*
tests: ProcessBase should call parent setUp/tearDown; Thanks to Paul Oppenheim
Sergey Shepelev
2013-07-09
1
-12
/
+17
*
tests: patcher_test: let Popen search for `true` in PATH
Sergey Shepelev
2012-12-17
1
-1
/
+1
*
Add test for waitpid issue
Vishvananda Ishaya
2012-11-08
1
-0
/
+13
*
Fix currentThread usage in the tests too
Floris Bruynooghe
2012-09-06
1
-7
/
+7
*
Ensure threading._shutdown gets patched too
Johannes Erdfelt
2012-03-18
1
-0
/
+8
*
Make GreenThread wrapper implement more of the Thread interface
Johannes Erdfelt
2012-03-02
1
-0
/
+80
*
Monkey patch threading.current_thread() as well
Johannes Erdfelt
2012-02-29
1
-0
/
+90
*
Test for Soren's subprocess fix. Fixes #77
Ryan Williams
2011-02-15
1
-0
/
+14
*
Finally, eventlet.green.MySQLdb so we don't have to hassle with db_pool if we...
Ryan Williams
2010-10-07
1
-0
/
+10
*
Switching back to regular subprocess here.
Ryan Williams
2010-07-26
1
-1
/
+1
*
Tightened up original's dependency-checking code in patcher, importing eventl...
Ryan Williams
2010-07-23
1
-1
/
+1
*
Kill the tpool threads so that they don't whine on interpreter exit.
Ryan Williams
2010-06-11
1
-0
/
+2
*
Race condition fix in patcher, added a bit more sleep to the env test so slow...
Ryan Williams
2010-06-10
1
-1
/
+1
*
Documented the environment variables (thereby fixing #15). Improved the impl...
Ryan Williams
2010-06-10
1
-4
/
+4
*
Skip tpool tests with pyevent hub.
Ryan Williams
2010-06-07
1
-1
/
+4
*
Named tpool threads, fixed rare race condition where _reqq would be freed bef...
Ryan Williams
2010-06-02
1
-16
/
+16
*
Added _original_patch_function to fix up the case where tpool is trying to im...
Ryan Williams
2010-06-02
1
-0
/
+47
*
Small fix to make the assert work as intended.
Ryan Williams
2010-05-22
1
-1
/
+1
*
Updated green psycopg support, added a test for it (which hasn't been run bec...
Ryan Williams
2010-04-09
1
-8
/
+16
*
Added Daniele Varrazzo's green-psycopg2 patch. Untested in the case where th...
Ryan Williams
2010-04-08
1
-5
/
+5
*
Added main to test
amajorek
2010-03-30
1
-1
/
+4
*
Simplified monkey_patch interface by removing the need for the all keyword pa...
Ryan Williams
2010-03-27
1
-43
/
+103
*
More verbose asserts in the case of failure, for all those recalcitrant platf...
Ryan Williams
2010-02-19
1
-26
/
+22
*
Improved support for monkeypatching by eliminating race conditions in eventle...
Ryan Williams
2010-02-17
1
-20
/
+67
*
Tweaked the way monkey_patch works so that it'll work better if called after ...
Ryan Williams
2010-02-07
1
-3
/
+2
*
Added monkey_patch to patcher, as well as defaults to import_patched. With t...
Ryan Williams
2010-02-05
1
-1
/
+43
*
Fixed intermittent patcher_test failures -- it turns out that you don't want ...
Ryan Williams
2010-01-06
1
-22
/
+16
*
Fixed a bug where patcher was leaving crap in sys.modules, added a unit test ...
Ryan Williams
2009-12-31
1
-0
/
+72