index
:
delta/python-packages/py-amqp.git
1.0
1.3
1.4
2.0
2.0-devel
2.1
3.0-devel
5.0
CI-RMQ
CI-WIN-RMQ
CIup
async
basic-publish-confirm-timeout
bump-pydocstyle
callbacks
ci
ci-1
ci-2
ci-build-stages-and-osx
cleanups
codecov
codeql
connection_channel_close
cql2
cython
drop36
fix-239
fix-243
fix-bitmap-parsing
fix-celery-1847
fix-string-mechanisms
fix-timeouts
hypothesis
intergration-test-docker
list-with-capacity
main
master
optimizations
py310
pytest
pyup-config
readwrite
release-2.2
rust-serialization
slots
threadsafty
tide
tidelift
tox
travis-pypy-fix
types
typing
v2.6
windows-integration_tests
write-then-callback
github.com: celery/py-amqp.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
amqp
/
channel.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
isort.
Omer Katz
2019-03-02
1
-2
/
+2
*
Fix crash in basic_publish when broker does not support connection.blocked ca...
Matus Valo
2019-01-17
1
-2
/
+3
*
basic_consume() should return consumer tag instead of tuple (#240)
Matus Valo
2019-01-15
1
-1
/
+5
*
queue, exchange and basic.get integration tests (#234)
Matus Valo
2019-01-04
1
-4
/
+7
*
Don't return method signature from AbstractChannel::wait() (#233)
Matus Valo
2018-12-31
1
-2
/
+2
*
Don't revive channel when connection is closing (#220)
Matus Valo
2018-12-30
1
-4
/
+7
*
Fix basic_consume() with no consumer_tag provided (#221)
Matus Valo
2018-11-26
1
-5
/
+17
*
Drain events before publish data. (#214)
Matus Valo
2018-11-07
1
-0
/
+9
*
Handle negative acknowledgments sent by RMQ (#208)
Matus Valo
2018-10-19
1
-2
/
+20
*
isort.
Omer Katz
2017-10-28
1
-5
/
+3
*
Remove LGPL headers from source files as project has since changed to BSD (#163)
Adam Smith
2017-08-24
1
-14
/
+0
*
Use Logger.warning() as Logger.warn() is deprecated (#142)
Jon Dufresne
2017-04-16
1
-1
/
+1
*
Adds pydocstyle tox target
Ask Solem
2016-10-11
1
-77
/
+48
*
set literal
Ask Solem
2016-06-15
1
-2
/
+2
*
Fixes basic_publish after connection close
Ask Solem
2016-05-11
1
-1
/
+5
*
flakes
Ask Solem
2016-04-08
1
-1
/
+3
*
Removes outdated funtests directory
Ask Solem
2016-04-06
1
-1
/
+1
*
acknowledgment (US) not acknowledgEment
Ask Solem
2016-03-22
1
-3
/
+3
*
Adds timeout argument to basic_publish
Ask Solem
2016-03-02
1
-5
/
+11
*
Now uses vine for promises
Ask Solem
2016-03-02
1
-1
/
+2
*
Adds extra check for celery/celery#2527
Ask Solem
2015-12-10
1
-1
/
+6
*
Now reject+requeues messages for which there are no callbacks (Issue celery/c...
Ask Solem
2015-12-08
1
-1
/
+10
*
Unit tests for amqp, with 96% coverage so far
Ask Solem
2015-12-07
1
-6
/
+4
*
Fixes basic.get
Ask Solem
2015-10-30
1
-4
/
+10
*
Python 2.7ism
Ask Solem
2015-10-19
1
-1
/
+1
*
Single-item tuples now allowed without whitespace
Ask Solem
2015-07-13
1
-6
/
+6
*
Implements Connection.collect() to close connection/channels fast.
Ask Solem
2014-10-24
1
-2
/
+2
*
first argument to channel.close must be short. Closes #47
Ask Solem
2014-08-11
1
-1
/
+1
*
Implements Connection.then and Channel.then
Ask Solem
2014-06-05
1
-1
/
+9
*
Connection handshake now callback based, and lots of cosmetics
Ask Solem
2014-06-05
1
-461
/
+87
*
Always use unpack_from (no string slices) and adds amqp.spec classes reference
Ask Solem
2014-06-04
1
-151
/
+106
*
Refactors AMQPReader
Ask Solem
2014-06-04
1
-69
/
+75
*
Refactoring AMQPWriter and _send_method
Ask Solem
2014-06-04
1
-279
/
+201
*
Fixes flakes after flake8 upgrade
Ask Solem
2014-05-27
1
-1
/
+0
*
Make sure exchange auto_delete deprecation warning is visible. Closes celery...
Ask Solem
2014-01-13
1
-2
/
+10
*
Message.channel must be channel object, not id. Closes #24
Ask Solem
2013-10-29
1
-2
/
+7
*
Flakes
Ask Solem
2013-10-04
1
-1
/
+1
*
Adds confirm_publish argument to Connection (always wait for publisher confirm)
Ask Solem
2013-10-04
1
-1
/
+16
*
queue_declare and basic_return now gives namedtuples
Ask Solem
2013-09-22
1
-12
/
+13
*
Merge branch '1.0'
Ask Solem
2013-03-08
1
-3
/
+5
|
\
|
*
channel(id) should claim id from array of free ids
Ask Solem
2013-03-08
1
-1
/
+4
|
*
Fixes typo handlers -> events. Closes #9
Ask Solem
2013-03-08
1
-1
/
+1
*
|
Merge branch '1.0'
Ask Solem
2013-02-12
1
-10
/
+10
|
\
\
|
|
/
|
*
flakes
Ask Solem
2013-02-08
1
-15
/
+14
|
*
Don't attempt to close channel if no connection. Fixes celery/celery#1095
Ask Solem
2012-11-29
1
-1
/
+1
|
*
Ignore basic_cancel if channel closed.
Ask Solem
2012-11-21
1
-8
/
+9
|
*
Channel.events is now a dict of sets
Ask Solem
2012-11-21
1
-1
/
+1
|
*
Use array.array to keep track of unused channel ids
Ask Solem
2012-11-12
1
-3
/
+5
*
|
Fixes AttributeError in _send_method
Ask Solem
2013-02-04
1
-0
/
+2
*
|
Pep8ify + cosmetics
Ask Solem
2013-01-17
1
-17
/
+17
[next]