1. 0b2a6dc merge 3.4 by Benjamin Peterson · 10 years ago
  2. 1572944 reduce memory usage of test (closes #23369) by Benjamin Peterson · 10 years ago
  3. 83e814d merge 3.4 by Benjamin Peterson · 10 years ago
  4. 68389ea remove extra ws by Benjamin Peterson · 10 years ago
  5. 71cf91c merge 3.4 (#23369) by Benjamin Peterson · 10 years ago
  6. e3bfe19 fix possible overflow in encode_basestring_ascii (closes #23369) by Benjamin Peterson · 10 years ago
  7. dc3eaa8 Issue #23206: Make ``json.dumps(..., ensure_ascii=False)`` as fast as the default case of ``ensure_ascii=True``. Patch by Naoki Inada. by Antoine Pitrou · 10 years ago
  8. 66f2ea0 #18273: move the tests in Lib/test/json_tests to Lib/test/test_json and make them discoverable by unittest. Patch by Zachary Ware. by Ezio Melotti · 11 years ago[Renamed (97%) from Lib/test/json_tests/test_encode_basestring_ascii.py]
  9. 6b60fb9 #5723: merge with 3.1. by Ezio Melotti · 13 years ago
  10. ff27ee0 Issue #10572: Moved json tests to Lib/test/json_tests. by Alexander Belopolsky · 14 years ago[Renamed from Lib/json/tests/test_encode_basestring_ascii.py]
  11. b3aedd4 #9424: Replace deprecated assert* methods in the Python test suite. by Ezio Melotti · 14 years ago
  12. bcf6f92 * Fix-up a TODO (support the sort_key option). by Raymond Hettinger · 15 years ago
  13. c8d952d Issue 6105: json encoder to respect iteration order of its inputs. by Raymond Hettinger · 15 years ago
  14. c6b607d port simplejson upgrade from the trunk #4136 by Benjamin Peterson · 15 years ago
  15. 9054000 Merged revisions 62734,62736,62748,62769 via svnmerge from by Christian Heimes · 16 years ago