summaryrefslogtreecommitdiff
path: root/pymemcache/serde.py
Commit message (Expand)AuthorAgeFilesLines
* Start to add type hintsJoe Gordon2022-09-121-5/+5
* add some compression benchmarksJohn Anderson2022-07-151-10/+2
* add pluggable compression serdeJohn Anderson2022-07-121-4/+59
* Apply black formattingJoe Gordon2021-12-031-3/+5
* Fixes for rebase and further cleanupsJoe Gordon2021-07-201-6/+0
* Remove six dependency and run pyupgradeJoe Gordon2021-07-201-13/+5
* Upgrade to Sphinx 3 for generated documentation (#282)Jon Parise2020-04-281-3/+2
* Change serialization interface to be an object (#245)Stephen Rosen2019-08-261-0/+52
* Make pickle version for python_memcache_serializer adjustableJoe Gordon2018-09-071-4/+13
* correct spelling mistakeEdward Betts2017-09-011-1/+1
* Use only the highest, premium quality picklers available at runtime.Trevor Joynson (trevorj)2017-05-311-1/+9
* Add FLAG_BYTESAlex Tomkins2016-12-041-0/+1
* Switch to is bytes for bytes comparisionAlex Tomkins2016-12-041-1/+1
* Use is type for type comparisonsAlex Tomkins2016-12-041-4/+4
* Improve serdeAlex Tomkins2016-12-041-7/+26
* Use cPickle for six.movesSuhail Patel2016-10-041-9/+1
* We only need to import cPickle explicitly if Python 2Suhail Patel2016-10-031-5/+9
* Use cPickle as pickle if availableSuhail Patel2016-10-031-1/+5
* Make serde use BytesIO for Python 3 compatAdam Chainz2016-08-171-3/+3
* Add tests for serde moduleAdam Chainz2016-08-171-5/+1
* Make serde import on Python 3Adam Chainz2016-08-161-2/+7
* Flake8/pep8 the codeJohn Anderson2015-06-191-4/+5
* Add exception loggingMark Shirley2013-06-191-0/+2
* Remove errant log statementMark Shirley2013-06-191-1/+0
* Fixing a lot of small bugs, adding set_many and delete_many, adding python-me...Charles Gordon2013-01-281-0/+67