summaryrefslogtreecommitdiff
path: root/simplejson/tests/test_unicode.py
Commit message (Expand)AuthorAgeFilesLines
* Simplify compatibility code.compatSerhiy Storchaka2018-04-241-2/+2
* Avoid escaping U+2028 and U+2029 without ensure_asciiRichard van der Hoff2018-03-291-2/+3
* generalize BOM stripping to any use of raw_decodeBob Ippolito2014-07-211-8/+7
* strip utf-8 bom.Ryo Takahashi2014-07-211-0/+9
* pass-through in decoder for lone surrogates #62v3.3.0surrogate-62baserock/morphBob Ippolito2013-05-071-12/+1
* v3.0.6, fixes ensure_ascii=False regression (#50)v3.0.6Bob Ippolito2013-01-111-1/+12
* bump to v3.0.5, fix deprecations in testsv3.0.5Bob Ippolito2013-01-031-27/+27
* better test coverage for invalid surrogatesBob Ippolito2012-12-301-0/+35
* First pass at Python 3.3 compatibilityBob Ippolito2012-12-281-9/+10
* Force unicode linebreak characters to be escaped (U+2028 and U+2029)Bob Ippolito2011-05-151-0/+10
* fixed http://code.google.com/p/simplejson/issues/detail?id=48Bob Ippolito2009-04-141-1/+19
* http://bugs.python.org/issue5381 ordered_pairs_hook backport to simplejsonBob Ippolito2009-03-291-0/+16
* fix long lines, make py2.6+ porting a bit easierBob Ippolito2009-02-221-2/+3
* verison number bump, change tests around to make it easier to backport to pyt...Bob Ippolito2009-02-161-18/+18
* ensure unicode result if the input is a unicode stringBob Ippolito2009-01-031-0/+5
* bump version, use python stdlib whitespace and docstring conventionsBob Ippolito2008-10-171-2/+2
* test for http://code.google.com/p/simplejson/issues/detail?id=22Bob Ippolito2008-09-251-0/+4
* http://code.google.com/p/simplejson/issues/detail?id=10Bob Ippolito2008-05-031-2/+22
* convert test suite to unittest, remove jsonfilter, bump version to 0.9Bob Ippolito2008-05-031-30/+29
* decoder speed enhancementsBob Ippolito2008-03-231-0/+10
* test boundariesBob Ippolito2008-03-231-2/+2
* failing big unicode testBob Ippolito2008-03-231-0/+10
* add str encoding support to dump/dumpsBob Ippolito2007-03-021-0/+16