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.
Showing
Lib/lib2to3/tests/data/different_encoding.py
100644 → 100755
File mode changed from 100644 to 100755
Lib/lib2to3/tests/data/false_encoding.py
100644 → 100755
File mode changed from 100644 to 100755
Lib/smtplib.py
100644 → 100755
File mode changed from 100644 to 100755
Lib/tarfile.py
100644 → 100755
File mode changed from 100644 to 100755
Lib/test/crashers/recursive_call.py
100644 → 100755
File mode changed from 100644 to 100755
Lib/test/curses_tests.py
100644 → 100755
File mode changed from 100644 to 100755
Lib/test/test_array.py
100755 → 100644
Lib/test/test_binhex.py
100755 → 100644
Lib/test/test_errno.py
100755 → 100644
Lib/test/test_urlparse.py
100755 → 100644
Lib/test/test_userstring.py
100755 → 100644
Lib/timeit.py
100644 → 100755
File mode changed from 100644 to 100755
Lib/token.py
100755 → 100644
File mode changed from 100755 to 100644
Lib/trace.py
100644 → 100755
File mode changed from 100644 to 100755
Lib/turtledemo/bytedesign.py
100644 → 100755
File mode changed from 100644 to 100755
Lib/turtledemo/clock.py
100644 → 100755
File mode changed from 100644 to 100755
Lib/turtledemo/forest.py
100644 → 100755
File mode changed from 100644 to 100755
Lib/turtledemo/fractalcurves.py
100644 → 100755
File mode changed from 100644 to 100755
Lib/turtledemo/lindenmayer.py
100644 → 100755
File mode changed from 100644 to 100755
Lib/turtledemo/minimal_hanoi.py
100644 → 100755
File mode changed from 100644 to 100755
Lib/turtledemo/paint.py
100644 → 100755
File mode changed from 100644 to 100755
Lib/turtledemo/peace.py
100644 → 100755
File mode changed from 100644 to 100755
Lib/turtledemo/penrose.py
100644 → 100755
File mode changed from 100644 to 100755
Lib/turtledemo/planet_and_moon.py
100644 → 100755
File mode changed from 100644 to 100755
Lib/turtledemo/tree.py
100644 → 100755
File mode changed from 100644 to 100755
Lib/turtledemo/two_canvases.py
100644 → 100755
File mode changed from 100644 to 100755
Lib/turtledemo/yinyang.py
100644 → 100755
File mode changed from 100644 to 100755
Lib/webbrowser.py
100644 → 100755
File mode changed from 100644 to 100755
Mac/Tools/bundlebuilder.py
100644 → 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
Modules/_decimal/tests/bench.py
100644 → 100755
File mode changed from 100644 to 100755
Modules/_decimal/tests/deccheck.py
100644 → 100755
File mode changed from 100644 to 100755
Objects/typeslots.py
100644 → 100755
File mode changed from 100644 to 100755
Tools/gdb/libpython.py
100644 → 100755
File mode changed from 100644 to 100755
Tools/i18n/makelocalealias.py
100644 → 100755
File mode changed from 100644 to 100755
Tools/pybench/Setup.py
100644 → 100755
File mode changed from 100644 to 100755
Tools/pybench/clockres.py
100644 → 100755
File mode changed from 100644 to 100755
Tools/pybench/systimes.py
100644 → 100755
File mode changed from 100644 to 100755
Tools/scripts/run_tests.py
100755 → 100644
File mode changed from 100755 to 100644
Tools/ssl/make_ssl_data.py
100644 → 100755
File mode changed from 100644 to 100755
Tools/stringbench/stringbench.py
100755 → 100644
File mode changed from 100755 to 100644
Tools/unicode/comparecodecs.py
100644 → 100755
File mode changed from 100644 to 100755
Tools/unittestgui/unittestgui.py
100644 → 100755
Please register or sign in to comment