14 Commits (3d596fa90b3c862eb2c0fb67aaf42cf1237c3258)

Author SHA1 Message Date
R David Murray 35893b7994 #16057: Clarify why the base method default is called in custom encoders. 13 years ago
R David Murray dd246171e4 #16057: Clarify why the base method default is called in custom encoders. 13 years ago
Ezio Melotti d654dedbbb #16333: document a way to get rid of trailing whitespace when indent is used. 13 years ago
Ezio Melotti 3a237ebcaa #16333: document a way to get rid of trailing whitespace when indent is used. 13 years ago
Petri Lehtinen f9e1f1128b #13769: Enhance docs for ensure_ascii semantics in JSON decoding functions 14 years ago
Ezio Melotti 898d51da4d #14875: Use float('inf') instead of float('1e66666') in the json module. 14 years ago
Ezio Melotti ed8cf7a543 #14875: Use float('inf') instead of float('1e66666') in the json module. 14 years ago
R David Murray 3dd02d62c9 #10019: Fix regression relative to 2.6: add newlines if indent=0 15 years ago
R David Murray ea8b6ef15f #10019: Fix regression relative to 2.6: add newlines if indent=0 15 years ago
Raymond Hettinger b643ef8f8e Issue #5729: json.dumps to support using '\t' as an indent string 16 years ago
Georg Brandl 4009c9edfc Merged revisions 82805-82806,83523-83527,83536,83538,83542,83546-83548,83550-83555,83558,83560 via svnmerge from 16 years ago
Florent Xicluna b4efb3d81e Merged revisions 83212,83829,83833,83838-83839,83878,84019,84025,84028,84032,84036 via svnmerge from 16 years ago
Georg Brandl c8284cfc57 #9087: update json docstrings -- unicode and long do not exist anymore. 16 years ago
Florent Xicluna 02ea12b291 Syntax cleanup. 16 years ago
Ezio Melotti ffd849618a #7092: fix DeprecationWarnings for json when the tests are run with -3 -Wd. 16 years ago
Raymond Hettinger bcf6f92dc5 * Fix-up a TODO (support the sort_key option). 17 years ago
Benjamin Peterson c6b607d4a9 port simplejson upgrade from the trunk #4136 17 years ago
Bob Ippolito d914e3f861 merge json library with simplejson 2.0.9 (issue 4136) 17 years ago
Christian Heimes e4ca8156ef Merged revisions 62805,62811,62841-62842,62848-62849,62853-62854 via svnmerge from 18 years ago
Christian Heimes 90540004d3 Merged revisions 62734,62736,62748,62769 via svnmerge from 18 years ago
Christian Heimes 33e4a98a3e Replace more float hacks with correct math functions 18 years ago
Brett Cannon 4b964f9c90 Add the 'json' package. Code taken from simplejson 1.9 and contributed by Bob 18 years ago