summaryrefslogtreecommitdiff
path: root/simplejson/tests/test_scanstring.py
Commit message (Expand)AuthorAgeFilesLines
* SJ-PT-23-01: Fix invalid handling of unicode escape sequences in Python decoderBob Ippolito2023-04-041-1/+3
* Add the unit testKishin Yagami2022-04-211-0/+2
* add testBenjamin Peterson2018-06-261-0/+2
* pass-through in decoder for lone surrogates #62v3.3.0surrogate-62baserock/morphBob Ippolito2013-05-071-7/+54
* bump to v3.0.5, fix deprecations in testsv3.0.5Bob Ippolito2013-01-031-23/+23
* try and use native Py3.3 unicode everywhereBob Ippolito2012-12-291-1/+22
* start working on improving coverage, remove unused bytes code paths from py3Bob Ippolito2012-12-281-0/+8
* fix python 2.5 test regressionBob Ippolito2012-12-281-1/+2
* First pass at Python 3.3 compatibilityBob Ippolito2012-12-281-4/+4
* maintain Python 2.5 compatibilityBob Ippolito2010-03-111-1/+3
* fix Py_ssize_t converterBob Ippolito2009-12-271-1/+5
* whitespaceBob Ippolito2009-02-161-0/+7
* bump version, use python stdlib whitespace and docstring conventionsBob Ippolito2008-10-171-17/+17
* http://code.google.com/p/simplejson/issues/detail?id=16Bob Ippolito2008-08-201-0/+2
* backport fixes from py2.6 issue2750 branchBob Ippolito2008-05-041-0/+102