summaryrefslogtreecommitdiffstats
path: root/Modules/_json.c
Commit message (Expand)AuthorAgeFilesLines
* fix more possible ref leaks in _json and use Py_CLEARBenjamin Peterson2008-10-161-2/+4
* fix possible ref leakBenjamin Peterson2008-10-161-2/+2
* check for error conditions in _json #3623Benjamin Peterson2008-10-161-3/+5
* #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