summaryrefslogtreecommitdiffstats
path: root/Modules/_json.c
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 66801,66803-66804,66813,66854-66856,66866,66870-66872,66874,...Georg Brandl2008-11-071-7/+11
* #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