summaryrefslogtreecommitdiff
path: root/index.rst
Commit message (Collapse)AuthorAgeFilesLines
* Additional security hardening improvements:Bob Ippolito2023-04-051-27/+64
| | | | | | | | * Remove unused namedtuple_as_object and tuple_as_array arguments from simplejson.load (SJ-PT-23-102) * Remove vestigial _one_shot code from iterencode (SJ-PT-23-103) * Change default of allow_nan from True to False and add allow_nan to decoder (SJ-PT-23-107)
* SJ-PT-23-03: Backport integer string length limitation to limit quadratic ↵Bob Ippolito2023-04-041-0/+14
| | | | parsing
* 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
| | | | | If encoding is None, then bytes objects will be passed to the default() method instead of transforming into unicode.
* 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
|\ | | | | | | | | | | | | | | | | | | | | | | Conflicts: CHANGES.txt conf.py index.rst setup.py simplejson/__init__.py simplejson/_speedups.c simplejson/encoder.py simplejson/tests/test_tuple.py
| * 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
| | | | | | | | (#59)
| * 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
| | | | | | | | First pass at Python 3.3 compatibility, bump to 3.0.0
| * 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 ↵namedtuple-object-gh6Bob Ippolito2011-09-041-4/+32
| | | | True on encoding
* 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
| | | | git-svn-id: http://simplejson.googlecode.com/svn/trunk@219 a4795897-2c25-0410-b006-0d3caba88fa1
* doc fixBob Ippolito2010-02-251-1/+1
| | | | git-svn-id: http://simplejson.googlecode.com/svn/trunk@218 a4795897-2c25-0410-b006-0d3caba88fa1
* officially drop py2.4 support, doc tweaks, use only py2.5+ C APIBob Ippolito2009-12-271-10/+8
| | | | git-svn-id: http://simplejson.googlecode.com/svn/trunk@208 a4795897-2c25-0410-b006-0d3caba88fa1
* http://code.google.com/p/simplejson/issues/detail?id=69Bob Ippolito2009-12-271-0/+16
| | | | git-svn-id: http://simplejson.googlecode.com/svn/trunk@203 a4795897-2c25-0410-b006-0d3caba88fa1
* http://code.google.com/p/simplejson/issues/detail?id=66Bob Ippolito2009-12-271-0/+7
| | | | git-svn-id: http://simplejson.googlecode.com/svn/trunk@202 a4795897-2c25-0410-b006-0d3caba88fa1
* regenerate docsBob Ippolito2009-05-171-1/+7
| | | | git-svn-id: http://simplejson.googlecode.com/svn/trunk@194 a4795897-2c25-0410-b006-0d3caba88fa1
* http://code.google.com/p/simplejson/issues/detail?id=56 indent changed to stringBob Ippolito2009-05-171-9/+13
| | | | git-svn-id: http://simplejson.googlecode.com/svn/trunk@193 a4795897-2c25-0410-b006-0d3caba88fa1
* http://bugs.python.org/issue5381 ordered_pairs_hook backport to simplejsonBob Ippolito2009-03-291-3/+25
| | | | git-svn-id: http://simplejson.googlecode.com/svn/trunk@178 a4795897-2c25-0410-b006-0d3caba88fa1
* replace a few string formats with string addition to make py26+ porting easierBob Ippolito2009-02-161-1/+1
| | | | git-svn-id: http://simplejson.googlecode.com/svn/trunk@168 a4795897-2c25-0410-b006-0d3caba88fa1
* fixed http://code.google.com/p/simplejson/issues/detail?id=35 -- no longer ↵Bob Ippolito2009-02-161-28/+32
| | | | | | checks exactly for True and False git-svn-id: http://simplejson.googlecode.com/svn/trunk@164 a4795897-2c25-0410-b006-0d3caba88fa1
* yay whitespace and doctestBob Ippolito2009-01-031-1/+2
| | | | git-svn-id: http://simplejson.googlecode.com/svn/trunk@159 a4795897-2c25-0410-b006-0d3caba88fa1
* add documentation for strictBob Ippolito2008-12-301-0/+4
| | | | git-svn-id: http://simplejson.googlecode.com/svn/trunk@158 a4795897-2c25-0410-b006-0d3caba88fa1
* version bump, fixes to docs re http://bugs.python.org/issue4783Bob Ippolito2008-12-301-15/+29
| | | | git-svn-id: http://simplejson.googlecode.com/svn/trunk@157 a4795897-2c25-0410-b006-0d3caba88fa1
* run docs in test suiteBob Ippolito2008-09-271-21/+22
| | | | git-svn-id: http://simplejson.googlecode.com/svn/trunk@129 a4795897-2c25-0410-b006-0d3caba88fa1
* switch to sphinx for docsBob Ippolito2008-09-271-0/+404
git-svn-id: http://simplejson.googlecode.com/svn/trunk@127 a4795897-2c25-0410-b006-0d3caba88fa1