summaryrefslogtreecommitdiffstats
path: root/Modules/_json.c
Commit message (Expand)AuthorAgeFilesLines
* #3322: bounds checking for _json.scanstringBob Ippolito2008-07-191-2/+10
* This reverts r63675 based on the discussion in this thread:Gregory P. Smith2008-06-091-17/+17
* Renamed PyString to PyBytesChristian Heimes2008-05-261-17/+17
* Intern static stringChristian Heimes2008-05-061-1/+1
* Add the 'json' package. Code taken from simplejson 1.9 and contributed by BobBrett Cannon2008-05-051-0/+609