summaryrefslogtreecommitdiff
path: root/Lib/json/tests/test_speedups.py
Commit message (Expand)AuthorAgeFilesLines
* Fix py3k warnings in 1/0 in tests. (#4072)Serhiy Storchaka2017-10-221-1/+1
* [2.7] bpo-30911: Add tests for bad boolean arguments for accelerated json (GH...Serhiy Storchaka2017-07-131-0/+28
* #5723: Improve json tests to be executed with and without accelerations.Ezio Melotti2011-05-141-17/+11
* Remove unnecessary imports and use assertIs instead of assertTrue.Ezio Melotti2011-04-121-4/+3
* #9233: skip _json-specific tests when _json is not available.Ezio Melotti2011-04-121-1/+7
* Merged revisions 86596 via svnmerge fromEzio Melotti2010-11-211-2/+2
* Issue #6986: Fix crash in the JSON C accelerator when called with theAntoine Pitrou2009-12-081-2/+11
* convert usage of fail* to assert*Benjamin Peterson2009-06-301-2/+2
* Add the 'json' package. Code taken from simplejson 1.9 and contributed by BobBrett Cannon2008-05-051-0/+15