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
/
method_framing.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
document memoryview usage, minor frame_writer.write_frame refactor (#384)
Paul Brown
2021-12-24
1
-8
/
+11
*
pyupgrade.
Omer Katz
2020-09-03
1
-2
/
+2
*
Happify linters.
Omer Katz
2020-08-31
1
-6
/
+2
*
Make __all__ immutable.
Omer Katz
2020-08-19
1
-1
/
+1
*
Drop Python 2.7 and 3.4 support.
Omer Katz
2020-08-19
1
-5
/
+3
*
Remove unused comment (#329)
Dan Fuller
2020-07-28
1
-3
/
+0
*
Fix buffer overflow in frame_writer after frame_max is increased
Dan Fuller
2020-07-25
1
-2
/
+22
*
Fix encoding errors (#198)
Evan
2018-08-13
1
-5
/
+9
*
Fix inconsistent frame_handler return value (#199)
Evan
2018-08-13
1
-5
/
+7
*
isort.
Omer Katz
2017-10-28
1
-1
/
+1
*
Remove LGPL headers from source files as project has since changed to BSD (#163)
Adam Smith
2017-08-24
1
-14
/
+0
*
fix for sending empty messages (addresses #151) (#154)
Christian Blades
2017-08-18
1
-5
/
+7
*
Drain events should read until message is ready (#144)
Robert Kopaczewski
2017-05-22
1
-8
/
+12
*
Use backport version of struct method on Python 2.7.5 and earlier (Issue #117)
Ask Solem
2016-12-14
1
-12
/
+12
*
Pass fmt string as a str object to struct functions (#112)
Jon Dufresne
2016-12-14
1
-11
/
+11
*
Revert "Pass fmt string as a str object to struct functions (#112)"
Ask Solem
2016-12-07
1
-11
/
+11
*
Pass fmt string as a str object to struct functions (#112)
Jon Dufresne
2016-11-08
1
-11
/
+11
*
Adds pydocstyle tox target
Ask Solem
2016-10-11
1
-1
/
+3
*
flakes
Ask Solem
2016-10-06
1
-1
/
+0
*
Frame writer: Account for overhead when calculating frame size (Closes celery...
Ask Solem
2016-09-29
1
-10
/
+20
*
Solve unicode bugs on struct (#108)
Brendan Smithyman
2016-09-23
1
-7
/
+7
*
flakes
Ask Solem
2016-09-07
1
-1
/
+1
*
Frame_writer is no longer a generator. Closes #103
Ask Solem
2016-09-07
1
-3
/
+2
*
Argument to struct.unpack must be unicode on Python <=2.7.6
Ask Solem
2016-07-28
1
-1
/
+1
*
There is no bytes % int on python3.4
Alan Justino
2016-06-02
1
-6
/
+6
*
Mark bytes with b'...'
Alan Justino
2016-06-02
1
-11
/
+11
*
unicode_literals is breaking 2.7 tests
Alan Justino
2016-06-02
1
-1
/
+1
*
flakes
Ask Solem
2016-05-26
1
-2
/
+2
*
Fixed args packing
Federico Ficarelli
2016-05-23
1
-1
/
+2
*
Removes outdated funtests directory
Ask Solem
2016-04-06
1
-1
/
+1
*
Fixes Python 3 bytes confusion (Closes #76, Closes #77)
Ask Solem
2016-01-04
1
-1
/
+1
*
Unit tests for amqp, with 96% coverage so far
Ask Solem
2015-12-07
1
-11
/
+5
*
flakes
Ask Solem
2015-09-04
1
-3
/
+5
*
Fixes Py3 issues
Ask Solem
2015-09-04
1
-5
/
+6
*
frame_handler no longer coroutine
Ask Solem
2014-09-24
1
-3
/
+5
*
Refactors AMQPWriter -> frame_writer
Ask Solem
2014-06-05
1
-39
/
+81
*
Refactors MethodReader/drain_events/channel.wait
Ask Solem
2014-06-05
1
-158
/
+49
*
Always use unpack_from (no string slices) and adds amqp.spec classes reference
Ask Solem
2014-06-04
1
-11
/
+15
*
Refactors AMQPReader
Ask Solem
2014-06-04
1
-7
/
+6
*
Remove additional Py2.5 compatibility checks
Ask Solem
2014-01-13
1
-6
/
+0
*
Message.channel must be channel object, not id. Closes #24
Ask Solem
2013-10-29
1
-1
/
+1
*
Sets Message.channel on delivery. Closes #12
Ask Solem
2013-10-04
1
-3
/
+5
*
Add missing reference pages
Ask Solem
2013-07-31
1
-3
/
+1
*
Avoid copy of small messages
Ask Solem
2013-07-31
1
-3
/
+8
*
[Opt] No need to use Queue.Queue as channel not thread-safe
Ask Solem
2013-07-31
1
-13
/
+16
*
Pep8ify + cosmetics
Ask Solem
2013-01-17
1
-2
/
+3
*
Use more str.format
Ask Solem
2012-11-13
1
-2
/
+2
*
New exception hierarchy
Ask Solem
2012-11-12
1
-2
/
+2
*
Code now works on both Python 3 and Python 2 (not using 2to3)
Ask Solem
2012-11-08
1
-5
/
+5
*
Fixes error handling on amqp error
Mher Movsisyan
2012-10-17
1
-0
/
+2
[next]