Commit Graph

  • 72eb1ebeea Merge f302507d7c into cc52204446 GitHub Merge Button 2011-06-16 10:34:39 -0700
  • f302507d7c allow setting/getting sockopts as attributes MinRK 2011-06-16 10:30:50 -0700
  • b82c5a24e4 remove duplicated line MinRK 2011-06-15 15:47:59 -0700
  • 83c8a1f374 Merge 607fec78e8 into cc52204446 GitHub Merge Button 2011-06-12 18:13:37 -0700
  • d2a2014016 Merge 723f5f207a into cc52204446 GitHub Merge Button 2011-06-12 12:21:58 -0700
  • 723f5f207a Context.term now closes sockets MinRK 2011-06-06 22:43:34 -0700
  • cc52204446 rename czmq.pxd to libzmq.pxd, to avoid confusion with czmq project (high-level C API) MinRK 2011-06-06 23:17:49 -0700
  • 3435e1903f Don't exit loop on EINTR MinRK 2011-06-06 14:47:13 -0700
  • 607fec78e8 Merge remote branch 'upstream/master' Felipe cruz 2011-06-01 18:20:39 -0300
  • e4212a25f5 add note about ldconfig on failed zmq detection MinRK 2011-05-27 15:57:55 -0700
  • 1aab75f88f add @craustin to README MinRK 2011-05-24 12:13:13 -0700
  • 7d653b18d4 comply with MSI restricted version number v2.1.7.1 MinRK 2011-05-23 16:20:24 -0700
  • 1fc94477b8 version 2.1.7.1 MinRK 2011-05-23 16:05:28 -0700
  • d504e6d80b update readme for 2.1.7.1 / win64 MinRK 2011-05-23 16:04:34 -0700
  • 3f0a7e37bd Merge branch 'win64' MinRK 2011-05-23 15:50:55 -0700
  • 5f2784abb2 more informative errors in test_int_sockopts MinRK 2011-05-23 15:42:54 -0700
  • 65d07f35fb match getsockopt(ZMQ_FD) type to fd_t MinRK 2011-05-23 15:13:24 -0700
  • e68c5f6bdd set constants base to 2.1.0, up from 2.0.10 MinRK 2011-05-23 15:07:15 -0700
  • 82d034592c 2.1.7 MinRK 2011-05-22 20:59:39 -0700
  • 9ef71c9a69 soften warning message for libzmq < pyzmq include 'experimental' warning for libzmq-3.0 MinRK 2011-05-16 16:36:12 -0700
  • 262446b592 don't clean conf dir MinRK 2011-05-13 16:40:22 -0700
  • 165bf9fa9b release 2.1.7 v2.1.7 MinRK 2011-05-13 15:53:57 -0700
  • 3283ffb7ee add conf to .gitignore MinRK 2011-05-13 15:18:49 -0700
  • 2490f63198 update README for 2.1.7 MinRK 2011-05-13 14:59:50 -0700
  • ef91e09851 add short sleep to reduce 'Address in use' probability in test_device MinRK 2011-05-13 14:59:37 -0700
  • 8cf0c634dd setup.py test uses '-vv' instead of '-vvs' MinRK 2011-05-13 14:41:01 -0700
  • fd6abbf189 Merge branch 'libzmq3' MinRK 2011-05-13 14:16:16 -0700
  • f6c6db5c2c Merge d3e491f30a into cff96be897 GitHub Merge Button 2011-05-12 22:55:47 -0700
  • d3e491f30a fix type on RECONNECT_IVL_MAX MinRK 2011-05-12 17:20:02 -0700
  • 7673a92953 bundle zmq_device from libzmq-2.1.6 for use with libzmq-3 MinRK 2011-05-11 17:31:33 -0700
  • cff96be897 add truemped to authors MinRK 2011-05-11 23:32:58 -0700
  • e2e7db0828 Merge pull request #110 from truemped/eventloop_install Min RK 2011-05-11 23:30:18 -0700
  • 2a89fbd7fd Merge 98b7fb5aa5 into bc67adfd83 GitHub Merge Button 2011-05-11 23:26:42 -0700
  • bc67adfd83 only load bundled dll if it exists MinRK 2011-05-11 23:26:27 -0700
  • 7cec94e8fb all tests pass with libzmq3-dev and 2.1.6 MinRK 2011-05-11 17:05:48 -0700
  • 98b7fb5aa5 rename method to install Daniel Truemper 2011-05-11 10:39:50 +0200
  • 802aeccf6e install the zmq eventloop in tornado's eventloop Daniel Truemper 2011-05-10 17:45:37 +0200
  • d5e51b517d Merge bff0c4e9e0 into 3556e77e44 GitHub Merge Button 2011-05-04 15:08:53 -0700
  • 3556e77e44 Merge pull request #108 from minrk/testsockets. Min RK 2011-05-04 11:34:14 -0700
  • c2f2ef6ef4 Merge 9e8c5c859b into 99e4f1e117 GitHub Merge Button 2011-05-04 11:32:13 -0700
  • 99e4f1e117 added simple example that runs a tornado web server which can send zmq messages to echostream.py hugo shi 2011-05-01 10:15:37 -0400
  • bff0c4e9e0 Specifying the libzmq.dll location causes packaging issues when using pyInstaller. Remove the directory reference and delegate to LoadLibrary's search order defined here ( http://msdn.microsoft.com/en-us/library/ms684175(v=vs.85).aspx ) Ryan Cox 2011-05-03 16:04:04 -0700
  • 9e8c5c859b set bind_to_random_port defaults to IANA unregistered range MinRK 2011-05-02 12:46:30 -0700
  • 9df5eaa85e always bind to random port in tests MinRK 2011-05-02 12:32:49 -0700
  • 4ee7729385 Merge c8d001524c into 80e975dbf3 GitHub Merge Button 2011-05-01 10:45:30 -0700
  • c8d001524c added simple example that runs a tornado web server which can send zmq messages to echostream.py hugo shi 2011-05-01 10:15:37 -0400
  • 80e975dbf3 add -lpthread on freebsd MinRK 2011-04-21 16:53:12 -0700
  • 02cc78d0ea cleanup a few more test sockets. MinRK 2011-04-19 14:40:47 -0700
  • 65812f592d readme updates re: building pyzmq MinRK 2011-04-14 22:56:31 -0700
  • 278510c6ed Merge branch 'poll' MinRK 2011-04-12 16:11:46 -0700
  • df517030b9 prevent polling socket with no events in zmqstream.flush() MinRK 2011-04-12 16:09:46 -0700
  • 03e43e397c Poller.register(s, 0) results in unregister(s) MinRK 2011-04-11 16:14:14 -0700
  • 21ce8d47f3 add 'eggs' to README MinRK 2011-04-05 16:43:39 -0700
  • 5cf19b9d5c 2.1.4 release MinRK 2011-04-05 15:08:21 -0700
  • a2c3a668c2 add buildutils to MANIFEST MinRK 2011-04-05 12:24:44 -0700
  • 9583822ce8 add buildutils to MANIFEST v2.1.4 MinRK 2011-04-05 12:24:44 -0700
  • 4c9b28634c master version -> 2.1dev MinRK 2011-04-05 12:02:07 -0700
  • d0f13b1f54 release 2.1.4 MinRK 2011-04-05 11:51:20 -0700
  • 196d7323ec add Python version classifiers MinRK 2011-04-05 11:47:22 -0700
  • afe1fe754f use ctypes instead of win32api to load libzmq MinRK 2011-04-05 11:41:21 -0700
  • 9293ff59e0 update README for 2.1.4 release MinRK 2011-04-05 11:06:00 -0700
  • f547d45e08 Merge branch 'bdist-*ix' MinRK 2011-04-05 09:55:09 -0700
  • 60f3a28e3a reduce function was moved in Python 3 kyledj 2011-04-01 15:32:10 -0700
  • 3f39f2f433 zlib to compress and decompress objects and json messages affected: send_json, recv_json, send_pyobj, recv_pyobj felipecruz 2011-04-01 11:20:42 -0300
  • e78f39b59b context keeps track of sockets, closes sockets on term()/del MinRK 2011-03-22 16:23:20 -0700
  • 84a08de2b4 Merge branch 'term' MinRK 2011-03-21 21:38:59 -0700
  • d8ecaa9445 fix Eventss docstring typo MinRK 2011-03-21 21:38:35 -0700
  • fc535a834d add Context.instance() classmethod MinRK 2011-03-21 21:29:12 -0700
  • 9d4a7b8d11 Terminate contexts more forcefully in tests, but don't hang MinRK 2011-03-21 14:26:41 -0700
  • 58ddac3723 test_message fix MinRK 2011-03-17 13:34:59 -0700
  • b975d5932c allocate fix in setup.py MinRK 2011-03-17 13:33:57 -0700
  • 352953e539 small fixes to new buffer code+test MinRK 2011-03-17 12:27:02 -0700
  • 079bd93fdf Messages now provide buffer interface, fix refcount issue MinRK 2011-03-17 13:30:39 -0700
  • 194ddbf42a fix non-copying numpy test for Python >= 2.7 MinRK 2011-03-05 15:29:19 -0800
  • ce95e71f33 replace allocate.pxd with allocate.h MinRK 2011-02-16 20:39:28 -0800
  • ffd21da929 small fixes to new buffer code+test MinRK 2011-03-17 12:27:02 -0700
  • 336e450860 Messages now provide buffer interface, fix refcount issue MinRK 2011-03-17 12:11:48 -0700
  • c39e62d598 added note for py3k MinRK 2011-03-11 15:14:59 -0800
  • f5018a52b8 allow for bdist_msi strict versioning MinRK 2011-03-11 14:47:36 -0800
  • 2233478669 update perf for zeromq-2.1, py3k MinRK 2011-03-11 14:45:42 -0800
  • 20c1ee7271 fix numpy test on py3k MinRK 2011-03-10 22:33:24 -0800
  • 59ba2e59fa use install_name instead of rpath for bdist on OSX MinRK 2011-03-09 10:29:23 -0800
  • d5c1f7f34b possibly fix bdist on Linux, OS X MinRK 2011-03-09 01:45:16 -0800
  • 7ee58b4ad1 update MANIFEST.in excludes MinRK 2011-03-09 01:30:08 -0800
  • 06aa18cb01 Merge branch 'configure' MinRK 2011-03-08 21:21:40 -0800
  • b364d62b59 more configure edits per review MinRK 2011-03-08 21:06:40 -0800
  • c8bef8a31f configure edits per review MinRK 2011-03-08 16:54:48 -0800
  • bb61f766f2 add version-check to 2.0.x MinRK 2011-03-07 13:40:20 -0800
  • 79247d1f74 fix handling of zeromq <= 2.0.9 in zmqversion.py MinRK 2011-03-07 13:22:46 -0800
  • 0cd9077615 always discover_settings MinRK 2011-01-18 20:55:24 -0800
  • 2324538abd die meaningfully when zmq unspecified on Windows MinRK 2011-01-18 20:47:23 -0800
  • 9bef246e4e explicitly load libzmq.dll on Windows MinRK 2011-01-18 18:00:25 -0800
  • 61088678c8 configure subcommand initial commit MinRK 2011-01-18 17:23:31 -0800
  • 8c49d2b27b use cleaner `asbytes` instead of `str.encode` in tests MinRK 2011-03-05 15:56:47 -0800
  • deab5827ef fix non-copying numpy test for Python >= 2.7 MinRK 2011-03-05 15:29:19 -0800
  • b5ac32c697 version bump to 2.2.0dev MinRK 2011-03-05 14:14:25 -0800
  • 52facfc1ba update README & version for 2.1.1 MinRK 2011-03-03 10:06:37 -0800
  • 887285614a update README & version for 2.1.1 v2.1.1 MinRK 2011-03-03 10:06:37 -0800
  • d6ab59d7f2 update README for 2.1.1 MinRK 2011-03-03 10:06:37 -0800
  • ccfe6b06bb set places by keyword for py3k Min RK 2011-03-03 09:46:07 -0800