Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed JSON tests on wide build when ran from *.pyc files (issue #11489). | Serhiy Storchaka | 2013-12-01 | 1 | -2/+3 |
* | Issue #11489: JSON decoder now accepts lone surrogates. | Serhiy Storchaka | 2013-11-26 | 1 | -4/+51 |
* | #5723: Improve json tests to be executed with and without accelerations. | Ezio Melotti | 2011-05-14 | 1 | -20/+12 |
* | Remove unnecessary imports and use assertIs instead of assertTrue. | Ezio Melotti | 2011-04-12 | 1 | -1/+0 |
* | #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 | -22/+22 |
* | #5932: fix error return in _convertPyInt_AsSsize_t() conversion function. | Georg Brandl | 2009-05-05 | 1 | -0/+3 |
* | check for error conditions in _json #3623 | Benjamin Peterson | 2008-10-16 | 1 | -0/+7 |
* | Add the 'json' package. Code taken from simplejson 1.9 and contributed by Bob | Brett Cannon | 2008-05-05 | 1 | -0/+102 |