[pypy-svn] pypy default: Patch by bobbyi, part 0:

arigo commits-noreply at bitbucket.org
Fri Jan 28 13:33:17 CET 2011


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r41421:806054570a26
Date: 2011-01-28 13:31 +0100
http://bitbucket.org/pypy/pypy/changeset/806054570a26/

Log:	Patch by bobbyi, part 0: copy the stdlib json package to
	modified-2.7.0

diff --git a/lib-python/2.7.0/json/tests/test_unicode.py b/lib-python/modified-2.7.0/json/tests/test_unicode.py
copy from lib-python/2.7.0/json/tests/test_unicode.py
copy to lib-python/modified-2.7.0/json/tests/test_unicode.py

diff --git a/lib-python/2.7.0/json/tests/test_decode.py b/lib-python/modified-2.7.0/json/tests/test_decode.py
copy from lib-python/2.7.0/json/tests/test_decode.py
copy to lib-python/modified-2.7.0/json/tests/test_decode.py

diff --git a/lib-python/2.7.0/json/decoder.py b/lib-python/modified-2.7.0/json/decoder.py
copy from lib-python/2.7.0/json/decoder.py
copy to lib-python/modified-2.7.0/json/decoder.py

diff --git a/lib-python/2.7.0/json/tests/test_check_circular.py b/lib-python/modified-2.7.0/json/tests/test_check_circular.py
copy from lib-python/2.7.0/json/tests/test_check_circular.py
copy to lib-python/modified-2.7.0/json/tests/test_check_circular.py

diff --git a/lib-python/2.7.0/json/encoder.py b/lib-python/modified-2.7.0/json/encoder.py
copy from lib-python/2.7.0/json/encoder.py
copy to lib-python/modified-2.7.0/json/encoder.py

diff --git a/lib-python/2.7.0/json/scanner.py b/lib-python/modified-2.7.0/json/scanner.py
copy from lib-python/2.7.0/json/scanner.py
copy to lib-python/modified-2.7.0/json/scanner.py

diff --git a/lib-python/2.7.0/json/tests/test_speedups.py b/lib-python/modified-2.7.0/json/tests/test_speedups.py
copy from lib-python/2.7.0/json/tests/test_speedups.py
copy to lib-python/modified-2.7.0/json/tests/test_speedups.py

diff --git a/lib-python/2.7.0/json/__init__.py b/lib-python/modified-2.7.0/json/__init__.py
copy from lib-python/2.7.0/json/__init__.py
copy to lib-python/modified-2.7.0/json/__init__.py

diff --git a/lib-python/2.7.0/json/tests/test_pass2.py b/lib-python/modified-2.7.0/json/tests/test_pass2.py
copy from lib-python/2.7.0/json/tests/test_pass2.py
copy to lib-python/modified-2.7.0/json/tests/test_pass2.py

diff --git a/lib-python/2.7.0/json/tool.py b/lib-python/modified-2.7.0/json/tool.py
copy from lib-python/2.7.0/json/tool.py
copy to lib-python/modified-2.7.0/json/tool.py

diff --git a/lib-python/2.7.0/json/tests/test_float.py b/lib-python/modified-2.7.0/json/tests/test_float.py
copy from lib-python/2.7.0/json/tests/test_float.py
copy to lib-python/modified-2.7.0/json/tests/test_float.py

diff --git a/lib-python/2.7.0/json/tests/test_indent.py b/lib-python/modified-2.7.0/json/tests/test_indent.py
copy from lib-python/2.7.0/json/tests/test_indent.py
copy to lib-python/modified-2.7.0/json/tests/test_indent.py

diff --git a/lib-python/2.7.0/json/tests/test_fail.py b/lib-python/modified-2.7.0/json/tests/test_fail.py
copy from lib-python/2.7.0/json/tests/test_fail.py
copy to lib-python/modified-2.7.0/json/tests/test_fail.py

diff --git a/lib-python/2.7.0/json/tests/test_separators.py b/lib-python/modified-2.7.0/json/tests/test_separators.py
copy from lib-python/2.7.0/json/tests/test_separators.py
copy to lib-python/modified-2.7.0/json/tests/test_separators.py

diff --git a/lib-python/2.7.0/json/tests/test_recursion.py b/lib-python/modified-2.7.0/json/tests/test_recursion.py
copy from lib-python/2.7.0/json/tests/test_recursion.py
copy to lib-python/modified-2.7.0/json/tests/test_recursion.py

diff --git a/lib-python/2.7.0/json/tests/test_pass3.py b/lib-python/modified-2.7.0/json/tests/test_pass3.py
copy from lib-python/2.7.0/json/tests/test_pass3.py
copy to lib-python/modified-2.7.0/json/tests/test_pass3.py

diff --git a/lib-python/2.7.0/json/tests/test_scanstring.py b/lib-python/modified-2.7.0/json/tests/test_scanstring.py
copy from lib-python/2.7.0/json/tests/test_scanstring.py
copy to lib-python/modified-2.7.0/json/tests/test_scanstring.py

diff --git a/lib-python/2.7.0/json/tests/test_default.py b/lib-python/modified-2.7.0/json/tests/test_default.py
copy from lib-python/2.7.0/json/tests/test_default.py
copy to lib-python/modified-2.7.0/json/tests/test_default.py

diff --git a/lib-python/2.7.0/json/tests/test_pass1.py b/lib-python/modified-2.7.0/json/tests/test_pass1.py
copy from lib-python/2.7.0/json/tests/test_pass1.py
copy to lib-python/modified-2.7.0/json/tests/test_pass1.py

diff --git a/lib-python/2.7.0/json/tests/test_dump.py b/lib-python/modified-2.7.0/json/tests/test_dump.py
copy from lib-python/2.7.0/json/tests/test_dump.py
copy to lib-python/modified-2.7.0/json/tests/test_dump.py

diff --git a/lib-python/2.7.0/json/tests/__init__.py b/lib-python/modified-2.7.0/json/tests/__init__.py
copy from lib-python/2.7.0/json/tests/__init__.py
copy to lib-python/modified-2.7.0/json/tests/__init__.py

diff --git a/lib-python/2.7.0/json/tests/test_encode_basestring_ascii.py b/lib-python/modified-2.7.0/json/tests/test_encode_basestring_ascii.py
copy from lib-python/2.7.0/json/tests/test_encode_basestring_ascii.py
copy to lib-python/modified-2.7.0/json/tests/test_encode_basestring_ascii.py


More information about the Pypy-commit mailing list