* Fixes a parsing error in the C extension when the JSON document is (only) a floating point number. It would consume one too few characters in that case, and claim the document invalid.
2.0.3
Not secure
* Fixes reference leaks in the encoding speedups (sorry about that!) * Fixes doctest suite for Python 2.6 * More optimizations for the decoder
* Fixes long encoding regression introduced in 2.0.0 * Fixes MinGW build regression introduced in 2.0.0
2.0.0
Not secure
* optimized Python encoding path * optimized Python decoding path * optimized C encoding path * optimized C decoding path * switched to sphinx docs (nearly the same as the json module in python 2.6)
1.9.3
Not secure
* Decoding is significantly faster (for our internal benchmarks) * Pretty-printing tool changed from simplejson to simplejson.tool for better Python 2.6 comaptibility * Misc. bug fixes