summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2014-01-16 15:15:49 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2014-01-16 15:15:49 (GMT)
commitb992a0e102c1dcc8d038983755f792c2f65a233f (patch)
tree295a7f8e3d661a07f69b9fcdf9cf030274a68fb5 /Modules
parent16540408f49c6f4a4dd2a59ca27ad8f84dbb3266 (diff)
downloadcpython-b992a0e102c1dcc8d038983755f792c2f65a233f.zip
cpython-b992a0e102c1dcc8d038983755f792c2f65a233f.tar.gz
cpython-b992a0e102c1dcc8d038983755f792c2f65a233f.tar.bz2
Issue #19936: Added executable bits or shebang lines to Python scripts which
requires them. Disable executable bits and shebang lines in test and benchmark files in order to prevent using a random system python, and in source files of modules which don't provide command line interface. Fixed shebang line to use python3 executable in the unittestgui script.
Diffstat (limited to 'Modules')
-rwxr-xr-x[-rw-r--r--]Modules/_ctypes/libffi/generate-ios-source-and-headers.py0
-rwxr-xr-x[-rw-r--r--]Modules/_ctypes/libffi/generate-osx-source-and-headers.py0
-rwxr-xr-x[-rw-r--r--]Modules/_decimal/tests/bench.py0
-rwxr-xr-x[-rw-r--r--]Modules/_decimal/tests/deccheck.py0
4 files changed, 0 insertions, 0 deletions
diff --git a/Modules/_ctypes/libffi/generate-ios-source-and-headers.py b/Modules/_ctypes/libffi/generate-ios-source-and-headers.py
index c2bca73..c2bca73 100644..100755
--- a/Modules/_ctypes/libffi/generate-ios-source-and-headers.py
+++ b/Modules/_ctypes/libffi/generate-ios-source-and-headers.py
diff --git a/Modules/_ctypes/libffi/generate-osx-source-and-headers.py b/Modules/_ctypes/libffi/generate-osx-source-and-headers.py
index 64313c1..64313c1 100644..100755
--- a/Modules/_ctypes/libffi/generate-osx-source-and-headers.py
+++ b/Modules/_ctypes/libffi/generate-osx-source-and-headers.py
diff --git a/Modules/_decimal/tests/bench.py b/Modules/_decimal/tests/bench.py
index 56566cc..56566cc 100644..100755
--- a/Modules/_decimal/tests/bench.py
+++ b/Modules/_decimal/tests/bench.py
diff --git a/Modules/_decimal/tests/deccheck.py b/Modules/_decimal/tests/deccheck.py
index c4c5a44..c4c5a44 100644..100755
--- a/Modules/_decimal/tests/deccheck.py
+++ b/Modules/_decimal/tests/deccheck.py