summaryrefslogtreecommitdiff
path: root/oslo_messaging/_drivers/common.py
Commit message (Expand)AuthorAgeFilesLines
* Remove six usageAndreas Jaeger2020-05-111-14/+7
* fix typosHervé Beraud2019-06-181-1/+1
* Remove log translation and i18nHervé Beraud2019-04-241-20/+18
* Handle collections.abc deprecationsSean McGinnis2019-04-091-3/+9
* Explain why Listener connections cannot be pooledKenneth Giusti2019-03-181-1/+22
* Fix debug log message - missing argumentKenneth Giusti2018-07-061-1/+1
* Fix the bandit security linter testKenneth Giusti2018-07-021-3/+5
* Add warning output if failed to rebuild exception when deserializeTommyLike2018-06-061-2/+4
* Add restart() method to DecayingTimerDan Smith2018-03-071-0/+3
* Validate the transport url query stringMehdi Abaakouk2017-02-271-2/+10
* Replace six.iteritems() with .items()Li-zhigang2016-11-231-1/+1
* Properly deserializes built-in exceptionsClaudiu Belu2016-10-051-0/+8
* Add query paramereters to TransportURLGevorg Davoian2016-06-091-0/+65
* Remove logging from serialize_remote_exceptionGevorg Davoian2016-05-191-5/+2
* Revert "Ensure the json result type is bytes on Python 3"Victor Stinner2016-03-111-3/+3
* Ensure the json result type is bytes on Python 3Javeme2016-02-241-3/+3
* Improvement of logging acorrding to oslo.i18n guidelineChangBo Guo(gcb)2016-01-071-2/+3
* Cleanup parameter docstringsDavanum Srinivas2015-12-111-1/+1
* Move ConnectionPool and ConnectionContext outside amqp.pyDavanum Srinivas2015-11-301-0/+96
* Use proper translating helper for loggingDavanum Srinivas2015-08-201-2/+3
* Use the oslo_utils stop watch in decaying timer1.9.0Joshua Harlow2015-03-231-13/+5
* Minor improvementFei Long Wang2015-03-181-1/+1
* Declare DirectPublisher exchanges with passive=TrueMehdi Abaakouk2015-01-271-2/+3
* Update Oslo imports to remove namespace packageDoug Hellmann2015-01-211-1/+1
* Move files out of the namespace packageDoug Hellmann2015-01-121-0/+356