Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #13769: Enhance docs for ensure_ascii semantics in JSON decoding functions | Petri Lehtinen | 2012-09-01 | 1 | -3/+6 |
* | #14875: Use float('inf') instead of float('1e66666') in the json module. | Ezio Melotti | 2012-05-21 | 1 | -2/+1 |
* | #10019: Fix regression relative to 2.6: add newlines if indent=0 | R David Murray | 2011-04-12 | 1 | -1/+1 |
* | #7092: fix DeprecationWarnings for json when the tests are run with -3 -Wd. | Ezio Melotti | 2010-01-26 | 1 | -4/+1 |
* | merge json library with simplejson 2.0.9 (issue 4136) | Bob Ippolito | 2009-03-17 | 1 | -163/+224 |
* | Replace more float hacks with correct math functions | Christian Heimes | 2008-05-07 | 1 | -7/+7 |
* | Add the 'json' package. Code taken from simplejson 1.9 and contributed by Bob | Brett Cannon | 2008-05-05 | 1 | -0/+384 |