Commit Graph

  • bb7c3396f1 Removed stopwatch stuff and fixed select. Brian E. Granger 2010-04-27 15:36:15 -0700
  • 5177246708 Finish renaming of P2P -> PAIR in filenames. Brian E. Granger 2010-04-27 15:21:28 -0700
  • 506679beba Renaming P2P -> PAIR. Brian E. Granger 2010-04-27 15:19:44 -0700
  • 7a41772b44 added clean option to setup.py Nicholas Piël 2010-04-17 18:55:27 +0200
  • 95f5fe4326 ZMQError now has errno attribute Nicholas Piël 2010-04-17 18:45:38 +0200
  • 481d3a912a socket.send and socket.recv will now raise EAGAIN instead of returning 0 Nicholas Piël 2010-04-17 18:30:34 +0200
  • a05072ef10 Added test runner support to setup.py ie, python setup.py build_ext --inplance; python setup.py test Nicholas Piël 2010-04-17 18:18:19 +0200
  • c249e3cf6c Prompter should bind to a socket, not connect nicholas 2010-03-31 23:06:15 +0200
  • 8ee9b6a275 zmq_poll is now called with nogil. Brian E. Granger 2010-03-26 20:04:49 -0700
  • 68f9fe8362 Small fixes and cleanups so Brian can continue... Fernando Perez 2010-03-24 02:18:24 -0700
  • 267166308c Fix frontend crash with delayed completions. Fernando Perez 2010-03-24 01:12:02 -0700
  • 2b9a6b5e5c Try to fix noise when completing in mac Fernando Perez 2010-03-24 01:03:34 -0700
  • 7c5c7b98fb Cleanup print.. Fernando Perez 2010-03-24 00:51:15 -0700
  • 85e87b4124 first cut of working completion!!! Fernando Perez 2010-03-24 00:50:43 -0700
  • 0923293627 Completion almost working! Fernando Perez 2010-03-24 00:47:02 -0700
  • 57bbf70469 fix small bug Fernando Perez 2010-03-24 00:37:09 -0700
  • 49b80a9791 sync with Brian Fernando Perez 2010-03-24 00:29:53 -0700
  • 4b0a832012 Fix small bug so frontend runs Fernando Perez 2010-03-24 00:04:13 -0700
  • b5fe1dd6c8 In-progress sync with Brian Fernando Perez 2010-03-24 00:02:32 -0700
  • 0aa296768a In-progress completer commit so Brian can see it. Fernando Perez 2010-03-23 23:50:06 -0700
  • f6d036e1dd Don't fire displayhook on input==None (match python default) Fernando Perez 2010-03-23 17:59:18 -0700
  • b033f3608b Added a to do list. Brian E. Granger 2010-03-23 10:46:19 -0700
  • 24e4979fa8 Various small fixes to example. Fernando Perez 2010-03-23 01:30:40 -0700
  • 865e8600dd Merge branch 'kernel' of git@github.com:ellisonbg/pyzmq into kernel Fernando Perez 2010-03-22 17:16:38 -0700
  • d9e3541bff Progress on in-flight message cancellation. Fernando Perez 2010-03-22 17:15:57 -0700
  • dc20411a08 Added abort queue capability. Brian E. Granger 2010-03-22 16:59:03 -0700
  • b4ca82b648 Improve async/background handling. Fernando Perez 2010-03-22 16:05:48 -0700
  • e7d250743c Added setup.cfg to .gitignore. Brian E. Granger 2010-03-22 14:42:45 -0700
  • fa685dcabc Moved setup.cfg to setup.cfg.template. Brian E. Granger 2010-03-22 14:41:53 -0700
  • 230b754aea Adding pprint mode to Bunch. Brian E. Granger 2010-03-22 14:41:15 -0700
  • c604e48e13 Fixed pyerr handling. Fernando Perez 2010-03-22 13:14:43 -0700
  • e25e0f62c8 Fixed handling of pyout Fernando Perez 2010-03-22 13:08:46 -0700
  • b244202913 Work on kernel and sessions. Brian E. Granger 2010-03-22 12:57:33 -0700
  • 0ba886ee9c Updated frontend to use session machinery Fernando Perez 2010-03-22 11:56:00 -0700
  • 403655984e Work on kernel and sessions. Brian E. Granger 2010-03-22 11:53:31 -0700
  • 040f3844ff Turn messages into simple bunch objects. Fernando Perez 2010-03-22 11:05:52 -0700
  • 16a25a9cf9 More work on the kernel example. Brian E. Granger 2010-03-22 10:58:19 -0700
  • 28ac45e0c3 Merge branch 'kernel' of git@github.com:ellisonbg/pyzmq into kernel Fernando Perez 2010-03-21 23:39:44 -0700
  • cdf97cd175 First cut at a frontend that runs over 0mq. Fernando Perez 2010-03-21 23:38:28 -0700
  • f933e9a0f2 Added identity handling to json and pyobj methods. Brian E. Granger 2010-03-21 23:15:41 -0700
  • 2c09f12021 Added basic kernel message spec. Brian E. Granger 2010-03-21 21:44:05 -0700
  • 3efcd4d51d Adding new reqrep examples. Brian E. Granger 2010-03-18 11:42:15 -0700
  • ab8bd52237 Fixed bug in setsockopt related to int64_t. Brian E. Granger 2010-03-18 11:40:58 -0700
  • dc04f68664 Working ioloop.py. Brian E. Granger 2010-03-15 13:05:07 -0700
  • 0ddb9ae3fb Merge branch 'master' into ioloop Brian E. Granger 2010-03-15 09:53:59 -0700
  • 133b7f72cf Basic ioloop working. Brian E. Granger 2010-03-15 09:53:33 -0700
  • f161e70a39 Fixed poll implementation. Brian E. Granger 2010-03-15 09:43:24 -0700
  • afe115306e Changing ioloop to use zmq_poll. Brian E. Granger 2010-03-15 08:44:33 -0700
  • d172a450b5 Adding Tornado's ioloop.py. Brian E. Granger 2010-03-15 08:39:38 -0700
  • 9323732f19 Adding tests for Socket.close(). Brian E. Granger 2010-03-15 08:37:37 -0700
  • 82d6a317e5 Adding license info for chat example. Brian E. Granger 2010-03-14 16:10:29 -0700
  • 0ce3502277 Misc work. Brian E. Granger 2010-03-14 16:03:40 -0700
  • 98f468a97c New test suite for polling. Brian E. Granger 2010-03-14 15:02:49 -0700
  • 748ac53735 Added new examples of using zmq_poll with different sockets. Brian E. Granger 2010-03-14 14:42:33 -0700
  • 9b2fb0f6f6 Removing NOFLUSH and zmq_flush. Brian E. Granger 2010-03-14 13:46:38 -0700
  • f5c9886f20 Merge commit 'apgwoz/master' Brian E. Granger 2010-03-14 13:41:49 -0700
  • 698c205b4b * Port of chat example to python Andrew Gwozdziewycz 2010-03-13 20:13:41 -0500
  • bd4d578c67 Fix file endings and simplejson spelling error. Brian E. Granger 2010-03-12 18:53:26 -0800
  • 99cf98224b Merge branch 'for_brian' of git://github.com/certik/pyzmq Brian E. Granger 2010-03-02 09:17:56 -0800
  • 9823691f40 Renamed create_socket -> socket. Brian E. Granger 2010-03-02 08:51:21 -0800
  • 88c6a1e231 Added print statements into the pubsub demo Ondrej Certik 2010-03-02 08:14:37 -0800
  • 3938dc3dc1 Added pubsub example that sends numpy arrays. Brian E. Granger 2010-03-02 00:18:49 -0800
  • 2611e32543 Work on the docstrings. Brian E. Granger 2010-02-26 21:57:21 -0800
  • a174b927b9 Fixing a few bugs: Brian E. Granger 2010-02-26 15:30:47 -0800
  • 8d1567b4df Updating Cython generated c code, _zmq.c. Brian E. Granger 2010-02-25 10:18:01 -0800
  • 8691c30ec0 Updated README.rst. Brian E. Granger 2010-02-25 10:15:42 -0800
  • 1ec2873ae2 Merge commit 'rocha/master' Brian E. Granger 2010-02-25 10:06:28 -0800
  • a4b681c0f5 Misc. work. Brian E. Granger 2010-02-25 10:01:09 -0800
  • f93f1e9f80 Adding .gitignore. Brian E. Granger 2010-02-25 09:57:39 -0800
  • 73e31d6e1d Added poll option to perf tests. Carlos A. Rocha 2010-02-24 16:45:32 -0500
  • 934c5a480a Fixed setup.py to include zmq/__init__.py Carlos A. Rocha 2010-02-24 15:04:36 -0500
  • 5f3c37744b Added skeleton of Sphinx based docs. Brian E. Granger 2010-02-20 23:49:50 -0800
  • 164911f3de First draft of simple Python kernel. Brian E. Granger 2010-02-19 23:06:57 -0800
  • 357b0774d8 Minor changes to README.rst. Brian E. Granger 2010-02-18 16:23:43 -0800
  • 31424f5792 Minor changes to setup.cfg. Brian E. Granger 2010-02-18 16:22:02 -0800
  • 7e70601002 Minor changes and created examples folder. Brian E. Granger 2010-02-17 16:43:19 -0800
  • 329add4af5 Removing .pyc files from the repo. Brian E. Granger 2010-02-17 11:37:16 -0800
  • 8e230cfd64 Initial tests of poll. Brian E. Granger 2010-02-16 23:05:04 -0800
  • c8accb442d Tests for p2p, pubsub and reqrep sockets. Brian E. Granger 2010-02-16 14:00:50 -0800
  • d2f93ad198 First working version of poll in Python. Brian E. Granger 2010-02-16 12:17:09 -0800
  • 86c22b8ee0 Added initial unittests and bind_to_random_port. Brian E. Granger 2010-02-16 11:32:07 -0800
  • 5630fcd181 More clean up. Brian E. Granger 2010-02-15 15:38:05 -0800
  • bb2627b492 Removed support for non-copying sends. Brian E. Granger 2010-02-15 15:28:23 -0800
  • 00bd090feb Added proper GIL management for non-copying send. Brian E. Granger 2010-02-15 15:23:35 -0800
  • 48c318447e First stab at a poll implementaiton. Brian E. Granger 2010-02-12 23:19:22 -0800
  • ccd74c54bc Minor changes to README.rst Brian E. Granger 2010-02-12 15:20:03 -0800
  • aaab53d4fc Minor changes to _zmq.c and removed .pyc file. Brian E. Granger 2010-02-12 15:17:32 -0800
  • a5010fa36a First prototype of new Cython based 0MQ bindings for Python. Brian E. Granger 2010-02-12 15:16:08 -0800
  • 08c4dbb822 Repo creation Brian E. Granger 2010-02-11 14:04:41 -0800