summaryrefslogtreecommitdiff
path: root/Lib/test/json_tests
Commit message (Expand)AuthorAgeFilesLines
* #17368: merge with 3.3.Ezio Melotti2013-03-131-4/+10
|\
| * #17368: merge with 3.2.Ezio Melotti2013-03-132-9/+21
| |\
| * | #17368: Fix an off-by-one error in the Python JSON decoder that caused a fail...Ezio Melotti2013-03-131-4/+10
* | | Issue #17225: JSON decoder now counts columns in the first line startingSerhiy Storchaka2013-02-211-6/+18
|\ \ \ | | |/ | |/|
* | | #16009: JSON error messages now provide more information. Patch by Serhiy St...Ezio Melotti2013-01-031-0/+77
* | | #16549: merge with 3.3.Ezio Melotti2012-11-291-0/+4
|\ \ \ | |/ / |/| |
| * | #16549: merge with 3.3.Ezio Melotti2012-11-291-0/+69
| |\ \
| * | | #16333: use (",", ": ") as default separator when indent is specified to avoi...Ezio Melotti2012-11-291-0/+4
* | | | #16549: merge with 3.2.Ezio Melotti2012-11-291-2/+2
|\ \ \ \ | | |_|/ | |/| |
| * | | #16549: fix test failures on Windows.Ezio Melotti2012-11-291-2/+2
* | | | #16476: merge with 3.2.Ezio Melotti2012-11-292-9/+21
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | #16549: merge with 3.2.Ezio Melotti2012-11-291-0/+69
| |\ \ | | |/ | |/|
| * | #16559: merge with 3.2.Ezio Melotti2012-11-262-9/+21
| |\ \
| | * \ Issue #16228: Fix a crash in the json module where a list changes size while ...Antoine Pitrou2012-11-012-9/+21
| | |\ \
| | | * \ #15752: merge with 3.2.Ezio Melotti2012-08-212-9/+21
| | | |\ \
| | | | * \ Issue #15615: Add some tests for the json module's handling of invalid input ...Antoine Pitrou2012-08-182-9/+21
| | | | |\ \
| | | | | * | Fix test failureAntoine Pitrou2011-10-041-2/+2
| | | | | * | Implement PEP 393.Martin v. Löwis2011-09-281-8/+3
| | | | | * | Issue #12778: Reduce memory consumption when JSON-encoding a large container ...Antoine Pitrou2011-08-191-1/+18
* | | | | | | #16476: Fix json.tool to avoid including trailing whitespace.Ezio Melotti2012-11-291-8/+8
| |_|_|_|_|/ |/| | | | |
* | | | | | #16549: Make json.tool work again on Python 3 and add tests. Initial patch b...Ezio Melotti2012-11-291-0/+69
|/ / / / /
* | | | | #16559: Add more tests for the json module. Patch by Serhiy Storchaka.Ezio Melotti2012-11-263-15/+44
|/ / / /
* | | | Issue #16228: Fix a crash in the json module where a list changes size while ...Antoine Pitrou2012-11-011-0/+8
|/ / /
* | | #15752: s/assertRaisesRegexp/assertRaisesRegex/gEzio Melotti2012-08-211-2/+2
|/ /
* | Issue #15615: Add some tests for the json module's handling of invalid input ...Antoine Pitrou2012-08-181-0/+9
|/
* #5723: merge with 3.1.Ezio Melotti2011-05-1416-214/+247
* #12051: merge with 3.1.Ezio Melotti2011-05-111-1/+20
* #12017: merge with 3.1.Ezio Melotti2011-05-071-0/+12
* Merge with 3.1.Ezio Melotti2011-04-133-6/+22
* Merge #10019: Fix regression relative to 2.6: add newlines if indent=0R David Murray2011-04-121-0/+16
* Issue #10572: Moved json tests to Lib/test/json_tests.Alexander Belopolsky2010-11-3016-0/+751