Commit graph

7 commits

Author SHA1 Message Date
adam
c7814dba1e py-cjson: update to 1.2.1
Changes in version 1.2.1
* Updated project homepage

Changes in version 1.2.0
* Implemented recursion limit check for encoding/decoding arrays and objects
* Updated copyright years and stripped licensing info from source code

Changes in version 1.1.0
* Use repr instead of str when encoding floats to preserve full preicision
* Fixed windows compilation problem introduced in 1.0.5
* Fixed float write test to work with latest high precision float encoding
* Fixed some list/dict decoding bugs. Use a state machine for decoding them.
* Improved decoding speed by using PyString_GET_SIZE instead of strlen
* Integrate modified 0001-fix-for-CVE-2010-1666 patch from Debian
2017-09-28 16:21:21 +00:00
wiz
7f84153239 Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
wiz
ad0031c15e Remove python33: adapt all packages that refer to it. 2016-07-09 13:03:30 +00:00
wiz
57199de455 Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
adam
7f3b4730ad Extend PYTHON_VERSIONS_INCOMPATIBLE to 35 2015-12-05 21:25:27 +00:00
joerg
223bc5c320 Mark as not for Python 3.3 and 3.4, since it uses obsolete string
functions.
2014-05-13 17:20:38 +00:00
rodent
4bfd800376 Import py27-cjson-1.0.5 as textproc/py-cjson.
Fast JSON encoder/decoder for Python.
2014-05-03 15:34:22 +00:00