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
/
zmq.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix typos detected by toolkit misspellings
ChangBo Guo(gcb)
2015-02-07
1
-1
/
+1
*
Improve PEP8 conformance
Jakub Stasiak
2014-11-11
1
-1
/
+2
*
Tune documentation
Jakub Stasiak
2014-10-05
1
-0
/
+1
*
PEP-8 fixes
Sergey Shepelev
2014-08-27
1
-1
/
+5
*
hubs: defang after remove; related to second simultaneous read issue
94-second-read
Michael Kerrin
2014-08-12
1
-1
/
+5
*
Python 3 compatibility fixes
Jakub Stasiak
2014-07-18
1
-1
/
+1
*
Python3: __bool__, im_code, im_func
Victor Sergeyev
2014-04-24
1
-0
/
+4
*
python3 compat: 2to3: `except E as e:` syntax
Davanum Srinivas
2013-12-03
1
-2
/
+2
*
green.zmq: pyzmq 13.x compatibility
Edward George
2013-07-02
1
-6
/
+15
*
zmq: avoid spurious wakeups by forcing zmq events to be processed when no thr...
Geoff Salmon
2013-01-21
1
-2
/
+7
*
zmq: Socket.close() support linger argument; Thanks to Eric Windisch
Sergey Shepelev
2013-01-14
1
-2
/
+2
*
Fix zmq._QueueLock test in Python2.6 - TestCase.assertRaises is not context m...
Sergey Shepelev
2012-12-11
1
-1
/
+7
*
Test for Pull Request 22: zmq getsockopt(EVENTS) wake correct threads
Sergey Shepelev
2012-12-11
1
-3
/
+3
*
zmq getsockopt(EVENTS) wake correct threads
Eric Windisch
2012-10-10
1
-2
/
+2
*
Fix python 2.5 support
Floris Bruynooghe
2012-09-05
1
-0
/
+3
*
unused import
Geoff Salmon
2012-02-06
1
-1
/
+0
*
Simplify zmq. Remove premature optimizations. Add "_eventlet" to all new attr...
Geoff Salmon
2012-02-02
1
-132
/
+31
*
remove unused import
Geoff Salmon
2012-01-26
1
-1
/
+0
*
wrap all zmq send and recv methods to use correct docs and names
Geoff Salmon
2012-01-26
1
-6
/
+9
*
test closing zmq x-sockets
Geoff Salmon
2012-01-26
1
-4
/
+0
*
Rename zmq._SimpleEvent. Add close during recv test. Updating comments.
Geoff Salmon
2012-01-26
1
-45
/
+32
*
Avoid calling trampoline for zmq sockets. Instead leave a listener registered...
Geoff Salmon
2012-01-26
1
-46
/
+47
*
zmq: cache super() calls. fix calls to getsockopt. remove unnecessary __zmq__...
Geoff Salmon
2011-12-29
1
-60
/
+66
*
add closed check to Context.socket(). pyzmq's socket() contains the same check.
Geoff Salmon
2011-09-16
1
-0
/
+2
*
adds comments explaining zmq greening
Geoff Salmon
2011-09-15
1
-10
/
+65
*
Not using zmq_poll anymore, so we can allow multiple zmq.Context objects in t...
Geoff Salmon
2011-09-14
1
-22
/
+2
*
add tests for zmq._SimpleEvent and zmq._QueueLock
Geoff Salmon
2011-09-14
1
-2
/
+4
*
readd zmq send_multipart and recv_multipart methods to acquire locks
Geoff Salmon
2011-09-14
1
-17
/
+48
*
simplify code for supporting multiple 0mq senders and receivers
Geoff Salmon
2011-09-14
1
-316
/
+157
*
rename wakeup_timer -> wakeupper to avoid confusion. It's not really a timer.
Geoff Salmon
2011-09-14
1
-8
/
+8
*
check EVENTS before waking up listener
Geoff Salmon
2011-09-09
1
-3
/
+3
*
zmq additional comment
Geoff Salmon
2011-09-05
1
-1
/
+4
*
Remove pointless caching of attributes in zmq.Socket
Geoff Salmon
2011-09-05
1
-6
/
+3
*
change how zmq socket send and recv operations are customized
Geoff Salmon
2011-09-05
1
-33
/
+51
*
Fix up comments in zmq. Take __name__ and __doc__ for methods from the real S...
Geoff Salmon
2011-09-05
1
-39
/
+37
*
use interruptible trampoline for zmq REQ and REP sockets. Prefer positional a...
Geoff Salmon
2011-09-05
1
-67
/
+61
*
avoid queuing job in zmq send/recv fast path
Geoff Salmon
2011-09-05
1
-19
/
+43
*
ensure any errors from zmq are raise on thread that called send/recv
Geoff Salmon
2011-09-05
1
-2
/
+14
*
add zmq TODOs
Geoff Salmon
2011-09-05
1
-0
/
+5
*
clean up zmq process_queues loop
Geoff Salmon
2011-09-05
1
-25
/
+49
*
fixed missed read events on zmq socked FD
Geoff Salmon
2011-09-05
1
-86
/
+111
*
implement recv for multiple greenthreads
Geoff Salmon
2011-09-03
1
-28
/
+112
*
send/send_multipart from multiple greenthreads working, maybe...
Geoff Salmon
2011-09-03
1
-64
/
+155
*
first stab at supporting multiple senders and receivers. incomplete.
Geoff Salmon
2011-09-02
1
-8
/
+133
*
Reducing copypasta with utility function.
Ryan Williams
2011-04-09
1
-6
/
+2
*
Initial implementation of hubless zeromq support using ZMQ_FD and ZMQ_EVENTS.
Zed Shaw
2011-04-08
1
-49
/
+45
*
Yessss....test from rfk. TYVM Fixes #76.
Ryan Williams
2011-01-28
1
-4
/
+4
*
Importing patch from rfk to get green.zmq to respect NOBLOCK flag.
Ryan Williams
2011-01-27
1
-1
/
+10
*
Merge from trunk
Ben Ford
2010-12-04
1
-12
/
+42
|
\
|
*
General tidy up and addition of long overdue docstrings
Ben Ford
2010-12-04
1
-0
/
+34
[next]