diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2014-01-16 15:33:23 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2014-01-16 15:33:23 (GMT) |
commit | 8f8ec92de85b40b9e7bec81ae87f18cc3996c560 (patch) | |
tree | 4aaf0102840557e349731d720f3ca7fe690baa5c /Modules | |
parent | 5cacb84d836bd1f618702adaf0c6e704268f677d (diff) | |
parent | aea79dd2c622a9b2a52e0b511e48ca86e0df9134 (diff) | |
download | cpython-8f8ec92de85b40b9e7bec81ae87f18cc3996c560.zip cpython-8f8ec92de85b40b9e7bec81ae87f18cc3996c560.tar.gz cpython-8f8ec92de85b40b9e7bec81ae87f18cc3996c560.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 lines in the unittestgui and checkpip scripts.
Diffstat (limited to 'Modules')
-rwxr-xr-x[-rw-r--r--] | Modules/_ctypes/libffi/generate-ios-source-and-headers.py | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | Modules/_ctypes/libffi/generate-osx-source-and-headers.py | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | Modules/_decimal/tests/bench.py | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | Modules/_decimal/tests/deccheck.py | 0 |
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 |