summaryrefslogtreecommitdiff
path: root/kombu/transport/pyamqp.py
Commit message (Expand)AuthorAgeFilesLines
* Adds Connection.get_heartbeat_interval() for access to the negotiated heartbe...Ask Solem2014-01-281-0/+3
* fixing small bug in prepare_message method: type object argument after ** mus...Victor Garcia2013-11-131-1/+1
* Use amqp.Connection.connected (Issue celery/py-amqp#22)Ask Solem2013-10-241-0/+3
* Removes Connection.more_to_read + .nb_keep_drainingasyncmoveAsk Solem2013-09-301-2/+1
* Merge branch 'master' into asyncmoveAsk Solem2013-09-251-21/+14
|\
| * Replaced StdConnectionError+StdChannelError with amqp.ConnectionError+amqp.Ch...Ask Solem2013-09-241-18/+14
| * Removes amqp version checkAsk Solem2013-09-241-3/+0
* | Async API now closer to TulipAsk Solem2013-09-231-8/+2
|/
* Merge branch '2.5'Ask Solem2013-09-101-0/+3
|\
| * pyamqp now implements driver_versionAsk Solem2013-08-161-3/+6
* | Merge branch '2.5'Ask Solem2013-07-291-10/+12
|\ \ | |/
| * amqp: Merge transport optionsAsk Solem2013-07-291-10/+12
* | Merge branch '2.5'Ask Solem2013-06-251-1/+2
|\ \ | |/
| * pyamqp/librabbitmq: Transport options are now forwarded as kwargs to Connecti...Ask Solem2013-06-251-1/+2
* | cosmeticsAsk Solem2013-06-251-3/+3
* | Merge branch '2.5'Ask Solem2013-04-021-6/+0
|\ \ | |/
| * pyamqp: Should not implement verify_connection. Closes #220Ask Solem2013-04-021-6/+0
* | python 3 fixesAsk Solem2013-02-121-1/+2
* | Merge branch '2.5'Ask Solem2013-01-171-13/+15
|\ \ | |/
| * Cosmetics for new pep8 rulesAsk Solem2013-01-171-13/+15
* | Merge branch 'master' into 3.0Ask Solem2012-11-271-4/+1
|\ \ | |/
| * Improves unit test coverageAsk Solem2012-11-271-1/+1
| * Copyright 2012 is VMware, inc.Ask Solem2012-11-221-3/+0
| * Producer: Support lazy channels using ChannelPromise, and connections will al...Ask Solem2012-11-141-2/+2
* | Producer: Support lazy channels using ChannelPromise, and connections will al...Ask Solem2012-11-151-2/+2
* | Use py-amqp's new recoverable/irrecoverable exception classesAsk Solem2012-11-131-0/+3
|/
* Ensure/Autoretry no longer disconnects on channel_errors, and adds StdConnect...Ask Solem2012-11-051-2/+7
* [pyamqp] require amqp 0.9.3Ask Solem2012-08-291-1/+4
* Transport.supports_ev is now used for Connection.is_eventedAsk Solem2012-08-151-0/+1
* flakesAsk Solem2012-07-241-2/+0
* Adds Connection.heartbeat_check and Connection.supports_heartbeatsAsk Solem2012-07-241-0/+4
* Adds py-amqp transport (pyamqp)Ask Solem2012-07-241-0/+133