summaryrefslogtreecommitdiff
path: root/kombu/transport/zmq.py
Commit message (Expand)AuthorAgeFilesLines
* Initial import of kombu.async.awsAsk Solem2014-05-031-1/+3
* Zmq: Must use finally to clear timeoutAsk Solem2013-10-031-6/+10
* zmq transport: Respect the timeout argument in Client.get()Jesper Thomschütz2013-10-031-1/+6
* Removes Connection.more_to_read + .nb_keep_drainingasyncmoveAsk Solem2013-09-301-12/+8
* Merge branch 'master' into asyncmoveAsk Solem2013-09-251-3/+1
|\
| * Replaced StdConnectionError+StdChannelError with amqp.ConnectionError+amqp.Ch...Ask Solem2013-09-241-3/+1
* | Async API now closer to TulipAsk Solem2013-09-231-6/+14
|/
* python 3 fixesAsk Solem2013-02-121-1/+1
* Use except as excAsk Solem2013-02-121-5/+5
* Merge branch '2.5'Ask Solem2013-01-171-6/+6
|\
| * Cosmetics for new pep8 rulesAsk Solem2013-01-171-6/+6
| * Add libzmq 3.2.x compatibility.Andrey Antukh2012-12-101-1/+6
* | Add libzmq 3.2.x compatibility.Andrey Antukh2012-12-101-1/+6
* | Merge branch 'master' into 3.0Ask Solem2012-11-271-9/+14
|\ \ | |/
| * Doc fixesAsk Solem2012-11-211-4/+9
| * Revert 7f9b38f... [kombu3] No longer supports Python 2.5Ask Solem2012-11-131-6/+6
* | Use more str.formatAsk Solem2012-11-131-2/+4
* | Codebase now runs on both Py3 and Py2 (not using 2to3)Ask Solem2012-11-121-3/+4
|/
* [kombu3] No longer supports Python 2.5Ask Solem2012-11-081-6/+6
* Ensure/Autoretry no longer disconnects on channel_errors, and adds StdConnect...Ask Solem2012-11-051-3/+3
* Adds autodoc for kombu.transport.zmqv2.4.0Ask Solem2012-08-171-0/+7
* Transport.supports_ev is now used for Connection.is_eventedAsk Solem2012-08-151-0/+1
* flakesAsk Solem2012-07-301-3/+8
* zmq to use cPickle since it wants bytes for messagesJohn Watson2012-06-221-13/+10
* Make zmq default connection more kombu compatibleJohn Watson2012-06-221-5/+5
* Fix zmq drain_events logicJohn Watson2012-06-221-0/+5
* some cleanup in zmqJohn Watson2012-06-221-16/+10
* Some zmq fixesJohn Watson2012-06-211-9/+16
* Initial ZeroMQ TransportJohn Watson2012-06-201-0/+274