summaryrefslogtreecommitdiff
path: root/amqp/utils.py
Commit message (Expand)AuthorAgeFilesLines
* Remove get_errno() since it is no longer needed.Omer Katz2020-08-311-19/+0
* Drop Python 2.7 and 3.4 support.Omer Katz2020-08-191-55/+30
* Cleanups (#269)Omer Katz2019-03-251-1/+2
* Check if text_t instead of string_t (#192)Omer Katz2018-05-281-6/+3
* Testing: Replace @patch decorators (#182)Matthias Urlichs2018-02-141-1/+1
* isort.Omer Katz2017-10-281-1/+1
* Python 3 UTF-8 Encode/Decode w/ Surrogates (#168)Stephen Hatch2017-10-261-3/+3
* Adds pydocstyle tox targetAsk Solem2016-10-111-3/+15
* Should resolve "F401 'promise' imported but unused"bastb2016-05-271-0/+2
* Use vine.utils.wraps so that __wrapped__ is setAsk Solem2016-04-071-1/+1
* Removes outdated funtests directoryAsk Solem2016-04-061-1/+1
* Now uses vine for promisesAsk Solem2016-03-021-2/+2
* Do not patch fcntl on WindowsAsk Solem2015-12-071-0/+2
* Unit tests for amqp, with 96% coverage so farAsk Solem2015-12-071-1/+1
* merge amqp.promise changes from callbacksAsk Solem2015-11-061-2/+17
* [Py3] Header keys now unicodeAsk Solem2015-09-041-0/+8
* Fixes Py3 issuesAsk Solem2015-09-041-0/+18
* Refactors MethodReader/drain_events/channel.waitAsk Solem2014-06-051-0/+13
* New promise implementationAsk Solem2014-02-201-64/+2
* Adds promise.callsAsk Solem2013-12-051-1/+4
* Do not set disconnected on EGAIN/EINTRAsk Solem2013-10-251-0/+15
* flakesAsk Solem2013-09-101-1/+1
* Fixes patch for when FD_CLOEXEC not supported. Re #20Ask Solem2013-09-101-0/+23
* Adds amqp.utils.promiseAsk Solem2013-05-291-0/+61