* Defer is_raw_json test (performance improvement) https://github.com/simplejson/simplejson/pull/212 * Avoid escaping U+2028 and U+2029 without ensure_ascii https://github.com/simplejson/simplejson/pull/211 * Fix an incorrect type test in Python 2, avoiding an unnecessary unicode copy. https://github.com/simplejson/simplejson/pull/210
3.13.2
* Fix additional Python 2.x compilation issue on Windows
3.13.1
* Improve CI to catch speedups build regressions * Fix speedups build regression in Python 2.x https://github.com/simplejson/simplejson/issues/193
3.13.0
* Workarounds for NamedTemporaryFile issues with Windows for tool tests * Make TypeError messages contain type name instead of a repr. https://github.com/simplejson/simplejson/pull/191 * Ensure that encoding of text subtypes is consistent with or without speedups https://github.com/simplejson/simplejson/issues/185
3.12.1
* Misc updates to build infrastructure * Fix an assertion failure when make_encoder receives a bad encoder argument https://github.com/simplejson/simplejson/pull/188 * Fix potential crash during GC https://github.com/simplejson/simplejson/pull/187 * Fix a reference leak when sorting keys https://github.com/simplejson/simplejson/pull/186