summaryrefslogtreecommitdiff
path: root/simplejson/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix tests in Python 2.5.tempfile-py25Serhiy Storchaka2018-04-241-9/+18
* Avoid escaping U+2028 and U+2029 without ensure_asciiRichard van der Hoff2018-03-292-2/+11
* Avoid copying strings when encodingRichard van der Hoff2018-03-271-0/+5
* Ensure that encoding text subtypes is consistent with or without speedups. Fi...Bob Ippolito2017-11-231-1/+13
* Merge pull request #191 from simplejson/type-error-messagesBob Ippolito2017-11-231-1/+18
|\
| * Add tests.type-error-messagesSerhiy Storchaka2017-11-231-1/+18
* | Workarounds for NamedTemporaryFile issues with Windows for tool testsBob Ippolito2017-11-231-13/+21
* | Fix a test.bpo-31505Serhiy Storchaka2017-11-061-3/+1
* | bpo-31505: Fix an assertion failure in json, in case _json.make_encoder() rec...Serhiy Storchaka2017-11-061-0/+26
|/
* Fix #173 with item_sort_key and add auto-discovery to test suiteBob Ippolito2017-06-192-31/+14
* Fix a crash wish unencodable encoding in the encoder.unencodable-encoder-encodingSerhiy Storchaka2017-05-211-1/+9
* Make test_speedups compatible with Python 2.5 and 2.6.Serhiy Storchaka2017-05-211-37/+25
* Make test_speedups compatible with Python 2.5.Serhiy Storchaka2017-05-211-0/+2
* Fix argument checking errors in _speedups.c.Serhiy Storchaka2017-05-121-1/+54
* Bump version, update changelog, fix issues identified in code review of #143Bob Ippolito2016-10-282-0/+18
* Merge branch 'raw_json' of https://github.com/lamflam/simplejson into lamflam...Bob Ippolito2016-10-281-0/+30
|\
| * Add support for preprocessed JSON strings (with optimizations) in encoderKevin LaFlamme2016-09-011-0/+30
* | Fixes #144. Workaround for bad behavior in string subclasses.Bob Ippolito2016-10-212-0/+17
|/
* Fix issue with iterable_as_array and indent option, closes #128v3.8.1Bob Ippolito2015-10-272-17/+18
* Merge branch 'master' into iterable_as_array-gh1Nick Babcock2015-07-1027-206/+1060
|\
| * no longer trust custom repr for int/long/float subclasses #118v3.7.0Bob Ippolito2015-05-182-0/+38
| * failing test for #106Bob Ippolito2014-09-291-0/+9
| * generalize BOM stripping to any use of raw_decodeBob Ippolito2014-07-212-11/+7
| * strip utf-8 bom.Ryo Takahashi2014-07-212-0/+12
| * Fix lower bound checking in scan_once / raw_decode API #98v3.5.3Bob Ippolito2014-06-241-0/+11
| * consistently reject int_as_string_bitcount <= 0 #96v3.5.1Bob Ippolito2014-05-222-0/+7
| * Allocate int_as_string bounds once per encoderColin Deasy2014-05-201-1/+2
| * Adding `int_as_string_bitcount` optionColin Deasy2014-05-143-42/+136
| * fix tests to run on Python 3.4Bob Ippolito2014-04-301-37/+45
| * improve Python 3.3 compat #87, bump to 3.3.3v3.3.3Bob Ippolito2014-02-141-4/+4
| * fix pickle breakage with JSONDecodeErrorIdan Kamara2013-10-051-1/+17
| * 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