Commit Graph

  • 4296dadfe9 build Python 3.6 on appveyor [travis skip] v16.0.3 Min RK 2017-10-30 11:12:37 +0100
  • eb56684d01 release: support release from branches Min RK 2017-10-30 10:32:19 +0100
  • 74eaac7b83 16.0.3 changelog Min RK 2017-10-30 10:20:10 +0100
  • 725a9bdf76 release 16.0.3 Min RK 2017-10-30 10:42:21 +0100
  • bbb3e6b9da pin to 16.x branch Min RK 2017-10-30 10:32:29 +0100
  • bf675e2740 support branches Min RK 2017-10-30 10:32:19 +0100
  • 58f03406fd 16.0.3 changelog Min RK 2017-10-30 10:20:10 +0100
  • 448bd771a5 get tools/tasks.py from master Min RK 2017-10-30 10:14:59 +0100
  • 72c88b403a Merge pull request #1093 from minrk/relicense-frankwiles Min RK 2017-10-10 09:39:19 +0200
  • 26053bec1c RELICENSE: frankwiles Min RK 2017-10-04 01:05:15 +0200
  • bd0d17a2ef Merge pull request #1079 from minrk/rm-32-remnants Min RK 2017-09-27 11:47:58 +0200
  • 5a2863dc21 Merge pull request #1086 from Wilbeibi/master Min RK 2017-09-15 05:08:53 -0700
  • cac2fc8be2 remove unused variables and semicolon in code Wilbeibi 2017-09-14 15:18:36 -0700
  • 62645ae818 Merge pull request #1083 from amrali/amrali-relicense Min RK 2017-09-12 22:28:12 +0200
  • 3ebc3a2816 RELICENSE: Amr Ali Amr Ali 2017-09-11 21:27:13 +0200
  • aac468476d add provisional implementation for #1081 Ilya Kulakov 2017-09-07 18:43:48 -0700
  • 06732cf482 Merge b6a4e081bf into 6e0be5c9e6 cclauss 2017-09-07 13:14:43 +0000
  • 6e0be5c9e6 Merge pull request #1075 from minrk/update-always Min RK 2017-09-07 15:14:40 +0200
  • 9300d3b1fa remove some remnants of Python 3.2 support Min RK 2017-09-07 11:49:39 +0200
  • b6a4e081bf Remove Python 3.3 from testing cclauss 2017-09-07 11:53:54 +0200
  • 9c59b04c66 Python (≥ 3.4), as well as Python 2.7 and PyPy cclauss 2017-09-07 11:45:20 +0200
  • bb9281bca2 Merge pull request #1078 from minrk/fix-echo Min RK 2017-09-07 11:44:43 +0200
  • de26f99e3d remove ancient benchmark from examples Min RK 2017-09-07 11:44:10 +0200
  • 7f3631776a Remove Python 3.2 directives cclauss 2017-09-07 11:39:42 +0200
  • eab08f0b84 Python 3.6 support and Python 3.3 EOL cclauss 2017-09-07 11:37:01 +0200
  • 052f69e84b update echo.py Min RK 2017-09-07 11:36:43 +0200
  • bdf64d8884 make call to _update_handler unconditional in add/drop events Min RK 2017-09-07 11:15:10 +0200
  • 192d0ea1e9 Merge pull request #1073 from cclauss/patch-2 Min RK 2017-09-07 10:19:27 +0200
  • a04d4abee4 Removed the dead code cclauss 2017-09-06 19:23:22 +0200
  • 7f686c1091 Merge pull request #1072 from cclauss/patch-3 Min RK 2017-09-06 18:41:04 +0200
  • 63181c2ee8 Merge pull request #1074 from cclauss/patch-4 Min RK 2017-09-06 18:37:36 +0200
  • 5790725250 Fix typo in variable name `features` --> `feature` cclauss 2017-09-06 18:23:04 +0200
  • a1811d739a from tornado import gen cclauss 2017-09-06 18:02:00 +0200
  • 7fb7737f97 Remove buffer because we no longer support Py2.6 cclauss 2017-09-06 16:55:28 +0200
  • 49a82160ea Remove buffer because we no longer support Py2.6 cclauss 2017-09-06 16:45:13 +0200
  • a4e94f9f19 Remove buffer because we no longer support Py2.6 cclauss 2017-09-06 16:41:02 +0200
  • ee5d6096f0 Merge pull request #1071 from cclauss/patch-2 Min RK 2017-09-06 16:04:10 +0200
  • d8b80bf7c5 from threading import Thread cclauss 2017-09-06 15:29:05 +0200
  • ac045835d0 from functools import partial cclauss 2017-09-06 15:18:41 +0200
  • 64190c1e8f py3 compat in examples II (#1070) cclauss 2017-09-06 15:10:00 +0200
  • a3d3ce9f58 xrange(10) --> range(10) cclauss 2017-09-06 14:57:36 +0200
  • 100823c34f Old style exceptions --> New style exceptions cclauss 2017-09-06 14:55:32 +0200
  • fbad477150 Old style exceptions --> New style exceptions cclauss 2017-09-06 14:54:37 +0200
  • d8bf3b6650 Old style exceptions --> New style exceptions cclauss 2017-09-06 14:53:42 +0200
  • db480bc1cd Define raw_input() for Python 3 cclauss 2017-09-06 14:51:44 +0200
  • 000e0d33b5 py3 compat in examples (#1068) cclauss 2017-09-06 13:41:10 +0200
  • 9e562e60f7 from __future__ import print_function cclauss 2017-09-03 00:33:44 +0200
  • 1ad1e41805 print() function and raw_input() for Python 3 cclauss 2017-09-02 21:57:09 +0200
  • f7b6c37d0a from __future__ import print_function cclauss 2017-09-02 21:54:58 +0200
  • 2c17f91e9b print() function cclauss 2017-09-02 21:52:49 +0200
  • db26708750 print() function cclauss 2017-09-02 21:51:57 +0200
  • 86929b1b60 print() function cclauss 2017-09-02 21:50:29 +0200
  • 288c4f000b print() function cclauss 2017-09-02 21:48:46 +0200
  • b7de545d7b print() function cclauss 2017-09-02 21:46:56 +0200
  • 79a97c5e31 print() function cclauss 2017-09-02 21:46:13 +0200
  • 1aa3774f93 print() function cclauss 2017-09-02 21:45:12 +0200
  • 1e2938d850 from __future__ import print_function cclauss 2017-09-02 21:44:08 +0200
  • 6fdfaaf9e5 from __future__ import print_function cclauss 2017-09-02 21:41:36 +0200
  • 6c8043b5a9 print() function cclauss 2017-09-02 17:05:57 +0200
  • a18e9bbad9 print() function cclauss 2017-09-02 17:03:44 +0200
  • a5d4fa1086 from __future__ import print_function cclauss 2017-09-02 17:02:37 +0200
  • 97487c5e21 from __future__ import print_function cclauss 2017-09-02 17:00:31 +0200
  • 8d5cebc53d print() function cclauss 2017-09-02 16:58:51 +0200
  • 4b9b9f3c84 print() function cclauss 2017-09-02 16:55:42 +0200
  • baddce1022 print() function cclauss 2017-09-02 16:54:49 +0200
  • 7e7a24b4f0 print() function cclauss 2017-09-02 16:53:44 +0200
  • 18ac664c2f Merge pull request #1069 from minrk/collect-thr-send Min RK 2017-09-06 13:38:02 +0200
  • a1963a753c re-run perf notebook Min RK 2017-09-05 22:13:12 +0200
  • 58a4bbd558 add Makefile, Dockerfile for running perf with docker Min RK 2017-09-05 22:12:51 +0200
  • 2b4cdffdc1 perf: add args for datapoint counts Min RK 2017-09-05 22:12:30 +0200
  • 7d4421d898 collect send-only data points in throughput test Min RK 2017-09-05 14:33:31 +0200
  • bb0f6c8986 Merge pull request #1067 from minrk/rm-unused-sphinxext Min RK 2017-09-04 10:22:39 +0200
  • 87cb3e53f6 remove unused sphinxext Min RK 2017-09-02 15:23:00 +0200
  • 9e47c178e4 Merge pull request #1066 from cclauss/patch-1 Min RK 2017-09-02 15:16:52 +0200
  • 9a1012908f Old style exceptions --> new style exceptions cclauss 2017-09-01 12:44:47 +0200
  • 7f02a09cc9 Old style exceptions --> new style exceptions cclauss 2017-09-01 12:43:22 +0200
  • 87d2651f77 Merge pull request #1064 from njsmith/patch-1 Min RK 2017-08-26 20:21:02 -0400
  • 13676abd38 Drop GIL while generating crypto keys Nathaniel J. Smith 2017-08-24 22:45:16 -0700
  • 5678f964e1 Merge pull request #1062 from bluca/packaging Min RK 2017-08-21 11:37:17 +0200
  • 8558522816 Problem: no OBS _service file Luca Boccassi 2017-08-20 12:36:45 +0100
  • 632970528f Problem: no RPM packaging Luca Boccassi 2017-08-20 12:30:09 +0100
  • 5b55566043 Problem: no Debian packaging Luca Boccassi 2017-08-20 12:29:46 +0100
  • a080bb0d4d Merge pull request #1060 from minrk/frame-copy Min RK 2017-08-18 15:42:48 +0200
  • 47466848a6 update frame lifecycle tests to use explicit copy=False Min RK 2017-08-18 15:14:51 +0200
  • 41f39620bc ignore ENOTSOCK errors on gc socket Min RK 2017-08-17 11:01:35 +0200
  • 9f7fdc011b move frame docstring to sugar Min RK 2017-08-17 11:00:42 +0200
  • 3aa85439c0 handle copy_threshold in Frame Min RK 2017-08-17 11:00:28 +0200
  • 6bb08e7b8a release 17.0.0b1 v17.0.0b1 Min RK 2017-08-16 15:47:32 +0200
  • 9a790fdbad Merge pull request #1059 from minrk/doc-draft Min RK 2017-08-16 15:07:12 +0200
  • 4efc83eea4 document draft sockets Min RK 2017-08-16 14:00:33 +0200
  • 04e72ee1d4 add missing **kwargs passthrough on send_string Min RK 2017-08-16 13:41:16 +0200
  • c272aadd5c Merge pull request #1057 from minrk/allow-draft Min RK 2017-08-16 11:54:22 +0200
  • 1fcbbb7b37 Merge 68b0542148 into 87646e5bad Min RK 2017-08-16 07:36:44 +0000
  • 87646e5bad Merge pull request #1058 from minrk/travis-trusty Min RK 2017-08-16 09:36:38 +0200
  • 9c7a1f84fd libzmq calls it --enable-drafts Min RK 2017-08-16 09:35:59 +0200
  • 31007b565b build pyzmq draft api on travis Min RK 2017-08-16 09:34:42 +0200
  • 21c118176d fix uint32 on old windows Min RK 2017-08-16 09:28:05 +0200
  • d4d2167ca5 select dist on travis Min RK 2017-08-15 21:31:38 +0200
  • 23bbc41b97 send_json typo Min RK 2017-08-15 21:16:39 +0200
  • f2fd814d87 fix check for draft Min RK 2017-08-15 21:16:28 +0200