summaryrefslogtreecommitdiffstats
path: root/Lib/json/encoder.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #27934: Use float.__repr__ instead of plain repr when JSON-encoding an ...Mark Dickinson2016-09-031-1/+1
* #16057: Clarify why the base method default is called in custom encoders.R David Murray2013-03-181-0/+1
* #16333: document a way to get rid of trailing whitespace when indent is used.Ezio Melotti2012-11-281-1/+4
* #13769: Enhance docs for ensure_ascii semantics in JSON decoding functionsPetri Lehtinen2012-09-011-3/+6
* #14875: Use float('inf') instead of float('1e66666') in the json module.Ezio Melotti2012-05-211-2/+1
* #10019: Fix regression relative to 2.6: add newlines if indent=0R David Murray2011-04-131-1/+1
* #7092: fix DeprecationWarnings for json when the tests are run with -3 -Wd.Ezio Melotti2010-01-261-4/+1
* merge json library with simplejson 2.0.9 (issue 4136)Bob Ippolito2009-03-171-163/+224
* Replace more float hacks with correct math functionsChristian Heimes2008-05-071-7/+7
* Add the 'json' package. Code taken from simplejson 1.9 and contributed by BobBrett Cannon2008-05-051-0/+384