Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed dangerous default mutable arguments from function definitions… (#1040) | Todd Cook | 2019-04-25 | 1 | -1/+2 |
| | | | | | | * Removed dangerous default mutable arguments from function definitions where appropriate. * fixes for lint error | ||||
* | Added missing comma for tuples with one element in __all__. | Omer Katz | 2019-01-09 | 1 | -1/+1 |
| | |||||
* | Used a tuple instead of a list to define __all__. (#945) | Mads Jensen | 2018-11-12 | 1 | -1/+1 |
| | |||||
* | flakes | Ask Solem | 2016-10-27 | 1 | -0/+1 |
| | |||||
* | Signature of Message is now Message(body, channel=), not Message(channel, body=) | Ask Solem | 2016-10-27 | 1 | -3/+40 |
| | |||||
* | Adds pydocstyle as a tox target | Ask Solem | 2016-10-11 | 1 | -3/+6 |
| | |||||
* | Use Google-style docstrings | Ask Solem | 2016-07-16 | 1 | -21/+17 |
| | |||||
* | Make sure __repr__ and __str__ returns bytes on Python 2 | Ask Solem | 2016-04-11 | 1 | -6/+13 |
| | |||||
* | Use unicode_litereals everywhere and updates flakeplus target to --2.7 | Ask Solem | 2016-04-06 | 1 | -1/+1 |
| | |||||
* | 94% coverage | Ask Solem | 2016-04-01 | 1 | -17/+17 |
| | |||||
* | flakes | Ask Solem | 2016-03-21 | 1 | -1/+1 |
| | |||||
* | Message.ack now supports the multiple argument | Ask Solem | 2015-12-16 | 1 | -4/+4 |
| | |||||
* | Message.decode() is now cached. | Ask Solem | 2015-12-08 | 1 | -4/+12 |
| | |||||
* | Add a more useful message __repr__ | Joshua Harlow | 2015-02-16 | 1 | -0/+19 |
| | | | | | | | | | | In cases where a message is written to a log it is quite useful to have the message format itself in a somewhat useful format versus the default python repr which isn't quite useful. This commit adds such useful __repr__ and makes it so that it returns a string that has some useful information about the internals of the message (which can be handy when it is needed). | ||||
* | Tests passing on py3 | Ask Solem | 2014-01-28 | 1 | -2/+2 |
| | |||||
* | Message: Handle decompression and postencod errors as decode errors | Ask Solem | 2014-01-28 | 1 | -7/+26 |
| | |||||
* | Message.reject and reject_log_error now supports a requeue argument | Ask Solem | 2013-10-07 | 1 | -5/+5 |
| | |||||
* | Replaced StdConnectionError+StdChannelError with ↵ | Ask Solem | 2013-09-24 | 1 | -1/+1 |
| | | | | amqp.ConnectionError+amqp.ChannelError | ||||
* | Adds kombu.message.Message | Ask Solem | 2013-09-24 | 1 | -0/+135 |