summaryrefslogtreecommitdiffstats
path: root/Lib/json/scanner.py
Commit message (Collapse)AuthorAgeFilesLines
* Issue 5381: fix regression in pure python code path, Issue 5584: fix a ↵Bob Ippolito2009-03-291-1/+2
| | | | decoder bug for unicode float literals outside of a container
* merge json library with simplejson 2.0.9 (issue 4136)Bob Ippolito2009-03-171-59/+56
|
* Add the 'json' package. Code taken from simplejson 1.9 and contributed by BobBrett Cannon2008-05-051-0/+69
Ippolito. Closes issue #2750.