summaryrefslogtreecommitdiff
path: root/index.rst
Commit message (Expand)AuthorAgeFilesLines
* 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.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