[pypy-commit] pypy arm-backend-2: kill some tabs

bivab noreply at buildbot.pypy.org
Sun Aug 5 12:47:06 CEST 2012


Author: David Schneider <david.schneider at picle.org>
Branch: arm-backend-2
Changeset: r56582:c32795240333
Date: 2012-08-05 10:45 +0000
http://bitbucket.org/pypy/pypy/changeset/c32795240333/

Log:	kill some tabs

diff too long, truncating to 10000 out of 15323 lines

diff --git a/.gitignore b/.gitignore
old mode 100644
new mode 100755
diff --git a/.hgignore b/.hgignore
old mode 100644
new mode 100755
diff --git a/.hgsubstate b/.hgsubstate
old mode 100644
new mode 100755
diff --git a/.hgtags b/.hgtags
old mode 100644
new mode 100755
diff --git a/LICENSE b/LICENSE
old mode 100644
new mode 100755
diff --git a/README b/README
old mode 100644
new mode 100755
diff --git a/_pytest/__init__.py b/_pytest/__init__.py
old mode 100644
new mode 100755
diff --git a/_pytest/assertion/__init__.py b/_pytest/assertion/__init__.py
old mode 100644
new mode 100755
diff --git a/_pytest/assertion/newinterpret.py b/_pytest/assertion/newinterpret.py
old mode 100644
new mode 100755
diff --git a/_pytest/assertion/oldinterpret.py b/_pytest/assertion/oldinterpret.py
old mode 100644
new mode 100755
diff --git a/_pytest/assertion/reinterpret.py b/_pytest/assertion/reinterpret.py
old mode 100644
new mode 100755
diff --git a/_pytest/assertion/rewrite.py b/_pytest/assertion/rewrite.py
old mode 100644
new mode 100755
diff --git a/_pytest/assertion/util.py b/_pytest/assertion/util.py
old mode 100644
new mode 100755
diff --git a/_pytest/capture.py b/_pytest/capture.py
old mode 100644
new mode 100755
diff --git a/_pytest/config.py b/_pytest/config.py
old mode 100644
new mode 100755
diff --git a/_pytest/core.py b/_pytest/core.py
old mode 100644
new mode 100755
diff --git a/_pytest/doctest.py b/_pytest/doctest.py
old mode 100644
new mode 100755
diff --git a/_pytest/helpconfig.py b/_pytest/helpconfig.py
old mode 100644
new mode 100755
diff --git a/_pytest/hookspec.py b/_pytest/hookspec.py
old mode 100644
new mode 100755
diff --git a/_pytest/junitxml.py b/_pytest/junitxml.py
old mode 100644
new mode 100755
diff --git a/_pytest/main.py b/_pytest/main.py
old mode 100644
new mode 100755
diff --git a/_pytest/mark.py b/_pytest/mark.py
old mode 100644
new mode 100755
diff --git a/_pytest/monkeypatch.py b/_pytest/monkeypatch.py
old mode 100644
new mode 100755
diff --git a/_pytest/nose.py b/_pytest/nose.py
old mode 100644
new mode 100755
diff --git a/_pytest/pastebin.py b/_pytest/pastebin.py
old mode 100644
new mode 100755
diff --git a/_pytest/pdb.py b/_pytest/pdb.py
old mode 100644
new mode 100755
diff --git a/_pytest/pytester.py b/_pytest/pytester.py
old mode 100644
new mode 100755
diff --git a/_pytest/python.py b/_pytest/python.py
old mode 100644
new mode 100755
diff --git a/_pytest/recwarn.py b/_pytest/recwarn.py
old mode 100644
new mode 100755
diff --git a/_pytest/resultlog.py b/_pytest/resultlog.py
old mode 100644
new mode 100755
diff --git a/_pytest/runner.py b/_pytest/runner.py
old mode 100644
new mode 100755
diff --git a/_pytest/skipping.py b/_pytest/skipping.py
old mode 100644
new mode 100755
diff --git a/_pytest/terminal.py b/_pytest/terminal.py
old mode 100644
new mode 100755
diff --git a/_pytest/tmpdir.py b/_pytest/tmpdir.py
old mode 100644
new mode 100755
diff --git a/_pytest/unittest.py b/_pytest/unittest.py
old mode 100644
new mode 100755
diff --git a/ctypes_configure/__init__.py b/ctypes_configure/__init__.py
old mode 100644
new mode 100755
diff --git a/ctypes_configure/cbuild.py b/ctypes_configure/cbuild.py
old mode 100644
new mode 100755
diff --git a/ctypes_configure/doc/configure.html b/ctypes_configure/doc/configure.html
old mode 100644
new mode 100755
diff --git a/ctypes_configure/doc/configure.txt b/ctypes_configure/doc/configure.txt
old mode 100644
new mode 100755
diff --git a/ctypes_configure/doc/sample.py b/ctypes_configure/doc/sample.py
old mode 100644
new mode 100755
diff --git a/ctypes_configure/dumpcache.py b/ctypes_configure/dumpcache.py
old mode 100644
new mode 100755
diff --git a/ctypes_configure/stdoutcapture.py b/ctypes_configure/stdoutcapture.py
old mode 100644
new mode 100755
diff --git a/ctypes_configure/test/__init__.py b/ctypes_configure/test/__init__.py
old mode 100644
new mode 100755
diff --git a/ctypes_configure/test/test_configure.py b/ctypes_configure/test/test_configure.py
old mode 100644
new mode 100755
diff --git a/ctypes_configure/test/test_dumpcache.py b/ctypes_configure/test/test_dumpcache.py
old mode 100644
new mode 100755
diff --git a/demo/autopath.py b/demo/autopath.py
old mode 100644
new mode 100755
diff --git a/demo/dis-goal.py b/demo/dis-goal.py
old mode 100644
new mode 100755
diff --git a/demo/distribution/client.py b/demo/distribution/client.py
old mode 100644
new mode 100755
diff --git a/demo/distribution/fileclient.py b/demo/distribution/fileclient.py
old mode 100644
new mode 100755
diff --git a/demo/distribution/fileserver.py b/demo/distribution/fileserver.py
old mode 100644
new mode 100755
diff --git a/demo/distribution/server.py b/demo/distribution/server.py
old mode 100644
new mode 100755
diff --git a/demo/fibonacci.py b/demo/fibonacci.py
old mode 100644
new mode 100755
diff --git a/demo/fibonacci2.py b/demo/fibonacci2.py
old mode 100644
new mode 100755
diff --git a/demo/foodbill.py b/demo/foodbill.py
old mode 100644
new mode 100755
diff --git a/demo/pickle_coroutine.py b/demo/pickle_coroutine.py
old mode 100644
new mode 100755
diff --git a/demo/sharedref.py b/demo/sharedref.py
old mode 100644
new mode 100755
diff --git a/demo/tproxy/persistence.py b/demo/tproxy/persistence.py
old mode 100644
new mode 100755
diff --git a/demo/tproxy/print_operations.py b/demo/tproxy/print_operations.py
old mode 100644
new mode 100755
diff --git a/dotviewer/VeraMoBd.ttf b/dotviewer/VeraMoBd.ttf
old mode 100644
new mode 100755
diff --git a/dotviewer/__init__.py b/dotviewer/__init__.py
old mode 100644
new mode 100755
diff --git a/dotviewer/conftest.py b/dotviewer/conftest.py
old mode 100644
new mode 100755
diff --git a/dotviewer/cyrvetic.ttf b/dotviewer/cyrvetic.ttf
old mode 100644
new mode 100755
diff --git a/dotviewer/drawgraph.py b/dotviewer/drawgraph.py
old mode 100644
new mode 100755
diff --git a/dotviewer/graphclient.py b/dotviewer/graphclient.py
old mode 100644
new mode 100755
diff --git a/dotviewer/graphdisplay.py b/dotviewer/graphdisplay.py
old mode 100644
new mode 100755
diff --git a/dotviewer/graphpage.py b/dotviewer/graphpage.py
old mode 100644
new mode 100755
diff --git a/dotviewer/graphparse.py b/dotviewer/graphparse.py
old mode 100644
new mode 100755
diff --git a/dotviewer/msgstruct.py b/dotviewer/msgstruct.py
old mode 100644
new mode 100755
diff --git a/dotviewer/test/__init__.py b/dotviewer/test/__init__.py
old mode 100644
new mode 100755
diff --git a/dotviewer/test/test_interactive.py b/dotviewer/test/test_interactive.py
old mode 100644
new mode 100755
diff --git a/dotviewer/test/test_msgstruct.py b/dotviewer/test/test_msgstruct.py
old mode 100644
new mode 100755
diff --git a/dotviewer/test/test_translator.py b/dotviewer/test/test_translator.py
old mode 100644
new mode 100755
diff --git a/include/README b/include/README
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/BaseHTTPServer.py b/lib-python/2.7/BaseHTTPServer.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/Bastion.py b/lib-python/2.7/Bastion.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/CGIHTTPServer.py b/lib-python/2.7/CGIHTTPServer.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/ConfigParser.py b/lib-python/2.7/ConfigParser.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/Cookie.py b/lib-python/2.7/Cookie.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/DocXMLRPCServer.py b/lib-python/2.7/DocXMLRPCServer.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/HTMLParser.py b/lib-python/2.7/HTMLParser.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/MimeWriter.py b/lib-python/2.7/MimeWriter.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/Queue.py b/lib-python/2.7/Queue.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/SimpleHTTPServer.py b/lib-python/2.7/SimpleHTTPServer.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/SimpleXMLRPCServer.py b/lib-python/2.7/SimpleXMLRPCServer.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/SocketServer.py b/lib-python/2.7/SocketServer.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/StringIO.py b/lib-python/2.7/StringIO.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/UserDict.py b/lib-python/2.7/UserDict.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/UserList.py b/lib-python/2.7/UserList.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/_LWPCookieJar.py b/lib-python/2.7/_LWPCookieJar.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/_MozillaCookieJar.py b/lib-python/2.7/_MozillaCookieJar.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/__future__.py b/lib-python/2.7/__future__.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/__phello__.foo.py b/lib-python/2.7/__phello__.foo.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/_abcoll.py b/lib-python/2.7/_abcoll.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/_pyio.py b/lib-python/2.7/_pyio.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/_strptime.py b/lib-python/2.7/_strptime.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/_threading_local.py b/lib-python/2.7/_threading_local.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/_weakrefset.py b/lib-python/2.7/_weakrefset.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/abc.py b/lib-python/2.7/abc.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/aifc.py b/lib-python/2.7/aifc.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/antigravity.py b/lib-python/2.7/antigravity.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/anydbm.py b/lib-python/2.7/anydbm.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/argparse.py b/lib-python/2.7/argparse.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/ast.py b/lib-python/2.7/ast.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/asynchat.py b/lib-python/2.7/asynchat.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/asyncore.py b/lib-python/2.7/asyncore.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/atexit.py b/lib-python/2.7/atexit.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/audiodev.py b/lib-python/2.7/audiodev.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/bdb.py b/lib-python/2.7/bdb.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/binhex.py b/lib-python/2.7/binhex.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/bisect.py b/lib-python/2.7/bisect.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/bsddb/__init__.py b/lib-python/2.7/bsddb/__init__.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/bsddb/db.py b/lib-python/2.7/bsddb/db.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/bsddb/dbobj.py b/lib-python/2.7/bsddb/dbobj.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/bsddb/dbrecio.py b/lib-python/2.7/bsddb/dbrecio.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/bsddb/dbshelve.py b/lib-python/2.7/bsddb/dbshelve.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/bsddb/dbtables.py b/lib-python/2.7/bsddb/dbtables.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/bsddb/dbutils.py b/lib-python/2.7/bsddb/dbutils.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/bsddb/test/__init__.py b/lib-python/2.7/bsddb/test/__init__.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/bsddb/test/test_all.py b/lib-python/2.7/bsddb/test/test_all.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/bsddb/test/test_associate.py b/lib-python/2.7/bsddb/test/test_associate.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/bsddb/test/test_basics.py b/lib-python/2.7/bsddb/test/test_basics.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/bsddb/test/test_compare.py b/lib-python/2.7/bsddb/test/test_compare.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/bsddb/test/test_compat.py b/lib-python/2.7/bsddb/test/test_compat.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/bsddb/test/test_cursor_pget_bug.py b/lib-python/2.7/bsddb/test/test_cursor_pget_bug.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/bsddb/test/test_db.py b/lib-python/2.7/bsddb/test/test_db.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/bsddb/test/test_dbenv.py b/lib-python/2.7/bsddb/test/test_dbenv.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/bsddb/test/test_dbobj.py b/lib-python/2.7/bsddb/test/test_dbobj.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/bsddb/test/test_dbshelve.py b/lib-python/2.7/bsddb/test/test_dbshelve.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/bsddb/test/test_dbtables.py b/lib-python/2.7/bsddb/test/test_dbtables.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/bsddb/test/test_distributed_transactions.py b/lib-python/2.7/bsddb/test/test_distributed_transactions.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/bsddb/test/test_early_close.py b/lib-python/2.7/bsddb/test/test_early_close.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/bsddb/test/test_fileid.py b/lib-python/2.7/bsddb/test/test_fileid.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/bsddb/test/test_get_none.py b/lib-python/2.7/bsddb/test/test_get_none.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/bsddb/test/test_join.py b/lib-python/2.7/bsddb/test/test_join.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/bsddb/test/test_lock.py b/lib-python/2.7/bsddb/test/test_lock.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/bsddb/test/test_misc.py b/lib-python/2.7/bsddb/test/test_misc.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/bsddb/test/test_pickle.py b/lib-python/2.7/bsddb/test/test_pickle.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/bsddb/test/test_queue.py b/lib-python/2.7/bsddb/test/test_queue.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/bsddb/test/test_recno.py b/lib-python/2.7/bsddb/test/test_recno.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/bsddb/test/test_replication.py b/lib-python/2.7/bsddb/test/test_replication.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/bsddb/test/test_sequence.py b/lib-python/2.7/bsddb/test/test_sequence.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/bsddb/test/test_thread.py b/lib-python/2.7/bsddb/test/test_thread.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/calendar.py b/lib-python/2.7/calendar.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/cgitb.py b/lib-python/2.7/cgitb.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/chunk.py b/lib-python/2.7/chunk.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/cmd.py b/lib-python/2.7/cmd.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/code.py b/lib-python/2.7/code.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/codecs.py b/lib-python/2.7/codecs.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/codeop.py b/lib-python/2.7/codeop.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/collections.py b/lib-python/2.7/collections.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/colorsys.py b/lib-python/2.7/colorsys.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/commands.py b/lib-python/2.7/commands.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/compileall.py b/lib-python/2.7/compileall.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/compiler/__init__.py b/lib-python/2.7/compiler/__init__.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/compiler/ast.py b/lib-python/2.7/compiler/ast.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/compiler/consts.py b/lib-python/2.7/compiler/consts.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/compiler/future.py b/lib-python/2.7/compiler/future.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/compiler/misc.py b/lib-python/2.7/compiler/misc.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/compiler/pyassem.py b/lib-python/2.7/compiler/pyassem.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/compiler/pycodegen.py b/lib-python/2.7/compiler/pycodegen.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/compiler/symbols.py b/lib-python/2.7/compiler/symbols.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/compiler/syntax.py b/lib-python/2.7/compiler/syntax.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/compiler/transformer.py b/lib-python/2.7/compiler/transformer.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/compiler/visitor.py b/lib-python/2.7/compiler/visitor.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/contextlib.py b/lib-python/2.7/contextlib.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/cookielib.py b/lib-python/2.7/cookielib.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/copy.py b/lib-python/2.7/copy.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/copy_reg.py b/lib-python/2.7/copy_reg.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/csv.py b/lib-python/2.7/csv.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/ctypes/__init__.py b/lib-python/2.7/ctypes/__init__.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/ctypes/_endian.py b/lib-python/2.7/ctypes/_endian.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/ctypes/macholib/README.ctypes b/lib-python/2.7/ctypes/macholib/README.ctypes
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/ctypes/macholib/__init__.py b/lib-python/2.7/ctypes/macholib/__init__.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/ctypes/macholib/dyld.py b/lib-python/2.7/ctypes/macholib/dyld.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/ctypes/macholib/dylib.py b/lib-python/2.7/ctypes/macholib/dylib.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/ctypes/macholib/fetch_macholib.bat b/lib-python/2.7/ctypes/macholib/fetch_macholib.bat
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/ctypes/macholib/framework.py b/lib-python/2.7/ctypes/macholib/framework.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/ctypes/test/__init__.py b/lib-python/2.7/ctypes/test/__init__.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/ctypes/test/runtests.py b/lib-python/2.7/ctypes/test/runtests.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/ctypes/test/test_anon.py b/lib-python/2.7/ctypes/test/test_anon.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/ctypes/test/test_array_in_pointer.py b/lib-python/2.7/ctypes/test/test_array_in_pointer.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/ctypes/test/test_arrays.py b/lib-python/2.7/ctypes/test/test_arrays.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/ctypes/test/test_as_parameter.py b/lib-python/2.7/ctypes/test/test_as_parameter.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/ctypes/test/test_bitfields.py b/lib-python/2.7/ctypes/test/test_bitfields.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/ctypes/test/test_buffers.py b/lib-python/2.7/ctypes/test/test_buffers.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/ctypes/test/test_byteswap.py b/lib-python/2.7/ctypes/test/test_byteswap.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/ctypes/test/test_callbacks.py b/lib-python/2.7/ctypes/test/test_callbacks.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/ctypes/test/test_cast.py b/lib-python/2.7/ctypes/test/test_cast.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/ctypes/test/test_cfuncs.py b/lib-python/2.7/ctypes/test/test_cfuncs.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/ctypes/test/test_checkretval.py b/lib-python/2.7/ctypes/test/test_checkretval.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/ctypes/test/test_delattr.py b/lib-python/2.7/ctypes/test/test_delattr.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/ctypes/test/test_errcheck.py b/lib-python/2.7/ctypes/test/test_errcheck.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/ctypes/test/test_errno.py b/lib-python/2.7/ctypes/test/test_errno.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/ctypes/test/test_find.py b/lib-python/2.7/ctypes/test/test_find.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/ctypes/test/test_frombuffer.py b/lib-python/2.7/ctypes/test/test_frombuffer.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/ctypes/test/test_funcptr.py b/lib-python/2.7/ctypes/test/test_funcptr.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/ctypes/test/test_functions.py b/lib-python/2.7/ctypes/test/test_functions.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/ctypes/test/test_incomplete.py b/lib-python/2.7/ctypes/test/test_incomplete.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/ctypes/test/test_init.py b/lib-python/2.7/ctypes/test/test_init.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/ctypes/test/test_integers.py b/lib-python/2.7/ctypes/test/test_integers.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/ctypes/test/test_internals.py b/lib-python/2.7/ctypes/test/test_internals.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/ctypes/test/test_keeprefs.py b/lib-python/2.7/ctypes/test/test_keeprefs.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/ctypes/test/test_libc.py b/lib-python/2.7/ctypes/test/test_libc.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/ctypes/test/test_loading.py b/lib-python/2.7/ctypes/test/test_loading.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/ctypes/test/test_macholib.py b/lib-python/2.7/ctypes/test/test_macholib.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/ctypes/test/test_memfunctions.py b/lib-python/2.7/ctypes/test/test_memfunctions.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/ctypes/test/test_numbers.py b/lib-python/2.7/ctypes/test/test_numbers.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/ctypes/test/test_objects.py b/lib-python/2.7/ctypes/test/test_objects.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/ctypes/test/test_parameters.py b/lib-python/2.7/ctypes/test/test_parameters.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/ctypes/test/test_pep3118.py b/lib-python/2.7/ctypes/test/test_pep3118.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/ctypes/test/test_pickling.py b/lib-python/2.7/ctypes/test/test_pickling.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/ctypes/test/test_pointers.py b/lib-python/2.7/ctypes/test/test_pointers.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/ctypes/test/test_prototypes.py b/lib-python/2.7/ctypes/test/test_prototypes.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/ctypes/test/test_python_api.py b/lib-python/2.7/ctypes/test/test_python_api.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/ctypes/test/test_random_things.py b/lib-python/2.7/ctypes/test/test_random_things.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/ctypes/test/test_refcounts.py b/lib-python/2.7/ctypes/test/test_refcounts.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/ctypes/test/test_repr.py b/lib-python/2.7/ctypes/test/test_repr.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/ctypes/test/test_returnfuncptrs.py b/lib-python/2.7/ctypes/test/test_returnfuncptrs.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/ctypes/test/test_simplesubclasses.py b/lib-python/2.7/ctypes/test/test_simplesubclasses.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/ctypes/test/test_sizes.py b/lib-python/2.7/ctypes/test/test_sizes.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/ctypes/test/test_slicing.py b/lib-python/2.7/ctypes/test/test_slicing.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/ctypes/test/test_stringptr.py b/lib-python/2.7/ctypes/test/test_stringptr.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/ctypes/test/test_strings.py b/lib-python/2.7/ctypes/test/test_strings.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/ctypes/test/test_struct_fields.py b/lib-python/2.7/ctypes/test/test_struct_fields.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/ctypes/test/test_structures.py b/lib-python/2.7/ctypes/test/test_structures.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/ctypes/test/test_unaligned_structures.py b/lib-python/2.7/ctypes/test/test_unaligned_structures.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/ctypes/test/test_unicode.py b/lib-python/2.7/ctypes/test/test_unicode.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/ctypes/test/test_values.py b/lib-python/2.7/ctypes/test/test_values.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/ctypes/test/test_varsize_struct.py b/lib-python/2.7/ctypes/test/test_varsize_struct.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/ctypes/test/test_win32.py b/lib-python/2.7/ctypes/test/test_win32.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/ctypes/util.py b/lib-python/2.7/ctypes/util.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/ctypes/wintypes.py b/lib-python/2.7/ctypes/wintypes.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/curses/__init__.py b/lib-python/2.7/curses/__init__.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/curses/ascii.py b/lib-python/2.7/curses/ascii.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/curses/has_key.py b/lib-python/2.7/curses/has_key.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/curses/panel.py b/lib-python/2.7/curses/panel.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/curses/textpad.py b/lib-python/2.7/curses/textpad.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/curses/wrapper.py b/lib-python/2.7/curses/wrapper.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/dbhash.py b/lib-python/2.7/dbhash.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/decimal.py b/lib-python/2.7/decimal.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/difflib.py b/lib-python/2.7/difflib.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/dircache.py b/lib-python/2.7/dircache.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/dis.py b/lib-python/2.7/dis.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/distutils/README b/lib-python/2.7/distutils/README
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/distutils/__init__.py b/lib-python/2.7/distutils/__init__.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/distutils/archive_util.py b/lib-python/2.7/distutils/archive_util.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/distutils/bcppcompiler.py b/lib-python/2.7/distutils/bcppcompiler.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/distutils/ccompiler.py b/lib-python/2.7/distutils/ccompiler.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/distutils/cmd.py b/lib-python/2.7/distutils/cmd.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/distutils/command/__init__.py b/lib-python/2.7/distutils/command/__init__.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/distutils/command/bdist.py b/lib-python/2.7/distutils/command/bdist.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/distutils/command/bdist_dumb.py b/lib-python/2.7/distutils/command/bdist_dumb.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/distutils/command/bdist_msi.py b/lib-python/2.7/distutils/command/bdist_msi.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/distutils/command/bdist_rpm.py b/lib-python/2.7/distutils/command/bdist_rpm.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/distutils/command/bdist_wininst.py b/lib-python/2.7/distutils/command/bdist_wininst.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/distutils/command/build.py b/lib-python/2.7/distutils/command/build.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/distutils/command/build_clib.py b/lib-python/2.7/distutils/command/build_clib.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/distutils/command/build_ext.py b/lib-python/2.7/distutils/command/build_ext.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/distutils/command/build_py.py b/lib-python/2.7/distutils/command/build_py.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/distutils/command/build_scripts.py b/lib-python/2.7/distutils/command/build_scripts.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/distutils/command/check.py b/lib-python/2.7/distutils/command/check.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/distutils/command/clean.py b/lib-python/2.7/distutils/command/clean.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/distutils/command/command_template b/lib-python/2.7/distutils/command/command_template
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/distutils/command/config.py b/lib-python/2.7/distutils/command/config.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/distutils/command/install.py b/lib-python/2.7/distutils/command/install.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/distutils/command/install_data.py b/lib-python/2.7/distutils/command/install_data.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/distutils/command/install_egg_info.py b/lib-python/2.7/distutils/command/install_egg_info.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/distutils/command/install_headers.py b/lib-python/2.7/distutils/command/install_headers.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/distutils/command/install_lib.py b/lib-python/2.7/distutils/command/install_lib.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/distutils/command/install_scripts.py b/lib-python/2.7/distutils/command/install_scripts.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/distutils/command/register.py b/lib-python/2.7/distutils/command/register.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/distutils/command/sdist.py b/lib-python/2.7/distutils/command/sdist.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/distutils/command/upload.py b/lib-python/2.7/distutils/command/upload.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/distutils/command/wininst-6.0.exe b/lib-python/2.7/distutils/command/wininst-6.0.exe
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/distutils/command/wininst-7.1.exe b/lib-python/2.7/distutils/command/wininst-7.1.exe
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/distutils/command/wininst-8.0.exe b/lib-python/2.7/distutils/command/wininst-8.0.exe
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/distutils/command/wininst-9.0-amd64.exe b/lib-python/2.7/distutils/command/wininst-9.0-amd64.exe
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/distutils/command/wininst-9.0.exe b/lib-python/2.7/distutils/command/wininst-9.0.exe
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/distutils/config.py b/lib-python/2.7/distutils/config.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/distutils/core.py b/lib-python/2.7/distutils/core.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/distutils/cygwinccompiler.py b/lib-python/2.7/distutils/cygwinccompiler.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/distutils/debug.py b/lib-python/2.7/distutils/debug.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/distutils/dep_util.py b/lib-python/2.7/distutils/dep_util.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/distutils/dir_util.py b/lib-python/2.7/distutils/dir_util.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/distutils/dist.py b/lib-python/2.7/distutils/dist.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/distutils/emxccompiler.py b/lib-python/2.7/distutils/emxccompiler.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/distutils/errors.py b/lib-python/2.7/distutils/errors.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/distutils/extension.py b/lib-python/2.7/distutils/extension.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/distutils/fancy_getopt.py b/lib-python/2.7/distutils/fancy_getopt.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/distutils/file_util.py b/lib-python/2.7/distutils/file_util.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/distutils/filelist.py b/lib-python/2.7/distutils/filelist.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/distutils/log.py b/lib-python/2.7/distutils/log.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/distutils/msvc9compiler.py b/lib-python/2.7/distutils/msvc9compiler.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/distutils/msvccompiler.py b/lib-python/2.7/distutils/msvccompiler.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/distutils/spawn.py b/lib-python/2.7/distutils/spawn.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/distutils/sysconfig.py b/lib-python/2.7/distutils/sysconfig.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/distutils/sysconfig_cpython.py b/lib-python/2.7/distutils/sysconfig_cpython.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/distutils/sysconfig_pypy.py b/lib-python/2.7/distutils/sysconfig_pypy.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/distutils/tests/__init__.py b/lib-python/2.7/distutils/tests/__init__.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/distutils/tests/setuptools_build_ext.py b/lib-python/2.7/distutils/tests/setuptools_build_ext.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/distutils/tests/setuptools_extension.py b/lib-python/2.7/distutils/tests/setuptools_extension.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/distutils/tests/support.py b/lib-python/2.7/distutils/tests/support.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/distutils/tests/test_archive_util.py b/lib-python/2.7/distutils/tests/test_archive_util.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/distutils/tests/test_bdist.py b/lib-python/2.7/distutils/tests/test_bdist.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/distutils/tests/test_bdist_dumb.py b/lib-python/2.7/distutils/tests/test_bdist_dumb.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/distutils/tests/test_bdist_msi.py b/lib-python/2.7/distutils/tests/test_bdist_msi.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/distutils/tests/test_bdist_rpm.py b/lib-python/2.7/distutils/tests/test_bdist_rpm.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/distutils/tests/test_bdist_wininst.py b/lib-python/2.7/distutils/tests/test_bdist_wininst.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/distutils/tests/test_build.py b/lib-python/2.7/distutils/tests/test_build.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/distutils/tests/test_build_clib.py b/lib-python/2.7/distutils/tests/test_build_clib.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/distutils/tests/test_build_ext.py b/lib-python/2.7/distutils/tests/test_build_ext.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/distutils/tests/test_build_py.py b/lib-python/2.7/distutils/tests/test_build_py.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/distutils/tests/test_build_scripts.py b/lib-python/2.7/distutils/tests/test_build_scripts.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/distutils/tests/test_ccompiler.py b/lib-python/2.7/distutils/tests/test_ccompiler.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/distutils/tests/test_check.py b/lib-python/2.7/distutils/tests/test_check.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/distutils/tests/test_clean.py b/lib-python/2.7/distutils/tests/test_clean.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/distutils/tests/test_cmd.py b/lib-python/2.7/distutils/tests/test_cmd.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/distutils/tests/test_config.py b/lib-python/2.7/distutils/tests/test_config.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/distutils/tests/test_config_cmd.py b/lib-python/2.7/distutils/tests/test_config_cmd.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/distutils/tests/test_core.py b/lib-python/2.7/distutils/tests/test_core.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/distutils/tests/test_dep_util.py b/lib-python/2.7/distutils/tests/test_dep_util.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/distutils/tests/test_dir_util.py b/lib-python/2.7/distutils/tests/test_dir_util.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/distutils/tests/test_dist.py b/lib-python/2.7/distutils/tests/test_dist.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/distutils/tests/test_file_util.py b/lib-python/2.7/distutils/tests/test_file_util.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/distutils/tests/test_filelist.py b/lib-python/2.7/distutils/tests/test_filelist.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/distutils/tests/test_install.py b/lib-python/2.7/distutils/tests/test_install.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/distutils/tests/test_install_data.py b/lib-python/2.7/distutils/tests/test_install_data.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/distutils/tests/test_install_headers.py b/lib-python/2.7/distutils/tests/test_install_headers.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/distutils/tests/test_install_lib.py b/lib-python/2.7/distutils/tests/test_install_lib.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/distutils/tests/test_install_scripts.py b/lib-python/2.7/distutils/tests/test_install_scripts.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/distutils/tests/test_msvc9compiler.py b/lib-python/2.7/distutils/tests/test_msvc9compiler.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/distutils/tests/test_register.py b/lib-python/2.7/distutils/tests/test_register.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/distutils/tests/test_sdist.py b/lib-python/2.7/distutils/tests/test_sdist.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/distutils/tests/test_spawn.py b/lib-python/2.7/distutils/tests/test_spawn.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/distutils/tests/test_sysconfig.py b/lib-python/2.7/distutils/tests/test_sysconfig.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/distutils/tests/test_text_file.py b/lib-python/2.7/distutils/tests/test_text_file.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/distutils/tests/test_unixccompiler.py b/lib-python/2.7/distutils/tests/test_unixccompiler.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/distutils/tests/test_upload.py b/lib-python/2.7/distutils/tests/test_upload.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/distutils/tests/test_util.py b/lib-python/2.7/distutils/tests/test_util.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/distutils/tests/test_version.py b/lib-python/2.7/distutils/tests/test_version.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/distutils/tests/test_versionpredicate.py b/lib-python/2.7/distutils/tests/test_versionpredicate.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/distutils/text_file.py b/lib-python/2.7/distutils/text_file.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/distutils/unixccompiler.py b/lib-python/2.7/distutils/unixccompiler.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/distutils/util.py b/lib-python/2.7/distutils/util.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/distutils/version.py b/lib-python/2.7/distutils/version.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/distutils/versionpredicate.py b/lib-python/2.7/distutils/versionpredicate.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/doctest.py b/lib-python/2.7/doctest.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/dumbdbm.py b/lib-python/2.7/dumbdbm.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/dummy_thread.py b/lib-python/2.7/dummy_thread.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/dummy_threading.py b/lib-python/2.7/dummy_threading.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/email/__init__.py b/lib-python/2.7/email/__init__.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/email/_parseaddr.py b/lib-python/2.7/email/_parseaddr.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/email/base64mime.py b/lib-python/2.7/email/base64mime.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/email/charset.py b/lib-python/2.7/email/charset.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/email/encoders.py b/lib-python/2.7/email/encoders.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/email/errors.py b/lib-python/2.7/email/errors.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/email/feedparser.py b/lib-python/2.7/email/feedparser.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/email/generator.py b/lib-python/2.7/email/generator.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/email/header.py b/lib-python/2.7/email/header.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/email/iterators.py b/lib-python/2.7/email/iterators.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/email/message.py b/lib-python/2.7/email/message.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/email/mime/__init__.py b/lib-python/2.7/email/mime/__init__.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/email/mime/application.py b/lib-python/2.7/email/mime/application.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/email/mime/audio.py b/lib-python/2.7/email/mime/audio.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/email/mime/base.py b/lib-python/2.7/email/mime/base.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/email/mime/image.py b/lib-python/2.7/email/mime/image.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/email/mime/message.py b/lib-python/2.7/email/mime/message.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/email/mime/multipart.py b/lib-python/2.7/email/mime/multipart.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/email/mime/nonmultipart.py b/lib-python/2.7/email/mime/nonmultipart.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/email/mime/text.py b/lib-python/2.7/email/mime/text.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/email/parser.py b/lib-python/2.7/email/parser.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/email/quoprimime.py b/lib-python/2.7/email/quoprimime.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/email/test/__init__.py b/lib-python/2.7/email/test/__init__.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/email/test/data/PyBanner048.gif b/lib-python/2.7/email/test/data/PyBanner048.gif
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/email/test/data/audiotest.au b/lib-python/2.7/email/test/data/audiotest.au
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/email/test/data/msg_01.txt b/lib-python/2.7/email/test/data/msg_01.txt
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/email/test/data/msg_02.txt b/lib-python/2.7/email/test/data/msg_02.txt
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/email/test/data/msg_03.txt b/lib-python/2.7/email/test/data/msg_03.txt
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/email/test/data/msg_04.txt b/lib-python/2.7/email/test/data/msg_04.txt
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/email/test/data/msg_05.txt b/lib-python/2.7/email/test/data/msg_05.txt
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/email/test/data/msg_06.txt b/lib-python/2.7/email/test/data/msg_06.txt
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/email/test/data/msg_07.txt b/lib-python/2.7/email/test/data/msg_07.txt
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/email/test/data/msg_08.txt b/lib-python/2.7/email/test/data/msg_08.txt
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/email/test/data/msg_09.txt b/lib-python/2.7/email/test/data/msg_09.txt
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/email/test/data/msg_10.txt b/lib-python/2.7/email/test/data/msg_10.txt
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/email/test/data/msg_11.txt b/lib-python/2.7/email/test/data/msg_11.txt
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/email/test/data/msg_12.txt b/lib-python/2.7/email/test/data/msg_12.txt
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/email/test/data/msg_12a.txt b/lib-python/2.7/email/test/data/msg_12a.txt
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/email/test/data/msg_13.txt b/lib-python/2.7/email/test/data/msg_13.txt
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/email/test/data/msg_14.txt b/lib-python/2.7/email/test/data/msg_14.txt
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/email/test/data/msg_15.txt b/lib-python/2.7/email/test/data/msg_15.txt
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/email/test/data/msg_16.txt b/lib-python/2.7/email/test/data/msg_16.txt
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/email/test/data/msg_17.txt b/lib-python/2.7/email/test/data/msg_17.txt
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/email/test/data/msg_18.txt b/lib-python/2.7/email/test/data/msg_18.txt
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/email/test/data/msg_19.txt b/lib-python/2.7/email/test/data/msg_19.txt
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/email/test/data/msg_20.txt b/lib-python/2.7/email/test/data/msg_20.txt
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/email/test/data/msg_21.txt b/lib-python/2.7/email/test/data/msg_21.txt
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/email/test/data/msg_22.txt b/lib-python/2.7/email/test/data/msg_22.txt
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/email/test/data/msg_23.txt b/lib-python/2.7/email/test/data/msg_23.txt
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/email/test/data/msg_24.txt b/lib-python/2.7/email/test/data/msg_24.txt
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/email/test/data/msg_25.txt b/lib-python/2.7/email/test/data/msg_25.txt
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/email/test/data/msg_26.txt b/lib-python/2.7/email/test/data/msg_26.txt
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/email/test/data/msg_27.txt b/lib-python/2.7/email/test/data/msg_27.txt
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/email/test/data/msg_28.txt b/lib-python/2.7/email/test/data/msg_28.txt
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/email/test/data/msg_29.txt b/lib-python/2.7/email/test/data/msg_29.txt
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/email/test/data/msg_30.txt b/lib-python/2.7/email/test/data/msg_30.txt
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/email/test/data/msg_31.txt b/lib-python/2.7/email/test/data/msg_31.txt
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/email/test/data/msg_32.txt b/lib-python/2.7/email/test/data/msg_32.txt
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/email/test/data/msg_33.txt b/lib-python/2.7/email/test/data/msg_33.txt
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/email/test/data/msg_34.txt b/lib-python/2.7/email/test/data/msg_34.txt
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/email/test/data/msg_35.txt b/lib-python/2.7/email/test/data/msg_35.txt
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/email/test/data/msg_36.txt b/lib-python/2.7/email/test/data/msg_36.txt
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/email/test/data/msg_37.txt b/lib-python/2.7/email/test/data/msg_37.txt
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/email/test/data/msg_38.txt b/lib-python/2.7/email/test/data/msg_38.txt
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/email/test/data/msg_39.txt b/lib-python/2.7/email/test/data/msg_39.txt
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/email/test/data/msg_40.txt b/lib-python/2.7/email/test/data/msg_40.txt
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/email/test/data/msg_41.txt b/lib-python/2.7/email/test/data/msg_41.txt
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/email/test/data/msg_42.txt b/lib-python/2.7/email/test/data/msg_42.txt
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/email/test/data/msg_43.txt b/lib-python/2.7/email/test/data/msg_43.txt
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/email/test/data/msg_44.txt b/lib-python/2.7/email/test/data/msg_44.txt
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/email/test/data/msg_45.txt b/lib-python/2.7/email/test/data/msg_45.txt
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/email/test/data/msg_46.txt b/lib-python/2.7/email/test/data/msg_46.txt
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/email/test/test_email.py b/lib-python/2.7/email/test/test_email.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/email/test/test_email_codecs.py b/lib-python/2.7/email/test/test_email_codecs.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/email/test/test_email_codecs_renamed.py b/lib-python/2.7/email/test/test_email_codecs_renamed.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/email/test/test_email_renamed.py b/lib-python/2.7/email/test/test_email_renamed.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/email/test/test_email_torture.py b/lib-python/2.7/email/test/test_email_torture.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/email/utils.py b/lib-python/2.7/email/utils.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/encodings/__init__.py b/lib-python/2.7/encodings/__init__.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/encodings/aliases.py b/lib-python/2.7/encodings/aliases.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/encodings/ascii.py b/lib-python/2.7/encodings/ascii.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/encodings/base64_codec.py b/lib-python/2.7/encodings/base64_codec.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/encodings/big5.py b/lib-python/2.7/encodings/big5.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/encodings/big5hkscs.py b/lib-python/2.7/encodings/big5hkscs.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/encodings/bz2_codec.py b/lib-python/2.7/encodings/bz2_codec.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/encodings/charmap.py b/lib-python/2.7/encodings/charmap.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/encodings/cp037.py b/lib-python/2.7/encodings/cp037.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/encodings/cp1006.py b/lib-python/2.7/encodings/cp1006.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/encodings/cp1026.py b/lib-python/2.7/encodings/cp1026.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/encodings/cp1140.py b/lib-python/2.7/encodings/cp1140.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/encodings/cp1250.py b/lib-python/2.7/encodings/cp1250.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/encodings/cp1251.py b/lib-python/2.7/encodings/cp1251.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/encodings/cp1252.py b/lib-python/2.7/encodings/cp1252.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/encodings/cp1253.py b/lib-python/2.7/encodings/cp1253.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/encodings/cp1254.py b/lib-python/2.7/encodings/cp1254.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/encodings/cp1255.py b/lib-python/2.7/encodings/cp1255.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/encodings/cp1256.py b/lib-python/2.7/encodings/cp1256.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/encodings/cp1257.py b/lib-python/2.7/encodings/cp1257.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/encodings/cp1258.py b/lib-python/2.7/encodings/cp1258.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/encodings/cp424.py b/lib-python/2.7/encodings/cp424.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/encodings/cp437.py b/lib-python/2.7/encodings/cp437.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/encodings/cp500.py b/lib-python/2.7/encodings/cp500.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/encodings/cp720.py b/lib-python/2.7/encodings/cp720.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/encodings/cp737.py b/lib-python/2.7/encodings/cp737.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/encodings/cp775.py b/lib-python/2.7/encodings/cp775.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/encodings/cp850.py b/lib-python/2.7/encodings/cp850.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/encodings/cp852.py b/lib-python/2.7/encodings/cp852.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/encodings/cp855.py b/lib-python/2.7/encodings/cp855.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/encodings/cp856.py b/lib-python/2.7/encodings/cp856.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/encodings/cp857.py b/lib-python/2.7/encodings/cp857.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/encodings/cp858.py b/lib-python/2.7/encodings/cp858.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/encodings/cp860.py b/lib-python/2.7/encodings/cp860.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/encodings/cp861.py b/lib-python/2.7/encodings/cp861.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/encodings/cp862.py b/lib-python/2.7/encodings/cp862.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/encodings/cp863.py b/lib-python/2.7/encodings/cp863.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/encodings/cp864.py b/lib-python/2.7/encodings/cp864.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/encodings/cp865.py b/lib-python/2.7/encodings/cp865.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/encodings/cp866.py b/lib-python/2.7/encodings/cp866.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/encodings/cp869.py b/lib-python/2.7/encodings/cp869.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/encodings/cp874.py b/lib-python/2.7/encodings/cp874.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/encodings/cp875.py b/lib-python/2.7/encodings/cp875.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/encodings/cp932.py b/lib-python/2.7/encodings/cp932.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/encodings/cp949.py b/lib-python/2.7/encodings/cp949.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/encodings/cp950.py b/lib-python/2.7/encodings/cp950.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/encodings/euc_jis_2004.py b/lib-python/2.7/encodings/euc_jis_2004.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/encodings/euc_jisx0213.py b/lib-python/2.7/encodings/euc_jisx0213.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/encodings/euc_jp.py b/lib-python/2.7/encodings/euc_jp.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/encodings/euc_kr.py b/lib-python/2.7/encodings/euc_kr.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/encodings/gb18030.py b/lib-python/2.7/encodings/gb18030.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/encodings/gb2312.py b/lib-python/2.7/encodings/gb2312.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/encodings/gbk.py b/lib-python/2.7/encodings/gbk.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/encodings/hex_codec.py b/lib-python/2.7/encodings/hex_codec.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/encodings/hp_roman8.py b/lib-python/2.7/encodings/hp_roman8.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/encodings/hz.py b/lib-python/2.7/encodings/hz.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/encodings/idna.py b/lib-python/2.7/encodings/idna.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/encodings/iso2022_jp.py b/lib-python/2.7/encodings/iso2022_jp.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/encodings/iso2022_jp_1.py b/lib-python/2.7/encodings/iso2022_jp_1.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/encodings/iso2022_jp_2.py b/lib-python/2.7/encodings/iso2022_jp_2.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/encodings/iso2022_jp_2004.py b/lib-python/2.7/encodings/iso2022_jp_2004.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/encodings/iso2022_jp_3.py b/lib-python/2.7/encodings/iso2022_jp_3.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/encodings/iso2022_jp_ext.py b/lib-python/2.7/encodings/iso2022_jp_ext.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/encodings/iso2022_kr.py b/lib-python/2.7/encodings/iso2022_kr.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/encodings/iso8859_1.py b/lib-python/2.7/encodings/iso8859_1.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/encodings/iso8859_10.py b/lib-python/2.7/encodings/iso8859_10.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/encodings/iso8859_11.py b/lib-python/2.7/encodings/iso8859_11.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/encodings/iso8859_13.py b/lib-python/2.7/encodings/iso8859_13.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/encodings/iso8859_14.py b/lib-python/2.7/encodings/iso8859_14.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/encodings/iso8859_15.py b/lib-python/2.7/encodings/iso8859_15.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/encodings/iso8859_16.py b/lib-python/2.7/encodings/iso8859_16.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/encodings/iso8859_2.py b/lib-python/2.7/encodings/iso8859_2.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/encodings/iso8859_3.py b/lib-python/2.7/encodings/iso8859_3.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/encodings/iso8859_4.py b/lib-python/2.7/encodings/iso8859_4.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/encodings/iso8859_5.py b/lib-python/2.7/encodings/iso8859_5.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/encodings/iso8859_6.py b/lib-python/2.7/encodings/iso8859_6.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/encodings/iso8859_7.py b/lib-python/2.7/encodings/iso8859_7.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/encodings/iso8859_8.py b/lib-python/2.7/encodings/iso8859_8.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/encodings/iso8859_9.py b/lib-python/2.7/encodings/iso8859_9.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/encodings/johab.py b/lib-python/2.7/encodings/johab.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/encodings/koi8_r.py b/lib-python/2.7/encodings/koi8_r.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/encodings/koi8_u.py b/lib-python/2.7/encodings/koi8_u.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/encodings/latin_1.py b/lib-python/2.7/encodings/latin_1.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/encodings/mac_arabic.py b/lib-python/2.7/encodings/mac_arabic.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/encodings/mac_centeuro.py b/lib-python/2.7/encodings/mac_centeuro.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/encodings/mac_croatian.py b/lib-python/2.7/encodings/mac_croatian.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/encodings/mac_cyrillic.py b/lib-python/2.7/encodings/mac_cyrillic.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/encodings/mac_farsi.py b/lib-python/2.7/encodings/mac_farsi.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/encodings/mac_greek.py b/lib-python/2.7/encodings/mac_greek.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/encodings/mac_iceland.py b/lib-python/2.7/encodings/mac_iceland.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/encodings/mac_latin2.py b/lib-python/2.7/encodings/mac_latin2.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/encodings/mac_roman.py b/lib-python/2.7/encodings/mac_roman.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/encodings/mac_romanian.py b/lib-python/2.7/encodings/mac_romanian.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/encodings/mac_turkish.py b/lib-python/2.7/encodings/mac_turkish.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/encodings/mbcs.py b/lib-python/2.7/encodings/mbcs.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/encodings/palmos.py b/lib-python/2.7/encodings/palmos.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/encodings/ptcp154.py b/lib-python/2.7/encodings/ptcp154.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/encodings/punycode.py b/lib-python/2.7/encodings/punycode.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/encodings/quopri_codec.py b/lib-python/2.7/encodings/quopri_codec.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/encodings/raw_unicode_escape.py b/lib-python/2.7/encodings/raw_unicode_escape.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/encodings/rot_13.py b/lib-python/2.7/encodings/rot_13.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/encodings/shift_jis.py b/lib-python/2.7/encodings/shift_jis.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/encodings/shift_jis_2004.py b/lib-python/2.7/encodings/shift_jis_2004.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/encodings/shift_jisx0213.py b/lib-python/2.7/encodings/shift_jisx0213.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/encodings/string_escape.py b/lib-python/2.7/encodings/string_escape.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/encodings/tis_620.py b/lib-python/2.7/encodings/tis_620.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/encodings/undefined.py b/lib-python/2.7/encodings/undefined.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/encodings/unicode_escape.py b/lib-python/2.7/encodings/unicode_escape.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/encodings/unicode_internal.py b/lib-python/2.7/encodings/unicode_internal.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/encodings/utf_16.py b/lib-python/2.7/encodings/utf_16.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/encodings/utf_16_be.py b/lib-python/2.7/encodings/utf_16_be.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/encodings/utf_16_le.py b/lib-python/2.7/encodings/utf_16_le.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/encodings/utf_32.py b/lib-python/2.7/encodings/utf_32.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/encodings/utf_32_be.py b/lib-python/2.7/encodings/utf_32_be.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/encodings/utf_32_le.py b/lib-python/2.7/encodings/utf_32_le.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/encodings/utf_7.py b/lib-python/2.7/encodings/utf_7.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/encodings/utf_8.py b/lib-python/2.7/encodings/utf_8.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/encodings/utf_8_sig.py b/lib-python/2.7/encodings/utf_8_sig.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/encodings/uu_codec.py b/lib-python/2.7/encodings/uu_codec.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/encodings/zlib_codec.py b/lib-python/2.7/encodings/zlib_codec.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/filecmp.py b/lib-python/2.7/filecmp.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/fileinput.py b/lib-python/2.7/fileinput.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/fnmatch.py b/lib-python/2.7/fnmatch.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/formatter.py b/lib-python/2.7/formatter.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/fpformat.py b/lib-python/2.7/fpformat.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/fractions.py b/lib-python/2.7/fractions.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/ftplib.py b/lib-python/2.7/ftplib.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/functools.py b/lib-python/2.7/functools.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/genericpath.py b/lib-python/2.7/genericpath.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/getopt.py b/lib-python/2.7/getopt.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/getpass.py b/lib-python/2.7/getpass.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/gettext.py b/lib-python/2.7/gettext.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/glob.py b/lib-python/2.7/glob.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/gzip.py b/lib-python/2.7/gzip.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/hashlib.py b/lib-python/2.7/hashlib.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/heapq.py b/lib-python/2.7/heapq.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/hmac.py b/lib-python/2.7/hmac.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/hotshot/__init__.py b/lib-python/2.7/hotshot/__init__.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/hotshot/log.py b/lib-python/2.7/hotshot/log.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/hotshot/stats.py b/lib-python/2.7/hotshot/stats.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/hotshot/stones.py b/lib-python/2.7/hotshot/stones.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/htmlentitydefs.py b/lib-python/2.7/htmlentitydefs.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/htmllib.py b/lib-python/2.7/htmllib.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/httplib.py b/lib-python/2.7/httplib.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/idlelib/AutoComplete.py b/lib-python/2.7/idlelib/AutoComplete.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/idlelib/AutoCompleteWindow.py b/lib-python/2.7/idlelib/AutoCompleteWindow.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/idlelib/AutoExpand.py b/lib-python/2.7/idlelib/AutoExpand.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/idlelib/Bindings.py b/lib-python/2.7/idlelib/Bindings.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/idlelib/CREDITS.txt b/lib-python/2.7/idlelib/CREDITS.txt
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/idlelib/CallTipWindow.py b/lib-python/2.7/idlelib/CallTipWindow.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/idlelib/CallTips.py b/lib-python/2.7/idlelib/CallTips.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/idlelib/ChangeLog b/lib-python/2.7/idlelib/ChangeLog
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/idlelib/ClassBrowser.py b/lib-python/2.7/idlelib/ClassBrowser.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/idlelib/CodeContext.py b/lib-python/2.7/idlelib/CodeContext.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/idlelib/ColorDelegator.py b/lib-python/2.7/idlelib/ColorDelegator.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/idlelib/Debugger.py b/lib-python/2.7/idlelib/Debugger.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/idlelib/Delegator.py b/lib-python/2.7/idlelib/Delegator.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/idlelib/EditorWindow.py b/lib-python/2.7/idlelib/EditorWindow.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/idlelib/FileList.py b/lib-python/2.7/idlelib/FileList.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/idlelib/FormatParagraph.py b/lib-python/2.7/idlelib/FormatParagraph.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/idlelib/GrepDialog.py b/lib-python/2.7/idlelib/GrepDialog.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/idlelib/HISTORY.txt b/lib-python/2.7/idlelib/HISTORY.txt
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/idlelib/HyperParser.py b/lib-python/2.7/idlelib/HyperParser.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/idlelib/IOBinding.py b/lib-python/2.7/idlelib/IOBinding.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/idlelib/Icons/folder.gif b/lib-python/2.7/idlelib/Icons/folder.gif
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/idlelib/Icons/idle.icns b/lib-python/2.7/idlelib/Icons/idle.icns
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/idlelib/Icons/minusnode.gif b/lib-python/2.7/idlelib/Icons/minusnode.gif
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/idlelib/Icons/openfolder.gif b/lib-python/2.7/idlelib/Icons/openfolder.gif
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/idlelib/Icons/plusnode.gif b/lib-python/2.7/idlelib/Icons/plusnode.gif
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/idlelib/Icons/python.gif b/lib-python/2.7/idlelib/Icons/python.gif
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/idlelib/Icons/tk.gif b/lib-python/2.7/idlelib/Icons/tk.gif
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/idlelib/IdleHistory.py b/lib-python/2.7/idlelib/IdleHistory.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/idlelib/MultiCall.py b/lib-python/2.7/idlelib/MultiCall.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/idlelib/MultiStatusBar.py b/lib-python/2.7/idlelib/MultiStatusBar.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/idlelib/NEWS.txt b/lib-python/2.7/idlelib/NEWS.txt
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/idlelib/ObjectBrowser.py b/lib-python/2.7/idlelib/ObjectBrowser.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/idlelib/OutputWindow.py b/lib-python/2.7/idlelib/OutputWindow.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/idlelib/ParenMatch.py b/lib-python/2.7/idlelib/ParenMatch.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/idlelib/PathBrowser.py b/lib-python/2.7/idlelib/PathBrowser.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/idlelib/Percolator.py b/lib-python/2.7/idlelib/Percolator.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/idlelib/PyParse.py b/lib-python/2.7/idlelib/PyParse.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/idlelib/PyShell.py b/lib-python/2.7/idlelib/PyShell.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/idlelib/README.txt b/lib-python/2.7/idlelib/README.txt
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/idlelib/RemoteDebugger.py b/lib-python/2.7/idlelib/RemoteDebugger.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/idlelib/RemoteObjectBrowser.py b/lib-python/2.7/idlelib/RemoteObjectBrowser.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/idlelib/ReplaceDialog.py b/lib-python/2.7/idlelib/ReplaceDialog.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/idlelib/RstripExtension.py b/lib-python/2.7/idlelib/RstripExtension.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/idlelib/ScriptBinding.py b/lib-python/2.7/idlelib/ScriptBinding.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/idlelib/ScrolledList.py b/lib-python/2.7/idlelib/ScrolledList.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/idlelib/SearchDialog.py b/lib-python/2.7/idlelib/SearchDialog.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/idlelib/SearchDialogBase.py b/lib-python/2.7/idlelib/SearchDialogBase.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/idlelib/SearchEngine.py b/lib-python/2.7/idlelib/SearchEngine.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/idlelib/StackViewer.py b/lib-python/2.7/idlelib/StackViewer.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/idlelib/TODO.txt b/lib-python/2.7/idlelib/TODO.txt
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/idlelib/ToolTip.py b/lib-python/2.7/idlelib/ToolTip.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/idlelib/TreeWidget.py b/lib-python/2.7/idlelib/TreeWidget.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/idlelib/UndoDelegator.py b/lib-python/2.7/idlelib/UndoDelegator.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/idlelib/WidgetRedirector.py b/lib-python/2.7/idlelib/WidgetRedirector.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/idlelib/WindowList.py b/lib-python/2.7/idlelib/WindowList.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/idlelib/ZoomHeight.py b/lib-python/2.7/idlelib/ZoomHeight.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/idlelib/__init__.py b/lib-python/2.7/idlelib/__init__.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/idlelib/aboutDialog.py b/lib-python/2.7/idlelib/aboutDialog.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/idlelib/config-extensions.def b/lib-python/2.7/idlelib/config-extensions.def
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/idlelib/config-highlight.def b/lib-python/2.7/idlelib/config-highlight.def
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/idlelib/config-keys.def b/lib-python/2.7/idlelib/config-keys.def
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/idlelib/config-main.def b/lib-python/2.7/idlelib/config-main.def
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/idlelib/configDialog.py b/lib-python/2.7/idlelib/configDialog.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/idlelib/configHandler.py b/lib-python/2.7/idlelib/configHandler.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/idlelib/configHelpSourceEdit.py b/lib-python/2.7/idlelib/configHelpSourceEdit.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/idlelib/configSectionNameDialog.py b/lib-python/2.7/idlelib/configSectionNameDialog.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/idlelib/dynOptionMenuWidget.py b/lib-python/2.7/idlelib/dynOptionMenuWidget.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/idlelib/extend.txt b/lib-python/2.7/idlelib/extend.txt
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/idlelib/help.txt b/lib-python/2.7/idlelib/help.txt
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/idlelib/idle.py b/lib-python/2.7/idlelib/idle.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/idlelib/idle.pyw b/lib-python/2.7/idlelib/idle.pyw
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/idlelib/idlever.py b/lib-python/2.7/idlelib/idlever.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/idlelib/keybindingDialog.py b/lib-python/2.7/idlelib/keybindingDialog.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/idlelib/macosxSupport.py b/lib-python/2.7/idlelib/macosxSupport.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/idlelib/rpc.py b/lib-python/2.7/idlelib/rpc.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/idlelib/run.py b/lib-python/2.7/idlelib/run.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/idlelib/tabbedpages.py b/lib-python/2.7/idlelib/tabbedpages.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/idlelib/testcode.py b/lib-python/2.7/idlelib/testcode.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/idlelib/textView.py b/lib-python/2.7/idlelib/textView.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/ihooks.py b/lib-python/2.7/ihooks.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/imaplib.py b/lib-python/2.7/imaplib.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/imghdr.py b/lib-python/2.7/imghdr.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/importlib/__init__.py b/lib-python/2.7/importlib/__init__.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/imputil.py b/lib-python/2.7/imputil.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/inspect.py b/lib-python/2.7/inspect.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/io.py b/lib-python/2.7/io.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/json/__init__.py b/lib-python/2.7/json/__init__.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/json/decoder.py b/lib-python/2.7/json/decoder.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/json/encoder.py b/lib-python/2.7/json/encoder.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/json/scanner.py b/lib-python/2.7/json/scanner.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/json/tests/__init__.py b/lib-python/2.7/json/tests/__init__.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/json/tests/test_check_circular.py b/lib-python/2.7/json/tests/test_check_circular.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/json/tests/test_decode.py b/lib-python/2.7/json/tests/test_decode.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/json/tests/test_default.py b/lib-python/2.7/json/tests/test_default.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/json/tests/test_dump.py b/lib-python/2.7/json/tests/test_dump.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/json/tests/test_encode_basestring_ascii.py b/lib-python/2.7/json/tests/test_encode_basestring_ascii.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/json/tests/test_fail.py b/lib-python/2.7/json/tests/test_fail.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/json/tests/test_float.py b/lib-python/2.7/json/tests/test_float.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/json/tests/test_indent.py b/lib-python/2.7/json/tests/test_indent.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/json/tests/test_pass1.py b/lib-python/2.7/json/tests/test_pass1.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/json/tests/test_pass2.py b/lib-python/2.7/json/tests/test_pass2.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/json/tests/test_pass3.py b/lib-python/2.7/json/tests/test_pass3.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/json/tests/test_recursion.py b/lib-python/2.7/json/tests/test_recursion.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/json/tests/test_scanstring.py b/lib-python/2.7/json/tests/test_scanstring.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/json/tests/test_separators.py b/lib-python/2.7/json/tests/test_separators.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/json/tests/test_speedups.py b/lib-python/2.7/json/tests/test_speedups.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/json/tests/test_unicode.py b/lib-python/2.7/json/tests/test_unicode.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/json/tool.py b/lib-python/2.7/json/tool.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/lib-tk/Canvas.py b/lib-python/2.7/lib-tk/Canvas.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/lib-tk/Dialog.py b/lib-python/2.7/lib-tk/Dialog.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/lib-tk/FileDialog.py b/lib-python/2.7/lib-tk/FileDialog.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/lib-tk/FixTk.py b/lib-python/2.7/lib-tk/FixTk.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/lib-tk/ScrolledText.py b/lib-python/2.7/lib-tk/ScrolledText.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/lib-tk/SimpleDialog.py b/lib-python/2.7/lib-tk/SimpleDialog.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/lib-tk/Tix.py b/lib-python/2.7/lib-tk/Tix.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/lib-tk/Tkconstants.py b/lib-python/2.7/lib-tk/Tkconstants.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/lib-tk/Tkdnd.py b/lib-python/2.7/lib-tk/Tkdnd.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/lib-tk/Tkinter.py b/lib-python/2.7/lib-tk/Tkinter.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/lib-tk/test/README b/lib-python/2.7/lib-tk/test/README
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/lib-tk/test/runtktests.py b/lib-python/2.7/lib-tk/test/runtktests.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/lib-tk/test/test_tkinter/__init__.py b/lib-python/2.7/lib-tk/test/test_tkinter/__init__.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/lib-tk/test/test_tkinter/test_loadtk.py b/lib-python/2.7/lib-tk/test/test_tkinter/test_loadtk.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/lib-tk/test/test_tkinter/test_text.py b/lib-python/2.7/lib-tk/test/test_tkinter/test_text.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/lib-tk/test/test_ttk/__init__.py b/lib-python/2.7/lib-tk/test/test_ttk/__init__.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/lib-tk/test/test_ttk/support.py b/lib-python/2.7/lib-tk/test/test_ttk/support.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/lib-tk/test/test_ttk/test_extensions.py b/lib-python/2.7/lib-tk/test/test_ttk/test_extensions.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/lib-tk/test/test_ttk/test_functions.py b/lib-python/2.7/lib-tk/test/test_ttk/test_functions.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/lib-tk/test/test_ttk/test_style.py b/lib-python/2.7/lib-tk/test/test_ttk/test_style.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/lib-tk/test/test_ttk/test_widgets.py b/lib-python/2.7/lib-tk/test/test_ttk/test_widgets.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/lib-tk/tkColorChooser.py b/lib-python/2.7/lib-tk/tkColorChooser.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/lib-tk/tkCommonDialog.py b/lib-python/2.7/lib-tk/tkCommonDialog.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/lib-tk/tkFileDialog.py b/lib-python/2.7/lib-tk/tkFileDialog.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/lib-tk/tkFont.py b/lib-python/2.7/lib-tk/tkFont.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/lib-tk/tkMessageBox.py b/lib-python/2.7/lib-tk/tkMessageBox.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/lib-tk/tkSimpleDialog.py b/lib-python/2.7/lib-tk/tkSimpleDialog.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/lib-tk/ttk.py b/lib-python/2.7/lib-tk/ttk.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/lib-tk/turtle.py b/lib-python/2.7/lib-tk/turtle.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/lib2to3/Grammar.txt b/lib-python/2.7/lib2to3/Grammar.txt
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/lib2to3/PatternGrammar.txt b/lib-python/2.7/lib2to3/PatternGrammar.txt
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/lib2to3/__init__.py b/lib-python/2.7/lib2to3/__init__.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/lib2to3/__main__.py b/lib-python/2.7/lib2to3/__main__.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/lib2to3/btm_matcher.py b/lib-python/2.7/lib2to3/btm_matcher.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/lib2to3/btm_utils.py b/lib-python/2.7/lib2to3/btm_utils.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/lib2to3/fixer_base.py b/lib-python/2.7/lib2to3/fixer_base.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/lib2to3/fixer_util.py b/lib-python/2.7/lib2to3/fixer_util.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/lib2to3/fixes/__init__.py b/lib-python/2.7/lib2to3/fixes/__init__.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/lib2to3/fixes/fix_apply.py b/lib-python/2.7/lib2to3/fixes/fix_apply.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/lib2to3/fixes/fix_basestring.py b/lib-python/2.7/lib2to3/fixes/fix_basestring.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/lib2to3/fixes/fix_buffer.py b/lib-python/2.7/lib2to3/fixes/fix_buffer.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/lib2to3/fixes/fix_callable.py b/lib-python/2.7/lib2to3/fixes/fix_callable.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/lib2to3/fixes/fix_dict.py b/lib-python/2.7/lib2to3/fixes/fix_dict.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/lib2to3/fixes/fix_except.py b/lib-python/2.7/lib2to3/fixes/fix_except.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/lib2to3/fixes/fix_exec.py b/lib-python/2.7/lib2to3/fixes/fix_exec.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/lib2to3/fixes/fix_execfile.py b/lib-python/2.7/lib2to3/fixes/fix_execfile.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/lib2to3/fixes/fix_exitfunc.py b/lib-python/2.7/lib2to3/fixes/fix_exitfunc.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/lib2to3/fixes/fix_filter.py b/lib-python/2.7/lib2to3/fixes/fix_filter.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/lib2to3/fixes/fix_funcattrs.py b/lib-python/2.7/lib2to3/fixes/fix_funcattrs.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/lib2to3/fixes/fix_future.py b/lib-python/2.7/lib2to3/fixes/fix_future.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/lib2to3/fixes/fix_getcwdu.py b/lib-python/2.7/lib2to3/fixes/fix_getcwdu.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/lib2to3/fixes/fix_has_key.py b/lib-python/2.7/lib2to3/fixes/fix_has_key.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/lib2to3/fixes/fix_idioms.py b/lib-python/2.7/lib2to3/fixes/fix_idioms.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/lib2to3/fixes/fix_import.py b/lib-python/2.7/lib2to3/fixes/fix_import.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/lib2to3/fixes/fix_imports.py b/lib-python/2.7/lib2to3/fixes/fix_imports.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/lib2to3/fixes/fix_imports2.py b/lib-python/2.7/lib2to3/fixes/fix_imports2.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/lib2to3/fixes/fix_input.py b/lib-python/2.7/lib2to3/fixes/fix_input.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/lib2to3/fixes/fix_intern.py b/lib-python/2.7/lib2to3/fixes/fix_intern.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/lib2to3/fixes/fix_isinstance.py b/lib-python/2.7/lib2to3/fixes/fix_isinstance.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/lib2to3/fixes/fix_itertools.py b/lib-python/2.7/lib2to3/fixes/fix_itertools.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/lib2to3/fixes/fix_itertools_imports.py b/lib-python/2.7/lib2to3/fixes/fix_itertools_imports.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/lib2to3/fixes/fix_long.py b/lib-python/2.7/lib2to3/fixes/fix_long.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/lib2to3/fixes/fix_map.py b/lib-python/2.7/lib2to3/fixes/fix_map.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/lib2to3/fixes/fix_metaclass.py b/lib-python/2.7/lib2to3/fixes/fix_metaclass.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/lib2to3/fixes/fix_methodattrs.py b/lib-python/2.7/lib2to3/fixes/fix_methodattrs.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/lib2to3/fixes/fix_ne.py b/lib-python/2.7/lib2to3/fixes/fix_ne.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/lib2to3/fixes/fix_next.py b/lib-python/2.7/lib2to3/fixes/fix_next.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/lib2to3/fixes/fix_nonzero.py b/lib-python/2.7/lib2to3/fixes/fix_nonzero.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/lib2to3/fixes/fix_numliterals.py b/lib-python/2.7/lib2to3/fixes/fix_numliterals.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/lib2to3/fixes/fix_operator.py b/lib-python/2.7/lib2to3/fixes/fix_operator.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/lib2to3/fixes/fix_paren.py b/lib-python/2.7/lib2to3/fixes/fix_paren.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/lib2to3/fixes/fix_print.py b/lib-python/2.7/lib2to3/fixes/fix_print.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/lib2to3/fixes/fix_raise.py b/lib-python/2.7/lib2to3/fixes/fix_raise.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/lib2to3/fixes/fix_raw_input.py b/lib-python/2.7/lib2to3/fixes/fix_raw_input.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/lib2to3/fixes/fix_reduce.py b/lib-python/2.7/lib2to3/fixes/fix_reduce.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/lib2to3/fixes/fix_renames.py b/lib-python/2.7/lib2to3/fixes/fix_renames.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/lib2to3/fixes/fix_repr.py b/lib-python/2.7/lib2to3/fixes/fix_repr.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/lib2to3/fixes/fix_set_literal.py b/lib-python/2.7/lib2to3/fixes/fix_set_literal.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/lib2to3/fixes/fix_standarderror.py b/lib-python/2.7/lib2to3/fixes/fix_standarderror.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/lib2to3/fixes/fix_sys_exc.py b/lib-python/2.7/lib2to3/fixes/fix_sys_exc.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/lib2to3/fixes/fix_throw.py b/lib-python/2.7/lib2to3/fixes/fix_throw.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/lib2to3/fixes/fix_tuple_params.py b/lib-python/2.7/lib2to3/fixes/fix_tuple_params.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/lib2to3/fixes/fix_types.py b/lib-python/2.7/lib2to3/fixes/fix_types.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/lib2to3/fixes/fix_unicode.py b/lib-python/2.7/lib2to3/fixes/fix_unicode.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/lib2to3/fixes/fix_urllib.py b/lib-python/2.7/lib2to3/fixes/fix_urllib.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/lib2to3/fixes/fix_ws_comma.py b/lib-python/2.7/lib2to3/fixes/fix_ws_comma.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/lib2to3/fixes/fix_xrange.py b/lib-python/2.7/lib2to3/fixes/fix_xrange.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/lib2to3/fixes/fix_xreadlines.py b/lib-python/2.7/lib2to3/fixes/fix_xreadlines.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/lib2to3/fixes/fix_zip.py b/lib-python/2.7/lib2to3/fixes/fix_zip.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/lib2to3/main.py b/lib-python/2.7/lib2to3/main.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/lib2to3/patcomp.py b/lib-python/2.7/lib2to3/patcomp.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/lib2to3/pgen2/__init__.py b/lib-python/2.7/lib2to3/pgen2/__init__.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/lib2to3/pgen2/conv.py b/lib-python/2.7/lib2to3/pgen2/conv.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/lib2to3/pgen2/driver.py b/lib-python/2.7/lib2to3/pgen2/driver.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/lib2to3/pgen2/grammar.py b/lib-python/2.7/lib2to3/pgen2/grammar.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/lib2to3/pgen2/literals.py b/lib-python/2.7/lib2to3/pgen2/literals.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/lib2to3/pgen2/parse.py b/lib-python/2.7/lib2to3/pgen2/parse.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/lib2to3/pgen2/pgen.py b/lib-python/2.7/lib2to3/pgen2/pgen.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/lib2to3/pgen2/tokenize.py b/lib-python/2.7/lib2to3/pgen2/tokenize.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/lib2to3/pygram.py b/lib-python/2.7/lib2to3/pygram.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/lib2to3/pytree.py b/lib-python/2.7/lib2to3/pytree.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/lib2to3/refactor.py b/lib-python/2.7/lib2to3/refactor.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/lib2to3/tests/__init__.py b/lib-python/2.7/lib2to3/tests/__init__.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/lib2to3/tests/data/README b/lib-python/2.7/lib2to3/tests/data/README
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/lib2to3/tests/data/bom.py b/lib-python/2.7/lib2to3/tests/data/bom.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/lib2to3/tests/data/crlf.py b/lib-python/2.7/lib2to3/tests/data/crlf.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/lib2to3/tests/data/different_encoding.py b/lib-python/2.7/lib2to3/tests/data/different_encoding.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/lib2to3/tests/data/fixers/bad_order.py b/lib-python/2.7/lib2to3/tests/data/fixers/bad_order.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/lib2to3/tests/data/fixers/myfixes/__init__.py b/lib-python/2.7/lib2to3/tests/data/fixers/myfixes/__init__.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/lib2to3/tests/data/fixers/myfixes/fix_explicit.py b/lib-python/2.7/lib2to3/tests/data/fixers/myfixes/fix_explicit.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/lib2to3/tests/data/fixers/myfixes/fix_first.py b/lib-python/2.7/lib2to3/tests/data/fixers/myfixes/fix_first.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/lib2to3/tests/data/fixers/myfixes/fix_last.py b/lib-python/2.7/lib2to3/tests/data/fixers/myfixes/fix_last.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/lib2to3/tests/data/fixers/myfixes/fix_parrot.py b/lib-python/2.7/lib2to3/tests/data/fixers/myfixes/fix_parrot.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/lib2to3/tests/data/fixers/myfixes/fix_preorder.py b/lib-python/2.7/lib2to3/tests/data/fixers/myfixes/fix_preorder.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/lib2to3/tests/data/fixers/no_fixer_cls.py b/lib-python/2.7/lib2to3/tests/data/fixers/no_fixer_cls.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/lib2to3/tests/data/fixers/parrot_example.py b/lib-python/2.7/lib2to3/tests/data/fixers/parrot_example.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/lib2to3/tests/data/infinite_recursion.py b/lib-python/2.7/lib2to3/tests/data/infinite_recursion.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/lib2to3/tests/data/py2_test_grammar.py b/lib-python/2.7/lib2to3/tests/data/py2_test_grammar.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/lib2to3/tests/data/py3_test_grammar.py b/lib-python/2.7/lib2to3/tests/data/py3_test_grammar.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/lib2to3/tests/support.py b/lib-python/2.7/lib2to3/tests/support.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/lib2to3/tests/test_all_fixers.py b/lib-python/2.7/lib2to3/tests/test_all_fixers.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/lib2to3/tests/test_fixers.py b/lib-python/2.7/lib2to3/tests/test_fixers.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/lib2to3/tests/test_main.py b/lib-python/2.7/lib2to3/tests/test_main.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/lib2to3/tests/test_parser.py b/lib-python/2.7/lib2to3/tests/test_parser.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/lib2to3/tests/test_pytree.py b/lib-python/2.7/lib2to3/tests/test_pytree.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/lib2to3/tests/test_refactor.py b/lib-python/2.7/lib2to3/tests/test_refactor.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/lib2to3/tests/test_util.py b/lib-python/2.7/lib2to3/tests/test_util.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/linecache.py b/lib-python/2.7/linecache.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/locale.py b/lib-python/2.7/locale.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/logging/__init__.py b/lib-python/2.7/logging/__init__.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/logging/config.py b/lib-python/2.7/logging/config.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/logging/handlers.py b/lib-python/2.7/logging/handlers.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/macpath.py b/lib-python/2.7/macpath.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/macurl2path.py b/lib-python/2.7/macurl2path.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/mailbox.py b/lib-python/2.7/mailbox.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/mailcap.py b/lib-python/2.7/mailcap.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/markupbase.py b/lib-python/2.7/markupbase.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/md5.py b/lib-python/2.7/md5.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/mhlib.py b/lib-python/2.7/mhlib.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/mimetools.py b/lib-python/2.7/mimetools.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/mimetypes.py b/lib-python/2.7/mimetypes.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/modulefinder.py b/lib-python/2.7/modulefinder.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/msilib/__init__.py b/lib-python/2.7/msilib/__init__.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/msilib/schema.py b/lib-python/2.7/msilib/schema.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/msilib/sequence.py b/lib-python/2.7/msilib/sequence.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/msilib/text.py b/lib-python/2.7/msilib/text.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/multifile.py b/lib-python/2.7/multifile.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/multiprocessing/__init__.py b/lib-python/2.7/multiprocessing/__init__.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/multiprocessing/connection.py b/lib-python/2.7/multiprocessing/connection.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/multiprocessing/dummy/__init__.py b/lib-python/2.7/multiprocessing/dummy/__init__.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/multiprocessing/dummy/connection.py b/lib-python/2.7/multiprocessing/dummy/connection.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/multiprocessing/forking.py b/lib-python/2.7/multiprocessing/forking.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/multiprocessing/heap.py b/lib-python/2.7/multiprocessing/heap.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/multiprocessing/managers.py b/lib-python/2.7/multiprocessing/managers.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/multiprocessing/pool.py b/lib-python/2.7/multiprocessing/pool.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/multiprocessing/process.py b/lib-python/2.7/multiprocessing/process.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/multiprocessing/queues.py b/lib-python/2.7/multiprocessing/queues.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/multiprocessing/reduction.py b/lib-python/2.7/multiprocessing/reduction.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/multiprocessing/sharedctypes.py b/lib-python/2.7/multiprocessing/sharedctypes.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/multiprocessing/synchronize.py b/lib-python/2.7/multiprocessing/synchronize.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/multiprocessing/util.py b/lib-python/2.7/multiprocessing/util.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/mutex.py b/lib-python/2.7/mutex.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/netrc.py b/lib-python/2.7/netrc.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/new.py b/lib-python/2.7/new.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/nntplib.py b/lib-python/2.7/nntplib.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/ntpath.py b/lib-python/2.7/ntpath.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/nturl2path.py b/lib-python/2.7/nturl2path.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/numbers.py b/lib-python/2.7/numbers.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/opcode.py b/lib-python/2.7/opcode.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/optparse.py b/lib-python/2.7/optparse.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/os.py b/lib-python/2.7/os.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/os2emxpath.py b/lib-python/2.7/os2emxpath.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/pdb.doc b/lib-python/2.7/pdb.doc
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/pickle.py b/lib-python/2.7/pickle.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/pickletools.py b/lib-python/2.7/pickletools.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/pipes.py b/lib-python/2.7/pipes.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/pkgutil.py b/lib-python/2.7/pkgutil.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-aix3/IN.py b/lib-python/2.7/plat-aix3/IN.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-aix4/IN.py b/lib-python/2.7/plat-aix4/IN.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-atheos/IN.py b/lib-python/2.7/plat-atheos/IN.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-atheos/TYPES.py b/lib-python/2.7/plat-atheos/TYPES.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-beos5/IN.py b/lib-python/2.7/plat-beos5/IN.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-darwin/IN.py b/lib-python/2.7/plat-darwin/IN.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-freebsd4/IN.py b/lib-python/2.7/plat-freebsd4/IN.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-freebsd5/IN.py b/lib-python/2.7/plat-freebsd5/IN.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-freebsd6/IN.py b/lib-python/2.7/plat-freebsd6/IN.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-freebsd7/IN.py b/lib-python/2.7/plat-freebsd7/IN.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-freebsd8/IN.py b/lib-python/2.7/plat-freebsd8/IN.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-irix5/AL.py b/lib-python/2.7/plat-irix5/AL.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-irix5/CD.py b/lib-python/2.7/plat-irix5/CD.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-irix5/CL.py b/lib-python/2.7/plat-irix5/CL.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-irix5/CL_old.py b/lib-python/2.7/plat-irix5/CL_old.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-irix5/DEVICE.py b/lib-python/2.7/plat-irix5/DEVICE.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-irix5/ERRNO.py b/lib-python/2.7/plat-irix5/ERRNO.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-irix5/FILE.py b/lib-python/2.7/plat-irix5/FILE.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-irix5/FL.py b/lib-python/2.7/plat-irix5/FL.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-irix5/GET.py b/lib-python/2.7/plat-irix5/GET.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-irix5/GL.py b/lib-python/2.7/plat-irix5/GL.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-irix5/GLWS.py b/lib-python/2.7/plat-irix5/GLWS.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-irix5/IN.py b/lib-python/2.7/plat-irix5/IN.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-irix5/IOCTL.py b/lib-python/2.7/plat-irix5/IOCTL.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-irix5/SV.py b/lib-python/2.7/plat-irix5/SV.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-irix5/WAIT.py b/lib-python/2.7/plat-irix5/WAIT.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-irix5/cddb.py b/lib-python/2.7/plat-irix5/cddb.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-irix5/cdplayer.py b/lib-python/2.7/plat-irix5/cdplayer.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-irix5/flp.doc b/lib-python/2.7/plat-irix5/flp.doc
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-irix5/flp.py b/lib-python/2.7/plat-irix5/flp.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-irix5/jpeg.py b/lib-python/2.7/plat-irix5/jpeg.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-irix5/panel.py b/lib-python/2.7/plat-irix5/panel.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-irix5/panelparser.py b/lib-python/2.7/plat-irix5/panelparser.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-irix5/readcd.doc b/lib-python/2.7/plat-irix5/readcd.doc
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-irix5/readcd.py b/lib-python/2.7/plat-irix5/readcd.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-irix5/torgb.py b/lib-python/2.7/plat-irix5/torgb.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-irix6/AL.py b/lib-python/2.7/plat-irix6/AL.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-irix6/CD.py b/lib-python/2.7/plat-irix6/CD.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-irix6/CL.py b/lib-python/2.7/plat-irix6/CL.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-irix6/DEVICE.py b/lib-python/2.7/plat-irix6/DEVICE.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-irix6/ERRNO.py b/lib-python/2.7/plat-irix6/ERRNO.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-irix6/FILE.py b/lib-python/2.7/plat-irix6/FILE.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-irix6/FL.py b/lib-python/2.7/plat-irix6/FL.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-irix6/GET.py b/lib-python/2.7/plat-irix6/GET.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-irix6/GL.py b/lib-python/2.7/plat-irix6/GL.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-irix6/GLWS.py b/lib-python/2.7/plat-irix6/GLWS.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-irix6/IN.py b/lib-python/2.7/plat-irix6/IN.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-irix6/IOCTL.py b/lib-python/2.7/plat-irix6/IOCTL.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-irix6/SV.py b/lib-python/2.7/plat-irix6/SV.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-irix6/WAIT.py b/lib-python/2.7/plat-irix6/WAIT.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-irix6/cddb.py b/lib-python/2.7/plat-irix6/cddb.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-irix6/cdplayer.py b/lib-python/2.7/plat-irix6/cdplayer.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-irix6/flp.doc b/lib-python/2.7/plat-irix6/flp.doc
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-irix6/flp.py b/lib-python/2.7/plat-irix6/flp.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-irix6/jpeg.py b/lib-python/2.7/plat-irix6/jpeg.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-irix6/panel.py b/lib-python/2.7/plat-irix6/panel.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-irix6/panelparser.py b/lib-python/2.7/plat-irix6/panelparser.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-irix6/readcd.doc b/lib-python/2.7/plat-irix6/readcd.doc
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-irix6/readcd.py b/lib-python/2.7/plat-irix6/readcd.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-irix6/torgb.py b/lib-python/2.7/plat-irix6/torgb.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-linux2/CDROM.py b/lib-python/2.7/plat-linux2/CDROM.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-linux2/DLFCN.py b/lib-python/2.7/plat-linux2/DLFCN.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-linux2/IN.py b/lib-python/2.7/plat-linux2/IN.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-linux2/TYPES.py b/lib-python/2.7/plat-linux2/TYPES.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/Audio_mac.py b/lib-python/2.7/plat-mac/Audio_mac.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/Carbon/AE.py b/lib-python/2.7/plat-mac/Carbon/AE.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/Carbon/AH.py b/lib-python/2.7/plat-mac/Carbon/AH.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/Carbon/Alias.py b/lib-python/2.7/plat-mac/Carbon/Alias.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/Carbon/Aliases.py b/lib-python/2.7/plat-mac/Carbon/Aliases.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/Carbon/App.py b/lib-python/2.7/plat-mac/Carbon/App.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/Carbon/Appearance.py b/lib-python/2.7/plat-mac/Carbon/Appearance.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/Carbon/AppleEvents.py b/lib-python/2.7/plat-mac/Carbon/AppleEvents.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/Carbon/AppleHelp.py b/lib-python/2.7/plat-mac/Carbon/AppleHelp.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/Carbon/CF.py b/lib-python/2.7/plat-mac/Carbon/CF.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/Carbon/CG.py b/lib-python/2.7/plat-mac/Carbon/CG.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/Carbon/CarbonEvents.py b/lib-python/2.7/plat-mac/Carbon/CarbonEvents.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/Carbon/CarbonEvt.py b/lib-python/2.7/plat-mac/Carbon/CarbonEvt.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/Carbon/Cm.py b/lib-python/2.7/plat-mac/Carbon/Cm.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/Carbon/Components.py b/lib-python/2.7/plat-mac/Carbon/Components.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/Carbon/ControlAccessor.py b/lib-python/2.7/plat-mac/Carbon/ControlAccessor.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/Carbon/Controls.py b/lib-python/2.7/plat-mac/Carbon/Controls.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/Carbon/CoreFoundation.py b/lib-python/2.7/plat-mac/Carbon/CoreFoundation.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/Carbon/CoreGraphics.py b/lib-python/2.7/plat-mac/Carbon/CoreGraphics.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/Carbon/Ctl.py b/lib-python/2.7/plat-mac/Carbon/Ctl.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/Carbon/Dialogs.py b/lib-python/2.7/plat-mac/Carbon/Dialogs.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/Carbon/Dlg.py b/lib-python/2.7/plat-mac/Carbon/Dlg.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/Carbon/Drag.py b/lib-python/2.7/plat-mac/Carbon/Drag.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/Carbon/Dragconst.py b/lib-python/2.7/plat-mac/Carbon/Dragconst.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/Carbon/Events.py b/lib-python/2.7/plat-mac/Carbon/Events.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/Carbon/Evt.py b/lib-python/2.7/plat-mac/Carbon/Evt.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/Carbon/File.py b/lib-python/2.7/plat-mac/Carbon/File.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/Carbon/Files.py b/lib-python/2.7/plat-mac/Carbon/Files.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/Carbon/Fm.py b/lib-python/2.7/plat-mac/Carbon/Fm.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/Carbon/Folder.py b/lib-python/2.7/plat-mac/Carbon/Folder.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/Carbon/Folders.py b/lib-python/2.7/plat-mac/Carbon/Folders.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/Carbon/Fonts.py b/lib-python/2.7/plat-mac/Carbon/Fonts.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/Carbon/Help.py b/lib-python/2.7/plat-mac/Carbon/Help.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/Carbon/IBCarbon.py b/lib-python/2.7/plat-mac/Carbon/IBCarbon.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/Carbon/IBCarbonRuntime.py b/lib-python/2.7/plat-mac/Carbon/IBCarbonRuntime.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/Carbon/Icn.py b/lib-python/2.7/plat-mac/Carbon/Icn.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/Carbon/Icons.py b/lib-python/2.7/plat-mac/Carbon/Icons.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/Carbon/Launch.py b/lib-python/2.7/plat-mac/Carbon/Launch.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/Carbon/LaunchServices.py b/lib-python/2.7/plat-mac/Carbon/LaunchServices.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/Carbon/List.py b/lib-python/2.7/plat-mac/Carbon/List.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/Carbon/Lists.py b/lib-python/2.7/plat-mac/Carbon/Lists.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/Carbon/MacHelp.py b/lib-python/2.7/plat-mac/Carbon/MacHelp.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/Carbon/MacTextEditor.py b/lib-python/2.7/plat-mac/Carbon/MacTextEditor.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/Carbon/MediaDescr.py b/lib-python/2.7/plat-mac/Carbon/MediaDescr.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/Carbon/Menu.py b/lib-python/2.7/plat-mac/Carbon/Menu.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/Carbon/Menus.py b/lib-python/2.7/plat-mac/Carbon/Menus.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/Carbon/Mlte.py b/lib-python/2.7/plat-mac/Carbon/Mlte.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/Carbon/OSA.py b/lib-python/2.7/plat-mac/Carbon/OSA.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/Carbon/OSAconst.py b/lib-python/2.7/plat-mac/Carbon/OSAconst.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/Carbon/QDOffscreen.py b/lib-python/2.7/plat-mac/Carbon/QDOffscreen.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/Carbon/Qd.py b/lib-python/2.7/plat-mac/Carbon/Qd.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/Carbon/Qdoffs.py b/lib-python/2.7/plat-mac/Carbon/Qdoffs.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/Carbon/Qt.py b/lib-python/2.7/plat-mac/Carbon/Qt.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/Carbon/QuickDraw.py b/lib-python/2.7/plat-mac/Carbon/QuickDraw.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/Carbon/QuickTime.py b/lib-python/2.7/plat-mac/Carbon/QuickTime.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/Carbon/Res.py b/lib-python/2.7/plat-mac/Carbon/Res.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/Carbon/Resources.py b/lib-python/2.7/plat-mac/Carbon/Resources.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/Carbon/Scrap.py b/lib-python/2.7/plat-mac/Carbon/Scrap.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/Carbon/Snd.py b/lib-python/2.7/plat-mac/Carbon/Snd.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/Carbon/Sndihooks.py b/lib-python/2.7/plat-mac/Carbon/Sndihooks.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/Carbon/Sound.py b/lib-python/2.7/plat-mac/Carbon/Sound.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/Carbon/TE.py b/lib-python/2.7/plat-mac/Carbon/TE.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/Carbon/TextEdit.py b/lib-python/2.7/plat-mac/Carbon/TextEdit.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/Carbon/Win.py b/lib-python/2.7/plat-mac/Carbon/Win.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/Carbon/Windows.py b/lib-python/2.7/plat-mac/Carbon/Windows.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/Carbon/__init__.py b/lib-python/2.7/plat-mac/Carbon/__init__.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/EasyDialogs.py b/lib-python/2.7/plat-mac/EasyDialogs.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/FrameWork.py b/lib-python/2.7/plat-mac/FrameWork.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/MiniAEFrame.py b/lib-python/2.7/plat-mac/MiniAEFrame.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/PixMapWrapper.py b/lib-python/2.7/plat-mac/PixMapWrapper.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/aepack.py b/lib-python/2.7/plat-mac/aepack.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/aetools.py b/lib-python/2.7/plat-mac/aetools.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/aetypes.py b/lib-python/2.7/plat-mac/aetypes.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/applesingle.py b/lib-python/2.7/plat-mac/applesingle.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/appletrawmain.py b/lib-python/2.7/plat-mac/appletrawmain.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/argvemulator.py b/lib-python/2.7/plat-mac/argvemulator.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/bgenlocations.py b/lib-python/2.7/plat-mac/bgenlocations.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/buildtools.py b/lib-python/2.7/plat-mac/buildtools.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/cfmfile.py b/lib-python/2.7/plat-mac/cfmfile.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/dialogs.rsrc b/lib-python/2.7/plat-mac/dialogs.rsrc
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/errors.rsrc b/lib-python/2.7/plat-mac/errors.rsrc
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/findertools.py b/lib-python/2.7/plat-mac/findertools.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/gensuitemodule.py b/lib-python/2.7/plat-mac/gensuitemodule.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/ic.py b/lib-python/2.7/plat-mac/ic.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/icopen.py b/lib-python/2.7/plat-mac/icopen.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/lib-scriptpackages/CodeWarrior/CodeWarrior_suite.py b/lib-python/2.7/plat-mac/lib-scriptpackages/CodeWarrior/CodeWarrior_suite.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/lib-scriptpackages/CodeWarrior/Metrowerks_Shell_Suite.py b/lib-python/2.7/plat-mac/lib-scriptpackages/CodeWarrior/Metrowerks_Shell_Suite.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/lib-scriptpackages/CodeWarrior/Required.py b/lib-python/2.7/plat-mac/lib-scriptpackages/CodeWarrior/Required.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/lib-scriptpackages/CodeWarrior/Standard_Suite.py b/lib-python/2.7/plat-mac/lib-scriptpackages/CodeWarrior/Standard_Suite.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/lib-scriptpackages/CodeWarrior/__init__.py b/lib-python/2.7/plat-mac/lib-scriptpackages/CodeWarrior/__init__.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/lib-scriptpackages/Explorer/Microsoft_Internet_Explorer.py b/lib-python/2.7/plat-mac/lib-scriptpackages/Explorer/Microsoft_Internet_Explorer.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/lib-scriptpackages/Explorer/Netscape_Suite.py b/lib-python/2.7/plat-mac/lib-scriptpackages/Explorer/Netscape_Suite.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/lib-scriptpackages/Explorer/Required_Suite.py b/lib-python/2.7/plat-mac/lib-scriptpackages/Explorer/Required_Suite.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/lib-scriptpackages/Explorer/Standard_Suite.py b/lib-python/2.7/plat-mac/lib-scriptpackages/Explorer/Standard_Suite.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/lib-scriptpackages/Explorer/URL_Suite.py b/lib-python/2.7/plat-mac/lib-scriptpackages/Explorer/URL_Suite.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/lib-scriptpackages/Explorer/Web_Browser_Suite.py b/lib-python/2.7/plat-mac/lib-scriptpackages/Explorer/Web_Browser_Suite.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/lib-scriptpackages/Explorer/__init__.py b/lib-python/2.7/plat-mac/lib-scriptpackages/Explorer/__init__.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/lib-scriptpackages/Finder/Containers_and_folders.py b/lib-python/2.7/plat-mac/lib-scriptpackages/Finder/Containers_and_folders.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/lib-scriptpackages/Finder/Enumerations.py b/lib-python/2.7/plat-mac/lib-scriptpackages/Finder/Enumerations.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/lib-scriptpackages/Finder/Files.py b/lib-python/2.7/plat-mac/lib-scriptpackages/Finder/Files.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/lib-scriptpackages/Finder/Finder_Basics.py b/lib-python/2.7/plat-mac/lib-scriptpackages/Finder/Finder_Basics.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/lib-scriptpackages/Finder/Finder_items.py b/lib-python/2.7/plat-mac/lib-scriptpackages/Finder/Finder_items.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/lib-scriptpackages/Finder/Legacy_suite.py b/lib-python/2.7/plat-mac/lib-scriptpackages/Finder/Legacy_suite.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/lib-scriptpackages/Finder/Standard_Suite.py b/lib-python/2.7/plat-mac/lib-scriptpackages/Finder/Standard_Suite.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/lib-scriptpackages/Finder/Type_Definitions.py b/lib-python/2.7/plat-mac/lib-scriptpackages/Finder/Type_Definitions.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/lib-scriptpackages/Finder/Window_classes.py b/lib-python/2.7/plat-mac/lib-scriptpackages/Finder/Window_classes.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/lib-scriptpackages/Finder/__init__.py b/lib-python/2.7/plat-mac/lib-scriptpackages/Finder/__init__.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/lib-scriptpackages/Netscape/Mozilla_suite.py b/lib-python/2.7/plat-mac/lib-scriptpackages/Netscape/Mozilla_suite.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/lib-scriptpackages/Netscape/PowerPlant.py b/lib-python/2.7/plat-mac/lib-scriptpackages/Netscape/PowerPlant.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/lib-scriptpackages/Netscape/Required_suite.py b/lib-python/2.7/plat-mac/lib-scriptpackages/Netscape/Required_suite.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/lib-scriptpackages/Netscape/Standard_Suite.py b/lib-python/2.7/plat-mac/lib-scriptpackages/Netscape/Standard_Suite.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/lib-scriptpackages/Netscape/Standard_URL_suite.py b/lib-python/2.7/plat-mac/lib-scriptpackages/Netscape/Standard_URL_suite.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/lib-scriptpackages/Netscape/Text.py b/lib-python/2.7/plat-mac/lib-scriptpackages/Netscape/Text.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/lib-scriptpackages/Netscape/WorldWideWeb_suite.py b/lib-python/2.7/plat-mac/lib-scriptpackages/Netscape/WorldWideWeb_suite.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/lib-scriptpackages/Netscape/__init__.py b/lib-python/2.7/plat-mac/lib-scriptpackages/Netscape/__init__.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/lib-scriptpackages/StdSuites/AppleScript_Suite.py b/lib-python/2.7/plat-mac/lib-scriptpackages/StdSuites/AppleScript_Suite.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/lib-scriptpackages/StdSuites/Macintosh_Connectivity_Clas.py b/lib-python/2.7/plat-mac/lib-scriptpackages/StdSuites/Macintosh_Connectivity_Clas.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/lib-scriptpackages/StdSuites/QuickDraw_Graphics_Suite.py b/lib-python/2.7/plat-mac/lib-scriptpackages/StdSuites/QuickDraw_Graphics_Suite.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/lib-scriptpackages/StdSuites/QuickDraw_Graphics_Suppleme.py b/lib-python/2.7/plat-mac/lib-scriptpackages/StdSuites/QuickDraw_Graphics_Suppleme.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/lib-scriptpackages/StdSuites/Required_Suite.py b/lib-python/2.7/plat-mac/lib-scriptpackages/StdSuites/Required_Suite.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/lib-scriptpackages/StdSuites/Standard_Suite.py b/lib-python/2.7/plat-mac/lib-scriptpackages/StdSuites/Standard_Suite.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/lib-scriptpackages/StdSuites/Table_Suite.py b/lib-python/2.7/plat-mac/lib-scriptpackages/StdSuites/Table_Suite.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/lib-scriptpackages/StdSuites/Text_Suite.py b/lib-python/2.7/plat-mac/lib-scriptpackages/StdSuites/Text_Suite.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/lib-scriptpackages/StdSuites/Type_Names_Suite.py b/lib-python/2.7/plat-mac/lib-scriptpackages/StdSuites/Type_Names_Suite.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/lib-scriptpackages/StdSuites/__init__.py b/lib-python/2.7/plat-mac/lib-scriptpackages/StdSuites/__init__.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/lib-scriptpackages/SystemEvents/Disk_Folder_File_Suite.py b/lib-python/2.7/plat-mac/lib-scriptpackages/SystemEvents/Disk_Folder_File_Suite.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/lib-scriptpackages/SystemEvents/Folder_Actions_Suite.py b/lib-python/2.7/plat-mac/lib-scriptpackages/SystemEvents/Folder_Actions_Suite.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/lib-scriptpackages/SystemEvents/Hidden_Suite.py b/lib-python/2.7/plat-mac/lib-scriptpackages/SystemEvents/Hidden_Suite.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/lib-scriptpackages/SystemEvents/Login_Items_Suite.py b/lib-python/2.7/plat-mac/lib-scriptpackages/SystemEvents/Login_Items_Suite.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/lib-scriptpackages/SystemEvents/Power_Suite.py b/lib-python/2.7/plat-mac/lib-scriptpackages/SystemEvents/Power_Suite.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/lib-scriptpackages/SystemEvents/Processes_Suite.py b/lib-python/2.7/plat-mac/lib-scriptpackages/SystemEvents/Processes_Suite.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/lib-scriptpackages/SystemEvents/Standard_Suite.py b/lib-python/2.7/plat-mac/lib-scriptpackages/SystemEvents/Standard_Suite.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/lib-scriptpackages/SystemEvents/System_Events_Suite.py b/lib-python/2.7/plat-mac/lib-scriptpackages/SystemEvents/System_Events_Suite.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/lib-scriptpackages/SystemEvents/Text_Suite.py b/lib-python/2.7/plat-mac/lib-scriptpackages/SystemEvents/Text_Suite.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/lib-scriptpackages/SystemEvents/__init__.py b/lib-python/2.7/plat-mac/lib-scriptpackages/SystemEvents/__init__.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/lib-scriptpackages/Terminal/Standard_Suite.py b/lib-python/2.7/plat-mac/lib-scriptpackages/Terminal/Standard_Suite.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/lib-scriptpackages/Terminal/Terminal_Suite.py b/lib-python/2.7/plat-mac/lib-scriptpackages/Terminal/Terminal_Suite.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/lib-scriptpackages/Terminal/Text_Suite.py b/lib-python/2.7/plat-mac/lib-scriptpackages/Terminal/Text_Suite.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/lib-scriptpackages/Terminal/__init__.py b/lib-python/2.7/plat-mac/lib-scriptpackages/Terminal/__init__.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/lib-scriptpackages/_builtinSuites/__init__.py b/lib-python/2.7/plat-mac/lib-scriptpackages/_builtinSuites/__init__.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/lib-scriptpackages/_builtinSuites/builtin_Suite.py b/lib-python/2.7/plat-mac/lib-scriptpackages/_builtinSuites/builtin_Suite.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/macerrors.py b/lib-python/2.7/plat-mac/macerrors.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/macostools.py b/lib-python/2.7/plat-mac/macostools.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/macresource.py b/lib-python/2.7/plat-mac/macresource.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/pimp.py b/lib-python/2.7/plat-mac/pimp.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/terminalcommand.py b/lib-python/2.7/plat-mac/terminalcommand.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-mac/videoreader.py b/lib-python/2.7/plat-mac/videoreader.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-netbsd1/IN.py b/lib-python/2.7/plat-netbsd1/IN.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-os2emx/IN.py b/lib-python/2.7/plat-os2emx/IN.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-os2emx/SOCKET.py b/lib-python/2.7/plat-os2emx/SOCKET.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-os2emx/_emx_link.py b/lib-python/2.7/plat-os2emx/_emx_link.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-os2emx/grp.py b/lib-python/2.7/plat-os2emx/grp.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-os2emx/pwd.py b/lib-python/2.7/plat-os2emx/pwd.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-riscos/riscosenviron.py b/lib-python/2.7/plat-riscos/riscosenviron.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-riscos/riscospath.py b/lib-python/2.7/plat-riscos/riscospath.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-riscos/rourl2path.py b/lib-python/2.7/plat-riscos/rourl2path.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-sunos5/CDIO.py b/lib-python/2.7/plat-sunos5/CDIO.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-sunos5/DLFCN.py b/lib-python/2.7/plat-sunos5/DLFCN.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-sunos5/IN.py b/lib-python/2.7/plat-sunos5/IN.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-sunos5/STROPTS.py b/lib-python/2.7/plat-sunos5/STROPTS.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-sunos5/SUNAUDIODEV.py b/lib-python/2.7/plat-sunos5/SUNAUDIODEV.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-sunos5/TYPES.py b/lib-python/2.7/plat-sunos5/TYPES.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-unixware7/IN.py b/lib-python/2.7/plat-unixware7/IN.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plat-unixware7/STROPTS.py b/lib-python/2.7/plat-unixware7/STROPTS.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/plistlib.py b/lib-python/2.7/plistlib.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/popen2.py b/lib-python/2.7/popen2.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/poplib.py b/lib-python/2.7/poplib.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/posixfile.py b/lib-python/2.7/posixfile.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/posixpath.py b/lib-python/2.7/posixpath.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/pprint.py b/lib-python/2.7/pprint.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/pstats.py b/lib-python/2.7/pstats.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/pty.py b/lib-python/2.7/pty.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/py_compile.py b/lib-python/2.7/py_compile.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/pyclbr.py b/lib-python/2.7/pyclbr.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/pydoc_data/__init__.py b/lib-python/2.7/pydoc_data/__init__.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/pydoc_data/topics.py b/lib-python/2.7/pydoc_data/topics.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/random.py b/lib-python/2.7/random.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/re.py b/lib-python/2.7/re.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/repr.py b/lib-python/2.7/repr.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/rexec.py b/lib-python/2.7/rexec.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/rfc822.py b/lib-python/2.7/rfc822.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/rlcompleter.py b/lib-python/2.7/rlcompleter.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/robotparser.py b/lib-python/2.7/robotparser.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/runpy.py b/lib-python/2.7/runpy.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/sched.py b/lib-python/2.7/sched.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/sets.py b/lib-python/2.7/sets.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/sgmllib.py b/lib-python/2.7/sgmllib.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/sha.py b/lib-python/2.7/sha.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/shelve.py b/lib-python/2.7/shelve.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/shlex.py b/lib-python/2.7/shlex.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/shutil.py b/lib-python/2.7/shutil.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/site-packages/README b/lib-python/2.7/site-packages/README
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/site.py b/lib-python/2.7/site.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/sndhdr.py b/lib-python/2.7/sndhdr.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/socket.py b/lib-python/2.7/socket.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/sqlite3/__init__.py b/lib-python/2.7/sqlite3/__init__.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/sqlite3/dbapi2.py b/lib-python/2.7/sqlite3/dbapi2.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/sqlite3/dump.py b/lib-python/2.7/sqlite3/dump.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/sqlite3/test/__init__.py b/lib-python/2.7/sqlite3/test/__init__.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/sqlite3/test/dbapi.py b/lib-python/2.7/sqlite3/test/dbapi.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/sqlite3/test/dump.py b/lib-python/2.7/sqlite3/test/dump.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/sqlite3/test/factory.py b/lib-python/2.7/sqlite3/test/factory.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/sqlite3/test/hooks.py b/lib-python/2.7/sqlite3/test/hooks.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/sqlite3/test/py25tests.py b/lib-python/2.7/sqlite3/test/py25tests.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/sqlite3/test/regression.py b/lib-python/2.7/sqlite3/test/regression.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/sqlite3/test/transactions.py b/lib-python/2.7/sqlite3/test/transactions.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/sqlite3/test/types.py b/lib-python/2.7/sqlite3/test/types.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/sqlite3/test/userfunctions.py b/lib-python/2.7/sqlite3/test/userfunctions.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/sre.py b/lib-python/2.7/sre.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/sre_compile.py b/lib-python/2.7/sre_compile.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/sre_constants.py b/lib-python/2.7/sre_constants.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/sre_parse.py b/lib-python/2.7/sre_parse.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/ssl.py b/lib-python/2.7/ssl.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/stat.py b/lib-python/2.7/stat.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/statvfs.py b/lib-python/2.7/statvfs.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/string.py b/lib-python/2.7/string.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/stringold.py b/lib-python/2.7/stringold.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/stringprep.py b/lib-python/2.7/stringprep.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/struct.py b/lib-python/2.7/struct.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/subprocess.py b/lib-python/2.7/subprocess.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/sunau.py b/lib-python/2.7/sunau.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/sunaudio.py b/lib-python/2.7/sunaudio.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/symtable.py b/lib-python/2.7/symtable.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/sysconfig.py b/lib-python/2.7/sysconfig.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/tarfile.py b/lib-python/2.7/tarfile.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/telnetlib.py b/lib-python/2.7/telnetlib.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/tempfile.py b/lib-python/2.7/tempfile.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/185test.db b/lib-python/2.7/test/185test.db
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/Sine-1000Hz-300ms.aif b/lib-python/2.7/test/Sine-1000Hz-300ms.aif
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/__init__.py b/lib-python/2.7/test/__init__.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/audiotest.au b/lib-python/2.7/test/audiotest.au
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/autotest.py b/lib-python/2.7/test/autotest.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/bad_coding.py b/lib-python/2.7/test/bad_coding.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/bad_coding2.py b/lib-python/2.7/test/bad_coding2.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/badcert.pem b/lib-python/2.7/test/badcert.pem
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/badkey.pem b/lib-python/2.7/test/badkey.pem
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/badsyntax_future3.py b/lib-python/2.7/test/badsyntax_future3.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/badsyntax_future4.py b/lib-python/2.7/test/badsyntax_future4.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/badsyntax_future5.py b/lib-python/2.7/test/badsyntax_future5.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/badsyntax_future6.py b/lib-python/2.7/test/badsyntax_future6.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/badsyntax_future7.py b/lib-python/2.7/test/badsyntax_future7.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/badsyntax_future8.py b/lib-python/2.7/test/badsyntax_future8.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/badsyntax_future9.py b/lib-python/2.7/test/badsyntax_future9.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/badsyntax_nocaret.py b/lib-python/2.7/test/badsyntax_nocaret.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/buffer_tests.py b/lib-python/2.7/test/buffer_tests.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/cfgparser.1 b/lib-python/2.7/test/cfgparser.1
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/check_soundcard.vbs b/lib-python/2.7/test/check_soundcard.vbs
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/cjkencodings/big5-utf8.txt b/lib-python/2.7/test/cjkencodings/big5-utf8.txt
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/cjkencodings/big5.txt b/lib-python/2.7/test/cjkencodings/big5.txt
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/cjkencodings/big5hkscs-utf8.txt b/lib-python/2.7/test/cjkencodings/big5hkscs-utf8.txt
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/cjkencodings/big5hkscs.txt b/lib-python/2.7/test/cjkencodings/big5hkscs.txt
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/cjkencodings/cp949-utf8.txt b/lib-python/2.7/test/cjkencodings/cp949-utf8.txt
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/cjkencodings/cp949.txt b/lib-python/2.7/test/cjkencodings/cp949.txt
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/cjkencodings/euc_jisx0213-utf8.txt b/lib-python/2.7/test/cjkencodings/euc_jisx0213-utf8.txt
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/cjkencodings/euc_jisx0213.txt b/lib-python/2.7/test/cjkencodings/euc_jisx0213.txt
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/cjkencodings/euc_jp-utf8.txt b/lib-python/2.7/test/cjkencodings/euc_jp-utf8.txt
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/cjkencodings/euc_jp.txt b/lib-python/2.7/test/cjkencodings/euc_jp.txt
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/cjkencodings/euc_kr-utf8.txt b/lib-python/2.7/test/cjkencodings/euc_kr-utf8.txt
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/cjkencodings/euc_kr.txt b/lib-python/2.7/test/cjkencodings/euc_kr.txt
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/cjkencodings/gb18030-utf8.txt b/lib-python/2.7/test/cjkencodings/gb18030-utf8.txt
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/cjkencodings/gb18030.txt b/lib-python/2.7/test/cjkencodings/gb18030.txt
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/cjkencodings/gb2312-utf8.txt b/lib-python/2.7/test/cjkencodings/gb2312-utf8.txt
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/cjkencodings/gb2312.txt b/lib-python/2.7/test/cjkencodings/gb2312.txt
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/cjkencodings/gbk-utf8.txt b/lib-python/2.7/test/cjkencodings/gbk-utf8.txt
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/cjkencodings/gbk.txt b/lib-python/2.7/test/cjkencodings/gbk.txt
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/cjkencodings/hz-utf8.txt b/lib-python/2.7/test/cjkencodings/hz-utf8.txt
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/cjkencodings/hz.txt b/lib-python/2.7/test/cjkencodings/hz.txt
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/cjkencodings/johab-utf8.txt b/lib-python/2.7/test/cjkencodings/johab-utf8.txt
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/cjkencodings/johab.txt b/lib-python/2.7/test/cjkencodings/johab.txt
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/cjkencodings/shift_jis-utf8.txt b/lib-python/2.7/test/cjkencodings/shift_jis-utf8.txt
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/cjkencodings/shift_jis.txt b/lib-python/2.7/test/cjkencodings/shift_jis.txt
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/cjkencodings/shift_jisx0213-utf8.txt b/lib-python/2.7/test/cjkencodings/shift_jisx0213-utf8.txt
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/cjkencodings/shift_jisx0213.txt b/lib-python/2.7/test/cjkencodings/shift_jisx0213.txt
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/cmath_testcases.txt b/lib-python/2.7/test/cmath_testcases.txt
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/crashers/README b/lib-python/2.7/test/crashers/README
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/crashers/bogus_code_obj.py b/lib-python/2.7/test/crashers/bogus_code_obj.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/crashers/borrowed_ref_1.py b/lib-python/2.7/test/crashers/borrowed_ref_1.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/crashers/borrowed_ref_2.py b/lib-python/2.7/test/crashers/borrowed_ref_2.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/crashers/compiler_recursion.py b/lib-python/2.7/test/crashers/compiler_recursion.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/crashers/gc_has_finalizer.py b/lib-python/2.7/test/crashers/gc_has_finalizer.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/crashers/gc_inspection.py b/lib-python/2.7/test/crashers/gc_inspection.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/crashers/infinite_loop_re.py b/lib-python/2.7/test/crashers/infinite_loop_re.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/crashers/loosing_mro_ref.py b/lib-python/2.7/test/crashers/loosing_mro_ref.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/crashers/mutation_inside_cyclegc.py b/lib-python/2.7/test/crashers/mutation_inside_cyclegc.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/crashers/nasty_eq_vs_dict.py b/lib-python/2.7/test/crashers/nasty_eq_vs_dict.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/crashers/recursion_limit_too_high.py b/lib-python/2.7/test/crashers/recursion_limit_too_high.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/crashers/recursive_call.py b/lib-python/2.7/test/crashers/recursive_call.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/curses_tests.py b/lib-python/2.7/test/curses_tests.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/data/README b/lib-python/2.7/test/data/README
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/abs.decTest b/lib-python/2.7/test/decimaltestdata/abs.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/add.decTest b/lib-python/2.7/test/decimaltestdata/add.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/and.decTest b/lib-python/2.7/test/decimaltestdata/and.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/base.decTest b/lib-python/2.7/test/decimaltestdata/base.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/clamp.decTest b/lib-python/2.7/test/decimaltestdata/clamp.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/class.decTest b/lib-python/2.7/test/decimaltestdata/class.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/compare.decTest b/lib-python/2.7/test/decimaltestdata/compare.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/comparetotal.decTest b/lib-python/2.7/test/decimaltestdata/comparetotal.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/comparetotmag.decTest b/lib-python/2.7/test/decimaltestdata/comparetotmag.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/copy.decTest b/lib-python/2.7/test/decimaltestdata/copy.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/copyabs.decTest b/lib-python/2.7/test/decimaltestdata/copyabs.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/copynegate.decTest b/lib-python/2.7/test/decimaltestdata/copynegate.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/copysign.decTest b/lib-python/2.7/test/decimaltestdata/copysign.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/ddAbs.decTest b/lib-python/2.7/test/decimaltestdata/ddAbs.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/ddAdd.decTest b/lib-python/2.7/test/decimaltestdata/ddAdd.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/ddAnd.decTest b/lib-python/2.7/test/decimaltestdata/ddAnd.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/ddBase.decTest b/lib-python/2.7/test/decimaltestdata/ddBase.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/ddCanonical.decTest b/lib-python/2.7/test/decimaltestdata/ddCanonical.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/ddClass.decTest b/lib-python/2.7/test/decimaltestdata/ddClass.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/ddCompare.decTest b/lib-python/2.7/test/decimaltestdata/ddCompare.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/ddCompareSig.decTest b/lib-python/2.7/test/decimaltestdata/ddCompareSig.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/ddCompareTotal.decTest b/lib-python/2.7/test/decimaltestdata/ddCompareTotal.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/ddCompareTotalMag.decTest b/lib-python/2.7/test/decimaltestdata/ddCompareTotalMag.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/ddCopy.decTest b/lib-python/2.7/test/decimaltestdata/ddCopy.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/ddCopyAbs.decTest b/lib-python/2.7/test/decimaltestdata/ddCopyAbs.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/ddCopyNegate.decTest b/lib-python/2.7/test/decimaltestdata/ddCopyNegate.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/ddCopySign.decTest b/lib-python/2.7/test/decimaltestdata/ddCopySign.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/ddDivide.decTest b/lib-python/2.7/test/decimaltestdata/ddDivide.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/ddDivideInt.decTest b/lib-python/2.7/test/decimaltestdata/ddDivideInt.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/ddEncode.decTest b/lib-python/2.7/test/decimaltestdata/ddEncode.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/ddFMA.decTest b/lib-python/2.7/test/decimaltestdata/ddFMA.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/ddInvert.decTest b/lib-python/2.7/test/decimaltestdata/ddInvert.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/ddLogB.decTest b/lib-python/2.7/test/decimaltestdata/ddLogB.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/ddMax.decTest b/lib-python/2.7/test/decimaltestdata/ddMax.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/ddMaxMag.decTest b/lib-python/2.7/test/decimaltestdata/ddMaxMag.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/ddMin.decTest b/lib-python/2.7/test/decimaltestdata/ddMin.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/ddMinMag.decTest b/lib-python/2.7/test/decimaltestdata/ddMinMag.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/ddMinus.decTest b/lib-python/2.7/test/decimaltestdata/ddMinus.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/ddMultiply.decTest b/lib-python/2.7/test/decimaltestdata/ddMultiply.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/ddNextMinus.decTest b/lib-python/2.7/test/decimaltestdata/ddNextMinus.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/ddNextPlus.decTest b/lib-python/2.7/test/decimaltestdata/ddNextPlus.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/ddNextToward.decTest b/lib-python/2.7/test/decimaltestdata/ddNextToward.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/ddOr.decTest b/lib-python/2.7/test/decimaltestdata/ddOr.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/ddPlus.decTest b/lib-python/2.7/test/decimaltestdata/ddPlus.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/ddQuantize.decTest b/lib-python/2.7/test/decimaltestdata/ddQuantize.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/ddReduce.decTest b/lib-python/2.7/test/decimaltestdata/ddReduce.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/ddRemainder.decTest b/lib-python/2.7/test/decimaltestdata/ddRemainder.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/ddRemainderNear.decTest b/lib-python/2.7/test/decimaltestdata/ddRemainderNear.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/ddRotate.decTest b/lib-python/2.7/test/decimaltestdata/ddRotate.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/ddSameQuantum.decTest b/lib-python/2.7/test/decimaltestdata/ddSameQuantum.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/ddScaleB.decTest b/lib-python/2.7/test/decimaltestdata/ddScaleB.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/ddShift.decTest b/lib-python/2.7/test/decimaltestdata/ddShift.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/ddSubtract.decTest b/lib-python/2.7/test/decimaltestdata/ddSubtract.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/ddToIntegral.decTest b/lib-python/2.7/test/decimaltestdata/ddToIntegral.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/ddXor.decTest b/lib-python/2.7/test/decimaltestdata/ddXor.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/decDouble.decTest b/lib-python/2.7/test/decimaltestdata/decDouble.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/decQuad.decTest b/lib-python/2.7/test/decimaltestdata/decQuad.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/decSingle.decTest b/lib-python/2.7/test/decimaltestdata/decSingle.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/divide.decTest b/lib-python/2.7/test/decimaltestdata/divide.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/divideint.decTest b/lib-python/2.7/test/decimaltestdata/divideint.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/dqAbs.decTest b/lib-python/2.7/test/decimaltestdata/dqAbs.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/dqAdd.decTest b/lib-python/2.7/test/decimaltestdata/dqAdd.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/dqAnd.decTest b/lib-python/2.7/test/decimaltestdata/dqAnd.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/dqBase.decTest b/lib-python/2.7/test/decimaltestdata/dqBase.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/dqCanonical.decTest b/lib-python/2.7/test/decimaltestdata/dqCanonical.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/dqClass.decTest b/lib-python/2.7/test/decimaltestdata/dqClass.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/dqCompare.decTest b/lib-python/2.7/test/decimaltestdata/dqCompare.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/dqCompareSig.decTest b/lib-python/2.7/test/decimaltestdata/dqCompareSig.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/dqCompareTotal.decTest b/lib-python/2.7/test/decimaltestdata/dqCompareTotal.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/dqCompareTotalMag.decTest b/lib-python/2.7/test/decimaltestdata/dqCompareTotalMag.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/dqCopy.decTest b/lib-python/2.7/test/decimaltestdata/dqCopy.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/dqCopyAbs.decTest b/lib-python/2.7/test/decimaltestdata/dqCopyAbs.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/dqCopyNegate.decTest b/lib-python/2.7/test/decimaltestdata/dqCopyNegate.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/dqCopySign.decTest b/lib-python/2.7/test/decimaltestdata/dqCopySign.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/dqDivide.decTest b/lib-python/2.7/test/decimaltestdata/dqDivide.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/dqDivideInt.decTest b/lib-python/2.7/test/decimaltestdata/dqDivideInt.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/dqEncode.decTest b/lib-python/2.7/test/decimaltestdata/dqEncode.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/dqFMA.decTest b/lib-python/2.7/test/decimaltestdata/dqFMA.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/dqInvert.decTest b/lib-python/2.7/test/decimaltestdata/dqInvert.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/dqLogB.decTest b/lib-python/2.7/test/decimaltestdata/dqLogB.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/dqMax.decTest b/lib-python/2.7/test/decimaltestdata/dqMax.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/dqMaxMag.decTest b/lib-python/2.7/test/decimaltestdata/dqMaxMag.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/dqMin.decTest b/lib-python/2.7/test/decimaltestdata/dqMin.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/dqMinMag.decTest b/lib-python/2.7/test/decimaltestdata/dqMinMag.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/dqMinus.decTest b/lib-python/2.7/test/decimaltestdata/dqMinus.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/dqMultiply.decTest b/lib-python/2.7/test/decimaltestdata/dqMultiply.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/dqNextMinus.decTest b/lib-python/2.7/test/decimaltestdata/dqNextMinus.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/dqNextPlus.decTest b/lib-python/2.7/test/decimaltestdata/dqNextPlus.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/dqNextToward.decTest b/lib-python/2.7/test/decimaltestdata/dqNextToward.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/dqOr.decTest b/lib-python/2.7/test/decimaltestdata/dqOr.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/dqPlus.decTest b/lib-python/2.7/test/decimaltestdata/dqPlus.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/dqQuantize.decTest b/lib-python/2.7/test/decimaltestdata/dqQuantize.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/dqReduce.decTest b/lib-python/2.7/test/decimaltestdata/dqReduce.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/dqRemainder.decTest b/lib-python/2.7/test/decimaltestdata/dqRemainder.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/dqRemainderNear.decTest b/lib-python/2.7/test/decimaltestdata/dqRemainderNear.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/dqRotate.decTest b/lib-python/2.7/test/decimaltestdata/dqRotate.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/dqSameQuantum.decTest b/lib-python/2.7/test/decimaltestdata/dqSameQuantum.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/dqScaleB.decTest b/lib-python/2.7/test/decimaltestdata/dqScaleB.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/dqShift.decTest b/lib-python/2.7/test/decimaltestdata/dqShift.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/dqSubtract.decTest b/lib-python/2.7/test/decimaltestdata/dqSubtract.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/dqToIntegral.decTest b/lib-python/2.7/test/decimaltestdata/dqToIntegral.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/dqXor.decTest b/lib-python/2.7/test/decimaltestdata/dqXor.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/dsBase.decTest b/lib-python/2.7/test/decimaltestdata/dsBase.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/dsEncode.decTest b/lib-python/2.7/test/decimaltestdata/dsEncode.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/exp.decTest b/lib-python/2.7/test/decimaltestdata/exp.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/extra.decTest b/lib-python/2.7/test/decimaltestdata/extra.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/fma.decTest b/lib-python/2.7/test/decimaltestdata/fma.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/inexact.decTest b/lib-python/2.7/test/decimaltestdata/inexact.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/invert.decTest b/lib-python/2.7/test/decimaltestdata/invert.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/ln.decTest b/lib-python/2.7/test/decimaltestdata/ln.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/log10.decTest b/lib-python/2.7/test/decimaltestdata/log10.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/logb.decTest b/lib-python/2.7/test/decimaltestdata/logb.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/max.decTest b/lib-python/2.7/test/decimaltestdata/max.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/maxmag.decTest b/lib-python/2.7/test/decimaltestdata/maxmag.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/min.decTest b/lib-python/2.7/test/decimaltestdata/min.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/minmag.decTest b/lib-python/2.7/test/decimaltestdata/minmag.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/minus.decTest b/lib-python/2.7/test/decimaltestdata/minus.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/multiply.decTest b/lib-python/2.7/test/decimaltestdata/multiply.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/nextminus.decTest b/lib-python/2.7/test/decimaltestdata/nextminus.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/nextplus.decTest b/lib-python/2.7/test/decimaltestdata/nextplus.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/nexttoward.decTest b/lib-python/2.7/test/decimaltestdata/nexttoward.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/or.decTest b/lib-python/2.7/test/decimaltestdata/or.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/plus.decTest b/lib-python/2.7/test/decimaltestdata/plus.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/power.decTest b/lib-python/2.7/test/decimaltestdata/power.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/powersqrt.decTest b/lib-python/2.7/test/decimaltestdata/powersqrt.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/quantize.decTest b/lib-python/2.7/test/decimaltestdata/quantize.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/randomBound32.decTest b/lib-python/2.7/test/decimaltestdata/randomBound32.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/randoms.decTest b/lib-python/2.7/test/decimaltestdata/randoms.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/reduce.decTest b/lib-python/2.7/test/decimaltestdata/reduce.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/remainder.decTest b/lib-python/2.7/test/decimaltestdata/remainder.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/remainderNear.decTest b/lib-python/2.7/test/decimaltestdata/remainderNear.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/rescale.decTest b/lib-python/2.7/test/decimaltestdata/rescale.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/rotate.decTest b/lib-python/2.7/test/decimaltestdata/rotate.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/rounding.decTest b/lib-python/2.7/test/decimaltestdata/rounding.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/samequantum.decTest b/lib-python/2.7/test/decimaltestdata/samequantum.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/scaleb.decTest b/lib-python/2.7/test/decimaltestdata/scaleb.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/shift.decTest b/lib-python/2.7/test/decimaltestdata/shift.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/squareroot.decTest b/lib-python/2.7/test/decimaltestdata/squareroot.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/subtract.decTest b/lib-python/2.7/test/decimaltestdata/subtract.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/testall.decTest b/lib-python/2.7/test/decimaltestdata/testall.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/tointegral.decTest b/lib-python/2.7/test/decimaltestdata/tointegral.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/tointegralx.decTest b/lib-python/2.7/test/decimaltestdata/tointegralx.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/decimaltestdata/xor.decTest b/lib-python/2.7/test/decimaltestdata/xor.decTest
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/doctest_aliases.py b/lib-python/2.7/test/doctest_aliases.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/double_const.py b/lib-python/2.7/test/double_const.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/empty.vbs b/lib-python/2.7/test/empty.vbs
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/exception_hierarchy.txt b/lib-python/2.7/test/exception_hierarchy.txt
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/floating_points.txt b/lib-python/2.7/test/floating_points.txt
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/fork_wait.py b/lib-python/2.7/test/fork_wait.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/formatfloat_testcases.txt b/lib-python/2.7/test/formatfloat_testcases.txt
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/gdb_sample.py b/lib-python/2.7/test/gdb_sample.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/greyrgb.uue b/lib-python/2.7/test/greyrgb.uue
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/https_svn_python_org_root.pem b/lib-python/2.7/test/https_svn_python_org_root.pem
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/ieee754.txt b/lib-python/2.7/test/ieee754.txt
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/infinite_reload.py b/lib-python/2.7/test/infinite_reload.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/inspect_fodder.py b/lib-python/2.7/test/inspect_fodder.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/inspect_fodder2.py b/lib-python/2.7/test/inspect_fodder2.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/keycert.pem b/lib-python/2.7/test/keycert.pem
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/leakers/README.txt b/lib-python/2.7/test/leakers/README.txt
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/leakers/__init__.py b/lib-python/2.7/test/leakers/__init__.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/leakers/test_ctypes.py b/lib-python/2.7/test/leakers/test_ctypes.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/leakers/test_dictself.py b/lib-python/2.7/test/leakers/test_dictself.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/leakers/test_gestalt.py b/lib-python/2.7/test/leakers/test_gestalt.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/leakers/test_selftype.py b/lib-python/2.7/test/leakers/test_selftype.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/list_tests.py b/lib-python/2.7/test/list_tests.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/lock_tests.py b/lib-python/2.7/test/lock_tests.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/mapping_tests.py b/lib-python/2.7/test/mapping_tests.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/math_testcases.txt b/lib-python/2.7/test/math_testcases.txt
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/nullcert.pem b/lib-python/2.7/test/nullcert.pem
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/outstanding_bugs.py b/lib-python/2.7/test/outstanding_bugs.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/pickletester.py b/lib-python/2.7/test/pickletester.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/profilee.py b/lib-python/2.7/test/profilee.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/pyclbr_input.py b/lib-python/2.7/test/pyclbr_input.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/pydoc_mod.py b/lib-python/2.7/test/pydoc_mod.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/pydocfodder.py b/lib-python/2.7/test/pydocfodder.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/randv2_32.pck b/lib-python/2.7/test/randv2_32.pck
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/randv2_64.pck b/lib-python/2.7/test/randv2_64.pck
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/randv3.pck b/lib-python/2.7/test/randv3.pck
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/regex_tests.py b/lib-python/2.7/test/regex_tests.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/relimport.py b/lib-python/2.7/test/relimport.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/reperf.py b/lib-python/2.7/test/reperf.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/sample_doctest.py b/lib-python/2.7/test/sample_doctest.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/script_helper.py b/lib-python/2.7/test/script_helper.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/seq_tests.py b/lib-python/2.7/test/seq_tests.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/sgml_input.html b/lib-python/2.7/test/sgml_input.html
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/sha256.pem b/lib-python/2.7/test/sha256.pem
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/sortperf.py b/lib-python/2.7/test/sortperf.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/ssl_cert.pem b/lib-python/2.7/test/ssl_cert.pem
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/ssl_key.pem b/lib-python/2.7/test/ssl_key.pem
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/string_tests.py b/lib-python/2.7/test/string_tests.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/subprocessdata/sigchild_ignore.py b/lib-python/2.7/test/subprocessdata/sigchild_ignore.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/svn_python_org_https_cert.pem b/lib-python/2.7/test/svn_python_org_https_cert.pem
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_MimeWriter.py b/lib-python/2.7/test/test_MimeWriter.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_SimpleHTTPServer.py b/lib-python/2.7/test/test_SimpleHTTPServer.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_StringIO.py b/lib-python/2.7/test/test_StringIO.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test___all__.py b/lib-python/2.7/test/test___all__.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test___future__.py b/lib-python/2.7/test/test___future__.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test__locale.py b/lib-python/2.7/test/test__locale.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_abc.py b/lib-python/2.7/test/test_abc.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_abstract_numbers.py b/lib-python/2.7/test/test_abstract_numbers.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_aepack.py b/lib-python/2.7/test/test_aepack.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_aifc.py b/lib-python/2.7/test/test_aifc.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_anydbm.py b/lib-python/2.7/test/test_anydbm.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_applesingle.py b/lib-python/2.7/test/test_applesingle.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_argparse.py b/lib-python/2.7/test/test_argparse.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_ascii_formatd.py b/lib-python/2.7/test/test_ascii_formatd.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_ast.py b/lib-python/2.7/test/test_ast.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_asynchat.py b/lib-python/2.7/test/test_asynchat.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_asyncore.py b/lib-python/2.7/test/test_asyncore.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_atexit.py b/lib-python/2.7/test/test_atexit.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_audioop.py b/lib-python/2.7/test/test_audioop.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_augassign.py b/lib-python/2.7/test/test_augassign.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_base64.py b/lib-python/2.7/test/test_base64.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_bastion.py b/lib-python/2.7/test/test_bastion.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_bigaddrspace.py b/lib-python/2.7/test/test_bigaddrspace.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_bigmem.py b/lib-python/2.7/test/test_bigmem.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_binascii.py b/lib-python/2.7/test/test_binascii.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_binop.py b/lib-python/2.7/test/test_binop.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_bisect.py b/lib-python/2.7/test/test_bisect.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_bool.py b/lib-python/2.7/test/test_bool.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_bsddb185.py b/lib-python/2.7/test/test_bsddb185.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_bsddb3.py b/lib-python/2.7/test/test_bsddb3.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_buffer.py b/lib-python/2.7/test/test_buffer.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_bufio.py b/lib-python/2.7/test/test_bufio.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_builtin.py b/lib-python/2.7/test/test_builtin.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_bytes.py b/lib-python/2.7/test/test_bytes.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_bz2.py b/lib-python/2.7/test/test_bz2.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_calendar.py b/lib-python/2.7/test/test_calendar.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_call.py b/lib-python/2.7/test/test_call.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_capi.py b/lib-python/2.7/test/test_capi.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_cfgparser.py b/lib-python/2.7/test/test_cfgparser.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_cgi.py b/lib-python/2.7/test/test_cgi.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_charmapcodec.py b/lib-python/2.7/test/test_charmapcodec.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_class.py b/lib-python/2.7/test/test_class.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_cmath.py b/lib-python/2.7/test/test_cmath.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_cmd.py b/lib-python/2.7/test/test_cmd.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_cmd_line.py b/lib-python/2.7/test/test_cmd_line.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_cmd_line_script.py b/lib-python/2.7/test/test_cmd_line_script.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_code.py b/lib-python/2.7/test/test_code.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_codeccallbacks.py b/lib-python/2.7/test/test_codeccallbacks.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_codecencodings_cn.py b/lib-python/2.7/test/test_codecencodings_cn.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_codecencodings_hk.py b/lib-python/2.7/test/test_codecencodings_hk.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_codecencodings_jp.py b/lib-python/2.7/test/test_codecencodings_jp.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_codecencodings_kr.py b/lib-python/2.7/test/test_codecencodings_kr.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_codecencodings_tw.py b/lib-python/2.7/test/test_codecencodings_tw.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_codecmaps_cn.py b/lib-python/2.7/test/test_codecmaps_cn.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_codecmaps_hk.py b/lib-python/2.7/test/test_codecmaps_hk.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_codecmaps_jp.py b/lib-python/2.7/test/test_codecmaps_jp.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_codecmaps_kr.py b/lib-python/2.7/test/test_codecmaps_kr.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_codecmaps_tw.py b/lib-python/2.7/test/test_codecmaps_tw.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_codecs.py b/lib-python/2.7/test/test_codecs.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_codeop.py b/lib-python/2.7/test/test_codeop.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_coding.py b/lib-python/2.7/test/test_coding.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_coercion.py b/lib-python/2.7/test/test_coercion.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_collections.py b/lib-python/2.7/test/test_collections.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_colorsys.py b/lib-python/2.7/test/test_colorsys.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_commands.py b/lib-python/2.7/test/test_commands.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_compare.py b/lib-python/2.7/test/test_compare.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_compile.py b/lib-python/2.7/test/test_compile.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_compileall.py b/lib-python/2.7/test/test_compileall.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_compiler.py b/lib-python/2.7/test/test_compiler.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_complex.py b/lib-python/2.7/test/test_complex.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_complex_args.py b/lib-python/2.7/test/test_complex_args.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_contains.py b/lib-python/2.7/test/test_contains.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_contextlib.py b/lib-python/2.7/test/test_contextlib.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_cookie.py b/lib-python/2.7/test/test_cookie.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_cookielib.py b/lib-python/2.7/test/test_cookielib.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_copy.py b/lib-python/2.7/test/test_copy.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_copy_reg.py b/lib-python/2.7/test/test_copy_reg.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_cpickle.py b/lib-python/2.7/test/test_cpickle.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_cprofile.py b/lib-python/2.7/test/test_cprofile.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_crypt.py b/lib-python/2.7/test/test_crypt.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_csv.py b/lib-python/2.7/test/test_csv.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_ctypes.py b/lib-python/2.7/test/test_ctypes.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_curses.py b/lib-python/2.7/test/test_curses.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_datetime.py b/lib-python/2.7/test/test_datetime.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_dbm.py b/lib-python/2.7/test/test_dbm.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_decimal.py b/lib-python/2.7/test/test_decimal.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_decorators.py b/lib-python/2.7/test/test_decorators.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_defaultdict.py b/lib-python/2.7/test/test_defaultdict.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_deque.py b/lib-python/2.7/test/test_deque.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_descr.py b/lib-python/2.7/test/test_descr.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_descrtut.py b/lib-python/2.7/test/test_descrtut.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_dict.py b/lib-python/2.7/test/test_dict.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_dictcomps.py b/lib-python/2.7/test/test_dictcomps.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_dictviews.py b/lib-python/2.7/test/test_dictviews.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_difflib.py b/lib-python/2.7/test/test_difflib.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_difflib_expect.html b/lib-python/2.7/test/test_difflib_expect.html
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_dircache.py b/lib-python/2.7/test/test_dircache.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_dis.py b/lib-python/2.7/test/test_dis.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_distutils.py b/lib-python/2.7/test/test_distutils.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_doctest.py b/lib-python/2.7/test/test_doctest.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_doctest.txt b/lib-python/2.7/test/test_doctest.txt
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_doctest2.py b/lib-python/2.7/test/test_doctest2.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_doctest2.txt b/lib-python/2.7/test/test_doctest2.txt
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_doctest3.txt b/lib-python/2.7/test/test_doctest3.txt
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_doctest4.txt b/lib-python/2.7/test/test_doctest4.txt
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_docxmlrpc.py b/lib-python/2.7/test/test_docxmlrpc.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_dumbdbm.py b/lib-python/2.7/test/test_dumbdbm.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_dummy_thread.py b/lib-python/2.7/test/test_dummy_thread.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_dummy_threading.py b/lib-python/2.7/test/test_dummy_threading.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_email.py b/lib-python/2.7/test/test_email.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_email_codecs.py b/lib-python/2.7/test/test_email_codecs.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_email_renamed.py b/lib-python/2.7/test/test_email_renamed.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_enumerate.py b/lib-python/2.7/test/test_enumerate.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_eof.py b/lib-python/2.7/test/test_eof.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_epoll.py b/lib-python/2.7/test/test_epoll.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_exception_variations.py b/lib-python/2.7/test/test_exception_variations.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_exceptions.py b/lib-python/2.7/test/test_exceptions.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_extcall.py b/lib-python/2.7/test/test_extcall.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_fcntl.py b/lib-python/2.7/test/test_fcntl.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_file.py b/lib-python/2.7/test/test_file.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_file2k.py b/lib-python/2.7/test/test_file2k.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_filecmp.py b/lib-python/2.7/test/test_filecmp.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_fileinput.py b/lib-python/2.7/test/test_fileinput.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_fileio.py b/lib-python/2.7/test/test_fileio.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_float.py b/lib-python/2.7/test/test_float.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_fnmatch.py b/lib-python/2.7/test/test_fnmatch.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_fork1.py b/lib-python/2.7/test/test_fork1.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_format.py b/lib-python/2.7/test/test_format.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_fpformat.py b/lib-python/2.7/test/test_fpformat.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_fractions.py b/lib-python/2.7/test/test_fractions.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_frozen.py b/lib-python/2.7/test/test_frozen.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_ftplib.py b/lib-python/2.7/test/test_ftplib.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_funcattrs.py b/lib-python/2.7/test/test_funcattrs.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_functools.py b/lib-python/2.7/test/test_functools.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_future.py b/lib-python/2.7/test/test_future.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_future1.py b/lib-python/2.7/test/test_future1.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_future2.py b/lib-python/2.7/test/test_future2.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_future3.py b/lib-python/2.7/test/test_future3.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_future4.py b/lib-python/2.7/test/test_future4.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_future5.py b/lib-python/2.7/test/test_future5.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_future_builtins.py b/lib-python/2.7/test/test_future_builtins.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_gc.py b/lib-python/2.7/test/test_gc.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_gdb.py b/lib-python/2.7/test/test_gdb.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_gdbm.py b/lib-python/2.7/test/test_gdbm.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_generators.py b/lib-python/2.7/test/test_generators.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_genericpath.py b/lib-python/2.7/test/test_genericpath.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_genexps.py b/lib-python/2.7/test/test_genexps.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_getargs.py b/lib-python/2.7/test/test_getargs.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_getargs2.py b/lib-python/2.7/test/test_getargs2.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_getopt.py b/lib-python/2.7/test/test_getopt.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_gettext.py b/lib-python/2.7/test/test_gettext.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_glob.py b/lib-python/2.7/test/test_glob.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_global.py b/lib-python/2.7/test/test_global.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_grammar.py b/lib-python/2.7/test/test_grammar.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_grp.py b/lib-python/2.7/test/test_grp.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_gzip.py b/lib-python/2.7/test/test_gzip.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_hash.py b/lib-python/2.7/test/test_hash.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_hashlib.py b/lib-python/2.7/test/test_hashlib.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_heapq.py b/lib-python/2.7/test/test_heapq.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_hmac.py b/lib-python/2.7/test/test_hmac.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_hotshot.py b/lib-python/2.7/test/test_hotshot.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_htmllib.py b/lib-python/2.7/test/test_htmllib.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_htmlparser.py b/lib-python/2.7/test/test_htmlparser.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_httplib.py b/lib-python/2.7/test/test_httplib.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_httpservers.py b/lib-python/2.7/test/test_httpservers.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_imaplib.py b/lib-python/2.7/test/test_imaplib.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_imp.py b/lib-python/2.7/test/test_imp.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_import.py b/lib-python/2.7/test/test_import.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_importhooks.py b/lib-python/2.7/test/test_importhooks.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_importlib.py b/lib-python/2.7/test/test_importlib.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_index.py b/lib-python/2.7/test/test_index.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_inspect.py b/lib-python/2.7/test/test_inspect.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_int.py b/lib-python/2.7/test/test_int.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_int_literal.py b/lib-python/2.7/test/test_int_literal.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_io.py b/lib-python/2.7/test/test_io.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_ioctl.py b/lib-python/2.7/test/test_ioctl.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_isinstance.py b/lib-python/2.7/test/test_isinstance.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_iter.py b/lib-python/2.7/test/test_iter.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_iterlen.py b/lib-python/2.7/test/test_iterlen.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_itertools.py b/lib-python/2.7/test/test_itertools.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_json.py b/lib-python/2.7/test/test_json.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_kqueue.py b/lib-python/2.7/test/test_kqueue.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_largefile.py b/lib-python/2.7/test/test_largefile.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_lib2to3.py b/lib-python/2.7/test/test_lib2to3.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_linecache.py b/lib-python/2.7/test/test_linecache.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_linuxaudiodev.py b/lib-python/2.7/test/test_linuxaudiodev.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_list.py b/lib-python/2.7/test/test_list.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_locale.py b/lib-python/2.7/test/test_locale.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_logging.py b/lib-python/2.7/test/test_logging.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_long.py b/lib-python/2.7/test/test_long.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_long_future.py b/lib-python/2.7/test/test_long_future.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_longexp.py b/lib-python/2.7/test/test_longexp.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_macos.py b/lib-python/2.7/test/test_macos.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_macostools.py b/lib-python/2.7/test/test_macostools.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_macpath.py b/lib-python/2.7/test/test_macpath.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_mailbox.py b/lib-python/2.7/test/test_mailbox.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_marshal.py b/lib-python/2.7/test/test_marshal.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_math.py b/lib-python/2.7/test/test_math.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_md5.py b/lib-python/2.7/test/test_md5.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_memoryio.py b/lib-python/2.7/test/test_memoryio.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_memoryview.py b/lib-python/2.7/test/test_memoryview.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_mhlib.py b/lib-python/2.7/test/test_mhlib.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_mimetools.py b/lib-python/2.7/test/test_mimetools.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_mimetypes.py b/lib-python/2.7/test/test_mimetypes.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_minidom.py b/lib-python/2.7/test/test_minidom.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_mmap.py b/lib-python/2.7/test/test_mmap.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_module.py b/lib-python/2.7/test/test_module.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_modulefinder.py b/lib-python/2.7/test/test_modulefinder.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_msilib.py b/lib-python/2.7/test/test_msilib.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_multibytecodec.py b/lib-python/2.7/test/test_multibytecodec.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_multibytecodec_support.py b/lib-python/2.7/test/test_multibytecodec_support.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_multifile.py b/lib-python/2.7/test/test_multifile.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_multiprocessing.py b/lib-python/2.7/test/test_multiprocessing.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_mutants.py b/lib-python/2.7/test/test_mutants.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_mutex.py b/lib-python/2.7/test/test_mutex.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_netrc.py b/lib-python/2.7/test/test_netrc.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_new.py b/lib-python/2.7/test/test_new.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_nis.py b/lib-python/2.7/test/test_nis.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_normalization.py b/lib-python/2.7/test/test_normalization.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_ntpath.py b/lib-python/2.7/test/test_ntpath.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_old_mailbox.py b/lib-python/2.7/test/test_old_mailbox.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_opcodes.py b/lib-python/2.7/test/test_opcodes.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_openpty.py b/lib-python/2.7/test/test_openpty.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_operator.py b/lib-python/2.7/test/test_operator.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_optparse.py b/lib-python/2.7/test/test_optparse.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_os.py b/lib-python/2.7/test/test_os.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_ossaudiodev.py b/lib-python/2.7/test/test_ossaudiodev.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_parser.py b/lib-python/2.7/test/test_parser.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_pdb.py b/lib-python/2.7/test/test_pdb.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_peepholer.py b/lib-python/2.7/test/test_peepholer.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_pep247.py b/lib-python/2.7/test/test_pep247.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_pep263.py b/lib-python/2.7/test/test_pep263.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_pep277.py b/lib-python/2.7/test/test_pep277.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_pep292.py b/lib-python/2.7/test/test_pep292.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_pep352.py b/lib-python/2.7/test/test_pep352.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_pickle.py b/lib-python/2.7/test/test_pickle.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_pickletools.py b/lib-python/2.7/test/test_pickletools.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_pipes.py b/lib-python/2.7/test/test_pipes.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_pkg.py b/lib-python/2.7/test/test_pkg.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_pkgimport.py b/lib-python/2.7/test/test_pkgimport.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_pkgutil.py b/lib-python/2.7/test/test_pkgutil.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_platform.py b/lib-python/2.7/test/test_platform.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_plistlib.py b/lib-python/2.7/test/test_plistlib.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_poll.py b/lib-python/2.7/test/test_poll.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_popen.py b/lib-python/2.7/test/test_popen.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_popen2.py b/lib-python/2.7/test/test_popen2.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_poplib.py b/lib-python/2.7/test/test_poplib.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_posix.py b/lib-python/2.7/test/test_posix.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_posixpath.py b/lib-python/2.7/test/test_posixpath.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_pow.py b/lib-python/2.7/test/test_pow.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_pprint.py b/lib-python/2.7/test/test_pprint.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_print.py b/lib-python/2.7/test/test_print.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_profile.py b/lib-python/2.7/test/test_profile.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_property.py b/lib-python/2.7/test/test_property.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_pstats.py b/lib-python/2.7/test/test_pstats.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_pty.py b/lib-python/2.7/test/test_pty.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_pwd.py b/lib-python/2.7/test/test_pwd.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_py3kwarn.py b/lib-python/2.7/test/test_py3kwarn.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_pyclbr.py b/lib-python/2.7/test/test_pyclbr.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_pydoc.py b/lib-python/2.7/test/test_pydoc.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_pyexpat.py b/lib-python/2.7/test/test_pyexpat.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_queue.py b/lib-python/2.7/test/test_queue.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_quopri.py b/lib-python/2.7/test/test_quopri.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_random.py b/lib-python/2.7/test/test_random.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_re.py b/lib-python/2.7/test/test_re.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_readline.py b/lib-python/2.7/test/test_readline.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_repr.py b/lib-python/2.7/test/test_repr.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_resource.py b/lib-python/2.7/test/test_resource.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_rfc822.py b/lib-python/2.7/test/test_rfc822.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_richcmp.py b/lib-python/2.7/test/test_richcmp.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_rlcompleter.py b/lib-python/2.7/test/test_rlcompleter.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_robotparser.py b/lib-python/2.7/test/test_robotparser.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_runpy.py b/lib-python/2.7/test/test_runpy.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_sax.py b/lib-python/2.7/test/test_sax.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_scope.py b/lib-python/2.7/test/test_scope.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_scriptpackages.py b/lib-python/2.7/test/test_scriptpackages.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_select.py b/lib-python/2.7/test/test_select.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_set.py b/lib-python/2.7/test/test_set.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_setcomps.py b/lib-python/2.7/test/test_setcomps.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_sets.py b/lib-python/2.7/test/test_sets.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_sgmllib.py b/lib-python/2.7/test/test_sgmllib.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_sha.py b/lib-python/2.7/test/test_sha.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_shelve.py b/lib-python/2.7/test/test_shelve.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_shlex.py b/lib-python/2.7/test/test_shlex.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_shutil.py b/lib-python/2.7/test/test_shutil.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_signal.py b/lib-python/2.7/test/test_signal.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_site.py b/lib-python/2.7/test/test_site.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_slice.py b/lib-python/2.7/test/test_slice.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_smtplib.py b/lib-python/2.7/test/test_smtplib.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_smtpnet.py b/lib-python/2.7/test/test_smtpnet.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_socket.py b/lib-python/2.7/test/test_socket.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_socketserver.py b/lib-python/2.7/test/test_socketserver.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_softspace.py b/lib-python/2.7/test/test_softspace.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_sort.py b/lib-python/2.7/test/test_sort.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_sqlite.py b/lib-python/2.7/test/test_sqlite.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_ssl.py b/lib-python/2.7/test/test_ssl.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_startfile.py b/lib-python/2.7/test/test_startfile.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_str.py b/lib-python/2.7/test/test_str.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_strftime.py b/lib-python/2.7/test/test_strftime.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_string.py b/lib-python/2.7/test/test_string.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_stringprep.py b/lib-python/2.7/test/test_stringprep.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_strop.py b/lib-python/2.7/test/test_strop.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_strptime.py b/lib-python/2.7/test/test_strptime.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_strtod.py b/lib-python/2.7/test/test_strtod.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_struct.py b/lib-python/2.7/test/test_struct.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_structmembers.py b/lib-python/2.7/test/test_structmembers.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_structseq.py b/lib-python/2.7/test/test_structseq.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_subprocess.py b/lib-python/2.7/test/test_subprocess.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_sunaudiodev.py b/lib-python/2.7/test/test_sunaudiodev.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_sundry.py b/lib-python/2.7/test/test_sundry.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_support.py b/lib-python/2.7/test/test_support.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_symtable.py b/lib-python/2.7/test/test_symtable.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_syntax.py b/lib-python/2.7/test/test_syntax.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_sys.py b/lib-python/2.7/test/test_sys.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_sys_setprofile.py b/lib-python/2.7/test/test_sys_setprofile.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_sys_settrace.py b/lib-python/2.7/test/test_sys_settrace.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_sysconfig.py b/lib-python/2.7/test/test_sysconfig.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_tarfile.py b/lib-python/2.7/test/test_tarfile.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_tcl.py b/lib-python/2.7/test/test_tcl.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_telnetlib.py b/lib-python/2.7/test/test_telnetlib.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_tempfile.py b/lib-python/2.7/test/test_tempfile.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_textwrap.py b/lib-python/2.7/test/test_textwrap.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_thread.py b/lib-python/2.7/test/test_thread.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_threaded_import.py b/lib-python/2.7/test/test_threaded_import.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_threadedtempfile.py b/lib-python/2.7/test/test_threadedtempfile.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_threading.py b/lib-python/2.7/test/test_threading.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_threading_local.py b/lib-python/2.7/test/test_threading_local.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_threadsignals.py b/lib-python/2.7/test/test_threadsignals.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_time.py b/lib-python/2.7/test/test_time.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_timeout.py b/lib-python/2.7/test/test_timeout.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_tk.py b/lib-python/2.7/test/test_tk.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_tokenize.py b/lib-python/2.7/test/test_tokenize.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_trace.py b/lib-python/2.7/test/test_trace.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_traceback.py b/lib-python/2.7/test/test_traceback.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_transformer.py b/lib-python/2.7/test/test_transformer.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_ttk_guionly.py b/lib-python/2.7/test/test_ttk_guionly.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_ttk_textonly.py b/lib-python/2.7/test/test_ttk_textonly.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_tuple.py b/lib-python/2.7/test/test_tuple.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_typechecks.py b/lib-python/2.7/test/test_typechecks.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_types.py b/lib-python/2.7/test/test_types.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_ucn.py b/lib-python/2.7/test/test_ucn.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_unary.py b/lib-python/2.7/test/test_unary.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_undocumented_details.py b/lib-python/2.7/test/test_undocumented_details.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_unicode.py b/lib-python/2.7/test/test_unicode.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_unicode_file.py b/lib-python/2.7/test/test_unicode_file.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_unicodedata.py b/lib-python/2.7/test/test_unicodedata.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_unittest.py b/lib-python/2.7/test/test_unittest.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_univnewlines.py b/lib-python/2.7/test/test_univnewlines.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_univnewlines2k.py b/lib-python/2.7/test/test_univnewlines2k.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_unpack.py b/lib-python/2.7/test/test_unpack.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_urllib.py b/lib-python/2.7/test/test_urllib.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_urllib2.py b/lib-python/2.7/test/test_urllib2.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_urllib2_localnet.py b/lib-python/2.7/test/test_urllib2_localnet.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_urllib2net.py b/lib-python/2.7/test/test_urllib2net.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_urllibnet.py b/lib-python/2.7/test/test_urllibnet.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_urlparse.py b/lib-python/2.7/test/test_urlparse.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_userdict.py b/lib-python/2.7/test/test_userdict.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_userlist.py b/lib-python/2.7/test/test_userlist.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_uu.py b/lib-python/2.7/test/test_uu.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_uuid.py b/lib-python/2.7/test/test_uuid.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_wait3.py b/lib-python/2.7/test/test_wait3.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_wait4.py b/lib-python/2.7/test/test_wait4.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_warnings.py b/lib-python/2.7/test/test_warnings.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_wave.py b/lib-python/2.7/test/test_wave.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_weakref.py b/lib-python/2.7/test/test_weakref.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_weakset.py b/lib-python/2.7/test/test_weakset.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_whichdb.py b/lib-python/2.7/test/test_whichdb.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_winreg.py b/lib-python/2.7/test/test_winreg.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_winsound.py b/lib-python/2.7/test/test_winsound.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_with.py b/lib-python/2.7/test/test_with.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_wsgiref.py b/lib-python/2.7/test/test_wsgiref.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_xdrlib.py b/lib-python/2.7/test/test_xdrlib.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_xml_etree.py b/lib-python/2.7/test/test_xml_etree.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_xml_etree_c.py b/lib-python/2.7/test/test_xml_etree_c.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_xmllib.py b/lib-python/2.7/test/test_xmllib.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_xmlrpc.py b/lib-python/2.7/test/test_xmlrpc.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_xpickle.py b/lib-python/2.7/test/test_xpickle.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_xrange.py b/lib-python/2.7/test/test_xrange.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_zipfile.py b/lib-python/2.7/test/test_zipfile.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_zipfile64.py b/lib-python/2.7/test/test_zipfile64.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_zipimport.py b/lib-python/2.7/test/test_zipimport.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_zipimport_support.py b/lib-python/2.7/test/test_zipimport_support.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/test_zlib.py b/lib-python/2.7/test/test_zlib.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/testall.py b/lib-python/2.7/test/testall.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/testcodec.py b/lib-python/2.7/test/testcodec.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/testimg.uue b/lib-python/2.7/test/testimg.uue
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/testimgr.uue b/lib-python/2.7/test/testimgr.uue
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/testrgb.uue b/lib-python/2.7/test/testrgb.uue
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/testtar.tar b/lib-python/2.7/test/testtar.tar
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/tf_inherit_check.py b/lib-python/2.7/test/tf_inherit_check.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/threaded_import_hangers.py b/lib-python/2.7/test/threaded_import_hangers.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/time_hashlib.py b/lib-python/2.7/test/time_hashlib.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/tokenize_tests.txt b/lib-python/2.7/test/tokenize_tests.txt
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/tracedmodules/__init__.py b/lib-python/2.7/test/tracedmodules/__init__.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/tracedmodules/testmod.py b/lib-python/2.7/test/tracedmodules/testmod.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/warning_tests.py b/lib-python/2.7/test/warning_tests.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/win_console_handler.py b/lib-python/2.7/test/win_console_handler.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/wrongcert.pem b/lib-python/2.7/test/wrongcert.pem
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/xmltestdata/simple-ns.xml b/lib-python/2.7/test/xmltestdata/simple-ns.xml
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/xmltestdata/simple.xml b/lib-python/2.7/test/xmltestdata/simple.xml
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/xmltestdata/test.xml b/lib-python/2.7/test/xmltestdata/test.xml
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/xmltestdata/test.xml.out b/lib-python/2.7/test/xmltestdata/test.xml.out
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/xmltests.py b/lib-python/2.7/test/xmltests.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/test/zipdir.zip b/lib-python/2.7/test/zipdir.zip
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/textwrap.py b/lib-python/2.7/textwrap.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/this.py b/lib-python/2.7/this.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/threading.py b/lib-python/2.7/threading.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/timeit.py b/lib-python/2.7/timeit.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/toaiff.py b/lib-python/2.7/toaiff.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/tokenize.py b/lib-python/2.7/tokenize.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/trace.py b/lib-python/2.7/trace.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/traceback.py b/lib-python/2.7/traceback.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/tty.py b/lib-python/2.7/tty.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/types.py b/lib-python/2.7/types.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/unittest/__init__.py b/lib-python/2.7/unittest/__init__.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/unittest/__main__.py b/lib-python/2.7/unittest/__main__.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/unittest/case.py b/lib-python/2.7/unittest/case.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/unittest/loader.py b/lib-python/2.7/unittest/loader.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/unittest/main.py b/lib-python/2.7/unittest/main.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/unittest/result.py b/lib-python/2.7/unittest/result.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/unittest/runner.py b/lib-python/2.7/unittest/runner.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/unittest/signals.py b/lib-python/2.7/unittest/signals.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/unittest/suite.py b/lib-python/2.7/unittest/suite.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/unittest/test/__init__.py b/lib-python/2.7/unittest/test/__init__.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/unittest/test/dummy.py b/lib-python/2.7/unittest/test/dummy.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/unittest/test/support.py b/lib-python/2.7/unittest/test/support.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/unittest/test/test_assertions.py b/lib-python/2.7/unittest/test/test_assertions.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/unittest/test/test_break.py b/lib-python/2.7/unittest/test/test_break.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/unittest/test/test_case.py b/lib-python/2.7/unittest/test/test_case.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/unittest/test/test_discovery.py b/lib-python/2.7/unittest/test/test_discovery.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/unittest/test/test_functiontestcase.py b/lib-python/2.7/unittest/test/test_functiontestcase.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/unittest/test/test_loader.py b/lib-python/2.7/unittest/test/test_loader.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/unittest/test/test_program.py b/lib-python/2.7/unittest/test/test_program.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/unittest/test/test_result.py b/lib-python/2.7/unittest/test/test_result.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/unittest/test/test_runner.py b/lib-python/2.7/unittest/test/test_runner.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/unittest/test/test_setups.py b/lib-python/2.7/unittest/test/test_setups.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/unittest/test/test_skipping.py b/lib-python/2.7/unittest/test/test_skipping.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/unittest/test/test_suite.py b/lib-python/2.7/unittest/test/test_suite.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/unittest/util.py b/lib-python/2.7/unittest/util.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/urllib.py b/lib-python/2.7/urllib.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/urllib2.py b/lib-python/2.7/urllib2.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/urlparse.py b/lib-python/2.7/urlparse.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/user.py b/lib-python/2.7/user.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/uuid.py b/lib-python/2.7/uuid.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/warnings.py b/lib-python/2.7/warnings.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/wave.py b/lib-python/2.7/wave.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/weakref.py b/lib-python/2.7/weakref.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/webbrowser.py b/lib-python/2.7/webbrowser.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/whichdb.py b/lib-python/2.7/whichdb.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/wsgiref.egg-info b/lib-python/2.7/wsgiref.egg-info
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/wsgiref/__init__.py b/lib-python/2.7/wsgiref/__init__.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/wsgiref/handlers.py b/lib-python/2.7/wsgiref/handlers.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/wsgiref/headers.py b/lib-python/2.7/wsgiref/headers.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/wsgiref/simple_server.py b/lib-python/2.7/wsgiref/simple_server.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/wsgiref/util.py b/lib-python/2.7/wsgiref/util.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/wsgiref/validate.py b/lib-python/2.7/wsgiref/validate.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/xdrlib.py b/lib-python/2.7/xdrlib.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/xml/__init__.py b/lib-python/2.7/xml/__init__.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/xml/dom/NodeFilter.py b/lib-python/2.7/xml/dom/NodeFilter.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/xml/dom/__init__.py b/lib-python/2.7/xml/dom/__init__.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/xml/dom/domreg.py b/lib-python/2.7/xml/dom/domreg.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/xml/dom/expatbuilder.py b/lib-python/2.7/xml/dom/expatbuilder.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/xml/dom/minicompat.py b/lib-python/2.7/xml/dom/minicompat.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/xml/dom/minidom.py b/lib-python/2.7/xml/dom/minidom.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/xml/dom/pulldom.py b/lib-python/2.7/xml/dom/pulldom.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/xml/dom/xmlbuilder.py b/lib-python/2.7/xml/dom/xmlbuilder.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/xml/etree/ElementInclude.py b/lib-python/2.7/xml/etree/ElementInclude.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/xml/etree/ElementPath.py b/lib-python/2.7/xml/etree/ElementPath.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/xml/etree/ElementTree.py b/lib-python/2.7/xml/etree/ElementTree.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/xml/etree/__init__.py b/lib-python/2.7/xml/etree/__init__.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/xml/etree/cElementTree.py b/lib-python/2.7/xml/etree/cElementTree.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/xml/parsers/__init__.py b/lib-python/2.7/xml/parsers/__init__.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/xml/parsers/expat.py b/lib-python/2.7/xml/parsers/expat.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/xml/sax/__init__.py b/lib-python/2.7/xml/sax/__init__.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/xml/sax/_exceptions.py b/lib-python/2.7/xml/sax/_exceptions.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/xml/sax/expatreader.py b/lib-python/2.7/xml/sax/expatreader.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/xml/sax/handler.py b/lib-python/2.7/xml/sax/handler.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/xml/sax/saxutils.py b/lib-python/2.7/xml/sax/saxutils.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/xml/sax/xmlreader.py b/lib-python/2.7/xml/sax/xmlreader.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/xmllib.py b/lib-python/2.7/xmllib.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/xmlrpclib.py b/lib-python/2.7/xmlrpclib.py
old mode 100644
new mode 100755
diff --git a/lib-python/2.7/zipfile.py b/lib-python/2.7/zipfile.py
old mode 100644
new mode 100755
diff --git a/lib-python/conftest.py b/lib-python/conftest.py
old mode 100644
new mode 100755
diff --git a/lib-python/stdlib-upgrade.txt b/lib-python/stdlib-upgrade.txt
old mode 100644
new mode 100755
diff --git a/lib-python/stdlib-version.txt b/lib-python/stdlib-version.txt
old mode 100644
new mode 100755
diff --git a/lib-python/win32-failures.txt b/lib-python/win32-failures.txt
old mode 100644
new mode 100755
diff --git a/lib_pypy/PyQt4.py b/lib_pypy/PyQt4.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/__init__.py b/lib_pypy/__init__.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/_codecs_cn.py b/lib_pypy/_codecs_cn.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/_codecs_hk.py b/lib_pypy/_codecs_hk.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/_codecs_iso2022.py b/lib_pypy/_codecs_iso2022.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/_codecs_jp.py b/lib_pypy/_codecs_jp.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/_codecs_kr.py b/lib_pypy/_codecs_kr.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/_codecs_tw.py b/lib_pypy/_codecs_tw.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/_collections.py b/lib_pypy/_collections.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/_csv.py b/lib_pypy/_csv.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/_ctypes/__init__.py b/lib_pypy/_ctypes/__init__.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/_ctypes/array.py b/lib_pypy/_ctypes/array.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/_ctypes/basics.py b/lib_pypy/_ctypes/basics.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/_ctypes/builtin.py b/lib_pypy/_ctypes/builtin.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/_ctypes/dll.py b/lib_pypy/_ctypes/dll.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/_ctypes/dummy.py b/lib_pypy/_ctypes/dummy.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/_ctypes/function.py b/lib_pypy/_ctypes/function.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/_ctypes/keepalive.txt b/lib_pypy/_ctypes/keepalive.txt
old mode 100644
new mode 100755
diff --git a/lib_pypy/_ctypes/pointer.py b/lib_pypy/_ctypes/pointer.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/_ctypes/primitive.py b/lib_pypy/_ctypes/primitive.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/_ctypes/structure.py b/lib_pypy/_ctypes/structure.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/_ctypes/union.py b/lib_pypy/_ctypes/union.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/_ctypes_test.c b/lib_pypy/_ctypes_test.c
old mode 100644
new mode 100755
diff --git a/lib_pypy/_ctypes_test.py b/lib_pypy/_ctypes_test.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/_elementtree.py b/lib_pypy/_elementtree.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/_functools.py b/lib_pypy/_functools.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/_marshal.py b/lib_pypy/_marshal.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/_md5.py b/lib_pypy/_md5.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/_minimal_curses.py b/lib_pypy/_minimal_curses.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/_pypy_interact.py b/lib_pypy/_pypy_interact.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/_pypy_irc_topic.py b/lib_pypy/_pypy_irc_topic.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/_pypy_wait.py b/lib_pypy/_pypy_wait.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/_rpyc_support.py b/lib_pypy/_rpyc_support.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/_scproxy.py b/lib_pypy/_scproxy.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/_sha.py b/lib_pypy/_sha.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/_sha256.py b/lib_pypy/_sha256.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/_sha512.py b/lib_pypy/_sha512.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/_structseq.py b/lib_pypy/_structseq.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/_subprocess.py b/lib_pypy/_subprocess.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/_testcapi.py b/lib_pypy/_testcapi.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/_testcapimodule.c b/lib_pypy/_testcapimodule.c
old mode 100644
new mode 100755
diff --git a/lib_pypy/cPickle.py b/lib_pypy/cPickle.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/cStringIO.py b/lib_pypy/cStringIO.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/conftest.py b/lib_pypy/conftest.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/ctypes_config_cache/__init__.py b/lib_pypy/ctypes_config_cache/__init__.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/ctypes_config_cache/autopath.py b/lib_pypy/ctypes_config_cache/autopath.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/ctypes_config_cache/dumpcache.py b/lib_pypy/ctypes_config_cache/dumpcache.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/ctypes_config_cache/locale.ctc.py b/lib_pypy/ctypes_config_cache/locale.ctc.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/ctypes_config_cache/resource.ctc.py b/lib_pypy/ctypes_config_cache/resource.ctc.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/ctypes_config_cache/syslog.ctc.py b/lib_pypy/ctypes_config_cache/syslog.ctc.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/ctypes_config_cache/test/test_cache.py b/lib_pypy/ctypes_config_cache/test/test_cache.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/ctypes_support.py b/lib_pypy/ctypes_support.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/datetime.py b/lib_pypy/datetime.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/dbm.py b/lib_pypy/dbm.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/disassembler.py b/lib_pypy/disassembler.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/distributed/__init__.py b/lib_pypy/distributed/__init__.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/distributed/demo/sockdemo.py b/lib_pypy/distributed/demo/sockdemo.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/distributed/faker.py b/lib_pypy/distributed/faker.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/distributed/objkeeper.py b/lib_pypy/distributed/objkeeper.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/distributed/protocol.py b/lib_pypy/distributed/protocol.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/distributed/socklayer.py b/lib_pypy/distributed/socklayer.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/distributed/support.py b/lib_pypy/distributed/support.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/distributed/test/__init__.py b/lib_pypy/distributed/test/__init__.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/distributed/test/test_distributed.py b/lib_pypy/distributed/test/test_distributed.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/distributed/test/test_greensock.py b/lib_pypy/distributed/test/test_greensock.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/distributed/test/test_socklayer.py b/lib_pypy/distributed/test/test_socklayer.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/future_builtins.py b/lib_pypy/future_builtins.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/greenlet.py b/lib_pypy/greenlet.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/grp.py b/lib_pypy/grp.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/identity_dict.py b/lib_pypy/identity_dict.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/itertools.py b/lib_pypy/itertools.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/marshal.py b/lib_pypy/marshal.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/msvcrt.py b/lib_pypy/msvcrt.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/numpy.py b/lib_pypy/numpy.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/numpypy/__init__.py b/lib_pypy/numpypy/__init__.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/numpypy/core/__init__.py b/lib_pypy/numpypy/core/__init__.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/numpypy/core/_methods.py b/lib_pypy/numpypy/core/_methods.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/numpypy/core/arrayprint.py b/lib_pypy/numpypy/core/arrayprint.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/numpypy/core/fromnumeric.py b/lib_pypy/numpypy/core/fromnumeric.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/numpypy/core/numeric.py b/lib_pypy/numpypy/core/numeric.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/pwd.py b/lib_pypy/pwd.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/pypy_test/__init__.py b/lib_pypy/pypy_test/__init__.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/pypy_test/hack___pypy__.py b/lib_pypy/pypy_test/hack___pypy__.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/pypy_test/inprogress_test_binascii_extra.py b/lib_pypy/pypy_test/inprogress_test_binascii_extra.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/pypy_test/no_test_pickle_extra.py b/lib_pypy/pypy_test/no_test_pickle_extra.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/pypy_test/test_collections.py b/lib_pypy/pypy_test/test_collections.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/pypy_test/test_coroutine.py b/lib_pypy/pypy_test/test_coroutine.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/pypy_test/test_ctypes_support.py b/lib_pypy/pypy_test/test_ctypes_support.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/pypy_test/test_datetime.py b/lib_pypy/pypy_test/test_datetime.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/pypy_test/test_dbm_extra.py b/lib_pypy/pypy_test/test_dbm_extra.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/pypy_test/test_defaultdict.py b/lib_pypy/pypy_test/test_defaultdict.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/pypy_test/test_deque_extra.py b/lib_pypy/pypy_test/test_deque_extra.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/pypy_test/test_exception_extra.py b/lib_pypy/pypy_test/test_exception_extra.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/pypy_test/test_grp_extra.py b/lib_pypy/pypy_test/test_grp_extra.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/pypy_test/test_itertools.py b/lib_pypy/pypy_test/test_itertools.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/pypy_test/test_marshal_extra.py b/lib_pypy/pypy_test/test_marshal_extra.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/pypy_test/test_md5_extra.py b/lib_pypy/pypy_test/test_md5_extra.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/pypy_test/test_os_wait.py b/lib_pypy/pypy_test/test_os_wait.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/pypy_test/test_pickle_extra.py b/lib_pypy/pypy_test/test_pickle_extra.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/pypy_test/test_resource.py b/lib_pypy/pypy_test/test_resource.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/pypy_test/test_sha_extra.py b/lib_pypy/pypy_test/test_sha_extra.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/pypy_test/test_site_extra.py b/lib_pypy/pypy_test/test_site_extra.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/pypy_test/test_stackless.py b/lib_pypy/pypy_test/test_stackless.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/pypy_test/test_stackless_pickling.py b/lib_pypy/pypy_test/test_stackless_pickling.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/pypy_test/test_structseq.py b/lib_pypy/pypy_test/test_structseq.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/pypy_test/test_syslog.py b/lib_pypy/pypy_test/test_syslog.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/pyrepl/__init__.py b/lib_pypy/pyrepl/__init__.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/pyrepl/cmdrepl.py b/lib_pypy/pyrepl/cmdrepl.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/pyrepl/commands.py b/lib_pypy/pyrepl/commands.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/pyrepl/completer.py b/lib_pypy/pyrepl/completer.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/pyrepl/completing_reader.py b/lib_pypy/pyrepl/completing_reader.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/pyrepl/console.py b/lib_pypy/pyrepl/console.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/pyrepl/copy_code.py b/lib_pypy/pyrepl/copy_code.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/pyrepl/curses.py b/lib_pypy/pyrepl/curses.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/pyrepl/fancy_termios.py b/lib_pypy/pyrepl/fancy_termios.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/pyrepl/historical_reader.py b/lib_pypy/pyrepl/historical_reader.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/pyrepl/input.py b/lib_pypy/pyrepl/input.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/pyrepl/keymap.py b/lib_pypy/pyrepl/keymap.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/pyrepl/keymaps.py b/lib_pypy/pyrepl/keymaps.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/pyrepl/module_lister.py b/lib_pypy/pyrepl/module_lister.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/pyrepl/pygame_console.py b/lib_pypy/pyrepl/pygame_console.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/pyrepl/pygame_keymap.py b/lib_pypy/pyrepl/pygame_keymap.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/pyrepl/python_reader.py b/lib_pypy/pyrepl/python_reader.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/pyrepl/reader.py b/lib_pypy/pyrepl/reader.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/pyrepl/readline.py b/lib_pypy/pyrepl/readline.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/pyrepl/simple_interact.py b/lib_pypy/pyrepl/simple_interact.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/pyrepl/test/test_functional.py b/lib_pypy/pyrepl/test/test_functional.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/pyrepl/tests/__init__.py b/lib_pypy/pyrepl/tests/__init__.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/pyrepl/tests/basic.py b/lib_pypy/pyrepl/tests/basic.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/pyrepl/tests/bugs.py b/lib_pypy/pyrepl/tests/bugs.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/pyrepl/tests/infrastructure.py b/lib_pypy/pyrepl/tests/infrastructure.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/pyrepl/tests/wishes.py b/lib_pypy/pyrepl/tests/wishes.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/pyrepl/unicodedata_.py b/lib_pypy/pyrepl/unicodedata_.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/pyrepl/unix_console.py b/lib_pypy/pyrepl/unix_console.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/pyrepl/unix_eventqueue.py b/lib_pypy/pyrepl/unix_eventqueue.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/readline.py b/lib_pypy/readline.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/resource.py b/lib_pypy/resource.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/sip.py b/lib_pypy/sip.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/stackless.py b/lib_pypy/stackless.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/syslog.py b/lib_pypy/syslog.py
old mode 100644
new mode 100755
diff --git a/lib_pypy/testcapi_long.h b/lib_pypy/testcapi_long.h
old mode 100644
new mode 100755
diff --git a/lib_pypy/tputil.py b/lib_pypy/tputil.py
old mode 100644
new mode 100755
diff --git a/py/__init__.py b/py/__init__.py
old mode 100644
new mode 100755
diff --git a/py/__metainfo.py b/py/__metainfo.py
old mode 100644
new mode 100755
diff --git a/py/_apipkg.py b/py/_apipkg.py
old mode 100644
new mode 100755
diff --git a/py/_builtin.py b/py/_builtin.py
old mode 100644
new mode 100755
diff --git a/py/_code/__init__.py b/py/_code/__init__.py
old mode 100644
new mode 100755
diff --git a/py/_code/_assertionnew.py b/py/_code/_assertionnew.py
old mode 100644
new mode 100755
diff --git a/py/_code/_assertionold.py b/py/_code/_assertionold.py
old mode 100644
new mode 100755
diff --git a/py/_code/assertion.py b/py/_code/assertion.py
old mode 100644
new mode 100755
diff --git a/py/_code/code.py b/py/_code/code.py
old mode 100644
new mode 100755
diff --git a/py/_code/source.py b/py/_code/source.py
old mode 100644
new mode 100755
diff --git a/py/_error.py b/py/_error.py
old mode 100644
new mode 100755
diff --git a/py/_iniconfig.py b/py/_iniconfig.py
old mode 100644
new mode 100755
diff --git a/py/_io/__init__.py b/py/_io/__init__.py
old mode 100644
new mode 100755
diff --git a/py/_io/capture.py b/py/_io/capture.py
old mode 100644
new mode 100755
diff --git a/py/_io/saferepr.py b/py/_io/saferepr.py
old mode 100644
new mode 100755
diff --git a/py/_io/terminalwriter.py b/py/_io/terminalwriter.py
old mode 100644
new mode 100755
diff --git a/py/_log/__init__.py b/py/_log/__init__.py
old mode 100644
new mode 100755
diff --git a/py/_log/log.py b/py/_log/log.py
old mode 100644
new mode 100755
diff --git a/py/_log/warning.py b/py/_log/warning.py
old mode 100644
new mode 100755
diff --git a/py/_path/__init__.py b/py/_path/__init__.py
old mode 100644
new mode 100755
diff --git a/py/_path/cacheutil.py b/py/_path/cacheutil.py
old mode 100644
new mode 100755
diff --git a/py/_path/common.py b/py/_path/common.py
old mode 100644
new mode 100755
diff --git a/py/_path/local.py b/py/_path/local.py
old mode 100644
new mode 100755
diff --git a/py/_path/svnurl.py b/py/_path/svnurl.py
old mode 100644
new mode 100755
diff --git a/py/_path/svnwc.py b/py/_path/svnwc.py
old mode 100644
new mode 100755
diff --git a/py/_process/__init__.py b/py/_process/__init__.py
old mode 100644
new mode 100755
diff --git a/py/_process/cmdexec.py b/py/_process/cmdexec.py
old mode 100644
new mode 100755
diff --git a/py/_process/forkedfunc.py b/py/_process/forkedfunc.py
old mode 100644
new mode 100755
diff --git a/py/_process/killproc.py b/py/_process/killproc.py
old mode 100644
new mode 100755
diff --git a/py/_std.py b/py/_std.py
old mode 100644
new mode 100755
diff --git a/py/_xmlgen.py b/py/_xmlgen.py
old mode 100644
new mode 100755
diff --git a/py/bin/_findpy.py b/py/bin/_findpy.py
old mode 100644
new mode 100755
diff --git a/py/test.py b/py/test.py
old mode 100644
new mode 100755
diff --git a/pypy/__init__.py b/pypy/__init__.py
old mode 100644
new mode 100755
diff --git a/pypy/annotation/__init__.py b/pypy/annotation/__init__.py
old mode 100644
new mode 100755
diff --git a/pypy/annotation/annrpython.py b/pypy/annotation/annrpython.py
old mode 100644
new mode 100755
diff --git a/pypy/annotation/binaryop.py b/pypy/annotation/binaryop.py
old mode 100644
new mode 100755
diff --git a/pypy/annotation/bookkeeper.py b/pypy/annotation/bookkeeper.py
old mode 100644
new mode 100755
diff --git a/pypy/annotation/builtin.py b/pypy/annotation/builtin.py
old mode 100644
new mode 100755
diff --git a/pypy/annotation/classdef.py b/pypy/annotation/classdef.py
old mode 100644
new mode 100755
diff --git a/pypy/annotation/description.py b/pypy/annotation/description.py
old mode 100644
new mode 100755
diff --git a/pypy/annotation/dictdef.py b/pypy/annotation/dictdef.py
old mode 100644
new mode 100755
diff --git a/pypy/annotation/listdef.py b/pypy/annotation/listdef.py
old mode 100644
new mode 100755
diff --git a/pypy/annotation/model.py b/pypy/annotation/model.py
old mode 100644
new mode 100755
diff --git a/pypy/annotation/policy.py b/pypy/annotation/policy.py
old mode 100644
new mode 100755
diff --git a/pypy/annotation/signature.py b/pypy/annotation/signature.py
old mode 100644
new mode 100755
diff --git a/pypy/annotation/specialize.py b/pypy/annotation/specialize.py
old mode 100644
new mode 100755
diff --git a/pypy/annotation/test/__init__.py b/pypy/annotation/test/__init__.py
old mode 100644
new mode 100755
diff --git a/pypy/annotation/test/autopath.py b/pypy/annotation/test/autopath.py
old mode 100644
new mode 100755
diff --git a/pypy/annotation/test/test_annmm.py b/pypy/annotation/test/test_annmm.py
old mode 100644
new mode 100755
diff --git a/pypy/annotation/test/test_annrpython.py b/pypy/annotation/test/test_annrpython.py
old mode 100644
new mode 100755
diff --git a/pypy/annotation/test/test_annsimplifyrpython.py b/pypy/annotation/test/test_annsimplifyrpython.py
old mode 100644
new mode 100755
diff --git a/pypy/annotation/test/test_description.py b/pypy/annotation/test/test_description.py
old mode 100644
new mode 100755
diff --git a/pypy/annotation/test/test_model.py b/pypy/annotation/test/test_model.py
old mode 100644
new mode 100755
diff --git a/pypy/annotation/test/test_signature.py b/pypy/annotation/test/test_signature.py
old mode 100644
new mode 100755
diff --git a/pypy/annotation/unaryop.py b/pypy/annotation/unaryop.py
old mode 100644
new mode 100755
diff --git a/pypy/bin/autopath.py b/pypy/bin/autopath.py
old mode 100644
new mode 100755
diff --git a/pypy/config/__init__.py b/pypy/config/__init__.py
old mode 100644
new mode 100755
diff --git a/pypy/config/autopath.py b/pypy/config/autopath.py
old mode 100644
new mode 100755
diff --git a/pypy/config/config.py b/pypy/config/config.py
old mode 100644
new mode 100755
diff --git a/pypy/config/makerestdoc.py b/pypy/config/makerestdoc.py
old mode 100644
new mode 100755
diff --git a/pypy/config/parse.py b/pypy/config/parse.py
old mode 100644
new mode 100755
diff --git a/pypy/config/pypyoption.py b/pypy/config/pypyoption.py
old mode 100644
new mode 100755
diff --git a/pypy/config/support.py b/pypy/config/support.py
old mode 100644
new mode 100755
diff --git a/pypy/config/test/__init__.py b/pypy/config/test/__init__.py
old mode 100644
new mode 100755
diff --git a/pypy/config/test/test_config.py b/pypy/config/test/test_config.py
old mode 100644
new mode 100755
diff --git a/pypy/config/test/test_makerestdoc.py b/pypy/config/test/test_makerestdoc.py
old mode 100644
new mode 100755
diff --git a/pypy/config/test/test_parse.py b/pypy/config/test/test_parse.py
old mode 100644
new mode 100755
diff --git a/pypy/config/test/test_pypyoption.py b/pypy/config/test/test_pypyoption.py
old mode 100644
new mode 100755
diff --git a/pypy/config/test/test_support.py b/pypy/config/test/test_support.py
old mode 100644
new mode 100755
diff --git a/pypy/config/test/test_translationoption.py b/pypy/config/test/test_translationoption.py
old mode 100644
new mode 100755
diff --git a/pypy/config/translationoption.py b/pypy/config/translationoption.py
old mode 100644
new mode 100755
diff --git a/pypy/conftest.py b/pypy/conftest.py
old mode 100644
new mode 100755
diff --git a/pypy/doc/Makefile b/pypy/doc/Makefile
old mode 100644
new mode 100755
diff --git a/pypy/doc/__init__.py b/pypy/doc/__init__.py
old mode 100644
new mode 100755
diff --git a/pypy/doc/__pypy__-module.rst b/pypy/doc/__pypy__-module.rst
old mode 100644
new mode 100755
diff --git a/pypy/doc/_ref.txt b/pypy/doc/_ref.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/architecture.rst b/pypy/doc/architecture.rst
old mode 100644
new mode 100755
diff --git a/pypy/doc/arm.rst b/pypy/doc/arm.rst
old mode 100644
new mode 100755
diff --git a/pypy/doc/cleanup.rst b/pypy/doc/cleanup.rst
old mode 100644
new mode 100755
diff --git a/pypy/doc/cli-backend.rst b/pypy/doc/cli-backend.rst
old mode 100644
new mode 100755
diff --git a/pypy/doc/clr-module.rst b/pypy/doc/clr-module.rst
old mode 100644
new mode 100755
diff --git a/pypy/doc/coding-guide.rst b/pypy/doc/coding-guide.rst
old mode 100644
new mode 100755
diff --git a/pypy/doc/commandline_ref.rst b/pypy/doc/commandline_ref.rst
old mode 100644
new mode 100755
diff --git a/pypy/doc/conf.py b/pypy/doc/conf.py
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/__init__.py b/pypy/doc/config/__init__.py
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/autopath.py b/pypy/doc/config/autopath.py
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/commandline.txt b/pypy/doc/config/commandline.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/confrest.py b/pypy/doc/config/confrest.py
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/generate.py b/pypy/doc/config/generate.py
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/index.rst b/pypy/doc/config/index.rst
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/makemodules.py b/pypy/doc/config/makemodules.py
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/mergedblocks.png b/pypy/doc/config/mergedblocks.png
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/objspace.allworkingmodules.txt b/pypy/doc/config/objspace.allworkingmodules.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/objspace.disable_call_speedhacks.txt b/pypy/doc/config/objspace.disable_call_speedhacks.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/objspace.extmodules.txt b/pypy/doc/config/objspace.extmodules.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/objspace.geninterp.txt b/pypy/doc/config/objspace.geninterp.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/objspace.honor__builtins__.txt b/pypy/doc/config/objspace.honor__builtins__.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/objspace.logbytecodes.txt b/pypy/doc/config/objspace.logbytecodes.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/objspace.lonepycfiles.txt b/pypy/doc/config/objspace.lonepycfiles.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/objspace.name.txt b/pypy/doc/config/objspace.name.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/objspace.nofaking.txt b/pypy/doc/config/objspace.nofaking.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/objspace.opcodes.CALL_METHOD.txt b/pypy/doc/config/objspace.opcodes.CALL_METHOD.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/objspace.opcodes.txt b/pypy/doc/config/objspace.opcodes.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/objspace.soabi.txt b/pypy/doc/config/objspace.soabi.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/objspace.std.builtinshortcut.txt b/pypy/doc/config/objspace.std.builtinshortcut.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/objspace.std.getattributeshortcut.txt b/pypy/doc/config/objspace.std.getattributeshortcut.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/objspace.std.logspaceoptypes.txt b/pypy/doc/config/objspace.std.logspaceoptypes.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/objspace.std.methodcachesizeexp.txt b/pypy/doc/config/objspace.std.methodcachesizeexp.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/objspace.std.multimethods.txt b/pypy/doc/config/objspace.std.multimethods.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/objspace.std.mutable_builtintypes.txt b/pypy/doc/config/objspace.std.mutable_builtintypes.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/objspace.std.newshortcut.txt b/pypy/doc/config/objspace.std.newshortcut.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/objspace.std.optimized_comparison_op.txt b/pypy/doc/config/objspace.std.optimized_comparison_op.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/objspace.std.optimized_int_add.txt b/pypy/doc/config/objspace.std.optimized_int_add.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/objspace.std.optimized_list_getitem.txt b/pypy/doc/config/objspace.std.optimized_list_getitem.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/objspace.std.prebuiltintfrom.txt b/pypy/doc/config/objspace.std.prebuiltintfrom.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/objspace.std.prebuiltintto.txt b/pypy/doc/config/objspace.std.prebuiltintto.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/objspace.std.sharesmallstr.txt b/pypy/doc/config/objspace.std.sharesmallstr.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/objspace.std.txt b/pypy/doc/config/objspace.std.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/objspace.std.withcelldict.txt b/pypy/doc/config/objspace.std.withcelldict.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/objspace.std.withidentitydict.txt b/pypy/doc/config/objspace.std.withidentitydict.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/objspace.std.withliststrategies.txt b/pypy/doc/config/objspace.std.withliststrategies.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/objspace.std.withmapdict.txt b/pypy/doc/config/objspace.std.withmapdict.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/objspace.std.withmethodcache.txt b/pypy/doc/config/objspace.std.withmethodcache.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/objspace.std.withmethodcachecounter.txt b/pypy/doc/config/objspace.std.withmethodcachecounter.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/objspace.std.withprebuiltchar.txt b/pypy/doc/config/objspace.std.withprebuiltchar.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/objspace.std.withprebuiltint.txt b/pypy/doc/config/objspace.std.withprebuiltint.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/objspace.std.withrangelist.txt b/pypy/doc/config/objspace.std.withrangelist.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/objspace.std.withrope.txt b/pypy/doc/config/objspace.std.withrope.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/objspace.std.withropeunicode.txt b/pypy/doc/config/objspace.std.withropeunicode.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/objspace.std.withsmallint.txt b/pypy/doc/config/objspace.std.withsmallint.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/objspace.std.withsmalllong.txt b/pypy/doc/config/objspace.std.withsmalllong.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/objspace.std.withsmalltuple.txt b/pypy/doc/config/objspace.std.withsmalltuple.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/objspace.std.withspecialisedtuple.txt b/pypy/doc/config/objspace.std.withspecialisedtuple.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/objspace.std.withstrbuf.txt b/pypy/doc/config/objspace.std.withstrbuf.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/objspace.std.withstrjoin.txt b/pypy/doc/config/objspace.std.withstrjoin.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/objspace.std.withstrslice.txt b/pypy/doc/config/objspace.std.withstrslice.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/objspace.std.withtproxy.txt b/pypy/doc/config/objspace.std.withtproxy.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/objspace.std.withtypeversion.txt b/pypy/doc/config/objspace.std.withtypeversion.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/objspace.timing.txt b/pypy/doc/config/objspace.timing.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/objspace.translationmodules.txt b/pypy/doc/config/objspace.translationmodules.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/objspace.txt b/pypy/doc/config/objspace.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/objspace.usemodules.__builtin__.txt b/pypy/doc/config/objspace.usemodules.__builtin__.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/objspace.usemodules.__pypy__.txt b/pypy/doc/config/objspace.usemodules.__pypy__.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/objspace.usemodules._ast.txt b/pypy/doc/config/objspace.usemodules._ast.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/objspace.usemodules._bisect.txt b/pypy/doc/config/objspace.usemodules._bisect.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/objspace.usemodules._codecs.txt b/pypy/doc/config/objspace.usemodules._codecs.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/objspace.usemodules._collections.txt b/pypy/doc/config/objspace.usemodules._collections.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/objspace.usemodules._continuation.txt b/pypy/doc/config/objspace.usemodules._continuation.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/objspace.usemodules._demo.txt b/pypy/doc/config/objspace.usemodules._demo.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/objspace.usemodules._ffi.txt b/pypy/doc/config/objspace.usemodules._ffi.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/objspace.usemodules._file.txt b/pypy/doc/config/objspace.usemodules._file.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/objspace.usemodules._hashlib.txt b/pypy/doc/config/objspace.usemodules._hashlib.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/objspace.usemodules._io.txt b/pypy/doc/config/objspace.usemodules._io.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/objspace.usemodules._locale.txt b/pypy/doc/config/objspace.usemodules._locale.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/objspace.usemodules._lsprof.txt b/pypy/doc/config/objspace.usemodules._lsprof.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/objspace.usemodules._md5.txt b/pypy/doc/config/objspace.usemodules._md5.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/objspace.usemodules._minimal_curses.txt b/pypy/doc/config/objspace.usemodules._minimal_curses.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/objspace.usemodules._multibytecodec.txt b/pypy/doc/config/objspace.usemodules._multibytecodec.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/objspace.usemodules._multiprocessing.txt b/pypy/doc/config/objspace.usemodules._multiprocessing.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/objspace.usemodules._pickle_support.txt b/pypy/doc/config/objspace.usemodules._pickle_support.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/objspace.usemodules._random.txt b/pypy/doc/config/objspace.usemodules._random.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/objspace.usemodules._rawffi.txt b/pypy/doc/config/objspace.usemodules._rawffi.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/objspace.usemodules._sha.txt b/pypy/doc/config/objspace.usemodules._sha.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/objspace.usemodules._socket.txt b/pypy/doc/config/objspace.usemodules._socket.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/objspace.usemodules._sre.txt b/pypy/doc/config/objspace.usemodules._sre.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/objspace.usemodules._ssl.txt b/pypy/doc/config/objspace.usemodules._ssl.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/objspace.usemodules._testing.txt b/pypy/doc/config/objspace.usemodules._testing.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/objspace.usemodules._warnings.txt b/pypy/doc/config/objspace.usemodules._warnings.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/objspace.usemodules._weakref.txt b/pypy/doc/config/objspace.usemodules._weakref.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/objspace.usemodules._winreg.txt b/pypy/doc/config/objspace.usemodules._winreg.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/objspace.usemodules.array.txt b/pypy/doc/config/objspace.usemodules.array.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/objspace.usemodules.binascii.txt b/pypy/doc/config/objspace.usemodules.binascii.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/objspace.usemodules.bz2.txt b/pypy/doc/config/objspace.usemodules.bz2.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/objspace.usemodules.cStringIO.txt b/pypy/doc/config/objspace.usemodules.cStringIO.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/objspace.usemodules.clr.txt b/pypy/doc/config/objspace.usemodules.clr.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/objspace.usemodules.cmath.txt b/pypy/doc/config/objspace.usemodules.cmath.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/objspace.usemodules.cpyext.txt b/pypy/doc/config/objspace.usemodules.cpyext.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/objspace.usemodules.crypt.txt b/pypy/doc/config/objspace.usemodules.crypt.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/objspace.usemodules.errno.txt b/pypy/doc/config/objspace.usemodules.errno.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/objspace.usemodules.exceptions.txt b/pypy/doc/config/objspace.usemodules.exceptions.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/objspace.usemodules.fcntl.txt b/pypy/doc/config/objspace.usemodules.fcntl.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/objspace.usemodules.gc.txt b/pypy/doc/config/objspace.usemodules.gc.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/objspace.usemodules.imp.txt b/pypy/doc/config/objspace.usemodules.imp.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/objspace.usemodules.itertools.txt b/pypy/doc/config/objspace.usemodules.itertools.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/objspace.usemodules.marshal.txt b/pypy/doc/config/objspace.usemodules.marshal.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/objspace.usemodules.math.txt b/pypy/doc/config/objspace.usemodules.math.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/objspace.usemodules.micronumpy.txt b/pypy/doc/config/objspace.usemodules.micronumpy.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/objspace.usemodules.mmap.txt b/pypy/doc/config/objspace.usemodules.mmap.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/objspace.usemodules.operator.txt b/pypy/doc/config/objspace.usemodules.operator.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/objspace.usemodules.oracle.txt b/pypy/doc/config/objspace.usemodules.oracle.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/objspace.usemodules.parser.txt b/pypy/doc/config/objspace.usemodules.parser.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/objspace.usemodules.posix.txt b/pypy/doc/config/objspace.usemodules.posix.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/objspace.usemodules.pwd.txt b/pypy/doc/config/objspace.usemodules.pwd.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/objspace.usemodules.pyexpat.txt b/pypy/doc/config/objspace.usemodules.pyexpat.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/objspace.usemodules.pypyjit.txt b/pypy/doc/config/objspace.usemodules.pypyjit.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/objspace.usemodules.rbench.txt b/pypy/doc/config/objspace.usemodules.rbench.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/objspace.usemodules.rctime.txt b/pypy/doc/config/objspace.usemodules.rctime.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/objspace.usemodules.select.txt b/pypy/doc/config/objspace.usemodules.select.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/objspace.usemodules.signal.txt b/pypy/doc/config/objspace.usemodules.signal.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/objspace.usemodules.struct.txt b/pypy/doc/config/objspace.usemodules.struct.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/objspace.usemodules.symbol.txt b/pypy/doc/config/objspace.usemodules.symbol.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/objspace.usemodules.sys.txt b/pypy/doc/config/objspace.usemodules.sys.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/objspace.usemodules.termios.txt b/pypy/doc/config/objspace.usemodules.termios.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/objspace.usemodules.thread.txt b/pypy/doc/config/objspace.usemodules.thread.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/objspace.usemodules.time.txt b/pypy/doc/config/objspace.usemodules.time.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/objspace.usemodules.token.txt b/pypy/doc/config/objspace.usemodules.token.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/objspace.usemodules.txt b/pypy/doc/config/objspace.usemodules.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/objspace.usemodules.unicodedata.txt b/pypy/doc/config/objspace.usemodules.unicodedata.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/objspace.usemodules.zipimport.txt b/pypy/doc/config/objspace.usemodules.zipimport.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/objspace.usemodules.zlib.txt b/pypy/doc/config/objspace.usemodules.zlib.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/objspace.usepycfiles.txt b/pypy/doc/config/objspace.usepycfiles.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/opt.rst b/pypy/doc/config/opt.rst
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/translation.backend.txt b/pypy/doc/config/translation.backend.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/translation.backendopt.clever_malloc_removal.txt b/pypy/doc/config/translation.backendopt.clever_malloc_removal.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/translation.backendopt.clever_malloc_removal_heuristic.txt b/pypy/doc/config/translation.backendopt.clever_malloc_removal_heuristic.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/translation.backendopt.clever_malloc_removal_threshold.txt b/pypy/doc/config/translation.backendopt.clever_malloc_removal_threshold.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/translation.backendopt.constfold.txt b/pypy/doc/config/translation.backendopt.constfold.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/translation.backendopt.inline.txt b/pypy/doc/config/translation.backendopt.inline.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/translation.backendopt.inline_heuristic.txt b/pypy/doc/config/translation.backendopt.inline_heuristic.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/translation.backendopt.inline_threshold.txt b/pypy/doc/config/translation.backendopt.inline_threshold.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/translation.backendopt.mallocs.txt b/pypy/doc/config/translation.backendopt.mallocs.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/translation.backendopt.merge_if_blocks.txt b/pypy/doc/config/translation.backendopt.merge_if_blocks.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/translation.backendopt.none.txt b/pypy/doc/config/translation.backendopt.none.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/translation.backendopt.print_statistics.txt b/pypy/doc/config/translation.backendopt.print_statistics.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/translation.backendopt.profile_based_inline.txt b/pypy/doc/config/translation.backendopt.profile_based_inline.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/translation.backendopt.profile_based_inline_heuristic.txt b/pypy/doc/config/translation.backendopt.profile_based_inline_heuristic.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/translation.backendopt.profile_based_inline_threshold.txt b/pypy/doc/config/translation.backendopt.profile_based_inline_threshold.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/translation.backendopt.raisingop2direct_call.txt b/pypy/doc/config/translation.backendopt.raisingop2direct_call.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/translation.backendopt.really_remove_asserts.txt b/pypy/doc/config/translation.backendopt.really_remove_asserts.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/translation.backendopt.remove_asserts.txt b/pypy/doc/config/translation.backendopt.remove_asserts.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/translation.backendopt.stack_optimization.txt b/pypy/doc/config/translation.backendopt.stack_optimization.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/translation.backendopt.storesink.txt b/pypy/doc/config/translation.backendopt.storesink.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/translation.backendopt.txt b/pypy/doc/config/translation.backendopt.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/translation.builtins_can_raise_exceptions.txt b/pypy/doc/config/translation.builtins_can_raise_exceptions.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/translation.cc.txt b/pypy/doc/config/translation.cc.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/translation.check_str_without_nul.txt b/pypy/doc/config/translation.check_str_without_nul.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/translation.cli.exception_transformer.txt b/pypy/doc/config/translation.cli.exception_transformer.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/translation.cli.trace_calls.txt b/pypy/doc/config/translation.cli.trace_calls.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/translation.cli.txt b/pypy/doc/config/translation.cli.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/translation.compilerflags.txt b/pypy/doc/config/translation.compilerflags.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/translation.continuation.txt b/pypy/doc/config/translation.continuation.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/translation.countmallocs.txt b/pypy/doc/config/translation.countmallocs.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/translation.debug.txt b/pypy/doc/config/translation.debug.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/translation.dont_write_c_files.txt b/pypy/doc/config/translation.dont_write_c_files.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/translation.dump_static_data_info.txt b/pypy/doc/config/translation.dump_static_data_info.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/translation.fork_before.txt b/pypy/doc/config/translation.fork_before.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/translation.gc.txt b/pypy/doc/config/translation.gc.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/translation.gcremovetypeptr.txt b/pypy/doc/config/translation.gcremovetypeptr.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/translation.gcrootfinder.txt b/pypy/doc/config/translation.gcrootfinder.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/translation.gctransformer.txt b/pypy/doc/config/translation.gctransformer.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/translation.insist.txt b/pypy/doc/config/translation.insist.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/translation.instrument.txt b/pypy/doc/config/translation.instrument.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/translation.instrumentctl.txt b/pypy/doc/config/translation.instrumentctl.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/translation.jit.txt b/pypy/doc/config/translation.jit.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/translation.jit_backend.txt b/pypy/doc/config/translation.jit_backend.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/translation.jit_ffi.txt b/pypy/doc/config/translation.jit_ffi.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/translation.jit_profiler.txt b/pypy/doc/config/translation.jit_profiler.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/translation.linkerflags.txt b/pypy/doc/config/translation.linkerflags.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/translation.list_comprehension_operations.txt b/pypy/doc/config/translation.list_comprehension_operations.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/translation.log.txt b/pypy/doc/config/translation.log.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/translation.make_jobs.txt b/pypy/doc/config/translation.make_jobs.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/translation.no__thread.txt b/pypy/doc/config/translation.no__thread.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/translation.noprofopt.txt b/pypy/doc/config/translation.noprofopt.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/translation.ootype.mangle.txt b/pypy/doc/config/translation.ootype.mangle.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/translation.ootype.txt b/pypy/doc/config/translation.ootype.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/translation.output.txt b/pypy/doc/config/translation.output.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/translation.platform.txt b/pypy/doc/config/translation.platform.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/translation.profopt.txt b/pypy/doc/config/translation.profopt.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/translation.rweakref.txt b/pypy/doc/config/translation.rweakref.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/translation.sandbox.txt b/pypy/doc/config/translation.sandbox.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/translation.secondaryentrypoints.txt b/pypy/doc/config/translation.secondaryentrypoints.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/translation.shared.txt b/pypy/doc/config/translation.shared.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/translation.simplifying.txt b/pypy/doc/config/translation.simplifying.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/translation.taggedpointers.txt b/pypy/doc/config/translation.taggedpointers.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/translation.thread.txt b/pypy/doc/config/translation.thread.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/translation.txt b/pypy/doc/config/translation.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/translation.type_system.txt b/pypy/doc/config/translation.type_system.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/translation.vanilla.txt b/pypy/doc/config/translation.vanilla.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/translation.verbose.txt b/pypy/doc/config/translation.verbose.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/translation.withsmallfuncsets.txt b/pypy/doc/config/translation.withsmallfuncsets.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/config/unmergedblocks.png b/pypy/doc/config/unmergedblocks.png
old mode 100644
new mode 100755
diff --git a/pypy/doc/configuration.rst b/pypy/doc/configuration.rst
old mode 100644
new mode 100755
diff --git a/pypy/doc/confrest.py b/pypy/doc/confrest.py
old mode 100644
new mode 100755
diff --git a/pypy/doc/confrest_oldpy.py b/pypy/doc/confrest_oldpy.py
old mode 100644
new mode 100755
diff --git a/pypy/doc/contributor.rst b/pypy/doc/contributor.rst
old mode 100644
new mode 100755
diff --git a/pypy/doc/cppyy.rst b/pypy/doc/cppyy.rst
old mode 100644
new mode 100755
diff --git a/pypy/doc/cpython_differences.rst b/pypy/doc/cpython_differences.rst
old mode 100644
new mode 100755
diff --git a/pypy/doc/crufty.txt b/pypy/doc/crufty.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/ctypes-implementation.rst b/pypy/doc/ctypes-implementation.rst
old mode 100644
new mode 100755
diff --git a/pypy/doc/dev_method.rst b/pypy/doc/dev_method.rst
old mode 100644
new mode 100755
diff --git a/pypy/doc/discussion/VM-integration.rst b/pypy/doc/discussion/VM-integration.rst
old mode 100644
new mode 100755
diff --git a/pypy/doc/discussion/finalizer-order.rst b/pypy/doc/discussion/finalizer-order.rst
old mode 100644
new mode 100755
diff --git a/pypy/doc/discussion/howtoimplementpickling.rst b/pypy/doc/discussion/howtoimplementpickling.rst
old mode 100644
new mode 100755
diff --git a/pypy/doc/discussion/improve-rpython.rst b/pypy/doc/discussion/improve-rpython.rst
old mode 100644
new mode 100755
diff --git a/pypy/doc/discussion/jit-profiler.rst b/pypy/doc/discussion/jit-profiler.rst
old mode 100644
new mode 100755
diff --git a/pypy/doc/discussion/outline-external-ootype.rst b/pypy/doc/discussion/outline-external-ootype.rst
old mode 100644
new mode 100755
diff --git a/pypy/doc/discussion/win64_todo.txt b/pypy/doc/discussion/win64_todo.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/discussions.rst b/pypy/doc/discussions.rst
old mode 100644
new mode 100755
diff --git a/pypy/doc/distribution.rst b/pypy/doc/distribution.rst
old mode 100644
new mode 100755
diff --git a/pypy/doc/dot-net.rst b/pypy/doc/dot-net.rst
old mode 100644
new mode 100755
diff --git a/pypy/doc/eventhistory.rst b/pypy/doc/eventhistory.rst
old mode 100644
new mode 100755
diff --git a/pypy/doc/extending.rst b/pypy/doc/extending.rst
old mode 100644
new mode 100755
diff --git a/pypy/doc/extradoc.rst b/pypy/doc/extradoc.rst
old mode 100644
new mode 100755
diff --git a/pypy/doc/faq.rst b/pypy/doc/faq.rst
old mode 100644
new mode 100755
diff --git a/pypy/doc/garbage_collection.rst b/pypy/doc/garbage_collection.rst
old mode 100644
new mode 100755
diff --git a/pypy/doc/gc_info.rst b/pypy/doc/gc_info.rst
old mode 100644
new mode 100755
diff --git a/pypy/doc/getting-started-dev.rst b/pypy/doc/getting-started-dev.rst
old mode 100644
new mode 100755
diff --git a/pypy/doc/getting-started-python.rst b/pypy/doc/getting-started-python.rst
old mode 100644
new mode 100755
diff --git a/pypy/doc/getting-started.rst b/pypy/doc/getting-started.rst
old mode 100644
new mode 100755
diff --git a/pypy/doc/glossary.rst b/pypy/doc/glossary.rst
old mode 100644
new mode 100755
diff --git a/pypy/doc/how-to-release.rst b/pypy/doc/how-to-release.rst
old mode 100644
new mode 100755
diff --git a/pypy/doc/image/JIT.dot b/pypy/doc/image/JIT.dot
old mode 100644
new mode 100755
diff --git a/pypy/doc/image/agile-talk.jpg b/pypy/doc/image/agile-talk.jpg
old mode 100644
new mode 100755
diff --git a/pypy/doc/image/arch-impllevels.graffle b/pypy/doc/image/arch-impllevels.graffle
old mode 100644
new mode 100755
diff --git a/pypy/doc/image/arch-impllevels.pdf b/pypy/doc/image/arch-impllevels.pdf
old mode 100644
new mode 100755
diff --git a/pypy/doc/image/arch-jit-gen.graffle b/pypy/doc/image/arch-jit-gen.graffle
old mode 100644
new mode 100755
diff --git a/pypy/doc/image/arch-jit-gen.pdf b/pypy/doc/image/arch-jit-gen.pdf
old mode 100644
new mode 100755
diff --git a/pypy/doc/image/arch-pypy-basic.graffle b/pypy/doc/image/arch-pypy-basic.graffle
old mode 100644
new mode 100755
diff --git a/pypy/doc/image/arch-pypy-basic.pdf b/pypy/doc/image/arch-pypy-basic.pdf
old mode 100644
new mode 100755
diff --git a/pypy/doc/image/arch-translation.graffle b/pypy/doc/image/arch-translation.graffle
old mode 100644
new mode 100755
diff --git a/pypy/doc/image/arch-translation.pdf b/pypy/doc/image/arch-translation.pdf
old mode 100644
new mode 100755
diff --git a/pypy/doc/image/architecture-session.jpg b/pypy/doc/image/architecture-session.jpg
old mode 100644
new mode 100755
diff --git a/pypy/doc/image/bpnn_callgraph.png b/pypy/doc/image/bpnn_callgraph.png
old mode 100644
new mode 100755
diff --git a/pypy/doc/image/bpnn_update.png b/pypy/doc/image/bpnn_update.png
old mode 100644
new mode 100755
diff --git a/pypy/doc/image/bpnn_update_detail.png b/pypy/doc/image/bpnn_update_detail.png
old mode 100644
new mode 100755
diff --git a/pypy/doc/image/bram.jpg b/pypy/doc/image/bram.jpg
old mode 100644
new mode 100755
diff --git a/pypy/doc/image/coding-discussion.jpg b/pypy/doc/image/coding-discussion.jpg
old mode 100644
new mode 100755
diff --git a/pypy/doc/image/compat-matrix.png b/pypy/doc/image/compat-matrix.png
old mode 100644
new mode 100755
diff --git a/pypy/doc/image/compat-matrix.sxc b/pypy/doc/image/compat-matrix.sxc
old mode 100644
new mode 100755
diff --git a/pypy/doc/image/guido.jpg b/pypy/doc/image/guido.jpg
old mode 100644
new mode 100755
diff --git a/pypy/doc/image/interview-bobippolito.jpg b/pypy/doc/image/interview-bobippolito.jpg
old mode 100644
new mode 100755
diff --git a/pypy/doc/image/interview-timpeters.jpg b/pypy/doc/image/interview-timpeters.jpg
old mode 100644
new mode 100755
diff --git a/pypy/doc/image/introductory-student-talk.jpg b/pypy/doc/image/introductory-student-talk.jpg
old mode 100644
new mode 100755
diff --git a/pypy/doc/image/introductory-talk-pycon.jpg b/pypy/doc/image/introductory-talk-pycon.jpg
old mode 100644
new mode 100755
diff --git a/pypy/doc/image/ironpython.jpg b/pypy/doc/image/ironpython.jpg
old mode 100644
new mode 100755
diff --git a/pypy/doc/image/jitdata-interpreter.dot b/pypy/doc/image/jitdata-interpreter.dot
old mode 100644
new mode 100755
diff --git a/pypy/doc/image/jitviewer.png b/pypy/doc/image/jitviewer.png
old mode 100644
new mode 100755
diff --git a/pypy/doc/image/lattice1.dot b/pypy/doc/image/lattice1.dot
old mode 100644
new mode 100755
diff --git a/pypy/doc/image/lattice2.dot b/pypy/doc/image/lattice2.dot
old mode 100644
new mode 100755
diff --git a/pypy/doc/image/lattice3.dot b/pypy/doc/image/lattice3.dot
old mode 100644
new mode 100755
diff --git a/pypy/doc/image/mallorca-trailer.jpg b/pypy/doc/image/mallorca-trailer.jpg
old mode 100644
new mode 100755
diff --git a/pypy/doc/image/merge-split.dot b/pypy/doc/image/merge-split.dot
old mode 100644
new mode 100755
diff --git a/pypy/doc/image/pycon-trailer.jpg b/pypy/doc/image/pycon-trailer.jpg
old mode 100644
new mode 100755
diff --git a/pypy/doc/image/pypy-translation-0.9.graffle b/pypy/doc/image/pypy-translation-0.9.graffle
old mode 100644
new mode 100755
diff --git a/pypy/doc/image/pypy-translation-0.9.png b/pypy/doc/image/pypy-translation-0.9.png
old mode 100644
new mode 100755
diff --git a/pypy/doc/image/sprint-tutorial.jpg b/pypy/doc/image/sprint-tutorial.jpg
old mode 100644
new mode 100755
diff --git a/pypy/doc/image/stackless.dot b/pypy/doc/image/stackless.dot
old mode 100644
new mode 100755
diff --git a/pypy/doc/image/stackless_informal.dot b/pypy/doc/image/stackless_informal.dot
old mode 100644
new mode 100755
diff --git a/pypy/doc/image/translation-detail-0.9.graffle b/pypy/doc/image/translation-detail-0.9.graffle
old mode 100644
new mode 100755
diff --git a/pypy/doc/image/translation-detail-0.9.png b/pypy/doc/image/translation-detail-0.9.png
old mode 100644
new mode 100755
diff --git a/pypy/doc/image/translation-greyscale-small.pdf b/pypy/doc/image/translation-greyscale-small.pdf
old mode 100644
new mode 100755
diff --git a/pypy/doc/image/translation-greyscale-small.png b/pypy/doc/image/translation-greyscale-small.png
old mode 100644
new mode 100755
diff --git a/pypy/doc/image/translation-greyscale-small.sxd b/pypy/doc/image/translation-greyscale-small.sxd
old mode 100644
new mode 100755
diff --git a/pypy/doc/image/translation.pdf b/pypy/doc/image/translation.pdf
old mode 100644
new mode 100755
diff --git a/pypy/doc/image/translation.sxd b/pypy/doc/image/translation.sxd
old mode 100644
new mode 100755
diff --git a/pypy/doc/index-of-release-notes.rst b/pypy/doc/index-of-release-notes.rst
old mode 100644
new mode 100755
diff --git a/pypy/doc/index-report.rst b/pypy/doc/index-report.rst
old mode 100644
new mode 100755
diff --git a/pypy/doc/index.rst b/pypy/doc/index.rst
old mode 100644
new mode 100755
diff --git a/pypy/doc/interpreter-optimizations.rst b/pypy/doc/interpreter-optimizations.rst
old mode 100644
new mode 100755
diff --git a/pypy/doc/interpreter.rst b/pypy/doc/interpreter.rst
old mode 100644
new mode 100755
diff --git a/pypy/doc/jit-hooks.rst b/pypy/doc/jit-hooks.rst
old mode 100644
new mode 100755
diff --git a/pypy/doc/jit/__init__.py b/pypy/doc/jit/__init__.py
old mode 100644
new mode 100755
diff --git a/pypy/doc/jit/_ref.txt b/pypy/doc/jit/_ref.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/jit/confrest.py b/pypy/doc/jit/confrest.py
old mode 100644
new mode 100755
diff --git a/pypy/doc/jit/index.rst b/pypy/doc/jit/index.rst
old mode 100644
new mode 100755
diff --git a/pypy/doc/jit/overview.rst b/pypy/doc/jit/overview.rst
old mode 100644
new mode 100755
diff --git a/pypy/doc/jit/pyjitpl5.rst b/pypy/doc/jit/pyjitpl5.rst
old mode 100644
new mode 100755
diff --git a/pypy/doc/make.bat b/pypy/doc/make.bat
old mode 100644
new mode 100755
diff --git a/pypy/doc/man/pypy.1.rst b/pypy/doc/man/pypy.1.rst
old mode 100644
new mode 100755
diff --git a/pypy/doc/needswork.txt b/pypy/doc/needswork.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/objspace-proxies.rst b/pypy/doc/objspace-proxies.rst
old mode 100644
new mode 100755
diff --git a/pypy/doc/objspace.rst b/pypy/doc/objspace.rst
old mode 100644
new mode 100755
diff --git a/pypy/doc/parser.rst b/pypy/doc/parser.rst
old mode 100644
new mode 100755
diff --git a/pypy/doc/project-ideas.rst b/pypy/doc/project-ideas.rst
old mode 100644
new mode 100755
diff --git a/pypy/doc/pypyconfig.py b/pypy/doc/pypyconfig.py
old mode 100644
new mode 100755
diff --git a/pypy/doc/release-0.6.rst b/pypy/doc/release-0.6.rst
old mode 100644
new mode 100755
diff --git a/pypy/doc/release-0.7.0.rst b/pypy/doc/release-0.7.0.rst
old mode 100644
new mode 100755
diff --git a/pypy/doc/release-0.8.0.rst b/pypy/doc/release-0.8.0.rst
old mode 100644
new mode 100755
diff --git a/pypy/doc/release-0.9.0.rst b/pypy/doc/release-0.9.0.rst
old mode 100644
new mode 100755
diff --git a/pypy/doc/release-0.99.0.rst b/pypy/doc/release-0.99.0.rst
old mode 100644
new mode 100755
diff --git a/pypy/doc/release-1.0.0.rst b/pypy/doc/release-1.0.0.rst
old mode 100644
new mode 100755
diff --git a/pypy/doc/release-1.1.0.rst b/pypy/doc/release-1.1.0.rst
old mode 100644
new mode 100755
diff --git a/pypy/doc/release-1.2.0.rst b/pypy/doc/release-1.2.0.rst
old mode 100644
new mode 100755
diff --git a/pypy/doc/release-1.3.0.rst b/pypy/doc/release-1.3.0.rst
old mode 100644
new mode 100755
diff --git a/pypy/doc/release-1.4.0.rst b/pypy/doc/release-1.4.0.rst
old mode 100644
new mode 100755
diff --git a/pypy/doc/release-1.4.0beta.rst b/pypy/doc/release-1.4.0beta.rst
old mode 100644
new mode 100755
diff --git a/pypy/doc/release-1.4.1.rst b/pypy/doc/release-1.4.1.rst
old mode 100644
new mode 100755
diff --git a/pypy/doc/release-1.5.0.rst b/pypy/doc/release-1.5.0.rst
old mode 100644
new mode 100755
diff --git a/pypy/doc/release-1.6.0.rst b/pypy/doc/release-1.6.0.rst
old mode 100644
new mode 100755
diff --git a/pypy/doc/release-1.7.0.rst b/pypy/doc/release-1.7.0.rst
old mode 100644
new mode 100755
diff --git a/pypy/doc/release-1.8.0.rst b/pypy/doc/release-1.8.0.rst
old mode 100644
new mode 100755
diff --git a/pypy/doc/release-1.9.0.rst b/pypy/doc/release-1.9.0.rst
old mode 100644
new mode 100755
diff --git a/pypy/doc/rffi.rst b/pypy/doc/rffi.rst
old mode 100644
new mode 100755
diff --git a/pypy/doc/rlib.rst b/pypy/doc/rlib.rst
old mode 100644
new mode 100755
diff --git a/pypy/doc/rtyper.rst b/pypy/doc/rtyper.rst
old mode 100644
new mode 100755
diff --git a/pypy/doc/sandbox.rst b/pypy/doc/sandbox.rst
old mode 100644
new mode 100755
diff --git a/pypy/doc/sprint-reports.rst b/pypy/doc/sprint-reports.rst
old mode 100644
new mode 100755
diff --git a/pypy/doc/stackless.rst b/pypy/doc/stackless.rst
old mode 100644
new mode 100755
diff --git a/pypy/doc/statistic/__init__.py b/pypy/doc/statistic/__init__.py
old mode 100644
new mode 100755
diff --git a/pypy/doc/statistic/confrest.py b/pypy/doc/statistic/confrest.py
old mode 100644
new mode 100755
diff --git a/pypy/doc/statistic/format.py b/pypy/doc/statistic/format.py
old mode 100644
new mode 100755
diff --git a/pypy/doc/statistic/index.rst b/pypy/doc/statistic/index.rst
old mode 100644
new mode 100755
diff --git a/pypy/doc/statistic/loc.csv b/pypy/doc/statistic/loc.csv
old mode 100644
new mode 100755
diff --git a/pypy/doc/statistic/loc.png b/pypy/doc/statistic/loc.png
old mode 100644
new mode 100755
diff --git a/pypy/doc/statistic/number_files.csv b/pypy/doc/statistic/number_files.csv
old mode 100644
new mode 100755
diff --git a/pypy/doc/statistic/number_files.png b/pypy/doc/statistic/number_files.png
old mode 100644
new mode 100755
diff --git a/pypy/doc/statistic/post.csv b/pypy/doc/statistic/post.csv
old mode 100644
new mode 100755
diff --git a/pypy/doc/statistic/post.png b/pypy/doc/statistic/post.png
old mode 100644
new mode 100755
diff --git a/pypy/doc/statistic/python-list.csv b/pypy/doc/statistic/python-list.csv
old mode 100644
new mode 100755
diff --git a/pypy/doc/statistic/python-list.png b/pypy/doc/statistic/python-list.png
old mode 100644
new mode 100755
diff --git a/pypy/doc/statistic/rebin.py b/pypy/doc/statistic/rebin.py
old mode 100644
new mode 100755
diff --git a/pypy/doc/statistic/release_dates.dat b/pypy/doc/statistic/release_dates.dat
old mode 100644
new mode 100755
diff --git a/pypy/doc/statistic/sprint_dates.dat b/pypy/doc/statistic/sprint_dates.dat
old mode 100644
new mode 100755
diff --git a/pypy/doc/statistic/statistic_irc_log.csv b/pypy/doc/statistic/statistic_irc_log.csv
old mode 100644
new mode 100755
diff --git a/pypy/doc/statistic/statistic_irc_log.png b/pypy/doc/statistic/statistic_irc_log.png
old mode 100644
new mode 100755
diff --git a/pypy/doc/statistic/subscribers.csv b/pypy/doc/statistic/subscribers.csv
old mode 100644
new mode 100755
diff --git a/pypy/doc/statistic/subscribers.png b/pypy/doc/statistic/subscribers.png
old mode 100644
new mode 100755
diff --git a/pypy/doc/statistic/webaccess.csv b/pypy/doc/statistic/webaccess.csv
old mode 100644
new mode 100755
diff --git a/pypy/doc/statistic/webaccess.png b/pypy/doc/statistic/webaccess.png
old mode 100644
new mode 100755
diff --git a/pypy/doc/test/test_whatsnew.py b/pypy/doc/test/test_whatsnew.py
old mode 100644
new mode 100755
diff --git a/pypy/doc/throwaway.txt b/pypy/doc/throwaway.txt
old mode 100644
new mode 100755
diff --git a/pypy/doc/tool/__init__.py b/pypy/doc/tool/__init__.py
old mode 100644
new mode 100755
diff --git a/pypy/doc/tool/makecontributor.py b/pypy/doc/tool/makecontributor.py
old mode 100644
new mode 100755
diff --git a/pypy/doc/tool/makeref.py b/pypy/doc/tool/makeref.py
old mode 100644
new mode 100755
diff --git a/pypy/doc/tool/mydot.py b/pypy/doc/tool/mydot.py
old mode 100644
new mode 100755
diff --git a/pypy/doc/translation.rst b/pypy/doc/translation.rst
old mode 100644
new mode 100755
diff --git a/pypy/doc/video-index.rst b/pypy/doc/video-index.rst
old mode 100644
new mode 100755
diff --git a/pypy/doc/whatsnew-1.9.rst b/pypy/doc/whatsnew-1.9.rst
old mode 100644
new mode 100755
diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst
old mode 100644
new mode 100755
diff --git a/pypy/doc/windows.rst b/pypy/doc/windows.rst
old mode 100644
new mode 100755
diff --git a/pypy/doc/you-want-to-help.rst b/pypy/doc/you-want-to-help.rst
old mode 100644
new mode 100755
diff --git a/pypy/interpreter/__init__.py b/pypy/interpreter/__init__.py
old mode 100644
new mode 100755
diff --git a/pypy/interpreter/argument.py b/pypy/interpreter/argument.py
old mode 100644
new mode 100755
diff --git a/pypy/interpreter/astcompiler/__init__.py b/pypy/interpreter/astcompiler/__init__.py
old mode 100644
new mode 100755
diff --git a/pypy/interpreter/astcompiler/assemble.py b/pypy/interpreter/astcompiler/assemble.py
old mode 100644
new mode 100755
diff --git a/pypy/interpreter/astcompiler/ast.py b/pypy/interpreter/astcompiler/ast.py
old mode 100644
new mode 100755
diff --git a/pypy/interpreter/astcompiler/astbuilder.py b/pypy/interpreter/astcompiler/astbuilder.py
old mode 100644
new mode 100755
diff --git a/pypy/interpreter/astcompiler/asthelpers.py b/pypy/interpreter/astcompiler/asthelpers.py
old mode 100644
new mode 100755
diff --git a/pypy/interpreter/astcompiler/codegen.py b/pypy/interpreter/astcompiler/codegen.py
old mode 100644
new mode 100755
diff --git a/pypy/interpreter/astcompiler/consts.py b/pypy/interpreter/astcompiler/consts.py
old mode 100644
new mode 100755
diff --git a/pypy/interpreter/astcompiler/misc.py b/pypy/interpreter/astcompiler/misc.py
old mode 100644
new mode 100755
diff --git a/pypy/interpreter/astcompiler/optimize.py b/pypy/interpreter/astcompiler/optimize.py
old mode 100644
new mode 100755
diff --git a/pypy/interpreter/astcompiler/symtable.py b/pypy/interpreter/astcompiler/symtable.py
old mode 100644
new mode 100755
diff --git a/pypy/interpreter/astcompiler/test/__init__.py b/pypy/interpreter/astcompiler/test/__init__.py
old mode 100644
new mode 100755
diff --git a/pypy/interpreter/astcompiler/test/stdlib_testall.py b/pypy/interpreter/astcompiler/test/stdlib_testall.py
old mode 100644
new mode 100755
diff --git a/pypy/interpreter/astcompiler/test/test_astbuilder.py b/pypy/interpreter/astcompiler/test/test_astbuilder.py
old mode 100644
new mode 100755
diff --git a/pypy/interpreter/astcompiler/test/test_compiler.py b/pypy/interpreter/astcompiler/test/test_compiler.py
old mode 100644
new mode 100755
diff --git a/pypy/interpreter/astcompiler/test/test_symtable.py b/pypy/interpreter/astcompiler/test/test_symtable.py
old mode 100644
new mode 100755
diff --git a/pypy/interpreter/astcompiler/tools/Python.asdl b/pypy/interpreter/astcompiler/tools/Python.asdl
old mode 100644
new mode 100755
diff --git a/pypy/interpreter/astcompiler/tools/asdl.py b/pypy/interpreter/astcompiler/tools/asdl.py
old mode 100644
new mode 100755
diff --git a/pypy/interpreter/astcompiler/tools/asdl_py.py b/pypy/interpreter/astcompiler/tools/asdl_py.py
old mode 100644
new mode 100755
diff --git a/pypy/interpreter/astcompiler/tools/spark.py b/pypy/interpreter/astcompiler/tools/spark.py
old mode 100644
new mode 100755
diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py
old mode 100644
new mode 100755
diff --git a/pypy/interpreter/buffer.py b/pypy/interpreter/buffer.py
old mode 100644
new mode 100755
diff --git a/pypy/interpreter/callbench/bltn04.py b/pypy/interpreter/callbench/bltn04.py
old mode 100644
new mode 100755
diff --git a/pypy/interpreter/callbench/bltn_instantiate.py b/pypy/interpreter/callbench/bltn_instantiate.py
old mode 100644
new mode 100755
diff --git a/pypy/interpreter/callbench/bltna1.py b/pypy/interpreter/callbench/bltna1.py
old mode 100644
new mode 100755
diff --git a/pypy/interpreter/callbench/bltna2.py b/pypy/interpreter/callbench/bltna2.py
old mode 100644
new mode 100755
diff --git a/pypy/interpreter/callbench/bm14.py b/pypy/interpreter/callbench/bm14.py
old mode 100644
new mode 100755
diff --git a/pypy/interpreter/callbench/bmabvararg.py b/pypy/interpreter/callbench/bmabvararg.py
old mode 100644
new mode 100755
diff --git a/pypy/interpreter/callbench/bmfilter.py b/pypy/interpreter/callbench/bmfilter.py
old mode 100644
new mode 100755
diff --git a/pypy/interpreter/callbench/bmmore.py b/pypy/interpreter/callbench/bmmore.py
old mode 100644
new mode 100755
diff --git a/pypy/interpreter/callbench/compare.py b/pypy/interpreter/callbench/compare.py
old mode 100644
new mode 100755
diff --git a/pypy/interpreter/callbench/f04.py b/pypy/interpreter/callbench/f04.py
old mode 100644
new mode 100755
diff --git a/pypy/interpreter/callbench/fabvararg.py b/pypy/interpreter/callbench/fabvararg.py
old mode 100644
new mode 100755
diff --git a/pypy/interpreter/callbench/ffilter.py b/pypy/interpreter/callbench/ffilter.py
old mode 100644
new mode 100755
diff --git a/pypy/interpreter/callbench/ffunccall.py b/pypy/interpreter/callbench/ffunccall.py
old mode 100644
new mode 100755
diff --git a/pypy/interpreter/callbench/fmore.py b/pypy/interpreter/callbench/fmore.py
old mode 100644
new mode 100755
diff --git a/pypy/interpreter/callbench/inst.py b/pypy/interpreter/callbench/inst.py
old mode 100644
new mode 100755
diff --git a/pypy/interpreter/callbench/inst_no_init.py b/pypy/interpreter/callbench/inst_no_init.py
old mode 100644
new mode 100755
diff --git a/pypy/interpreter/callbench/instcall.py b/pypy/interpreter/callbench/instcall.py
old mode 100644
new mode 100755
diff --git a/pypy/interpreter/callbench/sup.py b/pypy/interpreter/callbench/sup.py
old mode 100644
new mode 100755
diff --git a/pypy/interpreter/debug.py b/pypy/interpreter/debug.py
old mode 100644
new mode 100755
diff --git a/pypy/interpreter/error.py b/pypy/interpreter/error.py
old mode 100644
new mode 100755
diff --git a/pypy/interpreter/eval.py b/pypy/interpreter/eval.py
old mode 100644
new mode 100755
diff --git a/pypy/interpreter/executioncontext.py b/pypy/interpreter/executioncontext.py
old mode 100644
new mode 100755
diff --git a/pypy/interpreter/function.py b/pypy/interpreter/function.py
old mode 100644
new mode 100755
diff --git a/pypy/interpreter/gateway.py b/pypy/interpreter/gateway.py
old mode 100644
new mode 100755
diff --git a/pypy/interpreter/generator.py b/pypy/interpreter/generator.py
old mode 100644
new mode 100755
diff --git a/pypy/interpreter/interactive.py b/pypy/interpreter/interactive.py
old mode 100644
new mode 100755
diff --git a/pypy/interpreter/main.py b/pypy/interpreter/main.py
old mode 100644
new mode 100755
diff --git a/pypy/interpreter/miscutils.py b/pypy/interpreter/miscutils.py
old mode 100644
new mode 100755
diff --git a/pypy/interpreter/mixedmodule.py b/pypy/interpreter/mixedmodule.py
old mode 100644
new mode 100755
diff --git a/pypy/interpreter/module.py b/pypy/interpreter/module.py
old mode 100644
new mode 100755
diff --git a/pypy/interpreter/nestedscope.py b/pypy/interpreter/nestedscope.py
old mode 100644
new mode 100755
diff --git a/pypy/interpreter/pycode.py b/pypy/interpreter/pycode.py
old mode 100644
new mode 100755
diff --git a/pypy/interpreter/pycompiler.py b/pypy/interpreter/pycompiler.py
old mode 100644
new mode 100755
diff --git a/pypy/interpreter/pyframe.py b/pypy/interpreter/pyframe.py
old mode 100644
new mode 100755
diff --git a/pypy/interpreter/pyopcode.py b/pypy/interpreter/pyopcode.py
old mode 100644
new mode 100755
diff --git a/pypy/interpreter/pyparser/__init__.py b/pypy/interpreter/pyparser/__init__.py
old mode 100644
new mode 100755
diff --git a/pypy/interpreter/pyparser/automata.py b/pypy/interpreter/pyparser/automata.py
old mode 100644
new mode 100755
diff --git a/pypy/interpreter/pyparser/autopath.py b/pypy/interpreter/pyparser/autopath.py
old mode 100644
new mode 100755
diff --git a/pypy/interpreter/pyparser/data/Grammar2.5 b/pypy/interpreter/pyparser/data/Grammar2.5
old mode 100644
new mode 100755
diff --git a/pypy/interpreter/pyparser/data/Grammar2.7 b/pypy/interpreter/pyparser/data/Grammar2.7
old mode 100644
new mode 100755
diff --git a/pypy/interpreter/pyparser/error.py b/pypy/interpreter/pyparser/error.py
old mode 100644
new mode 100755
diff --git a/pypy/interpreter/pyparser/future.py b/pypy/interpreter/pyparser/future.py
old mode 100644
new mode 100755
diff --git a/pypy/interpreter/pyparser/genpytokenize.py b/pypy/interpreter/pyparser/genpytokenize.py
old mode 100644
new mode 100755
diff --git a/pypy/interpreter/pyparser/metaparser.py b/pypy/interpreter/pyparser/metaparser.py
old mode 100644
new mode 100755
diff --git a/pypy/interpreter/pyparser/parser.py b/pypy/interpreter/pyparser/parser.py
old mode 100644
new mode 100755
diff --git a/pypy/interpreter/pyparser/parsestring.py b/pypy/interpreter/pyparser/parsestring.py
old mode 100644
new mode 100755
diff --git a/pypy/interpreter/pyparser/pygram.py b/pypy/interpreter/pyparser/pygram.py
old mode 100644
new mode 100755
diff --git a/pypy/interpreter/pyparser/pylexer.py b/pypy/interpreter/pyparser/pylexer.py
old mode 100644
new mode 100755
diff --git a/pypy/interpreter/pyparser/pyparse.py b/pypy/interpreter/pyparser/pyparse.py
old mode 100644
new mode 100755
diff --git a/pypy/interpreter/pyparser/pytoken.py b/pypy/interpreter/pyparser/pytoken.py
old mode 100644
new mode 100755
diff --git a/pypy/interpreter/pyparser/pytokenize.py b/pypy/interpreter/pyparser/pytokenize.py
old mode 100644
new mode 100755
diff --git a/pypy/interpreter/pyparser/pytokenizer.py b/pypy/interpreter/pyparser/pytokenizer.py
old mode 100644
new mode 100755
diff --git a/pypy/interpreter/pyparser/test/__init__.py b/pypy/interpreter/pyparser/test/__init__.py
old mode 100644
new mode 100755
diff --git a/pypy/interpreter/pyparser/test/expressions.py b/pypy/interpreter/pyparser/test/expressions.py
old mode 100644
new mode 100755
diff --git a/pypy/interpreter/pyparser/test/test_futureautomaton.py b/pypy/interpreter/pyparser/test/test_futureautomaton.py
old mode 100644
new mode 100755
diff --git a/pypy/interpreter/pyparser/test/test_metaparser.py b/pypy/interpreter/pyparser/test/test_metaparser.py
old mode 100644
new mode 100755
diff --git a/pypy/interpreter/pyparser/test/test_parser.py b/pypy/interpreter/pyparser/test/test_parser.py
old mode 100644
new mode 100755
diff --git a/pypy/interpreter/pyparser/test/test_parsestring.py b/pypy/interpreter/pyparser/test/test_parsestring.py
old mode 100644
new mode 100755
diff --git a/pypy/interpreter/pyparser/test/test_pyparse.py b/pypy/interpreter/pyparser/test/test_pyparse.py
old mode 100644
new mode 100755
diff --git a/pypy/interpreter/pyparser/test/unittest_samples.py b/pypy/interpreter/pyparser/test/unittest_samples.py
old mode 100644
new mode 100755
diff --git a/pypy/interpreter/pytraceback.py b/pypy/interpreter/pytraceback.py
old mode 100644
new mode 100755
diff --git a/pypy/interpreter/special.py b/pypy/interpreter/special.py
old mode 100644
new mode 100755
diff --git a/pypy/interpreter/streamutil.py b/pypy/interpreter/streamutil.py
old mode 100644
new mode 100755
diff --git a/pypy/interpreter/test/__init__.py b/pypy/interpreter/test/__init__.py
old mode 100644
new mode 100755
diff --git a/pypy/interpreter/test/demomixedmod/__init__.py b/pypy/interpreter/test/demomixedmod/__init__.py
old mode 100644
new mode 100755
diff --git a/pypy/interpreter/test/demomixedmod/file1.py b/pypy/interpreter/test/demomixedmod/file1.py
old mode 100644
new mode 100755
diff --git a/pypy/interpreter/test/demomixedmod/file2_app.py b/pypy/interpreter/test/demomixedmod/file2_app.py
old mode 100644
new mode 100755
diff --git a/pypy/interpreter/test/foointerp.py b/pypy/interpreter/test/foointerp.py
old mode 100644
new mode 100755
diff --git a/pypy/interpreter/test/hello_world.py b/pypy/interpreter/test/hello_world.py
old mode 100644
new mode 100755
diff --git a/pypy/interpreter/test/s1.py b/pypy/interpreter/test/s1.py
old mode 100644
new mode 100755
diff --git a/pypy/interpreter/test/test_appinterp.py b/pypy/interpreter/test/test_appinterp.py
old mode 100644
new mode 100755
diff --git a/pypy/interpreter/test/test_argument.py b/pypy/interpreter/test/test_argument.py
old mode 100644
new mode 100755
diff --git a/pypy/interpreter/test/test_buffer.py b/pypy/interpreter/test/test_buffer.py
old mode 100644
new mode 100755
diff --git a/pypy/interpreter/test/test_class.py b/pypy/interpreter/test/test_class.py
old mode 100644
new mode 100755
diff --git a/pypy/interpreter/test/test_code.py b/pypy/interpreter/test/test_code.py
old mode 100644
new mode 100755
diff --git a/pypy/interpreter/test/test_compiler.py b/pypy/interpreter/test/test_compiler.py
old mode 100644
new mode 100755
diff --git a/pypy/interpreter/test/test_descrtypecheck.py b/pypy/interpreter/test/test_descrtypecheck.py
old mode 100644
new mode 100755
diff --git a/pypy/interpreter/test/test_error.py b/pypy/interpreter/test/test_error.py
old mode 100644
new mode 100755
diff --git a/pypy/interpreter/test/test_eval.py b/pypy/interpreter/test/test_eval.py
old mode 100644
new mode 100755
diff --git a/pypy/interpreter/test/test_exceptcomp.py b/pypy/interpreter/test/test_exceptcomp.py
old mode 100644
new mode 100755
diff --git a/pypy/interpreter/test/test_exec.py b/pypy/interpreter/test/test_exec.py
old mode 100644
new mode 100755
diff --git a/pypy/interpreter/test/test_executioncontext.py b/pypy/interpreter/test/test_executioncontext.py
old mode 100644
new mode 100755
diff --git a/pypy/interpreter/test/test_extmodules.py b/pypy/interpreter/test/test_extmodules.py
old mode 100644
new mode 100755
diff --git a/pypy/interpreter/test/test_function.py b/pypy/interpreter/test/test_function.py
old mode 100644
new mode 100755
diff --git a/pypy/interpreter/test/test_gateway.py b/pypy/interpreter/test/test_gateway.py
old mode 100644
new mode 100755
diff --git a/pypy/interpreter/test/test_generator.py b/pypy/interpreter/test/test_generator.py
old mode 100644
new mode 100755
diff --git a/pypy/interpreter/test/test_interpreter.py b/pypy/interpreter/test/test_interpreter.py
old mode 100644
new mode 100755
diff --git a/pypy/interpreter/test/test_main.py b/pypy/interpreter/test/test_main.py
old mode 100644
new mode 100755
diff --git a/pypy/interpreter/test/test_mixedmodule.py b/pypy/interpreter/test/test_mixedmodule.py
old mode 100644
new mode 100755
diff --git a/pypy/interpreter/test/test_module.py b/pypy/interpreter/test/test_module.py
old mode 100644
new mode 100755
diff --git a/pypy/interpreter/test/test_nestedscope.py b/pypy/interpreter/test/test_nestedscope.py
old mode 100644
new mode 100755
diff --git a/pypy/interpreter/test/test_objspace.py b/pypy/interpreter/test/test_objspace.py
old mode 100644
new mode 100755
diff --git a/pypy/interpreter/test/test_pyframe.py b/pypy/interpreter/test/test_pyframe.py
old mode 100644
new mode 100755
diff --git a/pypy/interpreter/test/test_raise.py b/pypy/interpreter/test/test_raise.py
old mode 100644
new mode 100755
diff --git a/pypy/interpreter/test/test_special.py b/pypy/interpreter/test/test_special.py
old mode 100644
new mode 100755
diff --git a/pypy/interpreter/test/test_syntax.py b/pypy/interpreter/test/test_syntax.py
old mode 100644
new mode 100755
diff --git a/pypy/interpreter/test/test_typedef.py b/pypy/interpreter/test/test_typedef.py
old mode 100644
new mode 100755
diff --git a/pypy/interpreter/test/test_zpy.py b/pypy/interpreter/test/test_zpy.py
old mode 100644
new mode 100755
diff --git a/pypy/interpreter/test/test_zzpickle_and_slow.py b/pypy/interpreter/test/test_zzpickle_and_slow.py
old mode 100644
new mode 100755
diff --git a/pypy/interpreter/typedef.py b/pypy/interpreter/typedef.py
old mode 100644
new mode 100755
diff --git a/pypy/interpreter/unicodehelper.py b/pypy/interpreter/unicodehelper.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/__init__.py b/pypy/jit/__init__.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/__init__.py b/pypy/jit/backend/__init__.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/arm/__init__.py b/pypy/jit/backend/arm/__init__.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/arm/arch.py b/pypy/jit/backend/arm/arch.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/arm/assembler.py b/pypy/jit/backend/arm/assembler.py
old mode 100644
new mode 100755
--- a/pypy/jit/backend/arm/assembler.py
+++ b/pypy/jit/backend/arm/assembler.py
@@ -326,7 +326,7 @@
                                     imm=descr.jit_wb_if_flag_byteofs)
             mc.TST_ri(r.ip.value, imm=0x80)
         #
