summaryrefslogtreecommitdiffstats
path: root/Lib/json/tests/test_float.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #27934: Use float.__repr__ instead of plain repr when JSON-encoding an ...Mark Dickinson2016-09-031-0/+11
* #16559: Add more tests for the json module. Patch by Serhiy Storchaka.Ezio Melotti2012-11-261-0/+15
* #5723: Improve json tests to be executed with and without accelerations.Ezio Melotti2011-05-141-10/+13
* Merged revisions 86596 via svnmerge fromEzio Melotti2010-11-211-7/+7
* Issue 5381: fix regression in pure python code path, Issue 5584: fix a decode...Bob Ippolito2009-03-291-1/+5
* merge json library with simplejson 2.0.9 (issue 4136)Bob Ippolito2009-03-171-1/+7
* Add the 'json' package. Code taken from simplejson 1.9 and contributed by BobBrett Cannon2008-05-051-0/+9