summaryrefslogtreecommitdiff
path: root/amqp/exceptions.py
Commit message (Expand)AuthorAgeFilesLines
* Improved empty AMQPError string representation (#231)Matus Valo2018-12-291-1/+3
* Handle negative acknowledgments sent by RMQ (#208)Matus Valo2018-10-191-1/+5
* isort.Omer Katz2017-10-281-0/+1
* Remove LGPL headers from source files as project has since changed to BSD (#163)Adam Smith2017-08-241-14/+0
* Use backport version of struct method on Python 2.7.5 and earlier (Issue #117)Ask Solem2016-12-141-4/+2
* Pass fmt string as a str object to struct functions (#112)Jon Dufresne2016-12-141-1/+1
* Revert "Pass fmt string as a str object to struct functions (#112)"Ask Solem2016-12-071-1/+1
* Pass fmt string as a str object to struct functions (#112)Jon Dufresne2016-11-081-1/+1
* Adds pydocstyle tox targetAsk Solem2016-10-111-10/+46
* Solve unicode bugs on struct (#108)Brendan Smithyman2016-09-231-1/+1
* Argument to struct.unpack must be unicode on Python <=2.7.6Ask Solem2016-07-281-1/+1
* Backward compatibility with 1.4 API (Closes celery/kombu#595)Ask Solem2016-05-311-0/+6
* Fixes the messages messagesbastb2016-05-271-1/+2
* Fixes issue #85: the module can be imported on python 2.7.3 running in unicod...bastb2016-05-271-1/+1
* Make sure __repr__ and __str__ returns bytes on Python 2Ask Solem2016-04-111-0/+3
* Removes outdated funtests directoryAsk Solem2016-04-061-1/+1
* Unit tests for amqp, with 96% coverage so farAsk Solem2015-12-071-4/+0
* AMQPError __str__ cannot return NoneAsk Solem2013-10-141-1/+1
* AMQPError now supports using only one error message argumentAsk Solem2013-10-041-1/+3
* Merge branch '1.0'Ask Solem2013-08-161-0/+4
|\
| * Adds support for RabbitMQ extension connection.blockedAsk Solem2013-08-161-0/+4
| * flakesAsk Solem2013-02-081-2/+2
| * flakesv1.0.2Ask Solem2012-11-121-0/+2
| * Updates METHOD_NAME_MAP for 0.9.1 and Rabbit extensionsAsk Solem2012-11-121-34/+50
* | Pep8ify + cosmeticsAsk Solem2013-01-171-1/+1
* | Use more str.formatAsk Solem2012-11-131-3/+5
* | New exception hierarchyAsk Solem2012-11-121-14/+141
* | Updates METHOD_NAME_MAP for 0.9.1 and Rabbit extensionsAsk Solem2012-11-121-34/+50
|/
* Removes Channel alerts (removed in 0-9-1)Ask Solem2012-07-241-1/+0
* basic_recover is now (60, 100) per 0-9-1Ask Solem2012-07-241-1/+2
* Renames tests/ to funtests and passingAsk Solem2012-07-241-8/+7
* Removes the Access domain and the ticket argument to channel methodsAsk Solem2012-07-241-2/+0
* Use AMQP 0.9.1 + support for consumer cancel notificationsAsk Solem2012-07-241-3/+13
* Heartbeat supportAsk Solem2012-07-231-2/+3
* Cosmetics (PEP8, etc)Ask Solem2012-07-231-13/+7
* Rename to amqpAsk Solem2012-07-231-0/+105