summaryrefslogtreecommitdiff
path: root/amqp/serialization.py
Commit message (Expand)AuthorAgeFilesLines
* Happfiy lint.Omer Katz2019-03-031-3/+6
* Raise exception from Rust.Omer Katz2019-03-031-10/+4
* Fix condition.Omer Katz2019-03-031-1/+1
* Added benchmarks and used an environment variable to allow skipping speedups.Omer Katz2019-03-031-7/+9
* An incomplete implementation of loads() in rust.Omer Katz2019-03-031-1/+10
* The bitcount will reset only when we move to the next byte. (#260)Omer Katz2019-03-021-2/+1
* for deserialisation, correct offset for bits (#187)Allan Simon2019-02-271-1/+2
* Add field type "x" (byte array) (#204)Davis Kirkendall2018-09-131-1/+13
* Fix encoding errors (#198)Evan2018-08-131-1/+0
* Testing: Replace @patch decorators (#182)Matthias Urlichs2018-02-141-1/+1
* isort.Omer Katz2017-10-281-4/+4
* Python 3 UTF-8 Encode/Decode w/ Surrogates (#168)Stephen Hatch2017-10-261-2/+2
* Update UTF-8 encoding behavior between Py2/Py3 (#164)Tyler James Harden2017-09-081-4/+4
* Remove LGPL headers from source files as project has since changed to BSD (#163)Adam Smith2017-08-241-14/+0
* Use backport version of struct method on Python 2.7.5 and earlier (Issue #117)Ask Solem2016-12-141-66/+66
* Pass fmt string as a str object to struct functions (#112)Jon Dufresne2016-12-141-65/+66
* Revert "Pass fmt string as a str object to struct functions (#112)"Ask Solem2016-12-071-65/+65
* Merge branch 'master' of github.com:celery/py-amqpAsk Solem2016-11-221-65/+65
|\
| * Pass fmt string as a str object to struct functions (#112)Jon Dufresne2016-11-081-65/+65
* | flakesAsk Solem2016-11-221-0/+1
|/
* flakesAsk Solem2016-10-111-2/+1
* Adds pydocstyle tox targetAsk Solem2016-10-111-23/+26
* flakesAsk Solem2016-09-061-1/+0
* Fixes datetime handling in method frame argumentsAsk Solem2016-09-061-1/+1
* Protocol: Use L format for ints exceeding 64bit integers. Closes #3121Ask Solem2016-07-081-1/+4
* Mark bytes with b'...'Alan Justino2016-06-021-65/+65
* unicode_literals is breaking 2.7 testsAlan Justino2016-06-021-1/+1
* Fixes issue #85: the module can be imported on python 2.7.3 running in unicod...bastb2016-05-271-2/+2
* Removes outdated funtests directoryAsk Solem2016-04-061-1/+1
* Unit tests for amqp, with 96% coverage so farAsk Solem2015-12-071-29/+27
* [Py3] Header keys now unicodeAsk Solem2015-09-041-15/+19
* Fixes Py3 issuesAsk Solem2015-09-041-8/+4
* AMQP Timestamp type should be in GMT timezone. Closes #67Ask Solem2015-06-151-3/+3
* Refactors AMQPWriter -> frame_writerAsk Solem2014-06-051-5/+3
* Refactors MethodReader/drain_events/channel.waitAsk Solem2014-06-051-22/+52
* Always use unpack_from (no string slices) and adds amqp.spec classes referenceAsk Solem2014-06-041-241/+114
* Refactors AMQPReaderAsk Solem2014-06-041-10/+204
* Refactoring AMQPWriter and _send_methodAsk Solem2014-06-041-188/+151
* Fixes flakes after flake8 upgradeAsk Solem2014-05-271-1/+1
* Serialization now supports obj.__json__Ask Solem2014-05-201-6/+15
* Adds table deserialization of types s, b, U, u, i, L, l, f.Ask Solem2014-04-151-12/+49
* flakesAsk Solem2014-01-131-1/+1
* Remove additional Py2.5 compatibility checksAsk Solem2014-01-131-13/+1
* Allow 'None' type in tables and arraysDominik Fässler2013-12-171-0/+4
* better table errorsAsk Solem2013-03-261-5/+13
* Fix for Python 3.3Ask Solem2013-02-131-2/+2
* Merge branch '1.0'Ask Solem2013-02-121-7/+7
|\
| * Fixes syntax error on Py2.5Ask Solem2013-02-081-3/+3
| * CosmeticsAsk Solem2013-02-081-1/+1
| * 2**32 is 0 on some Python 2.5 installationsAsk Solem2013-02-081-2/+2