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 | -49/+0 |
| | | | | them discoverable by unittest. Patch by Zachary Ware. | ||||
* | Issue #16228: Fix a crash in the json module where a list changes size while ↵ | Antoine Pitrou | 2012-11-01 | 1 | -1/+18 |
|\ | | | | | | | | | | | it is being encoded. Patch by Serhiy Storchaka. | ||||
| * | Fix test failure | Antoine Pitrou | 2011-10-04 | 1 | -2/+2 |
| | | |||||
| * | Issue #12778: Reduce memory consumption when JSON-encoding a large container ↵ | Antoine Pitrou | 2011-08-19 | 1 | -1/+18 |
| | | | | | | | | of many small objects. | ||||
* | | Issue #16228: Fix a crash in the json module where a list changes size while ↵ | Antoine Pitrou | 2012-11-01 | 1 | -0/+8 |
|/ | | | | | | it is being encoded. Patch by Serhiy Storchaka. | ||||
* | #5723: merge with 3.1. | Ezio Melotti | 2011-05-14 | 1 | -7/+10 |
| | |||||
* | Issue #10572: Moved json tests to Lib/test/json_tests. | Alexander Belopolsky | 2010-11-30 | 1 | -0/+21 |
Approved by Raymond Hettinger. |