summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tag 1.9.1v1.9.1Bob Ippolito2008-05-040-0/+0
* backport fixes from py2.6 issue2750 branchBob Ippolito2008-05-044-17/+159
* bump version, fix two ref leaksBob Ippolito2008-05-043-2/+4
* tabs to spacesBob Ippolito2008-05-031-3/+3
* re-generate documentationBob Ippolito2008-05-0310-904/+938
* PEP 7, PEP 8 cleanupsBob Ippolito2008-05-035-48/+92
* http://code.google.com/p/simplejson/issues/detail?id=10Bob Ippolito2008-05-032-5/+28
* convert test suite to unittest, remove jsonfilter, bump version to 0.9Bob Ippolito2008-05-0316-271/+284
* doctest fixBob Ippolito2008-04-161-1/+1
* win32 fix from http://code.google.com/p/simplejson/issues/detail?id=8Bob Ippolito2008-04-051-1/+1
* bump version, resolve http://code.google.com/p/simplejson/issues/detail?id=3Bob Ippolito2008-03-255-14/+32
* update docsBob Ippolito2008-03-238-318/+326
* decoder speed enhancementsBob Ippolito2008-03-236-4/+422
* update docsBob Ippolito2008-03-236-584/+602
* make tests pass on UCS2 platformsBob Ippolito2008-03-231-1/+2
* test boundariesBob Ippolito2008-03-231-2/+2
* surrogate pair decodingBob Ippolito2008-03-232-5/+22
* failing big unicode testBob Ippolito2008-03-231-0/+10
* nicer cli, rebuild docsBob Ippolito2008-03-239-641/+733
* nicer command-line UIBob Ippolito2008-03-231-1/+17
* more tests, python -msimplejson pretty printerBob Ippolito2008-03-234-10/+50
* parse_float, parse_int, parse_constant hooksBob Ippolito2008-03-2310-500/+702
* bump version to 1.8, remove </script> attack prevention (escaping of /), reve...Bob Ippolito2008-03-236-15/+8
* fix regex for http://deron.meranda.us/python/comparing_json_modules/stringsBob Ippolito2008-03-231-1/+1
* switch back to repr for accuracyBob Ippolito2008-03-231-1/+2
* update version to 1.7.5Bob Ippolito2008-03-1610-46/+47
* use str(float) instead of repr(float)Bob Ippolito2008-03-162-2/+2
* strict regex correctness, patch from guidoBob Ippolito2008-03-071-0/+1
* better handling for the lack of a compilerBob Ippolito2008-02-231-7/+19
* fix windows buildBob Ippolito2007-10-223-4/+10
* use_setuptools TypeError catchBob Ippolito2007-10-161-1/+6
* 1.7.3Bob Ippolito2007-10-164-3/+7
* bump version, use ez_setup that doesn't always download new setuptoolsBob Ippolito2007-10-023-4/+242
* fix dump()Bob Ippolito2007-03-2810-170/+196
* tweak build_ext to not failBob Ippolito2007-03-242-2/+22
* commit 1.7Bob Ippolito2007-03-1810-545/+600
* correctly calculate max size for wide buildBob Ippolito2007-03-181-8/+17
* small decoder optimizationBob Ippolito2007-03-181-2/+10
* optional C speedupsBob Ippolito2007-03-185-18/+291
* update doc versionsBob Ippolito2007-03-046-8/+8
* update version to 1.6Bob Ippolito2007-03-043-3/+3
* add str encoding support to dump/dumpsBob Ippolito2007-03-0211-402/+453
* simplejson 1.5Bob Ippolito2007-01-181-2/+2
* update docsBob Ippolito2007-01-1811-983/+929
* expose separatorsBob Ippolito2007-01-181-8/+31
* separators, encoding speedup, more test coverage for indentBob Ippolito2007-01-143-20/+108
* produce inf at runtimeBob Ippolito2006-11-301-6/+3
* 1.0 vs. infinity patch for Win32Bob Ippolito2006-11-301-1/+4
* bump versionBob Ippolito2006-11-082-2/+2
* fix warning for Python 2.5Bob Ippolito2006-10-181-1/+1