summaryrefslogtreecommitdiff
path: root/kombu/transport/qpid.py
Commit message (Expand)AuthorAgeFilesLines
* WIP5.0-develAsk Solem2017-02-161-1739/+0
* Qpid: Use monotonic time for drain_events timeoutAsk Solem2016-12-071-4/+3
* Switch to using getattr in qpid.Transport.__del__ (#658)Patrick Creech2016-11-301-1/+1
* Signature of Message is now Message(body, channel=), not Message(channel, body=)Ask Solem2016-10-271-2/+2
* Adds pydocstyle as a tox targetAsk Solem2016-10-111-17/+17
* Add qpid to master (#617)bmbouter2016-08-111-334/+256
* Use unicode_litereals everywhere and updates flakeplus target to --2.7Ask Solem2016-04-061-1/+1
* exc.message deprecatedAsk Solem2016-04-011-2/+2
* [qpid] Fixes rst syntax errors in docstringsAsk Solem2016-03-221-129/+193
* Use US spelling of cancelled -> canceledAsk Solem2016-02-011-4/+4
* qpid: No fcntl on WindowsAsk Solem2015-12-031-2/+7
* Renames Python2/Python3 -> Python 2/Python 3Ask Solem2015-11-061-2/+2
* flakesAsk Solem2015-09-281-14/+9
* flakesAsk Solem2015-07-131-50/+121
* Merge remote-tracking branch 'origin/pulp-dep-3.0.15-with-qpid'Chris Duryee2014-09-191-9/+51
|\
| * 1124589 - Support both ANONYMOUS and PLAIN sasl_mechanismsChris Duryee2014-09-191-10/+50
* | Merge remote-tracking branch 'origin/pulp-dep-3.0.15-with-qpid'Chris Duryee2014-09-111-1/+1
|\ \ | |/
| * Allow ANONYMOUS sasl_mechanism by defaultChris Duryee2014-09-111-1/+1
* | Adds admonition of deadlock BZ 2199Brian Bouterse2014-08-181-0/+6
* | Renames Python3 to 'Python 3' and line wraps for PEP8.Brian Bouterse2014-08-081-6/+6
* | Updates docs to include environment limitations.Brian Bouterse2014-08-071-3/+9
* | Removes support for Python3 and PyPy test and runtime environments.Brian Bouterse2014-08-071-0/+18
* | Removes three-argument raise style.Brian Bouterse2014-08-051-12/+6
* | Modifies the raise style for Python 3 support.Brian Bouterse2014-07-311-1/+6
* | OrderedDict is now provided from collections standard module.Brian Bouterse2014-07-301-1/+1
|/
* Moves Qpid monkey patches into its own module.Brian Bouterse2014-07-271-165/+18
* Adds Exception propogation so reconnect support works.Brian Bouterse2014-07-031-7/+31
* Removes arbitrary qpid.auto_delete_timeout behavior.Brian Bouterse2014-06-101-6/+0
* Spelling and ACK language consistency.Brian Bouterse2014-06-061-18/+18
* PEP8 cleanup, small spelling fixes, and method name updates.Brian Bouterse2014-06-061-7/+7
* Reintroduces asynchronous behavior, but does not use Queue.QueueBrian Bouterse2014-06-051-4/+161
* Adjust raise style to not clobber the traceback being re-raised.Brian Bouterse2014-06-021-1/+1
* Added check for AuthenticationFailure Exception by code attributeBrian Bouterse2014-06-021-1/+3
* Adds reconnect support using celery error recovery feature.Brian Bouterse2014-05-301-5/+34
* Removing extra spaceBrian Bouterse2014-05-291-1/+1
* Lots of documentation updates, 1 test added, small bugfix also.Brian Bouterse2014-05-281-210/+217
* Merge branch 'bmbouter-add-reconnect-support' into bmbouter-qpid-docs-updateBrian Bouterse2014-05-281-0/+2
|\
| * Adds reconnect and connection_timeout support to TransportBrian Bouterse2014-05-171-0/+2
* | Adds gratuitious acking to stop memory leak in qpid.messagingBrian Bouterse2014-05-271-5/+6
* | Hard setting prefetch count to 1 for QoS objectBrian Bouterse2014-05-271-4/+1
* | Makes Transport synchronous and removes TransportReceiverBrian Bouterse2014-05-241-178/+8
* | Removed FDShimThread, and manually tested the transport.Brian Bouterse2014-05-231-155/+63
|/
* 1088481 - Fix for qpidd hanging after several hoursBrian Bouterse2014-05-071-0/+6
* Add tests and documentation fixes for this changeBrian Bouterse2014-04-231-15/+13
* Adjust connection object to be a singleton.Brian Bouterse2014-04-211-1/+2
* Code edits for clarity and DRY purposesBrian Bouterse2014-04-151-5/+6
* Bugfix for 1086130.Brian Bouterse2014-04-141-49/+73
* Code cleanup for flake8 and coverage reports.Brian Bouterse2014-03-311-10/+12
* Guarded all module level code to gracefully handle if qpid is not installed.Brian Bouterse2014-03-291-10/+32
* Return value docs. Changing return behavior of basic_publish()Brian Bouterse2014-03-281-22/+69