-	mc.MOV_rr(r.pc.value, r.lr.value)
+        mc.MOV_rr(r.pc.value, r.lr.value)
         #
         rawstart = mc.materialize(self.cpu.asmmemmgr, [])
         self.wb_slowpath[withcards + 2 * withfloats] = rawstart
diff --git a/pypy/jit/backend/arm/codebuilder.py b/pypy/jit/backend/arm/codebuilder.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/arm/conditions.py b/pypy/jit/backend/arm/conditions.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/arm/detect.py b/pypy/jit/backend/arm/detect.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/arm/helper/__init__.py b/pypy/jit/backend/arm/helper/__init__.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/arm/helper/assembler.py b/pypy/jit/backend/arm/helper/assembler.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/arm/helper/regalloc.py b/pypy/jit/backend/arm/helper/regalloc.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/arm/instruction_builder.py b/pypy/jit/backend/arm/instruction_builder.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/arm/instructions.py b/pypy/jit/backend/arm/instructions.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/arm/jump.py b/pypy/jit/backend/arm/jump.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/arm/locations.py b/pypy/jit/backend/arm/locations.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/arm/opassembler.py b/pypy/jit/backend/arm/opassembler.py
old mode 100644
new mode 100755
--- a/pypy/jit/backend/arm/opassembler.py
+++ b/pypy/jit/backend/arm/opassembler.py
@@ -500,7 +500,7 @@
         for arg in arglocs:
             if arg.type != FLOAT:
                 if len(non_float_regs) < len(r.argument_regs):
