Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix py3k warnings in 1/0 in tests. (#4072) | Serhiy Storchaka | 2017-10-22 | 1 | -1/+1 |
| | |||||
* | [2.7] bpo-30911: Add tests for bad boolean arguments for accelerated json ↵ | Serhiy Storchaka | 2017-07-13 | 1 | -0/+28 |
| | | | | | | (GH-2690) (#2694) encoder and decoder.. (cherry picked from commit d3aaa2f1496aae0809c9ec9623fa528d3a2c16c2) | ||||
* | #5723: Improve json tests to be executed with and without accelerations. | Ezio Melotti | 2011-05-14 | 1 | -17/+11 |
| | |||||
* | Remove unnecessary imports and use assertIs instead of assertTrue. | Ezio Melotti | 2011-04-12 | 1 | -4/+3 |
| | |||||
* | #9233: skip _json-specific tests when _json is not available. | Ezio Melotti | 2011-04-12 | 1 | -1/+7 |
| | |||||
* | Merged revisions 86596 via svnmerge from | Ezio Melotti | 2010-11-21 | 1 | -2/+2 |
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86596 | ezio.melotti | 2010-11-20 21:04:17 +0200 (Sat, 20 Nov 2010) | 1 line #9424: Replace deprecated assert* methods in the Python test suite. ........ | ||||
* | Issue #6986: Fix crash in the JSON C accelerator when called with the | Antoine Pitrou | 2009-12-08 | 1 | -2/+11 |
| | | | | wrong parameter types. Patch by Victor Stinner. | ||||
* | convert usage of fail* to assert* | Benjamin Peterson | 2009-06-30 | 1 | -2/+2 |
| | |||||
* | Add the 'json' package. Code taken from simplejson 1.9 and contributed by Bob | Brett Cannon | 2008-05-05 | 1 | -0/+15 |
Ippolito. Closes issue #2750. |