Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #18273: move the tests in Lib/test/json_tests to Lib/test/test_json and make ↵ | Ezio Melotti | 2013-08-08 | 1 | -74/+0 |
| | | | | them discoverable by unittest. Patch by Zachary Ware. | ||||
* | #17368: Fix an off-by-one error in the Python JSON decoder that caused a ↵ | Ezio Melotti | 2013-03-12 | 1 | -4/+10 |
| | | | | failure while decoding empty object literals when object_pairs_hook was specified. | ||||
* | #15752: s/assertRaisesRegexp/assertRaisesRegex/g | Ezio Melotti | 2012-08-21 | 1 | -2/+2 |
| | |||||
* | Issue #15615: Add some tests for the json module's handling of invalid input ↵ | Antoine Pitrou | 2012-08-18 | 1 | -0/+9 |
| | | | | | | data. Patch by Kushal Das. | ||||
* | #5723: merge with 3.1. | Ezio Melotti | 2011-05-14 | 1 | -35/+20 |
| | |||||
* | Merge with 3.1. | Ezio Melotti | 2011-04-13 | 1 | -0/+5 |
| | |||||
* | Issue #10572: Moved json tests to Lib/test/json_tests. | Alexander Belopolsky | 2010-11-30 | 1 | -0/+69 |
Approved by Raymond Hettinger. |