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
/
eventlet
/
patcher.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clean up threading book-keeping at fork when monkey-patched
Tim Burke
2020-08-28
1
-0
/
+20
*
Fix #508: Py37 Deadlock ThreadPoolExecutor (#598)
Gorka Eguileor
2020-05-15
1
-0
/
+6
*
[bug] reimport submodule as well in patcher.inject (#540)
Junyi
2019-01-23
1
-0
/
+6
*
external dependencies for six, monotonic, dnspython
nat-goodspeed
2018-05-10
1
-1
/
+1
*
patcher: workaround for monotonic "no suitable implementation"
patcher-gethub-401
Geoffrey Thomas
2017-08-26
1
-0
/
+11
*
patcher: set locked RLocks' owner only when patching existing locks
Quan Tian
2017-05-10
1
-1
/
+1
*
patcher: green existing locks fail (Python3)
Whitney Young
2016-12-01
1
-3
/
+8
*
Remove select.poll and improve subprocess
Jakub Stasiak
2016-05-20
1
-1
/
+7
*
patcher: patch existing threading locks; Thanks to Alexis Lee
Alexis Lee
2016-04-18
1
-0
/
+56
*
patcher: Eliminate some redundancy
Jakub Stasiak
2016-01-12
1
-21
/
+13
*
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
-1
/
+7
*
Temporarily revert build breaker.
Sergey Shepelev
2015-11-23
1
-7
/
+1
*
Fix HTTPServer.serve_forever blocking whole process
Jakub Stasiak
2015-11-22
1
-1
/
+7
*
Fix threading.Condition with monkey-patching
Victor Stinner
2015-04-05
1
-0
/
+7
*
Python 3 compat: Fix patcher and hub tests
Jakub Stasiak
2015-02-10
1
-5
/
+16
*
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
1
-0
/
+6
*
Reformat with autopep8
Jakub Stasiak
2014-10-11
1
-1
/
+1
*
PEP-8 fixes
Sergey Shepelev
2014-08-27
1
-18
/
+28
*
hubs: defang after remove; related to second simultaneous read issue
94-second-read
Michael Kerrin
2014-08-12
1
-0
/
+2
*
Fix second simultaneous read (parallel paramiko issue)
Jan Grant
2014-08-12
1
-1
/
+11
*
python3 compat fixes; Thanks to Astrum Kuo
郭旭星Astrum Kuo
2014-04-02
1
-2
/
+4
*
python3 compat fixes
Victor Sergeyev
2014-03-28
1
-19
/
+29
*
Monkey patch threading.current_thread() as well
Johannes Erdfelt
2012-02-29
1
-20
/
+0
*
Reducing copypasta with utility function.
Ryan Williams
2011-04-09
1
-0
/
+18
*
Not enabling MySQLdb patching in import_patched for now.
Ryan Williams
2010-10-08
1
-2
/
+2
*
Finally, eventlet.green.MySQLdb so we don't have to hassle with db_pool if we...
Ryan Williams
2010-10-07
1
-3
/
+18
*
Adding import locks around the places where we mess with sys.modules in patch...
Ryan Williams
2010-08-04
1
-23
/
+30
*
Tightened up original's dependency-checking code in patcher, importing eventl...
Ryan Williams
2010-07-23
1
-10
/
+15
*
Race condition fix in patcher, added a bit more sleep to the env test so slow...
Ryan Williams
2010-06-10
1
-0
/
+2
*
Fix argument parsing in patched function.
Ryan Williams
2010-06-07
1
-1
/
+2
*
Defending against one possible flaw in original() which isn't currently a pro...
Ryan Williams
2010-06-04
1
-0
/
+9
*
Fixed main thread patching and moved the code into patcher.py. Implemented a...
Ryan Williams
2010-06-04
1
-47
/
+80
*
Added _original_patch_function to fix up the case where tpool is trying to im...
Ryan Williams
2010-06-02
1
-14
/
+41
*
patcher.original no longer leaves the modules it imports in sys.modules to ge...
Ryan Williams
2010-06-02
1
-0
/
+2
*
Merge
Ryan Williams
2010-04-17
1
-1
/
+7
|
\
|
*
Recent test failures exposed a small bug in patcher, this is the fix.
Ryan Williams
2010-04-11
1
-1
/
+7
*
|
Updated green psycopg support, added a test for it (which hasn't been run bec...
Ryan Williams
2010-04-09
1
-2
/
+18
*
|
Added Daniele Varrazzo's green-psycopg2 patch. Untested in the case where th...
Ryan Williams
2010-04-08
1
-1
/
+9
|
/
*
Simplified monkey_patch interface by removing the need for the all keyword pa...
Ryan Williams
2010-03-27
1
-15
/
+23
*
Merge
Ryan Williams
2010-02-25
1
-30
/
+32
|
\
|
*
fixed various minor issues that pyflakes complained about, removed extraneous...
Tavis Rudd
2010-02-24
1
-30
/
+32
*
|
Much easier to just use the blanket defaults. :)
Ryan Williams
2010-02-24
1
-0
/
+9
|
/
*
Improved patcher so as to not require make_original.
Ryan Williams
2010-02-24
1
-15
/
+10
*
python -m eventlet.patcher module.py. Fixes #23. Patch from Chris Atlee.
Ryan Williams
2010-02-23
1
-1
/
+7
*
Improved support for monkeypatching by eliminating race conditions in eventle...
Ryan Williams
2010-02-17
1
-2
/
+28
*
Updated patcher.monkey_patch so it was easier to implement the util usecases....
Ryan Williams
2010-02-09
1
-11
/
+23
*
Added monkeypatch stdlib tests, which test how well monkeypatching works. Un...
Ryan Williams
2010-02-09
1
-1
/
+2
*
Tweaked the way monkey_patch works so that it'll work better if called after ...
Ryan Williams
2010-02-07
1
-6
/
+43
[next]