R David Murray
|
35893b7994
|
#16057: Clarify why the base method default is called in custom encoders.
Original patch by Kushal Das.
|
2013-03-17 22:06:18 -04:00 |
Ezio Melotti
|
3a237ebcaa
|
#16333: document a way to get rid of trailing whitespace when indent is used.
|
2012-11-29 00:22:30 +02:00 |
Petri Lehtinen
|
f9e1f1128b
|
#13769: Enhance docs for ensure_ascii semantics in JSON decoding functions
|
2012-09-01 07:29:06 +03:00 |
Ezio Melotti
|
ed8cf7a543
|
#14875: Use float('inf') instead of float('1e66666') in the json module.
|
2012-05-21 17:46:55 -06:00 |
R David Murray
|
ea8b6ef15f
|
#10019: Fix regression relative to 2.6: add newlines if indent=0
Patch by Amaury Forgeot d'Arc, updated by Sando Tosi.
|
2011-04-12 21:00:26 -04:00 |
Ezio Melotti
|
ffd849618a
|
#7092: fix DeprecationWarnings for json when the tests are run with -3 -Wd.
|
2010-01-26 15:57:21 +00:00 |
Bob Ippolito
|
d914e3f861
|
merge json library with simplejson 2.0.9 (issue 4136)
|
2009-03-17 23:19:00 +00:00 |
Christian Heimes
|
33e4a98a3e
|
Replace more float hacks with correct math functions
|
2008-05-07 22:54:17 +00:00 |
Brett Cannon
|
4b964f9c90
|
Add the 'json' package. Code taken from simplejson 1.9 and contributed by Bob
Ippolito.
Closes issue #2750.
|
2008-05-05 20:21:38 +00:00 |