summaryrefslogtreecommitdiff
path: root/simplejson/tests
Commit message (Expand)AuthorAgeFilesLines
* pass-through in decoder for lone surrogates #62v3.3.0surrogate-62baserock/morphBob Ippolito2013-05-072-19/+55
* ignore_nan #63ecma-262-63Bob Ippolito2013-05-011-1/+9
* update CHANGES and testsfor_json-69Bob Ippolito2013-05-012-75/+47
* Implement for_json kwarg; pure Python version; add tests; update documentation.shakefu2013-04-171-0/+126
* fixes #65Bob Ippolito2013-03-191-1/+16
* fix python 2.5 regression in tool and test_toolpy-backportsBob Ippolito2013-02-211-3/+5
* update JSON conformance test suite (#58)Bob Ippolito2013-02-212-15/+28
* simplejson.tool tests and bugfix for Python 3.x (#60)Bob Ippolito2013-02-212-0/+81
* improve truncated input error messages, use JSONDecodeError instead of StopIt...Bob Ippolito2013-02-211-1/+40
* fix off-by-one error in the colno of JSONDecodeError when lineno == 0 (#57)v3.0.9Bob Ippolito2013-02-212-2/+2
* 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-0318-128/+131
* _Py_Accu style encoder optimization, bump to 3.0.1v3.0.1Bob Ippolito2013-01-011-0/+5
* more coverageBob Ippolito2012-12-301-0/+25
* better test coverage for invalid surrogatesBob Ippolito2012-12-301-0/+35
* more coverage for skipkeysBob Ippolito2012-12-301-4/+23
* more coverage, decimal key coercionBob Ippolito2012-12-293-9/+45
* 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-282-4/+22
* fix python 2.5 test regressionBob Ippolito2012-12-281-1/+2
* First pass at Python 3.3 compatibilityBob Ippolito2012-12-2813-47/+64
* export JSONEncoderForHTML (#41), bump to v2.6.2v2.6.2Bob Ippolito2012-09-211-5/+3
* bump version to 2.6.1 and add test/docs for #38 raw_decode fixv2.6.1Bob Ippolito2012-07-271-0/+4
* Support for use_decimal=True in sub-interpretersv2.5.1Bob Ippolito2012-05-101-3/+14
* bump version to 2.5.0, add docs for item_sort_keyBob Ippolito2012-03-291-6/+5
* Added item_sort_keyScott Maxwell2012-03-201-0/+21
* fix edge cases and pre-2.7 compatibilityBob Ippolito2012-03-061-12/+44
* Integrated unit test into test suiteScott Maxwell2012-03-022-18/+1
* Finalized bigint_as_string featureScott Maxwell2012-03-021-0/+41
* Documentation and a test for the previous commitKeshav Kini2012-02-281-1/+41
* callable check for _asdict with namedtuple_as_objectdict-subclass-gh26Bob Ippolito2011-12-291-0/+30
* fix whitespaceBob Ippolito2011-12-291-4/+4
* test with DucKValue and DuckPoint which are not tuple subclassesBob Ippolito2011-11-181-4/+24
* fix tests for py2.5pure-distutilsBob Ippolito2011-09-041-0/+6
* remove setuptoolsBob Ippolito2011-09-041-1/+1
* 2.2.0 - namedtuple_as_object and tuple_as_array options, use_decimal now True...namedtuple-object-gh6Bob Ippolito2011-09-044-6/+127
* also test unicode and fix the JSONDecodeError issuescan-ValueError-gh15Bob Ippolito2011-09-031-8/+9
* test case for https://github.com/simplejson/simplejson/issues/15Bob Ippolito2011-09-031-0/+12
* Force unicode linebreak characters to be escaped (U+2028 and U+2029)Bob Ippolito2011-05-151-0/+10
* Trailing whitespace after commas no longer emitted when indent is usedBob Ippolito2011-04-121-0/+17
* http://code.google.com/p/simplejson/issues/detail?id=87Bob Ippolito2011-01-171-7/+24
* http://code.google.com/p/simplejson/issues/detail?id=86Bob Ippolito2010-11-051-0/+5
* re http://code.google.com/p/simplejson/issues/detail?id=85Bob Ippolito2010-11-011-0/+10
* pyflakes fixesBob Ippolito2010-10-082-3/+2
* http://bugs.python.org/issue10019Bob Ippolito2010-10-081-0/+16
* http://code.google.com/p/simplejson/issues/detail?id=82Bob Ippolito2010-07-191-0/+4
* http://code.google.com/p/simplejson/issues/detail?id=81Bob Ippolito2010-07-122-0/+18
* http://code.google.com/p/simplejson/issues/detail?id=73Bob Ippolito2010-03-111-0/+7
* maintain Python 2.5 compatibilityBob Ippolito2010-03-111-1/+3
* http://code.google.com/p/simplejson/issues/detail?id=34Bob Ippolito2010-03-082-0/+34