Commit Graph

  • 324d5ade48 Merge 8a061b1933 into 8ff9d5d80f Min RK 2013-01-23 23:04:47 -0800
  • 8a061b1933 fix bundled dir check MinRK 2013-01-23 22:59:33 -0800
  • 82f29cfd88 test bundled libzmq with travis MinRK 2013-01-23 22:53:18 -0800
  • 5657375d66 assertEquals is deprecated, use assertEqual MinRK 2013-01-23 22:41:48 -0800
  • 935bd1551a test frame.get MinRK 2013-01-23 22:40:59 -0800
  • cbaeb09942 add get/set to Frame MinRK 2013-01-23 22:28:41 -0800
  • aeb02e2449 update bundled-libzmq to target zeromq-3.2.2 MinRK 2013-01-23 22:13:14 -0800
  • bff7b03a6a update versions MinRK 2013-01-23 21:37:03 -0800
  • e69778f902 IOLoop: prevent blocking poll if stop() was called Robert Jordens 2013-01-23 21:22:10 -0700
  • 85d6d92794 break out of the ioloop only after the iteration Robert Jordens 2013-01-23 18:50:32 -0700
  • 9aadbf51dc sock.get matches context.get MinRK 2013-01-17 15:42:44 -0800
  • 861c35172b sockopt collections are sets MinRK 2013-01-17 15:42:10 -0800
  • 840d66de7d expose context options via ctx.set/get MinRK 2013-01-17 15:35:43 -0800
  • e1b1cd02b6 remove dead attributes on Cython Context/Socket MinRK 2013-01-17 15:35:20 -0800
  • 6139f1c14a update libzmq C-API for libzmq 3.2.2 MinRK 2013-01-16 21:42:58 -0800
  • 8ff9d5d80f Merge pull request #294 from minrk/sugar Min RK 2013-01-17 20:10:40 -0800
  • c04908c5a9 Merge d31b55a88a into 0e9588730a Min RK 2013-01-16 21:57:17 -0800
  • d31b55a88a fix miscategorized int64 sockopts MinRK 2013-01-16 21:57:08 -0800
  • 1cba70e91b add header to backend.py MinRK 2013-01-16 19:32:46 -0800
  • 5678577193 ctx-socket circular import avoidance is no longer necessary MinRK 2013-01-16 19:30:00 -0800
  • 57d6ed8188 add constants to sugar MinRK 2013-01-16 16:50:08 -0800
  • 1ff7769df2 minor py3 and import tweaks MinRK 2013-01-16 15:46:02 -0800
  • 4b08fd13c6 adjust imports MinRK 2013-01-16 15:28:29 -0800
  • 8d1bbd038d add zmq.error MinRK 2013-01-16 15:13:36 -0800
  • e423f556e6 Context._instance is back to a class method MinRK 2013-01-16 13:44:17 -0800
  • 9cf2b1e994 green/sugar compatibility fixes MinRK 2013-01-16 13:44:01 -0800
  • 55f2bec081 add missing methods to sugar socket MinRK 2013-01-16 13:11:12 -0800
  • f72d13f48b move version, poll to sugar MinRK 2013-01-16 13:10:58 -0800
  • bbb2d230bf move socket sugar to zmq.sugar MinRK 2013-01-16 12:56:41 -0800
  • c0765e595b move MessageTracker to sugar MinRK 2013-01-16 12:34:44 -0800
  • 5c5253a0e4 add sugar Context MinRK 2013-01-16 12:26:44 -0800
  • 0e9588730a Merge pull request #289 from minrk/nodevice Min RK 2013-01-16 12:25:30 -0800
  • ae797bfd1b Merge fc8000b6f8 into 97c6b1c8bd Min RK 2013-01-16 11:26:07 -0800
  • fc8000b6f8 rollback version check in ProxyBase MinRK 2013-01-16 11:25:13 -0800
  • b204a9cf71 basic test for zmq.proxy MinRK 2013-01-16 10:53:51 -0800
  • c83cc4a60c check zmq version in ProxyDevice MinRK 2013-01-16 10:53:42 -0800
  • e488712455 add proxydevice to devices.__init__ MinRK 2013-01-16 10:43:48 -0800
  • 97c6b1c8bd Merge pull request #292 from minrk/webdotpy Min RK 2013-01-08 10:58:51 -0800
  • 99d0d01b44 Merge 271be0bf16 into f5cc42e5ce Min RK 2013-01-07 13:02:35 -0800
  • 271be0bf16 add missing web.py MinRK 2013-01-07 13:01:21 -0800
  • f5cc42e5ce add py3.3 to travis MinRK 2013-01-05 14:49:12 -0800
  • 460ea05a64 remove conditional import of multiprocessing MinRK 2013-01-05 14:46:37 -0800
  • 3fdfa8a47d monitoredqueue inherits from proxy MinRK 2013-01-05 14:44:34 -0800
  • ca0c8b7cf4 Proxy devices MinRK 2013-01-05 14:34:17 -0800
  • 52fec15ac4 fix missing QUEUE MinRK 2013-01-05 14:33:48 -0800
  • 9c44e7ad3e Merge pull request #288 from minrk/changelog Min RK 2013-01-05 13:11:02 -0800
  • ba59556630 add proxydevice MinRK 2013-01-04 21:55:48 -0800
  • 1dd692d360 default args for Device constructor MinRK 2013-01-04 21:55:08 -0800
  • 9c95ac5340 update device for libzmq3 MinRK 2013-01-04 21:47:44 -0800
  • ab7e0b21cd Merge 5a3a8fd29c into 947ffcc121 Min RK 2013-01-04 17:14:20 -0800
  • 5a3a8fd29c note a few recent changes in the changelog MinRK 2013-01-01 16:35:48 -0800
  • 947ffcc121 Merge pull request #286 from minrk/removeweb Min RK 2013-01-01 23:12:46 -0800
  • 5a3fe26d70 Merge 7e66bf32a9 into a384fe39b2 Min RK 2013-01-01 16:29:26 -0800
  • 7e66bf32a9 remove zmq.web MinRK 2013-01-01 16:29:11 -0800
  • a384fe39b2 Merge pull request #284 from minrk/devicename Min RK 2012-12-25 16:59:47 -0800
  • a3f4e6f151 Merge 360b791115 into ea8be1a59d Min RK 2012-12-25 16:55:15 -0800
  • 360b791115 fix device imports MinRK 2012-12-25 16:53:20 -0800
  • 57c6f6f207 avoid degenerate name at zmq.core.device MinRK 2012-12-25 16:46:20 -0800
  • 5c9d520f7c Merge f25e3259b4 into ea8be1a59d Felipe cruz 2012-12-14 03:30:30 -0800
  • f25e3259b4 Merge pull request #1 from eduardostalinho/feature/cffi-backend Felipe cruz 2012-12-14 03:30:26 -0800
  • 160227b361 fixes "import core" issue Eduardo Stalinho 2012-12-14 08:31:11 -0200
  • 1ab8068865 skip devices import test Eduardo Stalinho 2012-12-14 08:14:14 -0200
  • 04bc9c97c1 fixing import on eventloop stream Eduardo Stalinho 2012-12-14 08:14:04 -0200
  • bf2af2e1b6 add eventloop compatibility Felipe cruz 2012-12-13 16:01:39 -0200
  • ad38309766 fix poll return when client is an FD Felipe cruz 2012-12-13 15:51:22 -0200
  • 7fb2eb80b4 fix callback event notification Felipe cruz 2012-12-10 21:37:06 -0200
  • 3584246566 fix Context __del__ Felipe cruz 2012-12-10 21:36:36 -0200
  • 8dc0cff657 fix string extraction code fixing assertion code Felipe cruz 2012-12-10 16:45:35 -0200
  • d287618968 Merge branch 'feature/cffi-backend' of https://github.com/felipecruz/pyzmq into feature/cffi-backend Felipe cruz 2012-12-03 22:22:20 -0200
  • 16de16b0cf make test_message PyPy friendly Felipe cruz 2012-12-03 22:17:01 -0200
  • 7a1cc65e90 message tracker work - not stable yet.. Felipe cruz 2012-12-03 22:14:07 -0200
  • b4332a4079 Merge branch 'master' of https://github.com/zeromq/pyzmq into feature/cffi-backend Felipe cruz 2012-12-03 21:51:24 -0200
  • c8d3596441 add DONTWAIT constant for v2x Felipe cruz 2012-12-03 21:40:02 -0200
  • 8db501e82b small type fix on setsockopt Felipe cruz 2012-12-03 21:07:46 -0200
  • 143afc23ed fix Message __str__ method and change Felipe cruz 2012-11-20 23:33:40 -0200
  • d5ea083df2 improve imports code Felipe cruz 2012-11-19 00:11:36 -0200
  • d99571ce5c update low-level C decls and add IPC_MAX_PATH_LEN Felipe cruz 2012-11-19 00:11:13 -0200
  • 0f5155d6cc export constants values and lists to match pyzmq Felipe cruz 2012-11-19 00:10:14 -0200
  • 62cc68d502 fix test teardown context cleanup on cffi core Felipe cruz 2012-11-19 00:08:13 -0200
  • c6b393b41d accept msg keyword param on ZMQError Felipe cruz 2012-11-19 00:07:32 -0200
  • 66cf700ed5 skip devices tests (as least so far) Felipe cruz 2012-11-19 00:07:06 -0200
  • d2bd18feb8 support pollitems with fd set Felipe cruz 2012-11-19 00:06:05 -0200
  • 87dd09b3a1 remove code from generic core module to specific Felipe cruz 2012-11-19 00:05:00 -0200
  • ea8be1a59d Merge pull request #281 from minrk/logunicode Min RK 2012-11-13 14:14:48 -0800
  • 44199b8a18 Merge acb6ee0cf3 into 41324d7417 Min RK 2012-11-09 22:10:48 -0800
  • acb6ee0cf3 clean up unicode handling in log handler MinRK 2012-11-09 20:30:49 -0800
  • 81b4408fa1 use cleaner bytes/unicode in test_message MinRK 2012-11-09 17:57:36 -0800
  • 45d82b84ae add cast_bytes / cast_unicode MinRK 2012-11-09 17:57:20 -0800
  • 41324d7417 Merge pull request #279 from minrk/disconnect Min RK 2012-11-09 17:22:29 -0800
  • 2606a23cdd Merge 836f84ba31 into 12689a7c98 Min RK 2012-11-09 17:22:11 -0800
  • 12689a7c98 Merge pull request #272 from minrk/mingw Min RK 2012-11-09 17:22:01 -0800
  • 09e1edb3cd fix send_pyobj declaration. *this code is here Felipe cruz 2012-11-04 22:24:45 -0200
  • ddb136333e raise exception with errno and fix errno import Felipe cruz 2012-11-04 22:23:11 -0200
  • 7451a28dc9 use zmq_version_info to fetch zmq version info Felipe cruz 2012-11-04 21:53:11 -0200
  • e5699bb9e1 emulate zmq_version behaviour Felipe cruz 2012-11-04 21:48:33 -0200
  • d7e02b1ac0 rename core_cffi.poll to _poll and add select Felipe cruz 2012-11-04 21:42:09 -0200
  • fd455b0008 fix erroneous super call Felipe cruz 2012-11-01 23:56:51 -0200
  • e9265abc50 fix cffi constants module Felipe cruz 2012-11-01 23:56:33 -0200
  • 836f84ba31 explicitly check ZMQ_VERSION_MAJOR for unbind/disconnect MinRK 2012-11-01 21:42:57 -0400
  • 9077917555 don't release gil on connect/bind MinRK 2012-11-01 21:37:35 -0400