summaryrefslogtreecommitdiffstats
path: root/Lib/json/tests/test_recursion.py
Commit message (Collapse)AuthorAgeFilesLines
* #5723: Improve json tests to be executed with and without accelerations.Ezio Melotti2011-05-141-32/+34
|
* #12051: Fix segfault in json.dumps() while encoding highly-nested objects ↵Ezio Melotti2011-05-101-1/+21
| | | | using the C accelerations.
* #12017: Fix segfault in json.loads() while decoding highly-nested objects ↵Ezio Melotti2011-05-071-0/+19
| | | | using the C accelerations.
* Merged revisions 86596 via svnmerge fromEzio Melotti2010-11-211-1/+1
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86596 | ezio.melotti | 2010-11-20 21:04:17 +0200 (Sat, 20 Nov 2010) | 1 line #9424: Replace deprecated assert* methods in the Python test suite. ........
* PEP 8 nits in json packageBenjamin Peterson2008-05-061-0/+2
|
* Add the 'json' package. Code taken from simplejson 1.9 and contributed by BobBrett Cannon2008-05-051-0/+65
Ippolito. Closes issue #2750.