summaryrefslogtreecommitdiff
path: root/index.rst
Commit message (Expand)AuthorAgeFilesLines
* Additional security hardening improvements:Bob Ippolito2023-04-051-27/+64
* SJ-PT-23-03: Backport integer string length limitation to limit quadratic par...Bob Ippolito2023-04-041-0/+14
* Finish updating docs to be Python 3-centricBob Ippolito2019-11-171-299/+216
* Start transitioning docs to be Python 3 centricpython3-doc-updatesBob Ippolito2019-10-221-6/+10
* Prep for v3.16.1 and add JSON lines examplejson-lines-exampleBob Ippolito2018-09-061-0/+20
* Allow to disable serializing bytes by default in Python 3.bytes-encodingSerhiy Storchaka2018-04-251-4/+18
* documentation updatesRichard van der Hoff2018-03-291-3/+3
* Update documentation for JSONEncoderForHTMLRichard van der Hoff2018-03-291-0/+5
* Fix a typo in the doc for loads (#161).Serhiy Storchaka2017-05-081-1/+1
* clean up iterable_as_array for 3.8.0v3.8.0Bob Ippolito2015-07-181-6/+6
* Merge branch 'master' into iterable_as_array-gh1Nick Babcock2015-07-101-81/+465
|\
| * Fixed a typo in the docsDougal Matthews2015-02-181-1/+1
| * documentation about key limitations in JSON per #103v3.6.3Bob Ippolito2014-08-181-3/+12
| * doc updates from http://bugs.python.org/issue21514 re: #102v3.6.2Bob Ippolito2014-08-091-16/+76
| * update documentation per #102docs-102Bob Ippolito2014-08-091-39/+216
| * clean up #96 and prep for v3.5.0 releaseBob Ippolito2014-05-211-3/+13
| * cleaned up double-paste in separators description.Daniel Baird2014-05-071-2/+0
| * ignore_nan #63ecma-262-63Bob Ippolito2013-05-011-11/+30
| * Implement for_json kwarg; pure Python version; add tests; update documentation.shakefu2013-04-171-2/+15
| * v3.1.3 - docs update to discourage subclassingBob Ippolito2013-04-051-1/+23
| * Updated documentation to reflect separators behavior when indent is not None ...Bob Ippolito2013-02-221-6/+15
| * fix off-by-one error in the colno of JSONDecodeError when lineno == 0 (#57)v3.0.9Bob Ippolito2013-02-211-1/+1
| * First pass at Python 3.3 compatibilityBob Ippolito2012-12-281-9/+30
| * bump version to 2.6.1 and add test/docs for #38 raw_decode fixv2.6.1Bob Ippolito2012-07-271-4/+6
| * Error messages changed to match proposal for Python 3.3.1Bob Ippolito2012-06-261-2/+2
| * fix typoitem_sort_keyBob Ippolito2012-03-291-2/+2
| * bump version to 2.5.0, add docs for item_sort_keyBob Ippolito2012-03-291-16/+53
| * update docsBob Ippolito2011-11-181-3/+11
* | 2.3.0 and iterable_as_array encoding optioniterable_as_array-gh1Bob Ippolito2011-09-041-4/+27
|/
* 2.2.0 - namedtuple_as_object and tuple_as_array options, use_decimal now True...namedtuple-object-gh6Bob Ippolito2011-09-041-4/+32
* update docs with namedtuple encoding to JSON objectBob Ippolito2011-09-031-1/+4
* document JSONDecodeError https://github.com/simplejson/simplejson/issues/12Bob Ippolito2011-06-221-5/+51
* linksBob Ippolito2011-02-061-0/+3
* http://code.google.com/p/simplejson/issues/detail?id=34Bob Ippolito2010-03-081-6/+28
* doc fixBob Ippolito2010-02-251-1/+1
* officially drop py2.4 support, doc tweaks, use only py2.5+ C APIBob Ippolito2009-12-271-10/+8
* http://code.google.com/p/simplejson/issues/detail?id=69Bob Ippolito2009-12-271-0/+16
* http://code.google.com/p/simplejson/issues/detail?id=66Bob Ippolito2009-12-271-0/+7
* regenerate docsBob Ippolito2009-05-171-1/+7
* http://code.google.com/p/simplejson/issues/detail?id=56 indent changed to stringBob Ippolito2009-05-171-9/+13
* http://bugs.python.org/issue5381 ordered_pairs_hook backport to simplejsonBob Ippolito2009-03-291-3/+25
* replace a few string formats with string addition to make py26+ porting easierBob Ippolito2009-02-161-1/+1
* fixed http://code.google.com/p/simplejson/issues/detail?id=35 -- no longer ch...Bob Ippolito2009-02-161-28/+32
* yay whitespace and doctestBob Ippolito2009-01-031-1/+2
* add documentation for strictBob Ippolito2008-12-301-0/+4
* version bump, fixes to docs re http://bugs.python.org/issue4783Bob Ippolito2008-12-301-15/+29
* run docs in test suiteBob Ippolito2008-09-271-21/+22
* switch to sphinx for docsBob Ippolito2008-09-271-0/+404