summaryrefslogtreecommitdiff
path: root/kombu/serialization.py
Commit message (Expand)AuthorAgeFilesLines
* serialization gains the ability to lookup content type by nameAsk Solem2011-08-151-2/+6
* Adds SerializerRegistry.unregisterMher Movsisyan2011-07-191-0/+19
* Use flake8 instead of pep8+pyflakes, and add it as a step in releaseok()v1.1.3Ask Solem2011-04-211-1/+1
* Update copyright headers to include 2011Ask Solem2011-01-311-1/+1
* Tests passing on JythonAsk Solem2011-01-251-1/+10
* Use pure-python pickle on Python <= 2.5, as cPickle is broken thereAsk Solem2011-01-031-2/+23
* PEP8ifyv1.0.0b1Ask Solem2010-12-181-1/+0
* Unit tests now passing on Python 3Ask Solem2010-12-031-2/+8
* msgpack content-encoding must be 'binary' not 'utf-8'Ask Solem2010-11-251-1/+1
* Improved reference documentationAsk Solem2010-10-271-83/+73
* Initial importAsk Solem2010-06-231-0/+279