-		    reg = r.argument_regs[len(non_float_regs)]
+                    reg = r.argument_regs[len(non_float_regs)]
                     non_float_locs.append(arg)
                     non_float_regs.append(reg)
                 else: # non-float argument that needs to go on the stack 
@@ -508,16 +508,16 @@
                     stack_args.append(arg)
             else:
                 if len(float_regs) < len(r.vfp_argument_regs): 
-		    reg = r.vfp_argument_regs[len(float_regs)]
+                    reg = r.vfp_argument_regs[len(float_regs)]
                     float_locs.append(arg)
                     float_regs.append(reg)
                 else: # float argument that needs to go on the stack
                     if count % 2 != 0:
                         stack_args.append(None)
-			count = 0
+                        count = 0
                     stack_args.append(arg)
         # align the stack
-	if count % 2 != 0:
+        if count % 2 != 0:
             stack_args.append(None)
         self._push_stack_args(stack_args)
         # Check that the address of the function we want to call is not
@@ -628,56 +628,56 @@
         #
         if loc_base is not r.r0:
             # push two registers to keep stack aligned
-	    self.mc.PUSH([r.r0.value, loc_base.value])
+            self.mc.PUSH([r.r0.value, loc_base.value])
             remap_frame_layout(self, [loc_base], [r.r0], r.ip)
         self.mc.BL(self.wb_slowpath[helper_num])
         if loc_base is not r.r0:
