Initial import to Tizen 07/1607/1 1.0 1.0_branch accepted/trunk/20120904.170008 submit/trunk/20120831.221620
authorJimmy Huang <jimmy.huang@linux.intel.com>
Fri, 31 Aug 2012 22:16:10 +0000 (15:16 -0700)
committerJimmy Huang <jimmy.huang@linux.intel.com>
Fri, 31 Aug 2012 22:16:10 +0000 (15:16 -0700)
commit03d008666bc804c1ccf5d4de2a502021da0c4af0
tree5468125cd74c19dd4741a64bd07f199098efa645
Initial import to Tizen

Signed-off-by: Jimmy Huang <jimmy.huang@linux.intel.com>
42 files changed:
CHANGES.txt [new file with mode: 0644]
LICENSE.txt [new file with mode: 0644]
MANIFEST.in [new file with mode: 0644]
PKG-INFO [new file with mode: 0644]
README.rst [new file with mode: 0644]
conf.py [new file with mode: 0644]
index.rst [new file with mode: 0644]
packaging/python-simplejson.changes [new file with mode: 0644]
packaging/python-simplejson.spec [new file with mode: 0644]
scripts/make_docs.py [new file with mode: 0755]
setup.py [new file with mode: 0644]
simplejson/__init__.py [new file with mode: 0644]
simplejson/_speedups.c [new file with mode: 0644]
simplejson/decoder.py [new file with mode: 0644]
simplejson/encoder.py [new file with mode: 0644]
simplejson/ordered_dict.py [new file with mode: 0644]
simplejson/scanner.py [new file with mode: 0644]
simplejson/tests/__init__.py [new file with mode: 0644]
simplejson/tests/test_bigint_as_string.py [new file with mode: 0644]
simplejson/tests/test_check_circular.py [new file with mode: 0644]
simplejson/tests/test_decimal.py [new file with mode: 0644]
simplejson/tests/test_decode.py [new file with mode: 0644]
simplejson/tests/test_default.py [new file with mode: 0644]
simplejson/tests/test_dump.py [new file with mode: 0644]
simplejson/tests/test_encode_basestring_ascii.py [new file with mode: 0644]
simplejson/tests/test_encode_for_html.py [new file with mode: 0644]
simplejson/tests/test_errors.py [new file with mode: 0644]
simplejson/tests/test_fail.py [new file with mode: 0644]
simplejson/tests/test_float.py [new file with mode: 0644]
simplejson/tests/test_indent.py [new file with mode: 0644]
simplejson/tests/test_item_sort_key.py [new file with mode: 0644]
simplejson/tests/test_namedtuple.py [new file with mode: 0644]
simplejson/tests/test_pass1.py [new file with mode: 0644]
simplejson/tests/test_pass2.py [new file with mode: 0644]
simplejson/tests/test_pass3.py [new file with mode: 0644]
simplejson/tests/test_recursion.py [new file with mode: 0644]
simplejson/tests/test_scanstring.py [new file with mode: 0644]
simplejson/tests/test_separators.py [new file with mode: 0644]
simplejson/tests/test_speedups.py [new file with mode: 0644]
simplejson/tests/test_tuple.py [new file with mode: 0644]
simplejson/tests/test_unicode.py [new file with mode: 0644]
simplejson/tool.py [new file with mode: 0644]