summaryrefslogtreecommitdiffstats
path: root/Lib/json/tests/test_dump.py
Commit message (Collapse)AuthorAgeFilesLines
* Issue #16228: Fix a crash in the json module where a list changes size while ↵Antoine Pitrou2012-11-011-0/+9
| | | | | | it is being encoded. Patch by Serhiy Storchaka.
* #5723: Improve json tests to be executed with and without accelerations.Ezio Melotti2011-05-141-7/+9
|
* Merged revisions 86596 via svnmerge fromEzio Melotti2010-11-211-4/+4
| | | | | | | | | | 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. ........
* #7092: fix DeprecationWarnings for json when the tests are run with -3 -Wd.Ezio Melotti2010-01-261-2/+2
|
* merge json library with simplejson 2.0.9 (issue 4136)Bob Ippolito2009-03-171-0/+8
|
* Add the 'json' package. Code taken from simplejson 1.9 and contributed by BobBrett Cannon2008-05-051-0/+13
Ippolito. Closes issue #2750.