-	    self.mc.POP([r.r0.value, loc_base.value])
+            self.mc.POP([r.r0.value, loc_base.value])
 
         if card_marking:
-	    # The helper ends again with a check of the flag in the object.  So
-	    # here, we can simply write again a conditional jump, which will be
-	    # taken if GCFLAG_CARDS_SET is still not set.
+            # The helper ends again with a check of the flag in the object.  So
+            # here, we can simply write again a conditional jump, which will be
+            # taken if GCFLAG_CARDS_SET is still not set.
             jns_location = self.mc.currpos()
             self.mc.BKPT()
             #
             # patch the JS above
             offset = self.mc.currpos()
             pmc = OverwritingBuilder(self.mc, js_location, WORD)
-	    pmc.B_offs(offset, c.NE) # We want to jump if the z flag is not set
+            pmc.B_offs(offset, c.NE) # We want to jump if the z flag is not set
             #
             # case GCFLAG_CARDS_SET: emit a few instructions to do
             # directly the card flag setting
             loc_index = arglocs[1]
             assert loc_index.is_reg()
-	    # must save the register loc_index before it is mutated
-	    self.mc.PUSH([loc_index.value])
-	    tmp1 = loc_index
-	    tmp2 = arglocs[2] 
-	    # lr = byteofs
-	    s = 3 + descr.jit_wb_card_page_shift
-	    self.mc.MVN_rr(r.lr.value, loc_index.value,
-	    		imm=s, shifttype=shift.LSR)
-	    
-	    # tmp1 = byte_index
-	    self.mc.MOV_ri(r.ip.value, imm=7)
-	    self.mc.AND_rr(tmp1.value, r.ip.value, loc_index.value,
-	        imm=descr.jit_wb_card_page_shift, shifttype=shift.LSR)
-	    
-	    # set the bit
-	    self.mc.MOV_ri(tmp2.value, imm=1)
-	    self.mc.LDRB_rr(r.ip.value, loc_base.value, r.lr.value)
-	    self.mc.ORR_rr_sr(r.ip.value, r.ip.value, tmp2.value,
-	    			tmp1.value, shifttype=shift.LSL)
-	    self.mc.STRB_rr(r.ip.value, loc_base.value, r.lr.value)
-	    # done
-	    self.mc.POP([loc_index.value])
-	    #
+            # must save the register loc_index before it is mutated
+            self.mc.PUSH([loc_index.value])
+            tmp1 = loc_index
+            tmp2 = arglocs[2] 
+            # lr = byteofs
+            s = 3 + descr.jit_wb_card_page_shift
+            self.mc.MVN_rr(r.lr.value, loc_index.value,
+                                       imm=s, shifttype=shift.LSR)
+            
+            # tmp1 = byte_index
+            self.mc.MOV_ri(r.ip.value, imm=7)
+            self.mc.AND_rr(tmp1.value, r.ip.value, loc_index.value,
+            imm=descr.jit_wb_card_page_shift, shifttype=shift.LSR)
+            
+            # set the bit
+            self.mc.MOV_ri(tmp2.value, imm=1)
+            self.mc.LDRB_rr(r.ip.value, loc_base.value, r.lr.value)
+            self.mc.ORR_rr_sr(r.ip.value, r.ip.value, tmp2.value,
+                                          tmp1.value, shifttype=shift.LSL)
+            self.mc.STRB_rr(r.ip.value, loc_base.value, r.lr.value)
+            # done
+            self.mc.POP([loc_index.value])
+            #
             #
             # patch the JNS above
             offset = self.mc.currpos()
             pmc = OverwritingBuilder(self.mc, jns_location, WORD)
