| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Python 3 compatibility fixes | Jakub Stasiak | 2014-07-18 | 1 | -49/+50 |
| | | | | | | | Closes GH-102 Closes GH-103 Closes GH-104 | ||||
| * | python3 compatibility | Sergey Shepelev | 2014-04-24 | 1 | -14/+9 |
| | | | | | | | | | | | | | - __next__ for iterator interface - six.next() to get next item - list(dict.keys()) - popen2.popen4 -> subprocess - s2b -> b"..." literals - deprecated assertEquals -> assertEqual - hub_test test_fork using run_python - 1L -> 1 long literal - many PEP-8 fixes | ||||
| * | pypy compatibility | Jakub Stasiak | 2014-04-15 | 1 | -8/+19 |
| | | |||||
| * | python3 compat: 2to3: `except E as e:` syntax | Davanum Srinivas | 2013-12-03 | 1 | -1/+1 |
| | | | | | | | | First step to Python 3 compatibility "2to3 -w -f except ." See [1] [1] http://docs.python.org/2/library/2to3.html#fixers | ||||
| * | doc: fix bitbucket links after relocation to separate account | Sergey Shepelev | 2013-04-09 | 1 | -2/+2 |
| | | |||||
| * | tests: zmq: test idle CPU usage after zmq .bind(PUB) | Sergey Shepelev | 2013-01-21 | 1 | -1/+39 |
| | | |||||
| * | tests: zmq: support both SNDHWM and old HWM (libzmq <3.0); Thanks to Geoff ↵ | Sergey Shepelev | 2013-01-21 | 1 | -1/+7 |
| | | | | | Salmon | ||||
| * | zmq: Socket.close() support linger argument; Thanks to Eric Windisch | Sergey Shepelev | 2013-01-14 | 1 | -0/+10 |
| | | | | | | https://github.com/eventlet/eventlet/issues/9 Regression. Worked in 0.9.16 because .close() method was not overriden. | ||||
| * | Fix zmq._QueueLock test in Python2.6 - TestCase.assertRaises is not context ↵ | Sergey Shepelev | 2012-12-11 | 1 | -8/+10 |
| | | | | | manager yet | ||||
| * | Test for Pull Request 22: zmq getsockopt(EVENTS) wake correct threads | Sergey Shepelev | 2012-12-11 | 1 | -7/+28 |
| | | |||||
| * | Fix python 2.5 support | Floris Bruynooghe | 2012-09-05 | 1 | -0/+2 |
| | | | | | | | | | | | | * Avoid using property.setter(), use old-style properties instead. * Avoid using the new pep8-style threading API. * Use from __future__ import with_statement where it is used. * Add python 2.5 environments to tox, no epolls since that did not yet exist. | ||||
| * | ensure sockets are collected and closed in zmq test | Geoff Salmon | 2012-01-26 | 1 | -2/+6 |
| | | |||||
| * | fix zmq test that sometimes called recv on closed skt | Geoff Salmon | 2012-01-26 | 1 | -2/+1 |
| | | |||||
| * | test closing zmq x-sockets | Geoff Salmon | 2012-01-26 | 1 | -0/+9 |
| | | |||||
| * | Rename zmq._SimpleEvent. Add close during recv test. Updating comments. | Geoff Salmon | 2012-01-26 | 1 | -34/+22 |
| | | |||||
| * | simplify test | Geoff Salmon | 2012-01-26 | 1 | -3/+2 |
| | | |||||
| * | Tweak multipart message zmq test | Geoff Salmon | 2011-09-14 | 1 | -1/+1 |
| | | |||||
| * | Add test for multipart zmq messages | Geoff Salmon | 2011-09-14 | 1 | -0/+37 |
| | | |||||
| * | Not using zmq_poll anymore, so we can allow multiple zmq.Context objects in ↵ | Geoff Salmon | 2011-09-14 | 1 | -42/+0 |
| | | | | | the same native thread. | ||||
| * | add tests for zmq._SimpleEvent and zmq._QueueLock | Geoff Salmon | 2011-09-14 | 1 | -1/+130 |
| | | |||||
| * | fixed missed read events on zmq socked FD | Geoff Salmon | 2011-09-05 | 1 | -36/+40 |
| | | |||||
| * | first stab at supporting multiple senders and receivers. incomplete. | Geoff Salmon | 2011-09-02 | 1 | -0/+57 |
| | | |||||
| * | Refactoring zmq support tests in light of lack of zeromq hub. | Ryan Williams | 2011-04-09 | 1 | -14/+23 |
| | | |||||
| * | Initial implementation of hubless zeromq support using ZMQ_FD and ZMQ_EVENTS. | Zed Shaw | 2011-04-08 | 1 | -34/+7 |
| | | |||||
| * | Yessss....test from rfk. TYVM Fixes #76. | Ryan Williams | 2011-01-28 | 1 | -0/+7 |
| | | |||||
| * | Skipping repeated selects test on zmq hub because it doesn't appear to ↵ | Ryan Williams | 2011-01-23 | 1 | -8/+1 |
| | | | | | support detecting bad filenos at select() time. | ||||
| * | Ha ha, importing patch from #71 (thanks, Alexey, and fixing up the AUTHORS. | Ryan Williams | 2010-12-20 | 1 | -1/+1 |
| | | |||||
| * | Added back in some sleep statements that I'd managed to delete | Ben Ford | 2010-12-04 | 1 | -0/+2 |
| | | |||||
| * | Merge from trunk | Ben Ford | 2010-12-04 | 1 | -41/+74 |
| |\ | |||||
| | * | General tidy up and addition of long overdue docstrings | Ben Ford | 2010-12-04 | 1 | -5/+15 |
| | | | |||||
| | * | Fix for bug #68. This has also included an update to zeromq and pyzmq that ↵ | Ben Ford | 2010-12-04 | 1 | -1/+10 |
| | | | | | | | | | implements tracking of messages, so I don't know what this will do to hudson | ||||
| | * | Test case for #68. As expected the test raised TestIsTakingTooLong | Ben Ford | 2010-12-04 | 1 | -0/+9 |
| | | | |||||
| | * | Doing a better job skipping zmq tests on machines that don't have it. | Ryan Williams | 2010-10-27 | 1 | -39/+43 |
| | | | |||||
| | * | Switching to 2.4-friendly syntax here. | Ryan Williams | 2010-10-18 | 1 | -1/+1 |
| | | | |||||
| * | | Made a start on the zeromq documentation | Ben Ford | 2010-10-21 | 1 | -2/+0 |
| |/ | |||||
| * | Refactored the green version of zmq to use a factory function for Context | Ben Ford | 2010-10-12 | 1 | -6/+28 |
| | | |||||
| * | Fix up tests so they run on a slower virtual machine | Ben Ford | 2010-10-11 | 1 | -22/+5 |
| | | |||||
| * | Fixed a couple of bugs in tests by adding sleep statements. I seem to ↵ | Ben Ford | 2010-10-10 | 1 | -5/+9 |
| | | | | | remember reading somewhere that the context and sockets created from it might not be ready for use straight away - but I'll need to check and confirm this | ||||
| * | Added a couple of pub/sub tests | Ben Ford | 2010-09-30 | 1 | -8/+114 |
| | | |||||
| * | Took sleep statements out of send/recv functions. Renamed tests to zmq_tests | Ben Ford | 2010-09-24 | 1 | -0/+153 |
