| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Issue #17225: JSON decoder now counts columns in the first line starting | Serhiy Storchaka | 2013-02-21 | 1 | -1/+1 |
| | | | | | with 1, as in other lines. | ||||
| * | #16333: document a way to get rid of trailing whitespace when indent is used. | Ezio Melotti | 2012-11-28 | 1 | -4/+8 |
| | | |||||
| * | Issue #14570: Document json sort_keys parameter properly. | Andrew Svetlov | 2012-10-28 | 1 | -6/+12 |
| | | | | | Patch by Chris Rebert. | ||||
| * | #13769: Enhance docs for ensure_ascii semantics in JSON decoding functions | Petri Lehtinen | 2012-09-01 | 1 | -8/+10 |
| | | |||||
| * | Issue #5067: improve some json error messages. | Antoine Pitrou | 2012-06-28 | 1 | -1/+1 |
| | | | | | Patch by Serhiy Storchaka. | ||||
| * | don't rely on dict order | Benjamin Peterson | 2012-02-21 | 1 | -1/+1 |
| | | |||||
| * | Recorded merge of revisions 85543 via svnmerge from | Georg Brandl | 2010-10-15 | 1 | -4/+20 |
| | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85543 | georg.brandl | 2010-10-15 19:03:02 +0200 (Fr, 15 Okt 2010) | 1 line #4785: document strict argument of JSONDecoder, plus add object_pairs_hook in the docstrings. ........ | ||||
| * | Issue 5381: fix regression in pure python code path, Issue 5584: fix a ↵ | Bob Ippolito | 2009-03-29 | 1 | -1/+2 |
| | | | | | decoder bug for unicode float literals outside of a container | ||||
| * | Issue 5381: Add object_pairs_hook to the json module. | Raymond Hettinger | 2009-03-19 | 1 | -5/+8 |
| | | |||||
| * | merge json library with simplejson 2.0.9 (issue 4136) | Bob Ippolito | 2009-03-17 | 1 | -54/+55 |
| | | |||||
| * | Add the 'json' package. Code taken from simplejson 1.9 and contributed by Bob | Brett Cannon | 2008-05-05 | 1 | -0/+318 |
| Ippolito. Closes issue #2750. | |||||
