Simplejson

Latest version: v3.19.2

Safety actively analyzes 630796 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 11 of 18

3.0.3

* Fixes for bugs introduced in 3.0.2
* Fixes for Python 2.5 compatibility
* MSVC compatibility for Python 2.x
https://github.com/simplejson/simplejson/pull/46

3.0.2

* THIS VERSION HAS BEEN REMOVED
* Missed a changeset to _speedups.c in the 3.0.1 branch cut

3.0.1

* THIS VERSION HAS BEEN REMOVED
* Add accumulator optimization to encoder, equivalent to the usage of
`_Py_Accu` in the Python 3.3 json library. Only relevant if encoding
very large JSON documents.

3.0.0

* Python 3.3 is now supported, thanks to Vinay Sajip
https://github.com/simplejson/simplejson/issues/8
* `sort_keys`/`item_sort_key` now sort on the stringified version of the
key, rather than the original object. This ensures that the sort
only compares string types and makes the behavior consistent between
Python 2.x and Python 3.x.
* Like other number types, Decimal instances used as keys are now
coerced to strings when use_decimal is True.

2.6.2

* JSONEncoderForHTML was not exported in the simplejson module
https://github.com/simplejson/simplejson/issues/41

2.6.1

* raw_decode() now skips whitespace before the object
https://github.com/simplejson/simplejson/pull/38

Page 11 of 18

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.