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
/
green
/
threading.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Python 3 compat; Improve WSGI, WS, threading and tests
python3-clean
Jakub Stasiak
2014-11-04
1
-4
/
+9
*
PEP-8 fixes
Sergey Shepelev
2014-08-27
1
-3
/
+8
*
Fix python 2.5 support
Floris Bruynooghe
2012-09-05
1
-17
/
+7
*
Ensure threading._shutdown gets patched too
Johannes Erdfelt
2012-03-18
1
-1
/
+1
*
Make GreenThread wrapper implement more of the Thread interface
Johannes Erdfelt
2012-03-02
1
-2
/
+26
*
Make sure _after_fork gets patched too so forks don't print spurious
Johannes Erdfelt
2012-03-02
1
-1
/
+1
*
Monkey patch threading.current_thread() as well
Johannes Erdfelt
2012-02-29
1
-1
/
+84
*
Fixed main thread patching and moved the code into patcher.py. Implemented a...
Ryan Williams
2010-06-04
1
-10
/
+0
*
Added _original_patch_function to fix up the case where tpool is trying to im...
Ryan Williams
2010-06-02
1
-1
/
+1
*
Add Lock to list of patched threading primitives. Fixes mcarter's sqlalchemy...
Ryan Williams
2010-03-27
1
-1
/
+1
*
fixed various minor issues that pyflakes complained about, removed extraneous...
Tavis Rudd
2010-02-24
1
-4
/
+1
*
Patch local and stack_size in threading.
Ryan Williams
2010-02-24
1
-1
/
+2
*
Fixed fragile thread-patching code (as redundant as that may sound).
Ryan Williams
2010-02-19
1
-1
/
+1
*
Improved support for monkeypatching by eliminating race conditions in eventle...
Ryan Williams
2010-02-17
1
-0
/
+10
*
Overlooked this threading attribute
Ryan Williams
2010-02-16
1
-1
/
+1
*
Added monkeypatch stdlib tests, which test how well monkeypatching works. Un...
Ryan Williams
2010-02-09
1
-0
/
+2
*
Patcherized threading and its test, removing a ton of copy-and-pasted code in...
Ryan Williams
2009-11-29
1
-848
/
+7
*
Some slight 2.6 compatibility changes
Ryan Williams
2009-08-13
1
-0
/
+2
*
fix green package not to use absolute_import and otherwise be nice on 2.4
Denis Bilenko
2009-05-19
1
-2
/
+6
*
added green/threading.py
Denis Bilenko
2008-10-07
1
-0
/
+848