cpython/Lib/json
Georg Brandl db949b8fae Recorded merge of revisions 85543 via svnmerge from
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.
........
2010-10-15 17:04:45 +00:00
..
tests Apply patch from Ray Allen for issue 9296 2010-07-21 12:36:33 +00:00
__init__.py Recorded merge of revisions 85543 via svnmerge from 2010-10-15 17:04:45 +00:00
decoder.py Recorded merge of revisions 85543 via svnmerge from 2010-10-15 17:04:45 +00:00
encoder.py #7092: fix DeprecationWarnings for json when the tests are run with -3 -Wd. 2010-01-26 15:57:21 +00:00
scanner.py Issue 5381: fix regression in pure python code path, Issue 5584: fix a decoder bug for unicode float literals outside of a container 2009-03-29 22:33:58 +00:00
tool.py merge json library with simplejson 2.0.9 (issue 4136) 2009-03-17 23:19:00 +00:00