-	    pmc.B_offs(offset, c.EQ) # We want to jump if the z flag is set
+            pmc.B_offs(offset, c.EQ) # We want to jump if the z flag is set
 
         offset = self.mc.currpos()
         pmc = OverwritingBuilder(self.mc, jz_location, WORD)
@@ -1423,7 +1423,7 @@
     emit_op_convert_longlong_bytes_to_float = gen_emit_unary_float_op('longlong_bytes_to_float', 'VMOV_cc')
 
     def emit_op_read_timestamp(self, op, arglocs, regalloc, fcond):
-	assert 0, 'not supported'
+        assert 0, 'not supported'
         tmp = arglocs[0]
         res = arglocs[1]
         self.mc.MRC(15, 0, tmp.value, 15, 12, 1)
diff --git a/pypy/jit/backend/arm/regalloc.py b/pypy/jit/backend/arm/regalloc.py
old mode 100644
new mode 100755
--- a/pypy/jit/backend/arm/regalloc.py
+++ b/pypy/jit/backend/arm/regalloc.py
@@ -309,7 +309,7 @@
         # The first inputargs are passed in registers r0-r3
         # we relly on the soft-float calling convention so we need to move
         # float params to the coprocessor.
-	if self.cpu.use_hf_abi:
+        if self.cpu.use_hf_abi:
             self._set_initial_bindings_hf(inputargs)
         else:
             self._set_initial_bindings_sf(inputargs)
