summaryrefslogtreecommitdiffstats
path: root/Lib/json/decoder.py
Commit message (Collapse)AuthorAgeFilesLines
* #7092: fix DeprecationWarnings for json when the tests are run with -3 -Wd.Ezio Melotti2010-01-261-2/+4
|
* Issue 5381: Add object_pairs_hook to the json module.Raymond Hettinger2009-03-191-4/+11
|
* merge json library with simplejson 2.0.9 (issue 4136)Bob Ippolito2009-03-171-126/+143
|
* Intern static stringChristian Heimes2008-05-061-11/+1
| | | | Use float constructors instead of magic code for float constants
* Add the 'json' package. Code taken from simplejson 1.9 and contributed by BobBrett Cannon2008-05-051-0/+349
Ippolito. Closes issue #2750.