summaryrefslogtreecommitdiff
path: root/Lib
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2010-03-05 03:20:06 +0000
committerBenjamin Peterson <benjamin@python.org>2010-03-05 03:20:06 +0000
commita32598daedf70ac22096a6db4ef667ac427207ad (patch)
treee299e7963b097e361c1bfda2a4931ab418fd406e /Lib
parent811fbec30954ed31a1c3b2b6b0f418f9785c6d42 (diff)
downloadcpython-a32598daedf70ac22096a6db4ef667ac427207ad.tar.gz
remove the svn:executable property from files that don't have shebang lines
Diffstat (limited to 'Lib')
-rw-r--r--[-rwxr-xr-x]Lib/distutils/tests/test_clean.py0
-rw-r--r--[-rwxr-xr-x]Lib/fractions.py0
-rw-r--r--[-rwxr-xr-x]Lib/lib-tk/Tix.py0
-rw-r--r--[-rwxr-xr-x]Lib/plat-irix5/AL.py0
-rw-r--r--[-rwxr-xr-x]Lib/plat-irix5/CD.py0
-rw-r--r--[-rwxr-xr-x]Lib/plat-irix5/CL.py0
-rw-r--r--[-rwxr-xr-x]Lib/plat-irix5/CL_old.py0
-rw-r--r--[-rwxr-xr-x]Lib/plat-irix5/DEVICE.py0
-rw-r--r--[-rwxr-xr-x]Lib/plat-irix5/ERRNO.py0
-rw-r--r--[-rwxr-xr-x]Lib/plat-irix5/FILE.py0
-rw-r--r--[-rwxr-xr-x]Lib/plat-irix5/FL.py0
-rw-r--r--[-rwxr-xr-x]Lib/plat-irix5/GET.py0
-rw-r--r--[-rwxr-xr-x]Lib/plat-irix5/GL.py0
-rw-r--r--[-rwxr-xr-x]Lib/plat-irix5/GLWS.py0
-rw-r--r--[-rwxr-xr-x]Lib/plat-irix5/IN.py0
-rw-r--r--[-rwxr-xr-x]Lib/plat-irix5/IOCTL.py0
-rw-r--r--[-rwxr-xr-x]Lib/plat-irix5/SV.py0
-rw-r--r--[-rwxr-xr-x]Lib/plat-irix5/WAIT.py0
-rw-r--r--[-rwxr-xr-x]Lib/plat-irix5/cddb.py0
-rw-r--r--[-rwxr-xr-x]Lib/plat-irix5/cdplayer.py0
-rw-r--r--[-rwxr-xr-x]Lib/plat-irix5/flp.py0
-rw-r--r--[-rwxr-xr-x]Lib/plat-irix5/jpeg.py0
-rw-r--r--[-rwxr-xr-x]Lib/plat-irix5/panel.py0
-rw-r--r--[-rwxr-xr-x]Lib/plat-irix5/panelparser.py0
-rw-r--r--[-rwxr-xr-x]Lib/plat-irix5/readcd.py0
-rw-r--r--[-rwxr-xr-x]Lib/plat-irix5/torgb.py0
-rw-r--r--[-rwxr-xr-x]Lib/plat-mac/Carbon/CG.py0
-rw-r--r--[-rwxr-xr-x]Lib/plat-mac/Carbon/CarbonEvents.py0
-rw-r--r--[-rwxr-xr-x]Lib/plat-mac/Carbon/CarbonEvt.py0
-rw-r--r--[-rwxr-xr-x]Lib/plat-mac/Carbon/CoreGraphics.py0
-rw-r--r--[-rwxr-xr-x]Lib/plat-sunos5/IN.py0
-rw-r--r--[-rwxr-xr-x]Lib/plat-sunos5/SUNAUDIODEV.py0
-rw-r--r--[-rwxr-xr-x]Lib/runpy.py0
-rw-r--r--[-rwxr-xr-x]Lib/test/test_aepack.py0
-rw-r--r--[-rwxr-xr-x]Lib/test/test_binascii.py0
-rw-r--r--[-rwxr-xr-x]Lib/test/test_cmath.py0
-rw-r--r--[-rwxr-xr-x]Lib/test/test_cprofile.py0
-rw-r--r--[-rwxr-xr-x]Lib/test/test_crypt.py0
-rw-r--r--[-rwxr-xr-x]Lib/test/test_dbm.py0
-rw-r--r--[-rwxr-xr-x]Lib/test/test_fcntl.py0
-rw-r--r--[-rwxr-xr-x]Lib/test/test_gdbm.py0
-rw-r--r--[-rwxr-xr-x]Lib/test/test_grp.py0
-rw-r--r--[-rwxr-xr-x]Lib/test/test_htmlparser.py0
-rw-r--r--[-rwxr-xr-x]Lib/test/test_profile.py0
-rw-r--r--[-rwxr-xr-x]Lib/test/test_strftime.py0
-rw-r--r--[-rwxr-xr-x]Lib/test/test_wsgiref.py0
46 files changed, 0 insertions, 0 deletions
diff --git a/Lib/distutils/tests/test_clean.py b/Lib/distutils/tests/test_clean.py
index dbc4ee2a18..dbc4ee2a18 100755..100644
--- a/Lib/distutils/tests/test_clean.py
+++ b/Lib/distutils/tests/test_clean.py
diff --git a/Lib/fractions.py b/Lib/fractions.py
index a934389a37..a934389a37 100755..100644
--- a/Lib/fractions.py
+++ b/Lib/fractions.py
diff --git a/Lib/lib-tk/Tix.py b/Lib/lib-tk/Tix.py
index c81cc83136..c81cc83136 100755..100644
--- a/Lib/lib-tk/Tix.py
+++ b/Lib/lib-tk/Tix.py
diff --git a/Lib/plat-irix5/AL.py b/Lib/plat-irix5/AL.py
index 3b43d2c8bc..3b43d2c8bc 100755..100644
--- a/Lib/plat-irix5/AL.py
+++ b/Lib/plat-irix5/AL.py
diff --git a/Lib/plat-irix5/CD.py b/Lib/plat-irix5/CD.py
index 5398f4656c..5398f4656c 100755..100644
--- a/Lib/plat-irix5/CD.py
+++ b/Lib/plat-irix5/CD.py
diff --git a/Lib/plat-irix5/CL.py b/Lib/plat-irix5/CL.py
index 15130e4306..15130e4306 100755..100644
--- a/Lib/plat-irix5/CL.py
+++ b/Lib/plat-irix5/CL.py
diff --git a/Lib/plat-irix5/CL_old.py b/Lib/plat-irix5/CL_old.py
index 892f86c011..892f86c011 100755..100644
--- a/Lib/plat-irix5/CL_old.py
+++ b/Lib/plat-irix5/CL_old.py
diff --git a/Lib/plat-irix5/DEVICE.py b/Lib/plat-irix5/DEVICE.py
index 14fd5347b9..14fd5347b9 100755..100644
--- a/Lib/plat-irix5/DEVICE.py
+++ b/Lib/plat-irix5/DEVICE.py
diff --git a/Lib/plat-irix5/ERRNO.py b/Lib/plat-irix5/ERRNO.py
index d9ab7a4a96..d9ab7a4a96 100755..100644
--- a/Lib/plat-irix5/ERRNO.py
+++ b/Lib/plat-irix5/ERRNO.py
diff --git a/Lib/plat-irix5/FILE.py b/Lib/plat-irix5/FILE.py
index adf0da3523..adf0da3523 100755..100644
--- a/Lib/plat-irix5/FILE.py
+++ b/Lib/plat-irix5/FILE.py
diff --git a/Lib/plat-irix5/FL.py b/Lib/plat-irix5/FL.py
index d1b3be1ef3..d1b3be1ef3 100755..100644
--- a/Lib/plat-irix5/FL.py
+++ b/Lib/plat-irix5/FL.py
diff --git a/Lib/plat-irix5/GET.py b/Lib/plat-irix5/GET.py
index 842a3aa9a1..842a3aa9a1 100755..100644
--- a/Lib/plat-irix5/GET.py
+++ b/Lib/plat-irix5/GET.py
diff --git a/Lib/plat-irix5/GL.py b/Lib/plat-irix5/GL.py
index d0e0074755..d0e0074755 100755..100644
--- a/Lib/plat-irix5/GL.py
+++ b/Lib/plat-irix5/GL.py
diff --git a/Lib/plat-irix5/GLWS.py b/Lib/plat-irix5/GLWS.py
index c1338c73e0..c1338c73e0 100755..100644
--- a/Lib/plat-irix5/GLWS.py
+++ b/Lib/plat-irix5/GLWS.py
diff --git a/Lib/plat-irix5/IN.py b/Lib/plat-irix5/IN.py
index 8f5817676f..8f5817676f 100755..100644
--- a/Lib/plat-irix5/IN.py
+++ b/Lib/plat-irix5/IN.py
diff --git a/Lib/plat-irix5/IOCTL.py b/Lib/plat-irix5/IOCTL.py
index ffe0f932d0..ffe0f932d0 100755..100644
--- a/Lib/plat-irix5/IOCTL.py
+++ b/Lib/plat-irix5/IOCTL.py
diff --git a/Lib/plat-irix5/SV.py b/Lib/plat-irix5/SV.py
index e9e14f8daf..e9e14f8daf 100755..100644
--- a/Lib/plat-irix5/SV.py
+++ b/Lib/plat-irix5/SV.py
diff --git a/Lib/plat-irix5/WAIT.py b/Lib/plat-irix5/WAIT.py
index 913a147d35..913a147d35 100755..100644
--- a/Lib/plat-irix5/WAIT.py
+++ b/Lib/plat-irix5/WAIT.py
diff --git a/Lib/plat-irix5/cddb.py b/Lib/plat-irix5/cddb.py
index ea5e9fd465..ea5e9fd465 100755..100644
--- a/Lib/plat-irix5/cddb.py
+++ b/Lib/plat-irix5/cddb.py
diff --git a/Lib/plat-irix5/cdplayer.py b/Lib/plat-irix5/cdplayer.py
index 9e4ba9c318..9e4ba9c318 100755..100644
--- a/Lib/plat-irix5/cdplayer.py
+++ b/Lib/plat-irix5/cdplayer.py
diff --git a/Lib/plat-irix5/flp.py b/Lib/plat-irix5/flp.py
index 13c926f3ad..13c926f3ad 100755..100644
--- a/Lib/plat-irix5/flp.py
+++ b/Lib/plat-irix5/flp.py
diff --git a/Lib/plat-irix5/jpeg.py b/Lib/plat-irix5/jpeg.py
index 944ce930e1..944ce930e1 100755..100644
--- a/Lib/plat-irix5/jpeg.py
+++ b/Lib/plat-irix5/jpeg.py
diff --git a/Lib/plat-irix5/panel.py b/Lib/plat-irix5/panel.py
index fcfa56b54d..fcfa56b54d 100755..100644
--- a/Lib/plat-irix5/panel.py
+++ b/Lib/plat-irix5/panel.py
diff --git a/Lib/plat-irix5/panelparser.py b/Lib/plat-irix5/panelparser.py
index 362156d4c1..362156d4c1 100755..100644
--- a/Lib/plat-irix5/panelparser.py
+++ b/Lib/plat-irix5/panelparser.py
diff --git a/Lib/plat-irix5/readcd.py b/Lib/plat-irix5/readcd.py
index 54549e792c..54549e792c 100755..100644
--- a/Lib/plat-irix5/readcd.py
+++ b/Lib/plat-irix5/readcd.py
diff --git a/Lib/plat-irix5/torgb.py b/Lib/plat-irix5/torgb.py
index 024d1ea488..024d1ea488 100755..100644
--- a/Lib/plat-irix5/torgb.py
+++ b/Lib/plat-irix5/torgb.py
diff --git a/Lib/plat-mac/Carbon/CG.py b/Lib/plat-mac/Carbon/CG.py
index 96f5772321..96f5772321 100755..100644
--- a/Lib/plat-mac/Carbon/CG.py
+++ b/Lib/plat-mac/Carbon/CG.py
diff --git a/Lib/plat-mac/Carbon/CarbonEvents.py b/Lib/plat-mac/Carbon/CarbonEvents.py
index 357ee5d388..357ee5d388 100755..100644
--- a/Lib/plat-mac/Carbon/CarbonEvents.py
+++ b/Lib/plat-mac/Carbon/CarbonEvents.py
diff --git a/Lib/plat-mac/Carbon/CarbonEvt.py b/Lib/plat-mac/Carbon/CarbonEvt.py
index 63a7792993..63a7792993 100755..100644
--- a/Lib/plat-mac/Carbon/CarbonEvt.py
+++ b/Lib/plat-mac/Carbon/CarbonEvt.py
diff --git a/Lib/plat-mac/Carbon/CoreGraphics.py b/Lib/plat-mac/Carbon/CoreGraphics.py
index f4cb0b9440..f4cb0b9440 100755..100644
--- a/Lib/plat-mac/Carbon/CoreGraphics.py
+++ b/Lib/plat-mac/Carbon/CoreGraphics.py
diff --git a/Lib/plat-sunos5/IN.py b/Lib/plat-sunos5/IN.py
index 867b9eb5f8..867b9eb5f8 100755..100644
--- a/Lib/plat-sunos5/IN.py
+++ b/Lib/plat-sunos5/IN.py
diff --git a/Lib/plat-sunos5/SUNAUDIODEV.py b/Lib/plat-sunos5/SUNAUDIODEV.py
index 25599bb882..25599bb882 100755..100644
--- a/Lib/plat-sunos5/SUNAUDIODEV.py
+++ b/Lib/plat-sunos5/SUNAUDIODEV.py
diff --git a/Lib/runpy.py b/Lib/runpy.py
index 06c5a87b40..06c5a87b40 100755..100644
--- a/Lib/runpy.py
+++ b/Lib/runpy.py
diff --git a/Lib/test/test_aepack.py b/Lib/test/test_aepack.py
index f4ea25b5f0..f4ea25b5f0 100755..100644
--- a/Lib/test/test_aepack.py
+++ b/Lib/test/test_aepack.py
diff --git a/Lib/test/test_binascii.py b/Lib/test/test_binascii.py
index f825f1c077..f825f1c077 100755..100644
--- a/Lib/test/test_binascii.py
+++ b/Lib/test/test_binascii.py
diff --git a/Lib/test/test_cmath.py b/Lib/test/test_cmath.py
index 8b5c4bf34f..8b5c4bf34f 100755..100644
--- a/Lib/test/test_cmath.py
+++ b/Lib/test/test_cmath.py
diff --git a/Lib/test/test_cprofile.py b/Lib/test/test_cprofile.py
index 831895c389..831895c389 100755..100644
--- a/Lib/test/test_cprofile.py
+++ b/Lib/test/test_cprofile.py
diff --git a/Lib/test/test_crypt.py b/Lib/test/test_crypt.py
index 4db200d403..4db200d403 100755..100644
--- a/Lib/test/test_crypt.py
+++ b/Lib/test/test_crypt.py
diff --git a/Lib/test/test_dbm.py b/Lib/test/test_dbm.py
index 41b0b5cc47..41b0b5cc47 100755..100644
--- a/Lib/test/test_dbm.py
+++ b/Lib/test/test_dbm.py
diff --git a/Lib/test/test_fcntl.py b/Lib/test/test_fcntl.py
index c8ea7b7ea5..c8ea7b7ea5 100755..100644
--- a/Lib/test/test_fcntl.py
+++ b/Lib/test/test_fcntl.py
diff --git a/Lib/test/test_gdbm.py b/Lib/test/test_gdbm.py
index f4bbc3887a..f4bbc3887a 100755..100644
--- a/Lib/test/test_gdbm.py
+++ b/Lib/test/test_gdbm.py
diff --git a/Lib/test/test_grp.py b/Lib/test/test_grp.py
index b4701d5fac..b4701d5fac 100755..100644
--- a/Lib/test/test_grp.py
+++ b/Lib/test/test_grp.py
diff --git a/Lib/test/test_htmlparser.py b/Lib/test/test_htmlparser.py
index 810af6c8cb..810af6c8cb 100755..100644
--- a/Lib/test/test_htmlparser.py
+++ b/Lib/test/test_htmlparser.py
diff --git a/Lib/test/test_profile.py b/Lib/test/test_profile.py
index e40beaff65..e40beaff65 100755..100644
--- a/Lib/test/test_profile.py
+++ b/Lib/test/test_profile.py
diff --git a/Lib/test/test_strftime.py b/Lib/test/test_strftime.py
index b26ebec93d..b26ebec93d 100755..100644
--- a/Lib/test/test_strftime.py
+++ b/Lib/test/test_strftime.py
diff --git a/Lib/test/test_wsgiref.py b/Lib/test/test_wsgiref.py
index 54be3373dc..54be3373dc 100755..100644
--- a/Lib/test/test_wsgiref.py
+++ b/Lib/test/test_wsgiref.py