You need to sign in or sign up before continuing.
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.
Showing
Demo/comparisons/patterns
100755 → 100644
File mode changed from 100755 to 100644
Demo/curses/ncurses.py
100644 → 100755
File mode changed from 100644 to 100755
Demo/curses/rain.py
100644 → 100755
File mode changed from 100644 to 100755
Demo/curses/tclock.py
100644 → 100755
File mode changed from 100644 to 100755
Demo/md5test/foo
100755 → 100644
File mode changed from 100755 to 100644
Demo/scripts/newslist.doc
100755 → 100644
File mode changed from 100755 to 100644
Demo/tix/bitmaps/about.xpm
100755 → 100644
File mode changed from 100755 to 100644
Demo/tix/bitmaps/bold.xbm
100755 → 100644
File mode changed from 100755 to 100644
Demo/tix/bitmaps/capital.xbm
100755 → 100644
File mode changed from 100755 to 100644
Demo/tix/bitmaps/centerj.xbm
100755 → 100644
File mode changed from 100755 to 100644
Demo/tix/bitmaps/combobox.xbm
100755 → 100644
File mode changed from 100755 to 100644
Demo/tix/bitmaps/combobox.xpm
100755 → 100644
File mode changed from 100755 to 100644
Demo/tix/bitmaps/combobox.xpm.1
100755 → 100644
File mode changed from 100755 to 100644
Demo/tix/bitmaps/drivea.xbm
100755 → 100644
File mode changed from 100755 to 100644
Demo/tix/bitmaps/drivea.xpm
100755 → 100644
File mode changed from 100755 to 100644
Demo/tix/bitmaps/exit.xpm
100755 → 100644
File mode changed from 100755 to 100644
Demo/tix/bitmaps/filebox.xbm
100755 → 100644
File mode changed from 100755 to 100644
Demo/tix/bitmaps/filebox.xpm
100755 → 100644
File mode changed from 100755 to 100644
Demo/tix/bitmaps/italic.xbm
100755 → 100644
File mode changed from 100755 to 100644
Demo/tix/bitmaps/justify.xbm
100755 → 100644
File mode changed from 100755 to 100644
Please register or sign in to comment