summaryrefslogtreecommitdiff
path: root/amqp/channel.py
Commit message (Expand)AuthorAgeFilesLines
* adding experimental __slots__ to some classes (#368)Asif Saif Uddin2022-02-081-0/+12
* reduce memory usage of Connection (#377)Paul Brown2021-12-141-1/+5
* Fix typosKian-Meng, Ang2021-11-061-1/+1
* Fix typos.Omer Katz2021-02-281-5/+5
* Basic publish confirm timeout fix (#343)RezaSi2020-11-081-5/+29
* pyupgrade.Omer Katz2020-09-031-1/+1
* Happify linters without errors.Omer Katz2020-08-311-3/+5
* Happify linters.Omer Katz2020-08-311-6/+3
* Make __all__ immutable.Omer Katz2020-08-191-1/+1
* Drop Python 2.7 and 3.4 support.Omer Katz2020-08-191-2/+1
* Improve documentation a_global parameter of basic_qos() method.Matus Valo2020-05-011-5/+10
* Undeprecate auto_delete flag for exchanges. (#287)Gilbert Gilb's2019-08-131-9/+0
* Ignore all methods except Close and Close-OK when channel/connection is closi...Matus Valo2019-06-131-0/+4
* isort.Omer Katz2019-03-021-2/+2
* Fix crash in basic_publish when broker does not support connection.blocked ca...Matus Valo2019-01-171-2/+3
* basic_consume() should return consumer tag instead of tuple (#240)Matus Valo2019-01-151-1/+5
* queue, exchange and basic.get integration tests (#234)Matus Valo2019-01-041-4/+7
* Don't return method signature from AbstractChannel::wait() (#233)Matus Valo2018-12-311-2/+2
* Don't revive channel when connection is closing (#220)Matus Valo2018-12-301-4/+7
* Fix basic_consume() with no consumer_tag provided (#221)Matus Valo2018-11-261-5/+17
* Drain events before publish data. (#214)Matus Valo2018-11-071-0/+9
* Handle negative acknowledgments sent by RMQ (#208)Matus Valo2018-10-191-2/+20
* isort.Omer Katz2017-10-281-5/+3
* Remove LGPL headers from source files as project has since changed to BSD (#163)Adam Smith2017-08-241-14/+0
* Use Logger.warning() as Logger.warn() is deprecated (#142)Jon Dufresne2017-04-161-1/+1
* Adds pydocstyle tox targetAsk Solem2016-10-111-77/+48
* set literalAsk Solem2016-06-151-2/+2
* Fixes basic_publish after connection closeAsk Solem2016-05-111-1/+5
* flakesAsk Solem2016-04-081-1/+3
* Removes outdated funtests directoryAsk Solem2016-04-061-1/+1
* acknowledgment (US) not acknowledgEmentAsk Solem2016-03-221-3/+3
* Adds timeout argument to basic_publishAsk Solem2016-03-021-5/+11
* Now uses vine for promisesAsk Solem2016-03-021-1/+2
* Adds extra check for celery/celery#2527Ask Solem2015-12-101-1/+6
* Now reject+requeues messages for which there are no callbacks (Issue celery/c...Ask Solem2015-12-081-1/+10
* Unit tests for amqp, with 96% coverage so farAsk Solem2015-12-071-6/+4
* Fixes basic.getAsk Solem2015-10-301-4/+10
* Python 2.7ismAsk Solem2015-10-191-1/+1
* Single-item tuples now allowed without whitespaceAsk Solem2015-07-131-6/+6
* Implements Connection.collect() to close connection/channels fast.Ask Solem2014-10-241-2/+2
* first argument to channel.close must be short. Closes #47Ask Solem2014-08-111-1/+1
* Implements Connection.then and Channel.thenAsk Solem2014-06-051-1/+9
* Connection handshake now callback based, and lots of cosmeticsAsk Solem2014-06-051-461/+87
* Always use unpack_from (no string slices) and adds amqp.spec classes referenceAsk Solem2014-06-041-151/+106
* Refactors AMQPReaderAsk Solem2014-06-041-69/+75
* Refactoring AMQPWriter and _send_methodAsk Solem2014-06-041-279/+201
* Fixes flakes after flake8 upgradeAsk Solem2014-05-271-1/+0
* Make sure exchange auto_delete deprecation warning is visible. Closes celery...Ask Solem2014-01-131-2/+10
* Message.channel must be channel object, not id. Closes #24Ask Solem2013-10-291-2/+7
* FlakesAsk Solem2013-10-041-1/+1