]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
import simplejson-1.7.1 into src/simplejson
authorBrian Warner <warner@lothar.com>
Tue, 10 Jul 2007 22:22:53 +0000 (15:22 -0700)
committerBrian Warner <warner@lothar.com>
Tue, 10 Jul 2007 22:22:53 +0000 (15:22 -0700)
commit0d80d569fa60b7906867aecd056d4f809ee18413
treeeb44401caef4500bbf0d1e10f84cfb686d5cb148
parent13e84526a119a9ee6547d7d6f6933a48cb9ecc29
import simplejson-1.7.1 into src/simplejson
47 files changed:
src/simplejson/LICENSE.txt [new file with mode: 0644]
src/simplejson/PKG-INFO [new file with mode: 0644]
src/simplejson/docs/class-simplejson.JSONDecoder.html [new file with mode: 0644]
src/simplejson/docs/class-simplejson.JSONEncoder.html [new file with mode: 0644]
src/simplejson/docs/class_to_source.js [new file with mode: 0644]
src/simplejson/docs/index.html [new file with mode: 0644]
src/simplejson/docs/layout.css [new file with mode: 0644]
src/simplejson/docs/module-index.html [new file with mode: 0644]
src/simplejson/docs/module-simplejson-index.html [new file with mode: 0644]
src/simplejson/docs/module-simplejson.html [new file with mode: 0644]
src/simplejson/docs/pudge.css [new file with mode: 0644]
src/simplejson/docs/rst.css [new file with mode: 0644]
src/simplejson/docs/simplejson/__init__.py.html [new file with mode: 0644]
src/simplejson/docs/simplejson/decoder.py.html [new file with mode: 0644]
src/simplejson/docs/simplejson/encoder.py.html [new file with mode: 0644]
src/simplejson/docs/simplejson/jsonfilter.py.html [new file with mode: 0644]
src/simplejson/docs/simplejson/scanner.py.html [new file with mode: 0644]
src/simplejson/ez_setup/README.txt [new file with mode: 0644]
src/simplejson/ez_setup/__init__.py [new file with mode: 0644]
src/simplejson/scripts/bench.sh [new file with mode: 0644]
src/simplejson/scripts/make_docs.py [new file with mode: 0644]
src/simplejson/scripts/prof.py [new file with mode: 0644]
src/simplejson/setup.cfg [new file with mode: 0644]
src/simplejson/setup.py [new file with mode: 0644]
src/simplejson/simplejson.egg-info/PKG-INFO [new file with mode: 0644]
src/simplejson/simplejson.egg-info/SOURCES.txt [new file with mode: 0644]
src/simplejson/simplejson.egg-info/dependency_links.txt [new file with mode: 0644]
src/simplejson/simplejson.egg-info/entry_points.txt [new file with mode: 0644]
src/simplejson/simplejson.egg-info/top_level.txt [new file with mode: 0644]
src/simplejson/simplejson.egg-info/zip-safe [new file with mode: 0644]
src/simplejson/simplejson/__init__.py [new file with mode: 0644]
src/simplejson/simplejson/_speedups.c [new file with mode: 0644]
src/simplejson/simplejson/decoder.py [new file with mode: 0644]
src/simplejson/simplejson/encoder.py [new file with mode: 0644]
src/simplejson/simplejson/jsonfilter.py [new file with mode: 0644]
src/simplejson/simplejson/scanner.py [new file with mode: 0644]
src/simplejson/simplejson/tests/__init__.py [new file with mode: 0644]
src/simplejson/simplejson/tests/test_attacks.py [new file with mode: 0644]
src/simplejson/simplejson/tests/test_dump.py [new file with mode: 0644]
src/simplejson/simplejson/tests/test_fail.py [new file with mode: 0644]
src/simplejson/simplejson/tests/test_indent.py [new file with mode: 0644]
src/simplejson/simplejson/tests/test_pass1.py [new file with mode: 0644]
src/simplejson/simplejson/tests/test_pass2.py [new file with mode: 0644]
src/simplejson/simplejson/tests/test_pass3.py [new file with mode: 0644]
src/simplejson/simplejson/tests/test_recursion.py [new file with mode: 0644]
src/simplejson/simplejson/tests/test_separators.py [new file with mode: 0644]
src/simplejson/simplejson/tests/test_unicode.py [new file with mode: 0644]