summaryrefslogtreecommitdiff
path: root/simplejson/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* 2.2.0 - namedtuple_as_object and tuple_as_array options, use_decimal now True...namedtuple-object-gh6Bob Ippolito2011-09-041-13/+41
* Move docs to http://simplejson.readthedocs.org/ and update version to 2.1.7Bob Ippolito2011-05-081-1/+1
* bump versions to 2.1.6Bob Ippolito2011-04-191-1/+1
* change version number to 2.1.5Bob Ippolito2011-04-171-1/+1
* bump version to v2.1.4Bob Ippolito2011-02-061-1/+1
* http://code.google.com/p/simplejson/issues/detail?id=87Bob Ippolito2011-01-171-1/+2
* change version number to 2.1.3Bob Ippolito2010-11-051-1/+1
* http://code.google.com/p/simplejson/issues/detail?id=81Bob Ippolito2010-07-121-1/+1
* http://code.google.com/p/simplejson/issues/detail?id=73Bob Ippolito2010-03-111-1/+1
* http://code.google.com/p/simplejson/issues/detail?id=34Bob Ippolito2010-03-081-18/+49
* version bump to rc2Bob Ippolito2009-12-271-1/+1
* tag as 2.1.0rc1Bob Ippolito2009-12-271-2/+2
* http://code.google.com/p/simplejson/issues/detail?id=56 indent changed to stringBob Ippolito2009-05-171-9/+13
* first pass at http://code.google.com/p/simplejson/issues/detail?id=55 -- requ...Bob Ippolito2009-05-171-0/+39
* http://code.google.com/p/simplejson/issues/detail?id=45 Refactor decoder erro...Bob Ippolito2009-04-031-2/+2
* http://bugs.python.org/issue5381 ordered_pairs_hook backport to simplejsonBob Ippolito2009-03-291-40/+84
* version bumpBob Ippolito2009-03-281-1/+1
* fix long lines, make py2.6+ porting a bit easierBob Ippolito2009-02-221-5/+6
* replace a few string formats with string addition to make py26+ porting easierBob Ippolito2009-02-161-1/+1
* whitespaceBob Ippolito2009-02-161-0/+2
* verison number bump, change tests around to make it easier to backport to pyt...Bob Ippolito2009-02-161-3/+3
* fixed http://code.google.com/p/simplejson/issues/detail?id=35 -- no longer ch...Bob Ippolito2009-02-161-13/+13
* yay whitespace and doctestBob Ippolito2009-01-031-1/+2
* version bump, fixes to docs re http://bugs.python.org/issue4783Bob Ippolito2008-12-301-42/+44
* version bump, remove python 2.3 compatibility claimBob Ippolito2008-11-251-1/+1
* add test coverage for check_circular and fix a Py_DECREF(NULL) but when check...Bob Ippolito2008-11-171-1/+1
* bump version, use python stdlib whitespace and docstring conventionsBob Ippolito2008-10-171-90/+25
* make a test resilient to py2.6 changes in formattingBob Ippolito2008-10-111-3/+3
* http://code.google.com/p/simplejson/issues/detail?id=26Bob Ippolito2008-10-101-1/+1
* use Py_CLEAR, fix some unlikely DECREF in PyList_Append callsBob Ippolito2008-10-071-1/+1
* version bumpBob Ippolito2008-10-031-1/+1
* version bumpBob Ippolito2008-09-271-1/+1
* cut out a few yields in exchange for string opsBob Ippolito2008-09-261-2/+2
* clean up C code, change API to be str preserving for ASCII only strings, bump...Bob Ippolito2008-09-251-7/+7
* bump versionBob Ippolito2008-09-231-1/+1
* bump version, merge some changes from Python trunk _jsonBob Ippolito2008-09-131-1/+1
* http://code.google.com/p/simplejson/issues/detail?id=16Bob Ippolito2008-08-201-2/+4
* use -msimplejson.tool instead of -msimplejson to match python 2.6 json libraryBob Ippolito2008-05-091-31/+7
* bump version, fix two ref leaksBob Ippolito2008-05-041-1/+1
* PEP 7, PEP 8 cleanupsBob Ippolito2008-05-031-0/+11
* convert test suite to unittest, remove jsonfilter, bump version to 0.9Bob Ippolito2008-05-031-2/+2
* bump version, resolve http://code.google.com/p/simplejson/issues/detail?id=3Bob Ippolito2008-03-251-1/+1
* decoder speed enhancementsBob Ippolito2008-03-231-1/+1
* surrogate pair decodingBob Ippolito2008-03-231-2/+6
* nicer cli, rebuild docsBob Ippolito2008-03-231-1/+11
* nicer command-line UIBob Ippolito2008-03-231-1/+17
* more tests, python -msimplejson pretty printerBob Ippolito2008-03-231-9/+29
* parse_float, parse_int, parse_constant hooksBob Ippolito2008-03-231-8/+60
* bump version to 1.8, remove </script> attack prevention (escaping of /), reve...Bob Ippolito2008-03-231-1/+1
* update version to 1.7.5Bob Ippolito2008-03-161-1/+1