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
/
serialization.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Happfiy lint.
Omer Katz
2019-03-03
1
-3
/
+6
*
Raise exception from Rust.
Omer Katz
2019-03-03
1
-10
/
+4
*
Fix condition.
Omer Katz
2019-03-03
1
-1
/
+1
*
Added benchmarks and used an environment variable to allow skipping speedups.
Omer Katz
2019-03-03
1
-7
/
+9
*
An incomplete implementation of loads() in rust.
Omer Katz
2019-03-03
1
-1
/
+10
*
The bitcount will reset only when we move to the next byte. (#260)
Omer Katz
2019-03-02
1
-2
/
+1
*
for deserialisation, correct offset for bits (#187)
Allan Simon
2019-02-27
1
-1
/
+2
*
Add field type "x" (byte array) (#204)
Davis Kirkendall
2018-09-13
1
-1
/
+13
*
Fix encoding errors (#198)
Evan
2018-08-13
1
-1
/
+0
*
Testing: Replace @patch decorators (#182)
Matthias Urlichs
2018-02-14
1
-1
/
+1
*
isort.
Omer Katz
2017-10-28
1
-4
/
+4
*
Python 3 UTF-8 Encode/Decode w/ Surrogates (#168)
Stephen Hatch
2017-10-26
1
-2
/
+2
*
Update UTF-8 encoding behavior between Py2/Py3 (#164)
Tyler James Harden
2017-09-08
1
-4
/
+4
*
Remove LGPL headers from source files as project has since changed to BSD (#163)
Adam Smith
2017-08-24
1
-14
/
+0
*
Use backport version of struct method on Python 2.7.5 and earlier (Issue #117)
Ask Solem
2016-12-14
1
-66
/
+66
*
Pass fmt string as a str object to struct functions (#112)
Jon Dufresne
2016-12-14
1
-65
/
+66
*
Revert "Pass fmt string as a str object to struct functions (#112)"
Ask Solem
2016-12-07
1
-65
/
+65
*
Merge branch 'master' of github.com:celery/py-amqp
Ask Solem
2016-11-22
1
-65
/
+65
|
\
|
*
Pass fmt string as a str object to struct functions (#112)
Jon Dufresne
2016-11-08
1
-65
/
+65
*
|
flakes
Ask Solem
2016-11-22
1
-0
/
+1
|
/
*
flakes
Ask Solem
2016-10-11
1
-2
/
+1
*
Adds pydocstyle tox target
Ask Solem
2016-10-11
1
-23
/
+26
*
flakes
Ask Solem
2016-09-06
1
-1
/
+0
*
Fixes datetime handling in method frame arguments
Ask Solem
2016-09-06
1
-1
/
+1
*
Protocol: Use L format for ints exceeding 64bit integers. Closes #3121
Ask Solem
2016-07-08
1
-1
/
+4
*
Mark bytes with b'...'
Alan Justino
2016-06-02
1
-65
/
+65
*
unicode_literals is breaking 2.7 tests
Alan Justino
2016-06-02
1
-1
/
+1
*
Fixes issue #85: the module can be imported on python 2.7.3 running in unicod...
bastb
2016-05-27
1
-2
/
+2
*
Removes outdated funtests directory
Ask Solem
2016-04-06
1
-1
/
+1
*
Unit tests for amqp, with 96% coverage so far
Ask Solem
2015-12-07
1
-29
/
+27
*
[Py3] Header keys now unicode
Ask Solem
2015-09-04
1
-15
/
+19
*
Fixes Py3 issues
Ask Solem
2015-09-04
1
-8
/
+4
*
AMQP Timestamp type should be in GMT timezone. Closes #67
Ask Solem
2015-06-15
1
-3
/
+3
*
Refactors AMQPWriter -> frame_writer
Ask Solem
2014-06-05
1
-5
/
+3
*
Refactors MethodReader/drain_events/channel.wait
Ask Solem
2014-06-05
1
-22
/
+52
*
Always use unpack_from (no string slices) and adds amqp.spec classes reference
Ask Solem
2014-06-04
1
-241
/
+114
*
Refactors AMQPReader
Ask Solem
2014-06-04
1
-10
/
+204
*
Refactoring AMQPWriter and _send_method
Ask Solem
2014-06-04
1
-188
/
+151
*
Fixes flakes after flake8 upgrade
Ask Solem
2014-05-27
1
-1
/
+1
*
Serialization now supports obj.__json__
Ask Solem
2014-05-20
1
-6
/
+15
*
Adds table deserialization of types s, b, U, u, i, L, l, f.
Ask Solem
2014-04-15
1
-12
/
+49
*
flakes
Ask Solem
2014-01-13
1
-1
/
+1
*
Remove additional Py2.5 compatibility checks
Ask Solem
2014-01-13
1
-13
/
+1
*
Allow 'None' type in tables and arrays
Dominik Fässler
2013-12-17
1
-0
/
+4
*
better table errors
Ask Solem
2013-03-26
1
-5
/
+13
*
Fix for Python 3.3
Ask Solem
2013-02-13
1
-2
/
+2
*
Merge branch '1.0'
Ask Solem
2013-02-12
1
-7
/
+7
|
\
|
*
Fixes syntax error on Py2.5
Ask Solem
2013-02-08
1
-3
/
+3
|
*
Cosmetics
Ask Solem
2013-02-08
1
-1
/
+1
|
*
2**32 is 0 on some Python 2.5 installations
Ask Solem
2013-02-08
1
-2
/
+2
[next]