1. 35893b7 #16057: Clarify why the base method default is called in custom encoders. by R David Murray · 13 years ago
  2. 3a237eb #16333: document a way to get rid of trailing whitespace when indent is used. by Ezio Melotti · 13 years ago
  3. f9e1f11 #13769: Enhance docs for ensure_ascii semantics in JSON decoding functions by Petri Lehtinen · 13 years ago
  4. ed8cf7a #14875: Use float('inf') instead of float('1e66666') in the json module. by Ezio Melotti · 13 years ago
  5. ea8b6ef #10019: Fix regression relative to 2.6: add newlines if indent=0 by R David Murray · 14 years ago
  6. ffd8496 #7092: fix DeprecationWarnings for json when the tests are run with -3 -Wd. by Ezio Melotti · 16 years ago
  7. d914e3f merge json library with simplejson 2.0.9 (issue 4136) by Bob Ippolito · 17 years ago
  8. 33e4a98 Replace more float hacks with correct math functions by Christian Heimes · 17 years ago
  9. 4b964f9 Add the 'json' package. Code taken from simplejson 1.9 and contributed by Bob by Brett Cannon · 17 years ago