Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge 3.4 | Benjamin Peterson | 2015-02-02 | 1 | -1/+2 |
|\ | |||||
| * | merge 3.3 | Benjamin Peterson | 2015-02-02 | 1 | -1/+2 |
| |\ | |||||
| | * | reduce memory usage of test (closes #23369) | Benjamin Peterson | 2015-02-02 | 1 | -1/+2 |
* | | | merge 3.4 | Benjamin Peterson | 2015-02-01 | 1 | -1/+0 |
|\ \ \ | |/ / | |||||
| * | | merge 3.3 | Benjamin Peterson | 2015-02-01 | 1 | -1/+0 |
| |\ \ | | |/ | |||||
| | * | remove extra ws | Benjamin Peterson | 2015-02-01 | 1 | -1/+0 |
* | | | merge 3.4 (#23369) | Benjamin Peterson | 2015-02-01 | 1 | -1/+8 |
|\ \ \ | |/ / | |||||
| * | | merge 3.3 (#23369) | Benjamin Peterson | 2015-02-01 | 1 | -1/+8 |
| |\ \ | | |/ | |||||
| | * | fix possible overflow in encode_basestring_ascii (closes #23369) | Benjamin Peterson | 2015-02-01 | 1 | -1/+8 |
* | | | Issue #19361: JSON decoder now raises JSONDecodeError instead of ValueError. | Serhiy Storchaka | 2015-01-26 | 4 | -23/+50 |
* | | | Issue #23206: Make ``json.dumps(..., ensure_ascii=False)`` as fast as the def... | Antoine Pitrou | 2015-01-11 | 1 | -3/+0 |
* | | | Issue #21650: Add an `--sort-keys` option to json.tool CLI. | Berker Peksag | 2014-11-10 | 1 | -1/+32 |
* | | | Closes #22002: Merge with 3.4 | Zachary Ware | 2014-07-23 | 1 | -15/+4 |
|\ \ \ | |/ / | |||||
| * | | Issue #22002: Make full use of test discovery in test sub-packages. | Zachary Ware | 2014-07-23 | 1 | -15/+4 |
* | | | merge 3.4 | Benjamin Peterson | 2014-04-14 | 1 | -0/+4 |
|\ \ \ | |/ / | |||||
| * | | merge 3.3 | Benjamin Peterson | 2014-04-14 | 1 | -0/+4 |
| |\ \ | | |/ | |||||
| | * | merge 3.2 | Benjamin Peterson | 2014-04-14 | 1 | -0/+4 |
* | | | improve the command-line interface of json.tool (closes #21000) | Benjamin Peterson | 2014-03-22 | 1 | -0/+8 |
|/ / | |||||
* | | Issue #11489: JSON decoder now accepts lone surrogates. | Serhiy Storchaka | 2013-11-26 | 1 | -4/+47 |
|\ \ | |/ | |||||
| * | Issue #11489: JSON decoder now accepts lone surrogates. | Serhiy Storchaka | 2013-11-26 | 1 | -4/+47 |
* | | #18958: Improve error message for json.load(s) while passing a string that st... | Ezio Melotti | 2013-10-20 | 1 | -0/+14 |
* | | #19307: Improve error message for json.load(s) while passing objects of the w... | Ezio Melotti | 2013-10-20 | 1 | -1/+8 |
* | | Close #18745: Improve enum tests in test_json for infinities and NaN. | Ethan Furman | 2013-09-02 | 1 | -5/+44 |
* | | Close #18264: int- and float-derived enums now converted to int or float. | Ethan Furman | 2013-08-10 | 1 | -0/+81 |
* | | #18273: merge with 3.3. | Ezio Melotti | 2013-08-08 | 2 | -0/+93 |
|/ | |||||
* | #18273: move the tests in Lib/test/json_tests to Lib/test/test_json and make ... | Ezio Melotti | 2013-08-08 | 18 | -0/+975 |