summaryrefslogtreecommitdiffstats
path: root/Lib/json/tests
Commit message (Collapse)AuthorAgeFilesLines
* Issue 5381: Add object_pairs_hook to the json module.Raymond Hettinger2009-03-192-0/+32
|
* merge json library with simplejson 2.0.9 (issue 4136)Bob Ippolito2009-03-177-5/+69
|
* check for error conditions in _json #3623Benjamin Peterson2008-10-161-0/+7
|
* PEP 8 nits in json packageBenjamin Peterson2008-05-062-2/+2
|
* Add the 'json' package. Code taken from simplejson 1.9 and contributed by BobBrett Cannon2008-05-0516-0/+624
Ippolito. Closes issue #2750.