summaryrefslogtreecommitdiffstats
path: root/Lib/json/encoder.py
Commit message (Expand)AuthorAgeFilesLines
* gh-96959: Update HTTP links which are redirected to HTTPS (GH-96961)Serhiy Storchaka2022-09-241-1/+1
* bpo-46565: `del` loop vars that are leaking into module namespaces (GH-30993)Nikita Sobolev2022-02-031-0/+1
* bpo-46001: Change OverflowError to RecursionError in JSON library docstrings ...James Gerity2021-12-071-1/+1
* bpo-36793: Remove unneeded __str__ definitions. (GH-13081)Serhiy Storchaka2019-05-061-2/+2
* bpo-23493: json: Change sort_keys in Python encoder same to C (GH-8131)INADA Naoki2018-07-061-1/+1
* bpo-24641: Improved error message for JSON unserializible keys. (#4364)Serhiy Storchaka2017-11-251-3/+4
* Issue #18726: All optional parameters of the dump(), dumps(),Serhiy Storchaka2016-06-211-1/+1
* Issue #26623: TypeError message for JSON unserializible object now containsSerhiy Storchaka2016-04-101-1/+2
* Issue #26719: More efficient formatting of ints and floats in json.Serhiy Storchaka2016-04-101-10/+10
* Issue #23206: Make ``json.dumps(..., ensure_ascii=False)`` as fast as the def...Antoine Pitrou2015-01-111-1/+8
* 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-141-2/+2
* Merge #16057: Clarify why the base method default is called in custom encoders.R David Murray2013-03-181-0/+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
* | #16333: use (",", ": ") as default separator when indent is specified to avoi...Ezio Melotti2012-11-281-3/+6
* | more yield fromPhilip Jenvey2012-10-011-10/+5
|/
* #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-131-1/+1
|\
| * #10019: Fix regression relative to 2.6: add newlines if indent=0R David Murray2011-04-131-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