summaryrefslogtreecommitdiff
path: root/Lib/json/encoder.py
Commit message (Expand)AuthorAgeFilesLines
* Close #18264: int- and float-derived enums now converted to int or float.Ethan Furman2013-08-101-8/+19
* Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)Brett Cannon2013-07-041-2/+2
* Issue #18200: Update the stdlib (except tests) to useBrett Cannon2013-06-131-2/+2
* Merge #16057: Clarify why the base method default is called in custom encoders.R David Murray2013-03-171-17/+12
|\
| * #16333: use (",", ": ") as default separator when indent is specified to avoi...Ezio Melotti2012-11-291-3/+6
| * more yield fromPhilip Jenvey2012-10-011-10/+5
* | #16057: Clarify why the base method default is called in custom encoders.R David Murray2013-03-171-0/+1
* | #16333: document a way to get rid of trailing whitespace when indent is used.Ezio Melotti2012-11-291-1/+4
|/
* #14875: Use float('inf') instead of float('1e66666') in the json module.Ezio Melotti2012-05-211-2/+1
* Merge #10019: Fix regression relative to 2.6: add newlines if indent=0R David Murray2011-04-121-1/+1
|\
| * #10019: Fix regression relative to 2.6: add newlines if indent=0R David Murray2011-04-121-1/+1
| * Merged revisions 82805-82806,83523-83527,83536,83538,83542,83546-83548,83550-...Georg Brandl2010-10-061-5/+5
| * Merged revisions 83212,83829,83833,83838-83839,83878,84019,84025,84028,84032,...Florent Xicluna2010-08-141-1/+1
* | Issue #5729: json.dumps to support using '\t' as an indent stringRaymond Hettinger2010-10-311-4/+7
* | #9087: update json docstrings -- unicode and long do not exist anymore.Georg Brandl2010-08-021-5/+5
* | Syntax cleanup.Florent Xicluna2010-07-281-1/+1
|/
* * Fix-up a TODO (support the sort_key option).Raymond Hettinger2009-05-271-1/+1
* port simplejson upgrade from the trunk #4136Benjamin Peterson2009-05-021-174/+211
* Merged revisions 62805,62811,62841-62842,62848-62849,62853-62854 via svnmerge...Christian Heimes2008-05-081-7/+7
* Merged revisions 62734,62736,62748,62769 via svnmerge fromChristian Heimes2008-05-081-0/+384