@@ -1089,7 +1089,7 @@
         N = op.numargs()
         args = op.getarglist()
         arglocs = [self._ensure_value_is_boxed(op.getarg(i), args)
-			 for i in range(N)]
+                                                              for i in range(N)]
         tmp = self.get_scratch_reg(INT)
         arglocs.append(tmp)
         return arglocs
diff --git a/pypy/jit/backend/arm/registers.py b/pypy/jit/backend/arm/registers.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/arm/runner.py b/pypy/jit/backend/arm/runner.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/arm/shift.py b/pypy/jit/backend/arm/shift.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/arm/test/__init__.py b/pypy/jit/backend/arm/test/__init__.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/arm/test/conftest.py b/pypy/jit/backend/arm/test/conftest.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/arm/test/gen.py b/pypy/jit/backend/arm/test/gen.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/arm/test/support.py b/pypy/jit/backend/arm/test/support.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/arm/test/test_arch.py b/pypy/jit/backend/arm/test/test_arch.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/arm/test/test_assembler.py b/pypy/jit/backend/arm/test/test_assembler.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/arm/test/test_basic.py b/pypy/jit/backend/arm/test/test_basic.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/arm/test/test_calling_convention.py b/pypy/jit/backend/arm/test/test_calling_convention.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/arm/test/test_gc_integration.py b/pypy/jit/backend/arm/test/test_gc_integration.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/arm/test/test_generated.py b/pypy/jit/backend/arm/test/test_generated.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/arm/test/test_helper.py b/pypy/jit/backend/arm/test/test_helper.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/arm/test/test_instr_codebuilder.py b/pypy/jit/backend/arm/test/test_instr_codebuilder.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/arm/test/test_jump.py b/pypy/jit/backend/arm/test/test_jump.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/arm/test/test_list.py b/pypy/jit/backend/arm/test/test_list.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/arm/test/test_loop_unroll.py b/pypy/jit/backend/arm/test/test_loop_unroll.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/arm/test/test_recompilation.py b/pypy/jit/backend/arm/test/test_recompilation.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/arm/test/test_recursive.py b/pypy/jit/backend/arm/test/test_recursive.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/arm/test/test_regalloc.py b/pypy/jit/backend/arm/test/test_regalloc.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/arm/test/test_regalloc2.py b/pypy/jit/backend/arm/test/test_regalloc2.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/arm/test/test_regalloc_mov.py b/pypy/jit/backend/arm/test/test_regalloc_mov.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/arm/test/test_runner.py b/pypy/jit/backend/arm/test/test_runner.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/arm/test/test_string.py b/pypy/jit/backend/arm/test/test_string.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/arm/test/test_trace_operations.py b/pypy/jit/backend/arm/test/test_trace_operations.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/arm/test/test_zll_random.py b/pypy/jit/backend/arm/test/test_zll_random.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/arm/test/test_zrpy_gc.py b/pypy/jit/backend/arm/test/test_zrpy_gc.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/arm/test/test_ztranslation.py b/pypy/jit/backend/arm/test/test_ztranslation.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/arm/tool/__init__.py b/pypy/jit/backend/arm/tool/__init__.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/autopath.py b/pypy/jit/backend/autopath.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/cli/README.txt b/pypy/jit/backend/cli/README.txt
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/cli/__init__.py b/pypy/jit/backend/cli/__init__.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/cli/method.py b/pypy/jit/backend/cli/method.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/cli/methodfactory.py b/pypy/jit/backend/cli/methodfactory.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/cli/runner.py b/pypy/jit/backend/cli/runner.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/cli/test/__init__.py b/pypy/jit/backend/cli/test/__init__.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/cli/test/conftest.py b/pypy/jit/backend/cli/test/conftest.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/cli/test/test_basic.py b/pypy/jit/backend/cli/test/test_basic.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/cli/test/test_descr.py b/pypy/jit/backend/cli/test/test_descr.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/cli/test/test_exception.py b/pypy/jit/backend/cli/test/test_exception.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/cli/test/test_list.py b/pypy/jit/backend/cli/test/test_list.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/cli/test/test_loop.py b/pypy/jit/backend/cli/test/test_loop.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/cli/test/test_runner.py b/pypy/jit/backend/cli/test/test_runner.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/cli/test/test_zrpy_basic.py b/pypy/jit/backend/cli/test/test_zrpy_basic.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/cli/test/test_zrpy_exception.py b/pypy/jit/backend/cli/test/test_zrpy_exception.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/cli/test/test_zrpy_list.py b/pypy/jit/backend/cli/test/test_zrpy_list.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/cli/test/test_zrpy_loop.py b/pypy/jit/backend/cli/test/test_zrpy_loop.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/cli/test/test_zrpy_send.py b/pypy/jit/backend/cli/test/test_zrpy_send.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/cli/test/test_zrpy_slist.py b/pypy/jit/backend/cli/test/test_zrpy_slist.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/cli/test/test_zrpy_virtualizable.py b/pypy/jit/backend/cli/test/test_zrpy_virtualizable.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/conftest.py b/pypy/jit/backend/conftest.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/detect_cpu.py b/pypy/jit/backend/detect_cpu.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/hlinfo.py b/pypy/jit/backend/hlinfo.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/llgraph/__init__.py b/pypy/jit/backend/llgraph/__init__.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/llgraph/llimpl.py b/pypy/jit/backend/llgraph/llimpl.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/llgraph/runner.py b/pypy/jit/backend/llgraph/runner.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/llgraph/symbolic.py b/pypy/jit/backend/llgraph/symbolic.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/llgraph/test/__init__.py b/pypy/jit/backend/llgraph/test/__init__.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/llgraph/test/test_llgraph.py b/pypy/jit/backend/llgraph/test/test_llgraph.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/llsupport/__init__.py b/pypy/jit/backend/llsupport/__init__.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/llsupport/asmmemmgr.py b/pypy/jit/backend/llsupport/asmmemmgr.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/llsupport/descr.py b/pypy/jit/backend/llsupport/descr.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/llsupport/ffisupport.py b/pypy/jit/backend/llsupport/ffisupport.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/llsupport/gc.py b/pypy/jit/backend/llsupport/gc.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/llsupport/llmodel.py b/pypy/jit/backend/llsupport/llmodel.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/llsupport/regalloc.py b/pypy/jit/backend/llsupport/regalloc.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/llsupport/rewrite.py b/pypy/jit/backend/llsupport/rewrite.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/llsupport/support.py b/pypy/jit/backend/llsupport/support.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/llsupport/symbolic.py b/pypy/jit/backend/llsupport/symbolic.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/llsupport/test/__init__.py b/pypy/jit/backend/llsupport/test/__init__.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/llsupport/test/test_asmmemmgr.py b/pypy/jit/backend/llsupport/test/test_asmmemmgr.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/llsupport/test/test_descr.py b/pypy/jit/backend/llsupport/test/test_descr.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/llsupport/test/test_ffisupport.py b/pypy/jit/backend/llsupport/test/test_ffisupport.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/llsupport/test/test_gc.py b/pypy/jit/backend/llsupport/test/test_gc.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/llsupport/test/test_regalloc.py b/pypy/jit/backend/llsupport/test/test_regalloc.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/llsupport/test/test_rewrite.py b/pypy/jit/backend/llsupport/test/test_rewrite.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/llsupport/test/test_runner.py b/pypy/jit/backend/llsupport/test/test_runner.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/llsupport/test/test_symbolic.py b/pypy/jit/backend/llsupport/test/test_symbolic.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/llvm/__init__.py b/pypy/jit/backend/llvm/__init__.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/llvm/compile.py b/pypy/jit/backend/llvm/compile.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/llvm/demo1.c b/pypy/jit/backend/llvm/demo1.c
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/llvm/demo2.cpp b/pypy/jit/backend/llvm/demo2.cpp
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/llvm/demo2.h b/pypy/jit/backend/llvm/demo2.h
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/llvm/llvm_rffi.py b/pypy/jit/backend/llvm/llvm_rffi.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/llvm/runner.py b/pypy/jit/backend/llvm/runner.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/llvm/test/__init__.py b/pypy/jit/backend/llvm/test/__init__.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/llvm/test/conftest.py b/pypy/jit/backend/llvm/test/conftest.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/llvm/test/test_1st.py b/pypy/jit/backend/llvm/test/test_1st.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/llvm/test/test_llvm_rffi.py b/pypy/jit/backend/llvm/test/test_llvm_rffi.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/llvm/test/test_runner.py b/pypy/jit/backend/llvm/test/test_runner.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/llvm/test/test_zrpy_gc.py b/pypy/jit/backend/llvm/test/test_zrpy_gc.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/model.py b/pypy/jit/backend/model.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/test/__init__.py b/pypy/jit/backend/test/__init__.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/test/calling_convention_test.py b/pypy/jit/backend/test/calling_convention_test.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/test/runner_test.py b/pypy/jit/backend/test/runner_test.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/test/support.py b/pypy/jit/backend/test/support.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/test/test_detect_cpu.py b/pypy/jit/backend/test/test_detect_cpu.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/test/test_ll_random.py b/pypy/jit/backend/test/test_ll_random.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/test/test_model.py b/pypy/jit/backend/test/test_model.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/test/test_random.py b/pypy/jit/backend/test/test_random.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/test/test_zll_stress.py b/pypy/jit/backend/test/test_zll_stress.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/tool/__init__.py b/pypy/jit/backend/tool/__init__.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/tool/viewcode.py b/pypy/jit/backend/tool/viewcode.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/x86/__init__.py b/pypy/jit/backend/x86/__init__.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/x86/arch.py b/pypy/jit/backend/x86/arch.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/x86/assembler.py b/pypy/jit/backend/x86/assembler.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/x86/autopath.py b/pypy/jit/backend/x86/autopath.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/x86/codebuf.py b/pypy/jit/backend/x86/codebuf.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/x86/detect_sse2.py b/pypy/jit/backend/x86/detect_sse2.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/x86/jump.py b/pypy/jit/backend/x86/jump.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/x86/oprofile.py b/pypy/jit/backend/x86/oprofile.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/x86/profagent.py b/pypy/jit/backend/x86/profagent.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/x86/regalloc.py b/pypy/jit/backend/x86/regalloc.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/x86/regloc.py b/pypy/jit/backend/x86/regloc.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/x86/runner.py b/pypy/jit/backend/x86/runner.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/x86/rx86.py b/pypy/jit/backend/x86/rx86.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/x86/support.py b/pypy/jit/backend/x86/support.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/x86/test/__init__.py b/pypy/jit/backend/x86/test/__init__.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/x86/test/conftest.py b/pypy/jit/backend/x86/test/conftest.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/x86/test/test_assembler.py b/pypy/jit/backend/x86/test/test_assembler.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/x86/test/test_basic.py b/pypy/jit/backend/x86/test/test_basic.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/x86/test/test_calling_convention.py b/pypy/jit/backend/x86/test/test_calling_convention.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/x86/test/test_del.py b/pypy/jit/backend/x86/test/test_del.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/x86/test/test_dict.py b/pypy/jit/backend/x86/test/test_dict.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/x86/test/test_exception.py b/pypy/jit/backend/x86/test/test_exception.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/x86/test/test_fficall.py b/pypy/jit/backend/x86/test/test_fficall.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/x86/test/test_float.py b/pypy/jit/backend/x86/test/test_float.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/x86/test/test_gc_integration.py b/pypy/jit/backend/x86/test/test_gc_integration.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/x86/test/test_jump.py b/pypy/jit/backend/x86/test/test_jump.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/x86/test/test_list.py b/pypy/jit/backend/x86/test/test_list.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/x86/test/test_longlong.py b/pypy/jit/backend/x86/test/test_longlong.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/x86/test/test_loop_unroll.py b/pypy/jit/backend/x86/test/test_loop_unroll.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/x86/test/test_quasiimmut.py b/pypy/jit/backend/x86/test/test_quasiimmut.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/x86/test/test_recompilation.py b/pypy/jit/backend/x86/test/test_recompilation.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/x86/test/test_recursive.py b/pypy/jit/backend/x86/test/test_recursive.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/x86/test/test_regalloc.py b/pypy/jit/backend/x86/test/test_regalloc.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/x86/test/test_regalloc2.py b/pypy/jit/backend/x86/test/test_regalloc2.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/x86/test/test_regloc.py b/pypy/jit/backend/x86/test/test_regloc.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/x86/test/test_runner.py b/pypy/jit/backend/x86/test/test_runner.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/x86/test/test_rx86.py b/pypy/jit/backend/x86/test/test_rx86.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/x86/test/test_rx86_32_auto_encoding.py b/pypy/jit/backend/x86/test/test_rx86_32_auto_encoding.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/x86/test/test_rx86_64_auto_encoding.py b/pypy/jit/backend/x86/test/test_rx86_64_auto_encoding.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/x86/test/test_send.py b/pypy/jit/backend/x86/test/test_send.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/x86/test/test_slist.py b/pypy/jit/backend/x86/test/test_slist.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/x86/test/test_string.py b/pypy/jit/backend/x86/test/test_string.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/x86/test/test_support.py b/pypy/jit/backend/x86/test/test_support.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/x86/test/test_symbolic_x86.py b/pypy/jit/backend/x86/test/test_symbolic_x86.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/x86/test/test_tl.py b/pypy/jit/backend/x86/test/test_tl.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/x86/test/test_tlc.py b/pypy/jit/backend/x86/test/test_tlc.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/x86/test/test_virtual.py b/pypy/jit/backend/x86/test/test_virtual.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/x86/test/test_virtualizable.py b/pypy/jit/backend/x86/test/test_virtualizable.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/x86/test/test_virtualref.py b/pypy/jit/backend/x86/test/test_virtualref.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/x86/test/test_zmath.py b/pypy/jit/backend/x86/test/test_zmath.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/x86/test/test_zrpy_gc.py b/pypy/jit/backend/x86/test/test_zrpy_gc.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/x86/test/test_zrpy_platform.py b/pypy/jit/backend/x86/test/test_zrpy_platform.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/x86/test/test_zrpy_releasegil.py b/pypy/jit/backend/x86/test/test_zrpy_releasegil.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/x86/test/test_ztranslation.py b/pypy/jit/backend/x86/test/test_ztranslation.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/x86/tool/__init__.py b/pypy/jit/backend/x86/tool/__init__.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/x86/tool/autopath.py b/pypy/jit/backend/x86/tool/autopath.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/x86/tool/jumpto.py b/pypy/jit/backend/x86/tool/jumpto.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/x86/tool/test/test_viewcode.py b/pypy/jit/backend/x86/tool/test/test_viewcode.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/backend/x86/valgrind.py b/pypy/jit/backend/x86/valgrind.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/codewriter/__init__.py b/pypy/jit/codewriter/__init__.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/codewriter/assembler.py b/pypy/jit/codewriter/assembler.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/codewriter/call.py b/pypy/jit/codewriter/call.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/codewriter/codewriter.py b/pypy/jit/codewriter/codewriter.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/codewriter/effectinfo.py b/pypy/jit/codewriter/effectinfo.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/codewriter/flatten.py b/pypy/jit/codewriter/flatten.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/codewriter/format.py b/pypy/jit/codewriter/format.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/codewriter/heaptracker.py b/pypy/jit/codewriter/heaptracker.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/codewriter/jitcode.py b/pypy/jit/codewriter/jitcode.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/codewriter/jtransform.py b/pypy/jit/codewriter/jtransform.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/codewriter/liveness.py b/pypy/jit/codewriter/liveness.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/codewriter/longlong.py b/pypy/jit/codewriter/longlong.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/codewriter/policy.py b/pypy/jit/codewriter/policy.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/codewriter/regalloc.py b/pypy/jit/codewriter/regalloc.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/codewriter/support.py b/pypy/jit/codewriter/support.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/codewriter/test/__init__.py b/pypy/jit/codewriter/test/__init__.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/codewriter/test/test_assembler.py b/pypy/jit/codewriter/test/test_assembler.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/codewriter/test/test_call.py b/pypy/jit/codewriter/test/test_call.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/codewriter/test/test_codewriter.py b/pypy/jit/codewriter/test/test_codewriter.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/codewriter/test/test_effectinfo.py b/pypy/jit/codewriter/test/test_effectinfo.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/codewriter/test/test_flatten.py b/pypy/jit/codewriter/test/test_flatten.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/codewriter/test/test_format.py b/pypy/jit/codewriter/test/test_format.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/codewriter/test/test_jitcode.py b/pypy/jit/codewriter/test/test_jitcode.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/codewriter/test/test_jtransform.py b/pypy/jit/codewriter/test/test_jtransform.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/codewriter/test/test_list.py b/pypy/jit/codewriter/test/test_list.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/codewriter/test/test_liveness.py b/pypy/jit/codewriter/test/test_liveness.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/codewriter/test/test_longlong.py b/pypy/jit/codewriter/test/test_longlong.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/codewriter/test/test_policy.py b/pypy/jit/codewriter/test/test_policy.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/codewriter/test/test_regalloc.py b/pypy/jit/codewriter/test/test_regalloc.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/codewriter/test/test_support.py b/pypy/jit/codewriter/test/test_support.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/codewriter/test/test_void_list.py b/pypy/jit/codewriter/test/test_void_list.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/conftest.py b/pypy/jit/conftest.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/metainterp/__init__.py b/pypy/jit/metainterp/__init__.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/metainterp/blackhole.py b/pypy/jit/metainterp/blackhole.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/metainterp/compile.py b/pypy/jit/metainterp/compile.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/metainterp/executor.py b/pypy/jit/metainterp/executor.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/metainterp/gc.py b/pypy/jit/metainterp/gc.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/metainterp/graphpage.py b/pypy/jit/metainterp/graphpage.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/metainterp/greenfield.py b/pypy/jit/metainterp/greenfield.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/metainterp/heapcache.py b/pypy/jit/metainterp/heapcache.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/metainterp/history.py b/pypy/jit/metainterp/history.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/metainterp/inliner.py b/pypy/jit/metainterp/inliner.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/metainterp/jitdriver.py b/pypy/jit/metainterp/jitdriver.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/metainterp/jitexc.py b/pypy/jit/metainterp/jitexc.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/metainterp/jitprof.py b/pypy/jit/metainterp/jitprof.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/metainterp/logger.py b/pypy/jit/metainterp/logger.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/metainterp/memmgr.py b/pypy/jit/metainterp/memmgr.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/metainterp/optimize.py b/pypy/jit/metainterp/optimize.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/metainterp/optimizeopt/__init__.py b/pypy/jit/metainterp/optimizeopt/__init__.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/metainterp/optimizeopt/earlyforce.py b/pypy/jit/metainterp/optimizeopt/earlyforce.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/metainterp/optimizeopt/fficall.py b/pypy/jit/metainterp/optimizeopt/fficall.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/metainterp/optimizeopt/generalize.py b/pypy/jit/metainterp/optimizeopt/generalize.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/metainterp/optimizeopt/heap.py b/pypy/jit/metainterp/optimizeopt/heap.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/metainterp/optimizeopt/intbounds.py b/pypy/jit/metainterp/optimizeopt/intbounds.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/metainterp/optimizeopt/intutils.py b/pypy/jit/metainterp/optimizeopt/intutils.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/metainterp/optimizeopt/optimizer.py b/pypy/jit/metainterp/optimizeopt/optimizer.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/metainterp/optimizeopt/pure.py b/pypy/jit/metainterp/optimizeopt/pure.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/metainterp/optimizeopt/rewrite.py b/pypy/jit/metainterp/optimizeopt/rewrite.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/metainterp/optimizeopt/simplify.py b/pypy/jit/metainterp/optimizeopt/simplify.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/metainterp/optimizeopt/test/__init__.py b/pypy/jit/metainterp/optimizeopt/test/__init__.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/metainterp/optimizeopt/test/test_disable_optimizations.py b/pypy/jit/metainterp/optimizeopt/test/test_disable_optimizations.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/metainterp/optimizeopt/test/test_multilabel.py b/pypy/jit/metainterp/optimizeopt/test/test_multilabel.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/metainterp/optimizeopt/test/test_optimizebasic.py b/pypy/jit/metainterp/optimizeopt/test/test_optimizebasic.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/metainterp/optimizeopt/test/test_optimizefficall.py b/pypy/jit/metainterp/optimizeopt/test/test_optimizefficall.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/metainterp/optimizeopt/test/test_optimizeopt.py b/pypy/jit/metainterp/optimizeopt/test/test_optimizeopt.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/metainterp/optimizeopt/test/test_util.py b/pypy/jit/metainterp/optimizeopt/test/test_util.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/metainterp/optimizeopt/unroll.py b/pypy/jit/metainterp/optimizeopt/unroll.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/metainterp/optimizeopt/util.py b/pypy/jit/metainterp/optimizeopt/util.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/metainterp/optimizeopt/virtualize.py b/pypy/jit/metainterp/optimizeopt/virtualize.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/metainterp/optimizeopt/virtualstate.py b/pypy/jit/metainterp/optimizeopt/virtualstate.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/metainterp/optimizeopt/vstring.py b/pypy/jit/metainterp/optimizeopt/vstring.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/metainterp/pyjitpl.py b/pypy/jit/metainterp/pyjitpl.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/metainterp/quasiimmut.py b/pypy/jit/metainterp/quasiimmut.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/metainterp/resoperation.py b/pypy/jit/metainterp/resoperation.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/metainterp/resume.py b/pypy/jit/metainterp/resume.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/metainterp/test/__init__.py b/pypy/jit/metainterp/test/__init__.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/metainterp/test/support.py b/pypy/jit/metainterp/test/support.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/metainterp/test/test_ajit.py b/pypy/jit/metainterp/test/test_ajit.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/metainterp/test/test_blackhole.py b/pypy/jit/metainterp/test/test_blackhole.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/metainterp/test/test_compile.py b/pypy/jit/metainterp/test/test_compile.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/metainterp/test/test_del.py b/pypy/jit/metainterp/test/test_del.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/metainterp/test/test_dict.py b/pypy/jit/metainterp/test/test_dict.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/metainterp/test/test_exception.py b/pypy/jit/metainterp/test/test_exception.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/metainterp/test/test_executor.py b/pypy/jit/metainterp/test/test_executor.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/metainterp/test/test_fficall.py b/pypy/jit/metainterp/test/test_fficall.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/metainterp/test/test_float.py b/pypy/jit/metainterp/test/test_float.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/metainterp/test/test_greenfield.py b/pypy/jit/metainterp/test/test_greenfield.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/metainterp/test/test_heapcache.py b/pypy/jit/metainterp/test/test_heapcache.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/metainterp/test/test_history.py b/pypy/jit/metainterp/test/test_history.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/metainterp/test/test_immutable.py b/pypy/jit/metainterp/test/test_immutable.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/metainterp/test/test_intbound.py b/pypy/jit/metainterp/test/test_intbound.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/metainterp/test/test_jitdriver.py b/pypy/jit/metainterp/test/test_jitdriver.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/metainterp/test/test_jitiface.py b/pypy/jit/metainterp/test/test_jitiface.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/metainterp/test/test_jitprof.py b/pypy/jit/metainterp/test/test_jitprof.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/metainterp/test/test_list.py b/pypy/jit/metainterp/test/test_list.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/metainterp/test/test_logger.py b/pypy/jit/metainterp/test/test_logger.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/metainterp/test/test_longlong.py b/pypy/jit/metainterp/test/test_longlong.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/metainterp/test/test_loop.py b/pypy/jit/metainterp/test/test_loop.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/metainterp/test/test_loop_unroll.py b/pypy/jit/metainterp/test/test_loop_unroll.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/metainterp/test/test_loop_unroll_disopt.py b/pypy/jit/metainterp/test/test_loop_unroll_disopt.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/metainterp/test/test_math.py b/pypy/jit/metainterp/test/test_math.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/metainterp/test/test_memmgr.py b/pypy/jit/metainterp/test/test_memmgr.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/metainterp/test/test_pyjitpl.py b/pypy/jit/metainterp/test/test_pyjitpl.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/metainterp/test/test_quasiimmut.py b/pypy/jit/metainterp/test/test_quasiimmut.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/metainterp/test/test_rawmem.py b/pypy/jit/metainterp/test/test_rawmem.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/metainterp/test/test_recursive.py b/pypy/jit/metainterp/test/test_recursive.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/metainterp/test/test_resoperation.py b/pypy/jit/metainterp/test/test_resoperation.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/metainterp/test/test_resume.py b/pypy/jit/metainterp/test/test_resume.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/metainterp/test/test_send.py b/pypy/jit/metainterp/test/test_send.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/metainterp/test/test_slist.py b/pypy/jit/metainterp/test/test_slist.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/metainterp/test/test_string.py b/pypy/jit/metainterp/test/test_string.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/metainterp/test/test_tl.py b/pypy/jit/metainterp/test/test_tl.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/metainterp/test/test_tlc.py b/pypy/jit/metainterp/test/test_tlc.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/metainterp/test/test_tracingopts.py b/pypy/jit/metainterp/test/test_tracingopts.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/metainterp/test/test_typesystem.py b/pypy/jit/metainterp/test/test_typesystem.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/metainterp/test/test_virtual.py b/pypy/jit/metainterp/test/test_virtual.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/metainterp/test/test_virtualizable.py b/pypy/jit/metainterp/test/test_virtualizable.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/metainterp/test/test_virtualref.py b/pypy/jit/metainterp/test/test_virtualref.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/metainterp/test/test_virtualstate.py b/pypy/jit/metainterp/test/test_virtualstate.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/metainterp/test/test_warmspot.py b/pypy/jit/metainterp/test/test_warmspot.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/metainterp/test/test_warmstate.py b/pypy/jit/metainterp/test/test_warmstate.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/metainterp/test/test_ztranslation.py b/pypy/jit/metainterp/test/test_ztranslation.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/metainterp/typesystem.py b/pypy/jit/metainterp/typesystem.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/metainterp/virtualizable.py b/pypy/jit/metainterp/virtualizable.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/metainterp/virtualref.py b/pypy/jit/metainterp/virtualref.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/metainterp/warmspot.py b/pypy/jit/metainterp/warmspot.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/metainterp/warmstate.py b/pypy/jit/metainterp/warmstate.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/tl/__init__.py b/pypy/jit/tl/__init__.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/tl/accumulator.tlc b/pypy/jit/tl/accumulator.tlc
old mode 100644
new mode 100755
diff --git a/pypy/jit/tl/accumulator.tlc.src b/pypy/jit/tl/accumulator.tlc.src
old mode 100644
new mode 100755
diff --git a/pypy/jit/tl/autopath.py b/pypy/jit/tl/autopath.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/tl/binarytree.tlc.src b/pypy/jit/tl/binarytree.tlc.src
old mode 100644
new mode 100755
diff --git a/pypy/jit/tl/braininterp.py b/pypy/jit/tl/braininterp.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/tl/conftest.py b/pypy/jit/tl/conftest.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/tl/factorial.tlc b/pypy/jit/tl/factorial.tlc
old mode 100644
new mode 100755
diff --git a/pypy/jit/tl/fibo.tlc b/pypy/jit/tl/fibo.tlc
old mode 100644
new mode 100755
diff --git a/pypy/jit/tl/fibo.tlc.src b/pypy/jit/tl/fibo.tlc.src
old mode 100644
new mode 100755
diff --git a/pypy/jit/tl/grep.py b/pypy/jit/tl/grep.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/tl/jittest.py b/pypy/jit/tl/jittest.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/tl/pypyjit.py b/pypy/jit/tl/pypyjit.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/tl/pypyjit_child.py b/pypy/jit/tl/pypyjit_child.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/tl/pypyjit_demo.py b/pypy/jit/tl/pypyjit_demo.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/tl/spli/__init__.py b/pypy/jit/tl/spli/__init__.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/tl/spli/autopath.py b/pypy/jit/tl/spli/autopath.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/tl/spli/examples.py b/pypy/jit/tl/spli/examples.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/tl/spli/execution.py b/pypy/jit/tl/spli/execution.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/tl/spli/interpreter.py b/pypy/jit/tl/spli/interpreter.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/tl/spli/objects.py b/pypy/jit/tl/spli/objects.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/tl/spli/pycode.py b/pypy/jit/tl/spli/pycode.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/tl/spli/serializer.py b/pypy/jit/tl/spli/serializer.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/tl/spli/targetspli.py b/pypy/jit/tl/spli/targetspli.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/tl/spli/test/__init__.py b/pypy/jit/tl/spli/test/__init__.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/tl/spli/test/test_interpreter.py b/pypy/jit/tl/spli/test/test_interpreter.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/tl/spli/test/test_jit.py b/pypy/jit/tl/spli/test/test_jit.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/tl/spli/test/test_serializer.py b/pypy/jit/tl/spli/test/test_serializer.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/tl/spli/test/test_translated.py b/pypy/jit/tl/spli/test/test_translated.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/tl/targettiny1.py b/pypy/jit/tl/targettiny1.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/tl/targettiny2.py b/pypy/jit/tl/targettiny2.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/tl/targettiny2hotpath.py b/pypy/jit/tl/targettiny2hotpath.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/tl/targettiny3hotpath.py b/pypy/jit/tl/targettiny3hotpath.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/tl/targettlc.py b/pypy/jit/tl/targettlc.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/tl/targettlr.py b/pypy/jit/tl/targettlr.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/tl/test/__init__.py b/pypy/jit/tl/test/__init__.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/tl/test/jitcrashers.py b/pypy/jit/tl/test/jitcrashers.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/tl/test/test_brainfuck.py b/pypy/jit/tl/test/test_brainfuck.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/tl/test/test_pypyjit.py b/pypy/jit/tl/test/test_pypyjit.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/tl/test/test_tl.py b/pypy/jit/tl/test/test_tl.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/tl/test/test_tlc.py b/pypy/jit/tl/test/test_tlc.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/tl/test/test_tlr.py b/pypy/jit/tl/test/test_tlr.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/tl/tiny1.py b/pypy/jit/tl/tiny1.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/tl/tiny2.py b/pypy/jit/tl/tiny2.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/tl/tiny2_hotpath.py b/pypy/jit/tl/tiny2_hotpath.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/tl/tiny3_hotpath.py b/pypy/jit/tl/tiny3_hotpath.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/tl/tinyframe/__init__.py b/pypy/jit/tl/tinyframe/__init__.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/tl/tinyframe/examples/loop.tf b/pypy/jit/tl/tinyframe/examples/loop.tf
old mode 100644
new mode 100755
diff --git a/pypy/jit/tl/tinyframe/examples/simple.tf b/pypy/jit/tl/tinyframe/examples/simple.tf
old mode 100644
new mode 100755
diff --git a/pypy/jit/tl/tinyframe/support.py b/pypy/jit/tl/tinyframe/support.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/tl/tinyframe/targettinyframe.py b/pypy/jit/tl/tinyframe/targettinyframe.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/tl/tinyframe/test/test_tinyframe.py b/pypy/jit/tl/tinyframe/test/test_tinyframe.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/tl/tinyframe/tinyframe.py b/pypy/jit/tl/tinyframe/tinyframe.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/tl/tl.py b/pypy/jit/tl/tl.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/tl/tla/__init__.py b/pypy/jit/tl/tla/__init__.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/tl/tla/add_10.tla.py b/pypy/jit/tl/tla/add_10.tla.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/tl/tla/loopabit.tla.py b/pypy/jit/tl/tla/loopabit.tla.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/tl/tla/targettla.py b/pypy/jit/tl/tla/targettla.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/tl/tla/test_tla.py b/pypy/jit/tl/tla/test_tla.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/tl/tla/tla.py b/pypy/jit/tl/tla/tla.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/tl/tlc.py b/pypy/jit/tl/tlc.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/tl/tlopcode.py b/pypy/jit/tl/tlopcode.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/tl/tlr.py b/pypy/jit/tl/tlr.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/tool/__init__.py b/pypy/jit/tool/__init__.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/tool/autopath.py b/pypy/jit/tool/autopath.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/tool/findadrinlog.py b/pypy/jit/tool/findadrinlog.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/tool/jitoutput.py b/pypy/jit/tool/jitoutput.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/tool/loopcounter.py b/pypy/jit/tool/loopcounter.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/tool/oparser.py b/pypy/jit/tool/oparser.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/tool/oparser_model.py b/pypy/jit/tool/oparser_model.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/tool/pypytrace-mode.el b/pypy/jit/tool/pypytrace-mode.el
old mode 100644
new mode 100755
diff --git a/pypy/jit/tool/pypytrace.vim b/pypy/jit/tool/pypytrace.vim
old mode 100644
new mode 100755
diff --git a/pypy/jit/tool/test/__init__.py b/pypy/jit/tool/test/__init__.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/tool/test/data.log.bz2 b/pypy/jit/tool/test/data.log.bz2
old mode 100644
new mode 100755
diff --git a/pypy/jit/tool/test/test_jitoutput.py b/pypy/jit/tool/test/test_jitoutput.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/tool/test/test_loopcounter.py b/pypy/jit/tool/test/test_loopcounter.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/tool/test/test_oparser.py b/pypy/jit/tool/test/test_oparser.py
old mode 100644
new mode 100755
diff --git a/pypy/jit/tool/test/test_traceviewer.py b/pypy/jit/tool/test/test_traceviewer.py
old mode 100644
new mode 100755
diff --git a/pypy/module/README.txt b/pypy/module/README.txt
old mode 100644
new mode 100755
diff --git a/pypy/module/__builtin__/__init__.py b/pypy/module/__builtin__/__init__.py
old mode 100644
new mode 100755
diff --git a/pypy/module/__builtin__/abstractinst.py b/pypy/module/__builtin__/abstractinst.py
old mode 100644
new mode 100755
diff --git a/pypy/module/__builtin__/app_functional.py b/pypy/module/__builtin__/app_functional.py
old mode 100644
new mode 100755
diff --git a/pypy/module/__builtin__/app_inspect.py b/pypy/module/__builtin__/app_inspect.py
old mode 100644
new mode 100755
diff --git a/pypy/module/__builtin__/app_io.py b/pypy/module/__builtin__/app_io.py
old mode 100644
new mode 100755
diff --git a/pypy/module/__builtin__/app_operation.py b/pypy/module/__builtin__/app_operation.py
old mode 100644
new mode 100755
diff --git a/pypy/module/__builtin__/compiling.py b/pypy/module/__builtin__/compiling.py
old mode 100644
new mode 100755
diff --git a/pypy/module/__builtin__/descriptor.py b/pypy/module/__builtin__/descriptor.py
old mode 100644
new mode 100755
diff --git a/pypy/module/__builtin__/functional.py b/pypy/module/__builtin__/functional.py
old mode 100644
new mode 100755
diff --git a/pypy/module/__builtin__/interp_classobj.py b/pypy/module/__builtin__/interp_classobj.py
old mode 100644
new mode 100755
diff --git a/pypy/module/__builtin__/interp_inspect.py b/pypy/module/__builtin__/interp_inspect.py
old mode 100644
new mode 100755
diff --git a/pypy/module/__builtin__/interp_memoryview.py b/pypy/module/__builtin__/interp_memoryview.py
old mode 100644
new mode 100755
diff --git a/pypy/module/__builtin__/operation.py b/pypy/module/__builtin__/operation.py
old mode 100644
new mode 100755
diff --git a/pypy/module/__builtin__/state.py b/pypy/module/__builtin__/state.py
old mode 100644
new mode 100755
diff --git a/pypy/module/__builtin__/test/__init__.py b/pypy/module/__builtin__/test/__init__.py
old mode 100644
new mode 100755
diff --git a/pypy/module/__builtin__/test/autopath.py b/pypy/module/__builtin__/test/autopath.py
old mode 100644
new mode 100755
diff --git a/pypy/module/__builtin__/test/test_abstractinst.py b/pypy/module/__builtin__/test/test_abstractinst.py
old mode 100644
new mode 100755
diff --git a/pypy/module/__builtin__/test/test_apply.py b/pypy/module/__builtin__/test/test_apply.py
old mode 100644
new mode 100755
diff --git a/pypy/module/__builtin__/test/test_buffer.py b/pypy/module/__builtin__/test/test_buffer.py
old mode 100644
new mode 100755
diff --git a/pypy/module/__builtin__/test/test_builtin.py b/pypy/module/__builtin__/test/test_builtin.py
old mode 100644
new mode 100755
diff --git a/pypy/module/__builtin__/test/test_classobj.py b/pypy/module/__builtin__/test/test_classobj.py
old mode 100644
new mode 100755
diff --git a/pypy/module/__builtin__/test/test_descriptor.py b/pypy/module/__builtin__/test/test_descriptor.py
old mode 100644
new mode 100755
diff --git a/pypy/module/__builtin__/test/test_filter.py b/pypy/module/__builtin__/test/test_filter.py
old mode 100644
new mode 100755
diff --git a/pypy/module/__builtin__/test/test_functional.py b/pypy/module/__builtin__/test/test_functional.py
old mode 100644
new mode 100755
diff --git a/pypy/module/__builtin__/test/test_minmax.py b/pypy/module/__builtin__/test/test_minmax.py
old mode 100644
new mode 100755
diff --git a/pypy/module/__builtin__/test/test_range.py b/pypy/module/__builtin__/test/test_range.py
old mode 100644
new mode 100755
diff --git a/pypy/module/__builtin__/test/test_rawinput.py b/pypy/module/__builtin__/test/test_rawinput.py
old mode 100644
new mode 100755
diff --git a/pypy/module/__builtin__/test/test_reduce.py b/pypy/module/__builtin__/test/test_reduce.py
old mode 100644
new mode 100755
diff --git a/pypy/module/__builtin__/test/test_vars.py b/pypy/module/__builtin__/test/test_vars.py
old mode 100644
new mode 100755
diff --git a/pypy/module/__builtin__/test/test_zip.py b/pypy/module/__builtin__/test/test_zip.py
old mode 100644
new mode 100755
diff --git a/pypy/module/__init__.py b/pypy/module/__init__.py
old mode 100644
new mode 100755
diff --git a/pypy/module/__pypy__/__init__.py b/pypy/module/__pypy__/__init__.py
old mode 100644
new mode 100755
diff --git a/pypy/module/__pypy__/bytebuffer.py b/pypy/module/__pypy__/bytebuffer.py
old mode 100644
new mode 100755
diff --git a/pypy/module/__pypy__/interp_builders.py b/pypy/module/__pypy__/interp_builders.py
old mode 100644
new mode 100755
diff --git a/pypy/module/__pypy__/interp_debug.py b/pypy/module/__pypy__/interp_debug.py
old mode 100644
new mode 100755
diff --git a/pypy/module/__pypy__/interp_identitydict.py b/pypy/module/__pypy__/interp_identitydict.py
old mode 100644
new mode 100755
diff --git a/pypy/module/__pypy__/interp_magic.py b/pypy/module/__pypy__/interp_magic.py
old mode 100644
new mode 100755
diff --git a/pypy/module/__pypy__/interp_time.py b/pypy/module/__pypy__/interp_time.py
old mode 100644
new mode 100755
diff --git a/pypy/module/__pypy__/test/__init__.py b/pypy/module/__pypy__/test/__init__.py
old mode 100644
new mode 100755
diff --git a/pypy/module/__pypy__/test/test_builders.py b/pypy/module/__pypy__/test/test_builders.py
old mode 100644
new mode 100755
diff --git a/pypy/module/__pypy__/test/test_bytebuffer.py b/pypy/module/__pypy__/test/test_bytebuffer.py
old mode 100644
new mode 100755
diff --git a/pypy/module/__pypy__/test/test_debug.py b/pypy/module/__pypy__/test/test_debug.py
old mode 100644
new mode 100755
diff --git a/pypy/module/__pypy__/test/test_identitydict.py b/pypy/module/__pypy__/test/test_identitydict.py
old mode 100644
new mode 100755
diff --git a/pypy/module/__pypy__/test/test_special.py b/pypy/module/__pypy__/test/test_special.py
old mode 100644
new mode 100755
diff --git a/pypy/module/__pypy__/test/test_time.py b/pypy/module/__pypy__/test/test_time.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_ast/__init__.py b/pypy/module/_ast/__init__.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_ast/test/__init__.py b/pypy/module/_ast/test/__init__.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_ast/test/test_ast.py b/pypy/module/_ast/test/test_ast.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_bisect/__init__.py b/pypy/module/_bisect/__init__.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_bisect/app_bisect.py b/pypy/module/_bisect/app_bisect.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_bisect/interp_bisect.py b/pypy/module/_bisect/interp_bisect.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_bisect/test/__init__.py b/pypy/module/_bisect/test/__init__.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_bisect/test/test_bisect.py b/pypy/module/_bisect/test/test_bisect.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_bisect/test/test_ztranslation.py b/pypy/module/_bisect/test/test_ztranslation.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_codecs/__init__.py b/pypy/module/_codecs/__init__.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_codecs/interp_codecs.py b/pypy/module/_codecs/interp_codecs.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_codecs/test/__init__.py b/pypy/module/_codecs/test/__init__.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_codecs/test/autopath.py b/pypy/module/_codecs/test/autopath.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_codecs/test/test_codecs.py b/pypy/module/_codecs/test/test_codecs.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_codecs/test/test_ztranslation.py b/pypy/module/_codecs/test/test_ztranslation.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_collections/__init__.py b/pypy/module/_collections/__init__.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_collections/app_defaultdict.py b/pypy/module/_collections/app_defaultdict.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_collections/interp_defaultdict.py b/pypy/module/_collections/interp_defaultdict.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_collections/interp_deque.py b/pypy/module/_collections/interp_deque.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_collections/test/__init__.py b/pypy/module/_collections/test/__init__.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_collections/test/test_defaultdict.py b/pypy/module/_collections/test/test_defaultdict.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_collections/test/test_deque.py b/pypy/module/_collections/test/test_deque.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_continuation/__init__.py b/pypy/module/_continuation/__init__.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_continuation/app_continuation.py b/pypy/module/_continuation/app_continuation.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_continuation/interp_continuation.py b/pypy/module/_continuation/interp_continuation.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_continuation/interp_pickle.py b/pypy/module/_continuation/interp_pickle.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_continuation/test/__init__.py b/pypy/module/_continuation/test/__init__.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_continuation/test/support.py b/pypy/module/_continuation/test/support.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_continuation/test/test_generator.py b/pypy/module/_continuation/test/test_generator.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_continuation/test/test_stacklet.py b/pypy/module/_continuation/test/test_stacklet.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_continuation/test/test_translated.py b/pypy/module/_continuation/test/test_translated.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_continuation/test/test_zpickle.py b/pypy/module/_continuation/test/test_zpickle.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_demo/__init__.py b/pypy/module/_demo/__init__.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_demo/app_demo.py b/pypy/module/_demo/app_demo.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_demo/demo.py b/pypy/module/_demo/demo.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_demo/test/__init__.py b/pypy/module/_demo/test/__init__.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_demo/test/test_import.py b/pypy/module/_demo/test/test_import.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_demo/test/test_sieve.py b/pypy/module/_demo/test/test_sieve.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_ffi/__init__.py b/pypy/module/_ffi/__init__.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_ffi/app_struct.py b/pypy/module/_ffi/app_struct.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_ffi/interp_ffitype.py b/pypy/module/_ffi/interp_ffitype.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_ffi/interp_funcptr.py b/pypy/module/_ffi/interp_funcptr.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_ffi/interp_struct.py b/pypy/module/_ffi/interp_struct.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_ffi/test/__init__.py b/pypy/module/_ffi/test/__init__.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_ffi/test/test_ffitype.py b/pypy/module/_ffi/test/test_ffitype.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_ffi/test/test_funcptr.py b/pypy/module/_ffi/test/test_funcptr.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_ffi/test/test_struct.py b/pypy/module/_ffi/test/test_struct.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_ffi/test/test_type_converter.py b/pypy/module/_ffi/test/test_type_converter.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_ffi/test/test_ztranslation.py b/pypy/module/_ffi/test/test_ztranslation.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_ffi/type_converter.py b/pypy/module/_ffi/type_converter.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_file/__init__.py b/pypy/module/_file/__init__.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_file/interp_file.py b/pypy/module/_file/interp_file.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_file/interp_stream.py b/pypy/module/_file/interp_stream.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_file/test/__init__.py b/pypy/module/_file/test/__init__.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_file/test/test_file.py b/pypy/module/_file/test/test_file.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_file/test/test_file_extra.py b/pypy/module/_file/test/test_file_extra.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_file/test/test_large_file.py b/pypy/module/_file/test/test_large_file.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_hashlib/__init__.py b/pypy/module/_hashlib/__init__.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_hashlib/interp_hashlib.py b/pypy/module/_hashlib/interp_hashlib.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_hashlib/test/test_hashlib.py b/pypy/module/_hashlib/test/test_hashlib.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_io/__init__.py b/pypy/module/_io/__init__.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_io/interp_bufferedio.py b/pypy/module/_io/interp_bufferedio.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_io/interp_bytesio.py b/pypy/module/_io/interp_bytesio.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_io/interp_fileio.py b/pypy/module/_io/interp_fileio.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_io/interp_io.py b/pypy/module/_io/interp_io.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_io/interp_iobase.py b/pypy/module/_io/interp_iobase.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_io/interp_stringio.py b/pypy/module/_io/interp_stringio.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_io/interp_textio.py b/pypy/module/_io/interp_textio.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_io/test/test_bufferedio.py b/pypy/module/_io/test/test_bufferedio.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_io/test/test_bytesio.py b/pypy/module/_io/test/test_bytesio.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_io/test/test_fileio.py b/pypy/module/_io/test/test_fileio.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_io/test/test_io.py b/pypy/module/_io/test/test_io.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_io/test/test_stringio.py b/pypy/module/_io/test/test_stringio.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_io/test/test_textio.py b/pypy/module/_io/test/test_textio.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_locale/__init__.py b/pypy/module/_locale/__init__.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_locale/interp_locale.py b/pypy/module/_locale/interp_locale.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_locale/test/test_locale.py b/pypy/module/_locale/test/test_locale.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_lsprof/__init__.py b/pypy/module/_lsprof/__init__.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_lsprof/interp_lsprof.py b/pypy/module/_lsprof/interp_lsprof.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_lsprof/test/__init__.py b/pypy/module/_lsprof/test/__init__.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_lsprof/test/profilee.py b/pypy/module/_lsprof/test/profilee.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_lsprof/test/test_cprofile.py b/pypy/module/_lsprof/test/test_cprofile.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_md5/__init__.py b/pypy/module/_md5/__init__.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_md5/interp_md5.py b/pypy/module/_md5/interp_md5.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_md5/test/test_md5.py b/pypy/module/_md5/test/test_md5.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_minimal_curses/__init__.py b/pypy/module/_minimal_curses/__init__.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_minimal_curses/app_curses.py b/pypy/module/_minimal_curses/app_curses.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_minimal_curses/fficurses.py b/pypy/module/_minimal_curses/fficurses.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_minimal_curses/interp_curses.py b/pypy/module/_minimal_curses/interp_curses.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_minimal_curses/test/__init__.py b/pypy/module/_minimal_curses/test/__init__.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_minimal_curses/test/test_curses.py b/pypy/module/_minimal_curses/test/test_curses.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_multibytecodec/__init__.py b/pypy/module/_multibytecodec/__init__.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_multibytecodec/app_multibytecodec.py b/pypy/module/_multibytecodec/app_multibytecodec.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_multibytecodec/c_codecs.py b/pypy/module/_multibytecodec/c_codecs.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_multibytecodec/interp_incremental.py b/pypy/module/_multibytecodec/interp_incremental.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_multibytecodec/interp_multibytecodec.py b/pypy/module/_multibytecodec/interp_multibytecodec.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_multibytecodec/test/__init__.py b/pypy/module/_multibytecodec/test/__init__.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_multibytecodec/test/test_app_codecs.py b/pypy/module/_multibytecodec/test/test_app_codecs.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_multibytecodec/test/test_app_incremental.py b/pypy/module/_multibytecodec/test/test_app_incremental.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_multibytecodec/test/test_app_stream.py b/pypy/module/_multibytecodec/test/test_app_stream.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_multibytecodec/test/test_c_codecs.py b/pypy/module/_multibytecodec/test/test_c_codecs.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_multibytecodec/test/test_translation.py b/pypy/module/_multibytecodec/test/test_translation.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_multiprocessing/__init__.py b/pypy/module/_multiprocessing/__init__.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_multiprocessing/interp_connection.py b/pypy/module/_multiprocessing/interp_connection.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_multiprocessing/interp_memory.py b/pypy/module/_multiprocessing/interp_memory.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_multiprocessing/interp_semaphore.py b/pypy/module/_multiprocessing/interp_semaphore.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_multiprocessing/interp_win32.py b/pypy/module/_multiprocessing/interp_win32.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_multiprocessing/test/test_connection.py b/pypy/module/_multiprocessing/test/test_connection.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_multiprocessing/test/test_memory.py b/pypy/module/_multiprocessing/test/test_memory.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_multiprocessing/test/test_semaphore.py b/pypy/module/_multiprocessing/test/test_semaphore.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_multiprocessing/test/test_win32.py b/pypy/module/_multiprocessing/test/test_win32.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_pickle_support/__init__.py b/pypy/module/_pickle_support/__init__.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_pickle_support/maker.py b/pypy/module/_pickle_support/maker.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_random/__init__.py b/pypy/module/_random/__init__.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_random/interp_random.py b/pypy/module/_random/interp_random.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_random/test/__init__.py b/pypy/module/_random/test/__init__.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_random/test/test_random.py b/pypy/module/_random/test/test_random.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_random/test/test_ztranslation.py b/pypy/module/_random/test/test_ztranslation.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_rawffi/TODO b/pypy/module/_rawffi/TODO
old mode 100644
new mode 100755
diff --git a/pypy/module/_rawffi/__init__.py b/pypy/module/_rawffi/__init__.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_rawffi/array.py b/pypy/module/_rawffi/array.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_rawffi/buffer.py b/pypy/module/_rawffi/buffer.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_rawffi/callback.py b/pypy/module/_rawffi/callback.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_rawffi/interp_rawffi.py b/pypy/module/_rawffi/interp_rawffi.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_rawffi/structure.py b/pypy/module/_rawffi/structure.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_rawffi/test/__init__.py b/pypy/module/_rawffi/test/__init__.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_rawffi/test/test__rawffi.py b/pypy/module/_rawffi/test/test__rawffi.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_rawffi/test/test_nested.py b/pypy/module/_rawffi/test/test_nested.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_rawffi/test/test_struct.py b/pypy/module/_rawffi/test/test_struct.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_rawffi/test/test_tracker.py b/pypy/module/_rawffi/test/test_tracker.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_rawffi/tracker.py b/pypy/module/_rawffi/tracker.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_sha/__init__.py b/pypy/module/_sha/__init__.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_sha/interp_sha.py b/pypy/module/_sha/interp_sha.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_sha/test/test_sha.py b/pypy/module/_sha/test/test_sha.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_socket/__init__.py b/pypy/module/_socket/__init__.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_socket/interp_func.py b/pypy/module/_socket/interp_func.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_socket/interp_socket.py b/pypy/module/_socket/interp_socket.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_socket/test/__init__.py b/pypy/module/_socket/test/__init__.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_socket/test/test_sock_app.py b/pypy/module/_socket/test/test_sock_app.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_sre/__init__.py b/pypy/module/_sre/__init__.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_sre/interp_sre.py b/pypy/module/_sre/interp_sre.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_sre/test/autopath.py b/pypy/module/_sre/test/autopath.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_sre/test/support_test_app_sre.py b/pypy/module/_sre/test/support_test_app_sre.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_sre/test/test_app_sre.py b/pypy/module/_sre/test/test_app_sre.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_ssl/__init__.py b/pypy/module/_ssl/__init__.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_ssl/interp_ssl.py b/pypy/module/_ssl/interp_ssl.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_ssl/test/test_ssl.py b/pypy/module/_ssl/test/test_ssl.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_ssl/test/test_ztranslation.py b/pypy/module/_ssl/test/test_ztranslation.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_ssl/thread_lock.py b/pypy/module/_ssl/thread_lock.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_testing/__init__.py b/pypy/module/_testing/__init__.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_testing/app_notrpython.py b/pypy/module/_testing/app_notrpython.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_warnings/__init__.py b/pypy/module/_warnings/__init__.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_warnings/interp_warnings.py b/pypy/module/_warnings/interp_warnings.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_warnings/test/test_warnings.py b/pypy/module/_warnings/test/test_warnings.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_weakref/__init__.py b/pypy/module/_weakref/__init__.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_weakref/interp__weakref.py b/pypy/module/_weakref/interp__weakref.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_weakref/test/test_weakref.py b/pypy/module/_weakref/test/test_weakref.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_winreg/__init__.py b/pypy/module/_winreg/__init__.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_winreg/interp_winreg.py b/pypy/module/_winreg/interp_winreg.py
old mode 100644
new mode 100755
diff --git a/pypy/module/_winreg/test/test_winreg.py b/pypy/module/_winreg/test/test_winreg.py
old mode 100644
new mode 100755
diff --git a/pypy/module/array/__init__.py b/pypy/module/array/__init__.py
old mode 100644
new mode 100755
diff --git a/pypy/module/array/benchmark/Makefile b/pypy/module/array/benchmark/Makefile
old mode 100644
new mode 100755
diff --git a/pypy/module/array/benchmark/README b/pypy/module/array/benchmark/README
old mode 100644
new mode 100755
diff --git a/pypy/module/array/benchmark/circular.c b/pypy/module/array/benchmark/circular.c
old mode 100644
new mode 100755
diff --git a/pypy/module/array/benchmark/circulartst.c b/pypy/module/array/benchmark/circulartst.c
old mode 100644
new mode 100755
diff --git a/pypy/module/array/benchmark/circulartst.py b/pypy/module/array/benchmark/circulartst.py
old mode 100644
new mode 100755
diff --git a/pypy/module/array/benchmark/intimg.c b/pypy/module/array/benchmark/intimg.c
old mode 100644
new mode 100755
diff --git a/pypy/module/array/benchmark/intimgtst.c b/pypy/module/array/benchmark/intimgtst.c
old mode 100644
new mode 100755
diff --git a/pypy/module/array/benchmark/intimgtst.py b/pypy/module/array/benchmark/intimgtst.py
old mode 100644
new mode 100755
diff --git a/pypy/module/array/benchmark/loop.c b/pypy/module/array/benchmark/loop.c
old mode 100644
new mode 100755
diff --git a/pypy/module/array/benchmark/looptst.py b/pypy/module/array/benchmark/looptst.py
old mode 100644
new mode 100755
diff --git a/pypy/module/array/benchmark/result.txt b/pypy/module/array/benchmark/result.txt
old mode 100644
new mode 100755
diff --git a/pypy/module/array/benchmark/sum.c b/pypy/module/array/benchmark/sum.c
old mode 100644
new mode 100755
diff --git a/pypy/module/array/benchmark/sumtst.c b/pypy/module/array/benchmark/sumtst.c
old mode 100644
new mode 100755
diff --git a/pypy/module/array/benchmark/sumtst.py b/pypy/module/array/benchmark/sumtst.py
old mode 100644
new mode 100755
diff --git a/pypy/module/array/interp_array.py b/pypy/module/array/interp_array.py
old mode 100644
new mode 100755
diff --git a/pypy/module/array/test/__init__.py b/pypy/module/array/test/__init__.py
old mode 100644
new mode 100755
diff --git a/pypy/module/array/test/test_array.py b/pypy/module/array/test/test_array.py
old mode 100644
new mode 100755
diff --git a/pypy/module/array/test/test_array_old.py b/pypy/module/array/test/test_array_old.py
old mode 100644
new mode 100755
diff --git a/pypy/module/binascii/__init__.py b/pypy/module/binascii/__init__.py
old mode 100644
new mode 100755
diff --git a/pypy/module/binascii/interp_base64.py b/pypy/module/binascii/interp_base64.py
old mode 100644
new mode 100755
diff --git a/pypy/module/binascii/interp_binascii.py b/pypy/module/binascii/interp_binascii.py
old mode 100644
new mode 100755
diff --git a/pypy/module/binascii/interp_crc32.py b/pypy/module/binascii/interp_crc32.py
old mode 100644
new mode 100755
diff --git a/pypy/module/binascii/interp_hexlify.py b/pypy/module/binascii/interp_hexlify.py
old mode 100644
new mode 100755
diff --git a/pypy/module/binascii/interp_hqx.py b/pypy/module/binascii/interp_hqx.py
old mode 100644
new mode 100755
diff --git a/pypy/module/binascii/interp_qp.py b/pypy/module/binascii/interp_qp.py
old mode 100644
new mode 100755
diff --git a/pypy/module/binascii/interp_uu.py b/pypy/module/binascii/interp_uu.py
old mode 100644
new mode 100755
diff --git a/pypy/module/binascii/test/test_binascii.py b/pypy/module/binascii/test/test_binascii.py
old mode 100644
new mode 100755
diff --git a/pypy/module/bz2/__init__.py b/pypy/module/bz2/__init__.py
old mode 100644
new mode 100755
diff --git a/pypy/module/bz2/interp_bz2.py b/pypy/module/bz2/interp_bz2.py
old mode 100644
new mode 100755
diff --git a/pypy/module/bz2/test/__init__.py b/pypy/module/bz2/test/__init__.py
old mode 100644
new mode 100755
diff --git a/pypy/module/bz2/test/data.bz2 b/pypy/module/bz2/test/data.bz2
old mode 100644
new mode 100755
diff --git a/pypy/module/bz2/test/largetest.bz2 b/pypy/module/bz2/test/largetest.bz2
old mode 100644
new mode 100755
diff --git a/pypy/module/bz2/test/support.py b/pypy/module/bz2/test/support.py
old mode 100644
new mode 100755
diff --git a/pypy/module/bz2/test/test_bz2_compdecomp.py b/pypy/module/bz2/test/test_bz2_compdecomp.py
old mode 100644
new mode 100755
diff --git a/pypy/module/bz2/test/test_bz2_file.py b/pypy/module/bz2/test/test_bz2_file.py
old mode 100644
new mode 100755
diff --git a/pypy/module/bz2/test/test_large.py b/pypy/module/bz2/test/test_large.py
old mode 100644
new mode 100755
diff --git a/pypy/module/cStringIO/__init__.py b/pypy/module/cStringIO/__init__.py
old mode 100644
new mode 100755
diff --git a/pypy/module/cStringIO/interp_stringio.py b/pypy/module/cStringIO/interp_stringio.py
old mode 100644
new mode 100755
diff --git a/pypy/module/cStringIO/test/__init__.py b/pypy/module/cStringIO/test/__init__.py
old mode 100644
new mode 100755
diff --git a/pypy/module/cStringIO/test/test_interp_stringio.py b/pypy/module/cStringIO/test/test_interp_stringio.py
old mode 100644
new mode 100755
diff --git a/pypy/module/cStringIO/test/test_ztranslation.py b/pypy/module/cStringIO/test/test_ztranslation.py
old mode 100644
new mode 100755
diff --git a/pypy/module/clr/__init__.py b/pypy/module/clr/__init__.py
old mode 100644
new mode 100755
diff --git a/pypy/module/clr/app_clr.py b/pypy/module/clr/app_clr.py
old mode 100644
new mode 100755
diff --git a/pypy/module/clr/app_importer.py b/pypy/module/clr/app_importer.py
old mode 100644
new mode 100755
diff --git a/pypy/module/clr/assemblyname.py b/pypy/module/clr/assemblyname.py
old mode 100644
new mode 100755
diff --git a/pypy/module/clr/boxing_rules.py b/pypy/module/clr/boxing_rules.py
old mode 100644
new mode 100755
diff --git a/pypy/module/clr/interp_clr.py b/pypy/module/clr/interp_clr.py
old mode 100644
new mode 100755
diff --git a/pypy/module/clr/test/__init__.py b/pypy/module/clr/test/__init__.py
old mode 100644
new mode 100755
diff --git a/pypy/module/clr/test/test_clr.py b/pypy/module/clr/test/test_clr.py
old mode 100644
new mode 100755
diff --git a/pypy/module/clr/test/test_importer.py b/pypy/module/clr/test/test_importer.py
old mode 100644
new mode 100755
diff --git a/pypy/module/clr/test/test_interp_clr.py b/pypy/module/clr/test/test_interp_clr.py
old mode 100644
new mode 100755
diff --git a/pypy/module/cmath/__init__.py b/pypy/module/cmath/__init__.py
old mode 100644
new mode 100755
diff --git a/pypy/module/cmath/constant.py b/pypy/module/cmath/constant.py
old mode 100644
new mode 100755
diff --git a/pypy/module/cmath/interp_cmath.py b/pypy/module/cmath/interp_cmath.py
old mode 100644
new mode 100755
diff --git a/pypy/module/cmath/special_value.py b/pypy/module/cmath/special_value.py
old mode 100644
new mode 100755
diff --git a/pypy/module/cmath/test/cmath_testcases.txt b/pypy/module/cmath/test/cmath_testcases.txt
old mode 100644
new mode 100755
diff --git a/pypy/module/cmath/test/test_cmath.py b/pypy/module/cmath/test/test_cmath.py
old mode 100644
new mode 100755
diff --git a/pypy/module/cppyy/__init__.py b/pypy/module/cppyy/__init__.py
old mode 100644
new mode 100755
diff --git a/pypy/module/cppyy/bench/Makefile b/pypy/module/cppyy/bench/Makefile
old mode 100644
new mode 100755
diff --git a/pypy/module/cppyy/bench/bench02.cxx b/pypy/module/cppyy/bench/bench02.cxx
old mode 100644
new mode 100755
diff --git a/pypy/module/cppyy/bench/bench02.h b/pypy/module/cppyy/bench/bench02.h
old mode 100644
new mode 100755
diff --git a/pypy/module/cppyy/bench/bench02.xml b/pypy/module/cppyy/bench/bench02.xml
old mode 100644
new mode 100755
diff --git a/pypy/module/cppyy/bench/hsimple.C b/pypy/module/cppyy/bench/hsimple.C
old mode 100644
new mode 100755
diff --git a/pypy/module/cppyy/capi/__init__.py b/pypy/module/cppyy/capi/__init__.py
old mode 100644
new mode 100755
diff --git a/pypy/module/cppyy/capi/cint_capi.py b/pypy/module/cppyy/capi/cint_capi.py
old mode 100644
new mode 100755
diff --git a/pypy/module/cppyy/capi/reflex_capi.py b/pypy/module/cppyy/capi/reflex_capi.py
old mode 100644
new mode 100755
diff --git a/pypy/module/cppyy/converter.py b/pypy/module/cppyy/converter.py
old mode 100644
new mode 100755
diff --git a/pypy/module/cppyy/executor.py b/pypy/module/cppyy/executor.py
old mode 100644
new mode 100755
diff --git a/pypy/module/cppyy/genreflex-methptrgetter.patch b/pypy/module/cppyy/genreflex-methptrgetter.patch
old mode 100644
new mode 100755
diff --git a/pypy/module/cppyy/helper.py b/pypy/module/cppyy/helper.py
old mode 100644
new mode 100755
diff --git a/pypy/module/cppyy/include/capi.h b/pypy/module/cppyy/include/capi.h
old mode 100644
new mode 100755
diff --git a/pypy/module/cppyy/include/cintcwrapper.h b/pypy/module/cppyy/include/cintcwrapper.h
old mode 100644
new mode 100755
diff --git a/pypy/module/cppyy/include/cppyy.h b/pypy/module/cppyy/include/cppyy.h
old mode 100644
new mode 100755
diff --git a/pypy/module/cppyy/include/reflexcwrapper.h b/pypy/module/cppyy/include/reflexcwrapper.h
old mode 100644
new mode 100755
diff --git a/pypy/module/cppyy/interp_cppyy.py b/pypy/module/cppyy/interp_cppyy.py
old mode 100644
new mode 100755
diff --git a/pypy/module/cppyy/pythonify.py b/pypy/module/cppyy/pythonify.py
old mode 100644
new mode 100755
diff --git a/pypy/module/cppyy/src/cintcwrapper.cxx b/pypy/module/cppyy/src/cintcwrapper.cxx
old mode 100644
new mode 100755
diff --git a/pypy/module/cppyy/src/reflexcwrapper.cxx b/pypy/module/cppyy/src/reflexcwrapper.cxx
old mode 100644
new mode 100755
diff --git a/pypy/module/cppyy/test/Makefile b/pypy/module/cppyy/test/Makefile
old mode 100644
new mode 100755
diff --git a/pypy/module/cppyy/test/__init__.py b/pypy/module/cppyy/test/__init__.py
old mode 100644
new mode 100755
diff --git a/pypy/module/cppyy/test/advancedcpp.cxx b/pypy/module/cppyy/test/advancedcpp.cxx
old mode 100644
new mode 100755
diff --git a/pypy/module/cppyy/test/advancedcpp.h b/pypy/module/cppyy/test/advancedcpp.h
old mode 100644
new mode 100755
diff --git a/pypy/module/cppyy/test/advancedcpp.xml b/pypy/module/cppyy/test/advancedcpp.xml
old mode 100644
new mode 100755
diff --git a/pypy/module/cppyy/test/advancedcpp2.cxx b/pypy/module/cppyy/test/advancedcpp2.cxx
old mode 100644
new mode 100755
diff --git a/pypy/module/cppyy/test/advancedcpp2.h b/pypy/module/cppyy/test/advancedcpp2.h
old mode 100644
new mode 100755
diff --git a/pypy/module/cppyy/test/advancedcpp2.xml b/pypy/module/cppyy/test/advancedcpp2.xml
old mode 100644
new mode 100755
diff --git a/pypy/module/cppyy/test/advancedcpp2_LinkDef.h b/pypy/module/cppyy/test/advancedcpp2_LinkDef.h
old mode 100644
new mode 100755
diff --git a/pypy/module/cppyy/test/advancedcpp_LinkDef.h b/pypy/module/cppyy/test/advancedcpp_LinkDef.h
old mode 100644
new mode 100755
diff --git a/pypy/module/cppyy/test/bench1.cxx b/pypy/module/cppyy/test/bench1.cxx
old mode 100644
new mode 100755
diff --git a/pypy/module/cppyy/test/bench1.py b/pypy/module/cppyy/test/bench1.py
old mode 100644
new mode 100755
diff --git a/pypy/module/cppyy/test/conftest.py b/pypy/module/cppyy/test/conftest.py
old mode 100644
new mode 100755
diff --git a/pypy/module/cppyy/test/crossing.cxx b/pypy/module/cppyy/test/crossing.cxx
old mode 100644
new mode 100755
diff --git a/pypy/module/cppyy/test/crossing.h b/pypy/module/cppyy/test/crossing.h
old mode 100644
new mode 100755
diff --git a/pypy/module/cppyy/test/crossing.xml b/pypy/module/cppyy/test/crossing.xml
old mode 100644
new mode 100755
diff --git a/pypy/module/cppyy/test/crossing_LinkDef.h b/pypy/module/cppyy/test/crossing_LinkDef.h
old mode 100644
new mode 100755
diff --git a/pypy/module/cppyy/test/datatypes.cxx b/pypy/module/cppyy/test/datatypes.cxx
old mode 100644
new mode 100755
diff --git a/pypy/module/cppyy/test/datatypes.h b/pypy/module/cppyy/test/datatypes.h
old mode 100644
new mode 100755
diff --git a/pypy/module/cppyy/test/datatypes.xml b/pypy/module/cppyy/test/datatypes.xml
old mode 100644
new mode 100755
diff --git a/pypy/module/cppyy/test/datatypes_LinkDef.h b/pypy/module/cppyy/test/datatypes_LinkDef.h
old mode 100644
new mode 100755
diff --git a/pypy/module/cppyy/test/example01.cxx b/pypy/module/cppyy/test/example01.cxx
old mode 100644
new mode 100755
diff --git a/pypy/module/cppyy/test/example01.h b/pypy/module/cppyy/test/example01.h
old mode 100644
new mode 100755
diff --git a/pypy/module/cppyy/test/example01.xml b/pypy/module/cppyy/test/example01.xml
old mode 100644


More information about the pypy-commit mailing list