From: Benjamin Peterson Date: Fri, 5 Mar 2010 03:20:06 +0000 (+0000) Subject: remove the svn:executable property from files that don't have shebang lines X-Git-Tag: v2.7a4~27 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b3be23ad27f35bae55638e2ccf0bbb121d8e66ed;p=python remove the svn:executable property from files that don't have shebang lines --- diff --git a/Lib/distutils/tests/test_clean.py b/Lib/distutils/tests/test_clean.py old mode 100755 new mode 100644 diff --git a/Lib/fractions.py b/Lib/fractions.py old mode 100755 new mode 100644 diff --git a/Lib/lib-tk/Tix.py b/Lib/lib-tk/Tix.py old mode 100755 new mode 100644 diff --git a/Lib/plat-irix5/AL.py b/Lib/plat-irix5/AL.py old mode 100755 new mode 100644 diff --git a/Lib/plat-irix5/CD.py b/Lib/plat-irix5/CD.py old mode 100755 new mode 100644 diff --git a/Lib/plat-irix5/CL.py b/Lib/plat-irix5/CL.py old mode 100755 new mode 100644 diff --git a/Lib/plat-irix5/CL_old.py b/Lib/plat-irix5/CL_old.py old mode 100755 new mode 100644 diff --git a/Lib/plat-irix5/DEVICE.py b/Lib/plat-irix5/DEVICE.py old mode 100755 new mode 100644 diff --git a/Lib/plat-irix5/ERRNO.py b/Lib/plat-irix5/ERRNO.py old mode 100755 new mode 100644 diff --git a/Lib/plat-irix5/FILE.py b/Lib/plat-irix5/FILE.py old mode 100755 new mode 100644 diff --git a/Lib/plat-irix5/FL.py b/Lib/plat-irix5/FL.py old mode 100755 new mode 100644 diff --git a/Lib/plat-irix5/GET.py b/Lib/plat-irix5/GET.py old mode 100755 new mode 100644 diff --git a/Lib/plat-irix5/GL.py b/Lib/plat-irix5/GL.py old mode 100755 new mode 100644 diff --git a/Lib/plat-irix5/GLWS.py b/Lib/plat-irix5/GLWS.py old mode 100755 new mode 100644 diff --git a/Lib/plat-irix5/IN.py b/Lib/plat-irix5/IN.py old mode 100755 new mode 100644 diff --git a/Lib/plat-irix5/IOCTL.py b/Lib/plat-irix5/IOCTL.py old mode 100755 new mode 100644 diff --git a/Lib/plat-irix5/SV.py b/Lib/plat-irix5/SV.py old mode 100755 new mode 100644 diff --git a/Lib/plat-irix5/WAIT.py b/Lib/plat-irix5/WAIT.py old mode 100755 new mode 100644 diff --git a/Lib/plat-irix5/cddb.py b/Lib/plat-irix5/cddb.py old mode 100755 new mode 100644 diff --git a/Lib/plat-irix5/cdplayer.py b/Lib/plat-irix5/cdplayer.py old mode 100755 new mode 100644 diff --git a/Lib/plat-irix5/flp.py b/Lib/plat-irix5/flp.py old mode 100755 new mode 100644 diff --git a/Lib/plat-irix5/jpeg.py b/Lib/plat-irix5/jpeg.py old mode 100755 new mode 100644 diff --git a/Lib/plat-irix5/panel.py b/Lib/plat-irix5/panel.py old mode 100755 new mode 100644 diff --git a/Lib/plat-irix5/panelparser.py b/Lib/plat-irix5/panelparser.py old mode 100755 new mode 100644 diff --git a/Lib/plat-irix5/readcd.py b/Lib/plat-irix5/readcd.py old mode 100755 new mode 100644 diff --git a/Lib/plat-irix5/torgb.py b/Lib/plat-irix5/torgb.py old mode 100755 new mode 100644 diff --git a/Lib/plat-mac/Carbon/CG.py b/Lib/plat-mac/Carbon/CG.py old mode 100755 new mode 100644 diff --git a/Lib/plat-mac/Carbon/CarbonEvents.py b/Lib/plat-mac/Carbon/CarbonEvents.py old mode 100755 new mode 100644 diff --git a/Lib/plat-mac/Carbon/CarbonEvt.py b/Lib/plat-mac/Carbon/CarbonEvt.py old mode 100755 new mode 100644 diff --git a/Lib/plat-mac/Carbon/CoreGraphics.py b/Lib/plat-mac/Carbon/CoreGraphics.py old mode 100755 new mode 100644 diff --git a/Lib/plat-sunos5/IN.py b/Lib/plat-sunos5/IN.py old mode 100755 new mode 100644 diff --git a/Lib/plat-sunos5/SUNAUDIODEV.py b/Lib/plat-sunos5/SUNAUDIODEV.py old mode 100755 new mode 100644 diff --git a/Lib/runpy.py b/Lib/runpy.py old mode 100755 new mode 100644 diff --git a/Lib/test/test_aepack.py b/Lib/test/test_aepack.py old mode 100755 new mode 100644 diff --git a/Lib/test/test_binascii.py b/Lib/test/test_binascii.py old mode 100755 new mode 100644 diff --git a/Lib/test/test_cmath.py b/Lib/test/test_cmath.py old mode 100755 new mode 100644 diff --git a/Lib/test/test_cprofile.py b/Lib/test/test_cprofile.py old mode 100755 new mode 100644 diff --git a/Lib/test/test_crypt.py b/Lib/test/test_crypt.py old mode 100755 new mode 100644 diff --git a/Lib/test/test_dbm.py b/Lib/test/test_dbm.py old mode 100755 new mode 100644 diff --git a/Lib/test/test_fcntl.py b/Lib/test/test_fcntl.py old mode 100755 new mode 100644 diff --git a/Lib/test/test_gdbm.py b/Lib/test/test_gdbm.py old mode 100755 new mode 100644 diff --git a/Lib/test/test_grp.py b/Lib/test/test_grp.py old mode 100755 new mode 100644 diff --git a/Lib/test/test_htmlparser.py b/Lib/test/test_htmlparser.py old mode 100755 new mode 100644 diff --git a/Lib/test/test_profile.py b/Lib/test/test_profile.py old mode 100755 new mode 100644 diff --git a/Lib/test/test_strftime.py b/Lib/test/test_strftime.py old mode 100755 new mode 100644 diff --git a/Lib/test/test_wsgiref.py b/Lib/test/test_wsgiref.py old mode 100755 new mode 100644