]> granicus.if.org Git - python/commit
Issue #19936: Added executable bits or shebang lines to Python scripts which
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 16 Jan 2014 15:33:23 +0000 (17:33 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Thu, 16 Jan 2014 15:33:23 +0000 (17:33 +0200)
commit8f8ec92de85b40b9e7bec81ae87f18cc3996c560
tree4aaf0102840557e349731d720f3ca7fe690baa5c
parent5cacb84d836bd1f618702adaf0c6e704268f677d
parentaea79dd2c622a9b2a52e0b511e48ca86e0df9134
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.
42 files changed:
Lib/difflib.py
Lib/mailbox.py
Lib/operator.py
Lib/smtplib.py
Lib/tarfile.py
Lib/test/_test_multiprocessing.py
Lib/test/multibytecodec_support.py
Lib/test/ssltests.py
Lib/test/test_array.py
Lib/test/test_bz2.py
Lib/test/test_dbm.py
Lib/test/test_dbm_dumb.py
Lib/test/test_gzip.py
Lib/test/test_keywordonlyarg.py
Lib/test/test_logging.py
Lib/test/test_marshal.py
Lib/test/test_multibytecodec.py
Lib/test/test_pathlib.py
Lib/test/test_random.py
Lib/test/test_sched.py
Lib/test/test_smtpnet.py
Lib/test/test_socket.py
Lib/test/test_support.py
Lib/test/test_tcl.py
Lib/test/test_urllib2_localnet.py
Lib/test/test_urllib2net.py
Lib/test/test_urllibnet.py
Lib/test/test_urlparse.py
Lib/test/test_xmlrpc_net.py
Lib/timeit.py
Lib/token.py
Lib/trace.py
Lib/webbrowser.py
Mac/Tools/bundlebuilder.py
Mac/Tools/plistlib_generate_testdata.py
Misc/NEWS
Tools/clinic/clinic_test.py
Tools/gdb/libpython.py
Tools/i18n/makelocalealias.py
Tools/scripts/checkpip.py
Tools/scripts/win_add2path.py
Tools/stringbench/stringbench.py