Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #9233: Fix json.loads({}) to return a dict (instead of a list), when _json is... | Ezio Melotti | 2011-04-13 | 1 | -0/+6 |
* | Recorded merge of revisions 85543 via svnmerge from | Georg Brandl | 2010-10-15 | 1 | -0/+14 |
* | #7092: fix DeprecationWarnings for json when the tests are run with -3 -Wd. | Ezio Melotti | 2010-01-26 | 1 | -2/+4 |
* | Issue 5381: Add object_pairs_hook to the json module. | Raymond Hettinger | 2009-03-19 | 1 | -4/+11 |
* | merge json library with simplejson 2.0.9 (issue 4136) | Bob Ippolito | 2009-03-17 | 1 | -126/+143 |
* | Intern static string | Christian Heimes | 2008-05-06 | 1 | -11/+1 |
* | Add the 'json' package. Code taken from simplejson 1.9 and contributed by Bob | Brett Cannon | 2008-05-05 | 1 | -0/+349 |