summaryrefslogtreecommitdiffstats
path: root/Lib/json/decoder.py
Commit message (Collapse)AuthorAgeFilesLines
* 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.