Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #17368: Fix an off-by-one error in the Python JSON decoder that caused a ↵ | Ezio Melotti | 2013-03-12 | 1 | -1/+1 |
| | | | | failure while decoding empty object literals when object_pairs_hook was specified. | ||||
* | Issue #17225: JSON decoder now counts columns in the first line starting | Serhiy Storchaka | 2013-02-21 | 1 | -1/+1 |
| | | | | with 1, as in other lines. | ||||
* | Issue #5067: improve some json error messages. | Antoine Pitrou | 2012-06-28 | 1 | -8/+7 |
| | | | | Patch by Serhiy Storchaka. | ||||
* | #5723: Improve json tests to be executed with and without accelerations. | Ezio Melotti | 2011-05-14 | 1 | -2/+2 |
| | |||||
* | #9233: Fix json.loads({}) to return a dict (instead of a list), when _json ↵ | Ezio Melotti | 2011-04-13 | 1 | -0/+6 |
| | | | | is not available. | ||||
* | Recorded merge of revisions 85543 via svnmerge from | Georg Brandl | 2010-10-15 | 1 | -0/+14 |
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85543 | georg.brandl | 2010-10-15 19:03:02 +0200 (Fr, 15 Okt 2010) | 1 line #4785: document strict argument of JSONDecoder, plus add object_pairs_hook in the docstrings. ........ | ||||
* | #7092: fix DeprecationWarnings for json when the tests are run with -3 -Wd. | Ezio Melotti | 2010-01-26 | 1 | -2/+4 |
| | |||||
* | Issue 5381: Add object_pairs_hook to the json module. | Raymond Hettinger | 2009-03-19 | 1 | -4/+11 |
| | |||||
* | merge json library with simplejson 2.0.9 (issue 4136) | Bob Ippolito | 2009-03-17 | 1 | -126/+143 |
| | |||||
* | Intern static string | Christian Heimes | 2008-05-06 | 1 | -11/+1 |
| | | | | Use float constructors instead of magic code for float constants | ||||
* | Add the 'json' package. Code taken from simplejson 1.9 and contributed by Bob | Brett Cannon | 2008-05-05 | 1 | -0/+349 |
Ippolito. Closes issue #2750. |