summaryrefslogtreecommitdiff
path: root/simplejson
Commit message (Expand)AuthorAgeFilesLines
* ensure cached encoder is only used when all settings are defaultsort_keys_dump-106Bob Ippolito2014-09-241-5/+9
* documentation about key limitations in JSON per #103v3.6.3Bob Ippolito2014-08-181-1/+1
* doc updates from http://bugs.python.org/issue21514 re: #102v3.6.2Bob Ippolito2014-08-091-1/+1
* update documentation per #102docs-102Bob Ippolito2014-08-091-1/+1
* generalize BOM stripping to any use of raw_decodeBob Ippolito2014-07-214-22/+16
* strip utf-8 bom.Ryo Takahashi2014-07-213-1/+22
* Fix lower bound checking in scan_once / raw_decode API #98v3.5.3Bob Ippolito2014-06-245-3/+23
* update version for v3.5.2v3.5.2Bob Ippolito2014-05-231-1/+1
* fix build for VS 2008Gabi Davar2014-05-231-1/+1
* consistently reject int_as_string_bitcount <= 0 #96v3.5.1Bob Ippolito2014-05-224-2/+11
* detabv3.5.0Bob Ippolito2014-05-211-101/+101
* clean up #96 and prep for v3.5.0 releaseBob Ippolito2014-05-213-27/+30
* Merge pull request #96 from coldeasy/int_as_string_bitcountBob Ippolito2014-05-206-118/+282
|\
| * Allocate int_as_string bounds once per encoderColin Deasy2014-05-202-32/+38
| * Adding `int_as_string_bitcount` optionColin Deasy2014-05-146-104/+262
* | fix arg check for item_sort_keyBob Ippolito2014-05-201-1/+3
|/
* fix tests to run on Python 3.4Bob Ippolito2014-04-302-38/+46
* bump to v3.4.0v3.4.0Bob Ippolito2014-04-021-1/+1
* improve Python 3.3 compat #87, bump to 3.3.3v3.3.3Bob Ippolito2014-02-143-6/+9
* update CHANGES.txt for v3.3.2v3.3.2Bob Ippolito2014-01-061-1/+1
* Documentation fix for decoded string typesJuhaS2013-10-311-1/+1
* update metadata for 3.3.1v3.3.1Bob Ippolito2013-10-051-1/+1
* fix pickle breakage with JSONDecodeErrorIdan Kamara2013-10-052-1/+20
* pass-through in decoder for lone surrogates #62v3.3.0surrogate-62baserock/morphBob Ippolito2013-05-075-98/+114
* ignore_nan #63ecma-262-63Bob Ippolito2013-05-014-34/+76
* update CHANGES and testsfor_json-69Bob Ippolito2013-05-012-75/+47
* make argument order for c_make_encoder match make_iterencodeBob Ippolito2013-05-012-4/+4
* Implement for_json kwarg; pure Python version; add tests; update documentation.shakefu2013-04-174-37/+195
* Initial stab at for_json hook for C extension.shakefu2013-04-171-0/+27
* v3.1.3 - docs update to discourage subclassingBob Ippolito2013-04-051-13/+19
* fixes #65Bob Ippolito2013-03-191-1/+16
* Updated documentation to reflect separators behavior when indent is not None ...Bob Ippolito2013-02-222-12/+14
* tag v3.1.1v3.1.1Bob Ippolito2013-02-211-1/+1
* fix python 2.5 regression in tool and test_toolpy-backportsBob Ippolito2013-02-212-3/+6
* 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-213-11/+94
* improve truncated input error messages, use JSONDecodeError instead of StopIt...Bob Ippolito2013-02-215-146/+224
* fix off-by-one error in the colno of JSONDecodeError when lineno == 0 (#57)v3.0.9Bob Ippolito2013-02-214-5/+5
* Fix a Python 2.x compiler warning for narrow unicode builds (#56)v3.0.8Bob Ippolito2013-02-192-4/+6
* v3.0.7 now dual-licensed MIT or AFL v2.1Bob Ippolito2013-01-111-1/+1
* v3.0.6, fixes ensure_ascii=False regression (#50)v3.0.6Bob Ippolito2013-01-113-3/+17
* bump to v3.0.5, fix deprecations in testsv3.0.5Bob Ippolito2013-01-0320-131/+134
* bump to 3.0.4, update changes for #47v3.0.4Bob Ippolito2013-01-021-1/+1
* Fix msvc10 compile error under Python 3.3Christoph Gohlke2013-01-011-1/+1
* bump to 3.0.3, fix bugsv3.0.3Bob Ippolito2013-01-012-36/+42
* Revert "Revert "Merge pull request #46 from cgohlke/patch-1""Bob Ippolito2013-01-011-3/+6
* Revert "Merge pull request #46 from cgohlke/patch-1"Bob Ippolito2013-01-011-6/+3
* Fixes for Visual C compilersChristoph Gohlke2013-01-011-3/+6
* bump to 3.0.2, fix Py_EnterRecusiveCall/Py_LeaveRecursiveCall balance from 3.0.1v3.0.2Bob Ippolito2013-01-012-5/+13
* _Py_Accu style encoder optimization, bump to 3.0.1v3.0.1Bob Ippolito2013-01-013-37/+163