[Python-checkins] r78682 - in python/trunk/Lib: distutils/tests/test_clean.py fractions.py lib-tk/Tix.py plat-irix5/AL.py plat-irix5/CD.py plat-irix5/CL.py plat-irix5/CL_old.py plat-irix5/DEVICE.py plat-irix5/ERRNO.py plat-irix5/FILE.py plat-irix5/FL.py plat-irix5/GET.py plat-irix5/GL.py plat-irix5/GLWS.py plat-irix5/IN.py plat-irix5/IOCTL.py plat-irix5/SV.py plat-irix5/WAIT.py plat-irix5/cddb.py plat-irix5/cdplayer.py plat-irix5/flp.py plat-irix5/jpeg.py plat-irix5/panel.py plat-irix5/panelparser.py plat-irix5/readcd.py plat-irix5/torgb.py plat-mac/Carbon/CG.py plat-mac/Carbon/CarbonEvents.py plat-mac/Carbon/CarbonEvt.py plat-mac/Carbon/CoreGraphics.py plat-sunos5/IN.py plat-sunos5/SUNAUDIODEV.py runpy.py test/test_aepack.py test/test_binascii.py test/test_cmath.py test/test_cprofile.py test/test_crypt.py test/test_dbm.py test/test_fcntl.py test/test_gdbm.py test/test_grp.py test/test_htmlparser.py test/test_profile.py test/test_strftime.py test/test_wsgiref.py

benjamin.peterson python-checkins at python.org
Fri Mar 5 04:20:06 CET 2010


Author: benjamin.peterson
Date: Fri Mar  5 04:20:06 2010
New Revision: 78682

Log:
remove the svn:executable property from files that don't have shebang lines

Modified:
   python/trunk/Lib/distutils/tests/test_clean.py   (props changed)
   python/trunk/Lib/fractions.py   (props changed)
   python/trunk/Lib/lib-tk/Tix.py   (props changed)
   python/trunk/Lib/plat-irix5/AL.py   (props changed)
   python/trunk/Lib/plat-irix5/CD.py   (props changed)
   python/trunk/Lib/plat-irix5/CL.py   (props changed)
   python/trunk/Lib/plat-irix5/CL_old.py   (props changed)
   python/trunk/Lib/plat-irix5/DEVICE.py   (props changed)
   python/trunk/Lib/plat-irix5/ERRNO.py   (props changed)
   python/trunk/Lib/plat-irix5/FILE.py   (props changed)
   python/trunk/Lib/plat-irix5/FL.py   (props changed)
   python/trunk/Lib/plat-irix5/GET.py   (props changed)
   python/trunk/Lib/plat-irix5/GL.py   (props changed)
   python/trunk/Lib/plat-irix5/GLWS.py   (props changed)
   python/trunk/Lib/plat-irix5/IN.py   (props changed)
   python/trunk/Lib/plat-irix5/IOCTL.py   (props changed)
   python/trunk/Lib/plat-irix5/SV.py   (props changed)
   python/trunk/Lib/plat-irix5/WAIT.py   (props changed)
   python/trunk/Lib/plat-irix5/cddb.py   (props changed)
   python/trunk/Lib/plat-irix5/cdplayer.py   (props changed)
   python/trunk/Lib/plat-irix5/flp.py   (props changed)
   python/trunk/Lib/plat-irix5/jpeg.py   (props changed)
   python/trunk/Lib/plat-irix5/panel.py   (props changed)
   python/trunk/Lib/plat-irix5/panelparser.py   (props changed)
   python/trunk/Lib/plat-irix5/readcd.py   (props changed)
   python/trunk/Lib/plat-irix5/torgb.py   (props changed)
   python/trunk/Lib/plat-mac/Carbon/CG.py   (props changed)
   python/trunk/Lib/plat-mac/Carbon/CarbonEvents.py   (props changed)
   python/trunk/Lib/plat-mac/Carbon/CarbonEvt.py   (props changed)
   python/trunk/Lib/plat-mac/Carbon/CoreGraphics.py   (props changed)
   python/trunk/Lib/plat-sunos5/IN.py   (props changed)
   python/trunk/Lib/plat-sunos5/SUNAUDIODEV.py   (props changed)
   python/trunk/Lib/runpy.py   (props changed)
   python/trunk/Lib/test/test_aepack.py   (props changed)
   python/trunk/Lib/test/test_binascii.py   (props changed)
   python/trunk/Lib/test/test_cmath.py   (props changed)
   python/trunk/Lib/test/test_cprofile.py   (props changed)
   python/trunk/Lib/test/test_crypt.py   (props changed)
   python/trunk/Lib/test/test_dbm.py   (props changed)
   python/trunk/Lib/test/test_fcntl.py   (props changed)
   python/trunk/Lib/test/test_gdbm.py   (props changed)
   python/trunk/Lib/test/test_grp.py   (props changed)
   python/trunk/Lib/test/test_htmlparser.py   (props changed)
   python/trunk/Lib/test/test_profile.py   (props changed)
   python/trunk/Lib/test/test_strftime.py   (props changed)
   python/trunk/Lib/test/test_wsgiref.py   (props changed)


More information about the Python-checkins mailing list