summaryrefslogtreecommitdiff
path: root/Lib/json
Commit message (Expand)AuthorAgeFilesLines
* #7092: fix DeprecationWarnings for json when the tests are run with -3 -Wd.Ezio Melotti2010-01-263-8/+7
* Issue #6986: Fix crash in the JSON C accelerator when called with theAntoine Pitrou2009-12-081-2/+11
* convert usage of fail* to assert*Benjamin Peterson2009-06-302-4/+4
* #5932: fix error return in _convertPyInt_AsSsize_t() conversion function.Georg Brandl2009-05-051-0/+3
* Issue 5381: fix regression in pure python code path, Issue 5584: fix a decode...Bob Ippolito2009-03-294-7/+16
* Issue 5381: Add object_pairs_hook to the json module.Raymond Hettinger2009-03-194-9/+51
* merge json library with simplejson 2.0.9 (issue 4136)Bob Ippolito2009-03-1712-410/+550
* check for error conditions in _json #3623Benjamin Peterson2008-10-161-0/+7
* Replace more float hacks with correct math functionsChristian Heimes2008-05-071-7/+7
* Intern static stringChristian Heimes2008-05-061-11/+1
* PEP 8 nits in json packageBenjamin Peterson2008-05-063-2/+3
* Add the 'json' package. Code taken from simplejson 1.9 and contributed by BobBrett Cannon2008-05-0521-0/+1780