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 /Lib/turtledemo | |
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 'Lib/turtledemo')
-rwxr-xr-x[-rw-r--r--] | Lib/turtledemo/bytedesign.py | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | Lib/turtledemo/clock.py | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | Lib/turtledemo/forest.py | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | Lib/turtledemo/fractalcurves.py | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | Lib/turtledemo/lindenmayer.py | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | Lib/turtledemo/minimal_hanoi.py | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | Lib/turtledemo/paint.py | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | Lib/turtledemo/peace.py | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | Lib/turtledemo/penrose.py | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | Lib/turtledemo/planet_and_moon.py | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | Lib/turtledemo/tree.py | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | Lib/turtledemo/two_canvases.py | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | Lib/turtledemo/yinyang.py | 0 |
13 files changed, 0 insertions, 0 deletions
diff --git a/Lib/turtledemo/bytedesign.py b/Lib/turtledemo/bytedesign.py index 64b1d7d..64b1d7d 100644..100755 --- a/Lib/turtledemo/bytedesign.py +++ b/Lib/turtledemo/bytedesign.py diff --git a/Lib/turtledemo/clock.py b/Lib/turtledemo/clock.py index a0d157b..a0d157b 100644..100755 --- a/Lib/turtledemo/clock.py +++ b/Lib/turtledemo/clock.py diff --git a/Lib/turtledemo/forest.py b/Lib/turtledemo/forest.py index a837d84..a837d84 100644..100755 --- a/Lib/turtledemo/forest.py +++ b/Lib/turtledemo/forest.py diff --git a/Lib/turtledemo/fractalcurves.py b/Lib/turtledemo/fractalcurves.py index c49f8b8..c49f8b8 100644..100755 --- a/Lib/turtledemo/fractalcurves.py +++ b/Lib/turtledemo/fractalcurves.py diff --git a/Lib/turtledemo/lindenmayer.py b/Lib/turtledemo/lindenmayer.py index 3925f25..3925f25 100644..100755 --- a/Lib/turtledemo/lindenmayer.py +++ b/Lib/turtledemo/lindenmayer.py diff --git a/Lib/turtledemo/minimal_hanoi.py b/Lib/turtledemo/minimal_hanoi.py index cfb78dc..cfb78dc 100644..100755 --- a/Lib/turtledemo/minimal_hanoi.py +++ b/Lib/turtledemo/minimal_hanoi.py diff --git a/Lib/turtledemo/paint.py b/Lib/turtledemo/paint.py index 68058ab..68058ab 100644..100755 --- a/Lib/turtledemo/paint.py +++ b/Lib/turtledemo/paint.py diff --git a/Lib/turtledemo/peace.py b/Lib/turtledemo/peace.py index 63cf7cc..63cf7cc 100644..100755 --- a/Lib/turtledemo/peace.py +++ b/Lib/turtledemo/peace.py diff --git a/Lib/turtledemo/penrose.py b/Lib/turtledemo/penrose.py index f73c864..f73c864 100644..100755 --- a/Lib/turtledemo/penrose.py +++ b/Lib/turtledemo/penrose.py diff --git a/Lib/turtledemo/planet_and_moon.py b/Lib/turtledemo/planet_and_moon.py index 14c4bbc..14c4bbc 100644..100755 --- a/Lib/turtledemo/planet_and_moon.py +++ b/Lib/turtledemo/planet_and_moon.py diff --git a/Lib/turtledemo/tree.py b/Lib/turtledemo/tree.py index 9c0b1f7..9c0b1f7 100644..100755 --- a/Lib/turtledemo/tree.py +++ b/Lib/turtledemo/tree.py diff --git a/Lib/turtledemo/two_canvases.py b/Lib/turtledemo/two_canvases.py index 02d89db..02d89db 100644..100755 --- a/Lib/turtledemo/two_canvases.py +++ b/Lib/turtledemo/two_canvases.py diff --git a/Lib/turtledemo/yinyang.py b/Lib/turtledemo/yinyang.py index 11d1f47..11d1f47 100644..100755 --- a/Lib/turtledemo/yinyang.py +++ b/Lib/turtledemo/yinyang.py |