cpython/Lib/json/tests
Raymond Hettinger bcf6f92dc5 * Fix-up a TODO (support the sort_key option).
* Fix an error where True/False were being written-out
  as title-cased strings when used a dictionary keys.
* Speed-up iteration over dicts by looping over items()
  rather than keys() followed by value lookups.
* TODO:  sort only by keys, not keys and values.
2009-05-27 09:58:34 +00:00
..
__init__.py Merged revisions 62734,62736,62748,62769 via svnmerge from 2008-05-08 14:29:10 +00:00
test_decode.py port simplejson upgrade from the trunk #4136 2009-05-02 12:36:44 +00:00
test_default.py Merged revisions 62734,62736,62748,62769 via svnmerge from 2008-05-08 14:29:10 +00:00
test_dump.py port simplejson upgrade from the trunk #4136 2009-05-02 12:36:44 +00:00
test_encode_basestring_ascii.py * Fix-up a TODO (support the sort_key option). 2009-05-27 09:58:34 +00:00
test_fail.py port simplejson upgrade from the trunk #4136 2009-05-02 12:36:44 +00:00
test_float.py port simplejson upgrade from the trunk #4136 2009-05-02 12:36:44 +00:00
test_indent.py Merged revisions 62734,62736,62748,62769 via svnmerge from 2008-05-08 14:29:10 +00:00
test_pass1.py Merged revisions 62734,62736,62748,62769 via svnmerge from 2008-05-08 14:29:10 +00:00
test_pass2.py Merged revisions 62734,62736,62748,62769 via svnmerge from 2008-05-08 14:29:10 +00:00
test_pass3.py Merged revisions 62734,62736,62748,62769 via svnmerge from 2008-05-08 14:29:10 +00:00
test_recursion.py Merged revisions 62734,62736,62748,62769 via svnmerge from 2008-05-08 14:29:10 +00:00
test_scanstring.py Merged revisions 72314 via svnmerge from 2009-05-05 07:52:05 +00:00
test_separators.py Merged revisions 62734,62736,62748,62769 via svnmerge from 2008-05-08 14:29:10 +00:00
test_speedups.py Merged revisions 62734,62736,62748,62769 via svnmerge from 2008-05-08 14:29:10 +00:00
test_unicode.py port simplejson upgrade from the trunk #4136 2009-05-02 12:36:44 +00:00