cpython/Lib/json
Antoine Pitrou 4fad6bdde9 Merged revisions 76710 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r76710 | antoine.pitrou | 2009-12-08 16:57:31 +0100 (mar., 08 déc. 2009) | 10 lines

  Merged revisions 76708 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/trunk

  ........
    r76708 | antoine.pitrou | 2009-12-08 16:40:51 +0100 (mar., 08 déc. 2009) | 4 lines

    Issue #6986: Fix crash in the JSON C accelerator when called with the
    wrong parameter types.  Patch by Victor Stinner.
  ........
................
2009-12-08 16:00:03 +00:00
..
tests Merged revisions 76710 via svnmerge from 2009-12-08 16:00:03 +00:00
__init__.py port simplejson upgrade from the trunk #4136 2009-05-02 12:36:44 +00:00
decoder.py port simplejson upgrade from the trunk #4136 2009-05-02 12:36:44 +00:00
encoder.py * Fix-up a TODO (support the sort_key option). 2009-05-27 09:58:34 +00:00
scanner.py port simplejson upgrade from the trunk #4136 2009-05-02 12:36:44 +00:00
tool.py port simplejson upgrade from the trunk #4136 2009-05-02 12:36:44 +00:00