summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2010-03-21 22:42:02 (GMT)
committerBenjamin Peterson <benjamin@python.org>2010-03-21 22:42:02 (GMT)
commit9c6bd77e39a0dd456fa0d9be06c925102d7a9610 (patch)
tree18a4d689de63f97b7149f2d431ea11a3e4a2f747
parent2614cda20910e1b2529d5af4a95327f8cdfcc35a (diff)
downloadcpython-9c6bd77e39a0dd456fa0d9be06c925102d7a9610.zip
cpython-9c6bd77e39a0dd456fa0d9be06c925102d7a9610.tar.gz
cpython-9c6bd77e39a0dd456fa0d9be06c925102d7a9610.tar.bz2
Merged revisions 78779 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r78779 | benjamin.peterson | 2010-03-07 20:11:06 -0600 (Sun, 07 Mar 2010) | 1 line remove svn:executable from scripts without a shebang line ........
-rw-r--r--[-rwxr-xr-x]Demo/classes/Complex.py0
-rw-r--r--[-rwxr-xr-x]Demo/classes/Dates.py0
-rw-r--r--[-rwxr-xr-x]Demo/classes/Dbm.py0
-rw-r--r--[-rwxr-xr-x]Demo/classes/Range.py0
-rw-r--r--[-rwxr-xr-x]Demo/classes/Rev.py0
-rw-r--r--[-rwxr-xr-x]Demo/classes/Vec.py0
-rw-r--r--[-rwxr-xr-x]Demo/classes/bitvec.py0
-rw-r--r--[-rwxr-xr-x]Demo/md5test/md5driver.py0
-rw-r--r--[-rwxr-xr-x]Demo/pdist/FSProxy.py0
-rw-r--r--[-rwxr-xr-x]Demo/pdist/client.py0
-rw-r--r--[-rwxr-xr-x]Demo/pdist/cmdfw.py0
-rw-r--r--[-rwxr-xr-x]Demo/pdist/cmptree.py0
-rw-r--r--[-rwxr-xr-x]Demo/pdist/cvslib.py0
-rw-r--r--[-rwxr-xr-x]Demo/pdist/cvslock.py0
-rw-r--r--[-rwxr-xr-x]Demo/pdist/mac.py0
-rw-r--r--[-rwxr-xr-x]Demo/pdist/rcsclient.py0
-rw-r--r--[-rwxr-xr-x]Demo/pdist/rcslib.py0
-rw-r--r--[-rwxr-xr-x]Demo/pdist/security.py0
-rw-r--r--[-rwxr-xr-x]Demo/pdist/server.py0
-rw-r--r--[-rwxr-xr-x]Demo/pdist/sumtree.py0
-rw-r--r--[-rwxr-xr-x]Demo/sockets/broadcast.py0
-rw-r--r--[-rwxr-xr-x]Demo/sockets/ftp.py0
-rw-r--r--[-rwxr-xr-x]Demo/sockets/radio.py0
-rw-r--r--[-rwxr-xr-x]Demo/tix/samples/Balloon.py0
-rw-r--r--[-rwxr-xr-x]Demo/tix/samples/BtnBox.py0
-rw-r--r--[-rwxr-xr-x]Demo/tix/samples/CmpImg.py0
-rw-r--r--[-rwxr-xr-x]Demo/tix/samples/ComboBox.py0
-rw-r--r--[-rwxr-xr-x]Demo/tix/samples/Control.py0
-rw-r--r--[-rwxr-xr-x]Demo/tix/samples/DirList.py0
-rw-r--r--[-rwxr-xr-x]Demo/tix/samples/DirTree.py0
-rw-r--r--[-rwxr-xr-x]Demo/tix/samples/NoteBook.py0
-rw-r--r--[-rwxr-xr-x]Demo/tix/samples/OptMenu.py0
-rw-r--r--[-rwxr-xr-x]Demo/tix/samples/PanedWin.py0
-rw-r--r--[-rwxr-xr-x]Demo/tix/samples/PopMenu.py0
-rw-r--r--[-rwxr-xr-x]Demo/tix/samples/SHList1.py0
-rw-r--r--[-rwxr-xr-x]Demo/tix/samples/SHList2.py0
-rw-r--r--[-rwxr-xr-x]Demo/tix/samples/Tree.py0
-rw-r--r--[-rwxr-xr-x]Demo/tkinter/guido/AttrDialog.py0
-rw-r--r--[-rwxr-xr-x]Demo/tkinter/guido/ManPage.py0
-rw-r--r--[-rwxr-xr-x]Demo/tkinter/guido/ShellWindow.py0
-rw-r--r--[-rwxr-xr-x]Demo/tkinter/guido/hanoi.py0
-rw-r--r--[-rwxr-xr-x]Demo/tkinter/guido/hello.py0
-rw-r--r--[-rwxr-xr-x]Demo/tkinter/guido/imagedraw.py0
-rw-r--r--[-rwxr-xr-x]Demo/tkinter/guido/imageview.py0
-rw-r--r--[-rwxr-xr-x]Demo/tkinter/guido/listtree.py0
-rw-r--r--[-rwxr-xr-x]Demo/tkinter/guido/wish.py0
-rw-r--r--[-rwxr-xr-x]Tools/scripts/mailerdaemon.py0
47 files changed, 0 insertions, 0 deletions
diff --git a/Demo/classes/Complex.py b/Demo/classes/Complex.py
index 64c56d4..64c56d4 100755..100644
--- a/Demo/classes/Complex.py
+++ b/Demo/classes/Complex.py
diff --git a/Demo/classes/Dates.py b/Demo/classes/Dates.py
index e1b054f..e1b054f 100755..100644
--- a/Demo/classes/Dates.py
+++ b/Demo/classes/Dates.py
diff --git a/Demo/classes/Dbm.py b/Demo/classes/Dbm.py
index f931e93..f931e93 100755..100644
--- a/Demo/classes/Dbm.py
+++ b/Demo/classes/Dbm.py
diff --git a/Demo/classes/Range.py b/Demo/classes/Range.py
index a0cef74..a0cef74 100755..100644
--- a/Demo/classes/Range.py
+++ b/Demo/classes/Range.py
diff --git a/Demo/classes/Rev.py b/Demo/classes/Rev.py
index 7fd78e0..7fd78e0 100755..100644
--- a/Demo/classes/Rev.py
+++ b/Demo/classes/Rev.py
diff --git a/Demo/classes/Vec.py b/Demo/classes/Vec.py
index edb3147..edb3147 100755..100644
--- a/Demo/classes/Vec.py
+++ b/Demo/classes/Vec.py
diff --git a/Demo/classes/bitvec.py b/Demo/classes/bitvec.py
index 62b26cc..62b26cc 100755..100644
--- a/Demo/classes/bitvec.py
+++ b/Demo/classes/bitvec.py
diff --git a/Demo/md5test/md5driver.py b/Demo/md5test/md5driver.py
index ea30fd8..ea30fd8 100755..100644
--- a/Demo/md5test/md5driver.py
+++ b/Demo/md5test/md5driver.py
diff --git a/Demo/pdist/FSProxy.py b/Demo/pdist/FSProxy.py
index 510ac76..510ac76 100755..100644
--- a/Demo/pdist/FSProxy.py
+++ b/Demo/pdist/FSProxy.py
diff --git a/Demo/pdist/client.py b/Demo/pdist/client.py
index c9fe369..c9fe369 100755..100644
--- a/Demo/pdist/client.py
+++ b/Demo/pdist/client.py
diff --git a/Demo/pdist/cmdfw.py b/Demo/pdist/cmdfw.py
index ec854b1..ec854b1 100755..100644
--- a/Demo/pdist/cmdfw.py
+++ b/Demo/pdist/cmdfw.py
diff --git a/Demo/pdist/cmptree.py b/Demo/pdist/cmptree.py
index c1bbf1a..c1bbf1a 100755..100644
--- a/Demo/pdist/cmptree.py
+++ b/Demo/pdist/cmptree.py
diff --git a/Demo/pdist/cvslib.py b/Demo/pdist/cvslib.py
index 78e4fbb..78e4fbb 100755..100644
--- a/Demo/pdist/cvslib.py
+++ b/Demo/pdist/cvslib.py
diff --git a/Demo/pdist/cvslock.py b/Demo/pdist/cvslock.py
index ffaa15e..ffaa15e 100755..100644
--- a/Demo/pdist/cvslock.py
+++ b/Demo/pdist/cvslock.py
diff --git a/Demo/pdist/mac.py b/Demo/pdist/mac.py
index beb77ec..beb77ec 100755..100644
--- a/Demo/pdist/mac.py
+++ b/Demo/pdist/mac.py
diff --git a/Demo/pdist/rcsclient.py b/Demo/pdist/rcsclient.py
index d8cb004..d8cb004 100755..100644
--- a/Demo/pdist/rcsclient.py
+++ b/Demo/pdist/rcsclient.py
diff --git a/Demo/pdist/rcslib.py b/Demo/pdist/rcslib.py
index 9690f3b..9690f3b 100755..100644
--- a/Demo/pdist/rcslib.py
+++ b/Demo/pdist/rcslib.py
diff --git a/Demo/pdist/security.py b/Demo/pdist/security.py
index ffdbe2d..ffdbe2d 100755..100644
--- a/Demo/pdist/security.py
+++ b/Demo/pdist/security.py
diff --git a/Demo/pdist/server.py b/Demo/pdist/server.py
index b3943ff..b3943ff 100755..100644
--- a/Demo/pdist/server.py
+++ b/Demo/pdist/server.py
diff --git a/Demo/pdist/sumtree.py b/Demo/pdist/sumtree.py
index 92e7771..92e7771 100755..100644
--- a/Demo/pdist/sumtree.py
+++ b/Demo/pdist/sumtree.py
diff --git a/Demo/sockets/broadcast.py b/Demo/sockets/broadcast.py
index 6d2b1e8..6d2b1e8 100755..100644
--- a/Demo/sockets/broadcast.py
+++ b/Demo/sockets/broadcast.py
diff --git a/Demo/sockets/ftp.py b/Demo/sockets/ftp.py
index 5ea99c7..5ea99c7 100755..100644
--- a/Demo/sockets/ftp.py
+++ b/Demo/sockets/ftp.py
diff --git a/Demo/sockets/radio.py b/Demo/sockets/radio.py
index fa4ce75..fa4ce75 100755..100644
--- a/Demo/sockets/radio.py
+++ b/Demo/sockets/radio.py
diff --git a/Demo/tix/samples/Balloon.py b/Demo/tix/samples/Balloon.py
index bc25a2e..bc25a2e 100755..100644
--- a/Demo/tix/samples/Balloon.py
+++ b/Demo/tix/samples/Balloon.py
diff --git a/Demo/tix/samples/BtnBox.py b/Demo/tix/samples/BtnBox.py
index 3b9ee4b..3b9ee4b 100755..100644
--- a/Demo/tix/samples/BtnBox.py
+++ b/Demo/tix/samples/BtnBox.py
diff --git a/Demo/tix/samples/CmpImg.py b/Demo/tix/samples/CmpImg.py
index ad49181..ad49181 100755..100644
--- a/Demo/tix/samples/CmpImg.py
+++ b/Demo/tix/samples/CmpImg.py
diff --git a/Demo/tix/samples/ComboBox.py b/Demo/tix/samples/ComboBox.py
index 80d78f2..80d78f2 100755..100644
--- a/Demo/tix/samples/ComboBox.py
+++ b/Demo/tix/samples/ComboBox.py
diff --git a/Demo/tix/samples/Control.py b/Demo/tix/samples/Control.py
index fbc5e64..fbc5e64 100755..100644
--- a/Demo/tix/samples/Control.py
+++ b/Demo/tix/samples/Control.py
diff --git a/Demo/tix/samples/DirList.py b/Demo/tix/samples/DirList.py
index 6d28ca3..6d28ca3 100755..100644
--- a/Demo/tix/samples/DirList.py
+++ b/Demo/tix/samples/DirList.py
diff --git a/Demo/tix/samples/DirTree.py b/Demo/tix/samples/DirTree.py
index 5411ded..5411ded 100755..100644
--- a/Demo/tix/samples/DirTree.py
+++ b/Demo/tix/samples/DirTree.py
diff --git a/Demo/tix/samples/NoteBook.py b/Demo/tix/samples/NoteBook.py
index d8b5fa8..d8b5fa8 100755..100644
--- a/Demo/tix/samples/NoteBook.py
+++ b/Demo/tix/samples/NoteBook.py
diff --git a/Demo/tix/samples/OptMenu.py b/Demo/tix/samples/OptMenu.py
index d1dd46d..d1dd46d 100755..100644
--- a/Demo/tix/samples/OptMenu.py
+++ b/Demo/tix/samples/OptMenu.py
diff --git a/Demo/tix/samples/PanedWin.py b/Demo/tix/samples/PanedWin.py
index 1ffc470..1ffc470 100755..100644
--- a/Demo/tix/samples/PanedWin.py
+++ b/Demo/tix/samples/PanedWin.py
diff --git a/Demo/tix/samples/PopMenu.py b/Demo/tix/samples/PopMenu.py
index cb75d85..cb75d85 100755..100644
--- a/Demo/tix/samples/PopMenu.py
+++ b/Demo/tix/samples/PopMenu.py
diff --git a/Demo/tix/samples/SHList1.py b/Demo/tix/samples/SHList1.py
index bf46020..bf46020 100755..100644
--- a/Demo/tix/samples/SHList1.py
+++ b/Demo/tix/samples/SHList1.py
diff --git a/Demo/tix/samples/SHList2.py b/Demo/tix/samples/SHList2.py
index 370c765..370c765 100755..100644
--- a/Demo/tix/samples/SHList2.py
+++ b/Demo/tix/samples/SHList2.py
diff --git a/Demo/tix/samples/Tree.py b/Demo/tix/samples/Tree.py
index e46ff60..e46ff60 100755..100644
--- a/Demo/tix/samples/Tree.py
+++ b/Demo/tix/samples/Tree.py
diff --git a/Demo/tkinter/guido/AttrDialog.py b/Demo/tkinter/guido/AttrDialog.py
index 5508e3b..5508e3b 100755..100644
--- a/Demo/tkinter/guido/AttrDialog.py
+++ b/Demo/tkinter/guido/AttrDialog.py
diff --git a/Demo/tkinter/guido/ManPage.py b/Demo/tkinter/guido/ManPage.py
index a9309a3..a9309a3 100755..100644
--- a/Demo/tkinter/guido/ManPage.py
+++ b/Demo/tkinter/guido/ManPage.py
diff --git a/Demo/tkinter/guido/ShellWindow.py b/Demo/tkinter/guido/ShellWindow.py
index fffcbc5..fffcbc5 100755..100644
--- a/Demo/tkinter/guido/ShellWindow.py
+++ b/Demo/tkinter/guido/ShellWindow.py
diff --git a/Demo/tkinter/guido/hanoi.py b/Demo/tkinter/guido/hanoi.py
index a29b1d7..a29b1d7 100755..100644
--- a/Demo/tkinter/guido/hanoi.py
+++ b/Demo/tkinter/guido/hanoi.py
diff --git a/Demo/tkinter/guido/hello.py b/Demo/tkinter/guido/hello.py
index f10fb7a..f10fb7a 100755..100644
--- a/Demo/tkinter/guido/hello.py
+++ b/Demo/tkinter/guido/hello.py
diff --git a/Demo/tkinter/guido/imagedraw.py b/Demo/tkinter/guido/imagedraw.py
index a168831..a168831 100755..100644
--- a/Demo/tkinter/guido/imagedraw.py
+++ b/Demo/tkinter/guido/imagedraw.py
diff --git a/Demo/tkinter/guido/imageview.py b/Demo/tkinter/guido/imageview.py
index 276858a..276858a 100755..100644
--- a/Demo/tkinter/guido/imageview.py
+++ b/Demo/tkinter/guido/imageview.py
diff --git a/Demo/tkinter/guido/listtree.py b/Demo/tkinter/guido/listtree.py
index 625d20e..625d20e 100755..100644
--- a/Demo/tkinter/guido/listtree.py
+++ b/Demo/tkinter/guido/listtree.py
diff --git a/Demo/tkinter/guido/wish.py b/Demo/tkinter/guido/wish.py
index bebab1e..bebab1e 100755..100644
--- a/Demo/tkinter/guido/wish.py
+++ b/Demo/tkinter/guido/wish.py
diff --git a/Tools/scripts/mailerdaemon.py b/Tools/scripts/mailerdaemon.py
index 4934b92..4934b92 100755..100644
--- a/Tools/scripts/mailerdaemon.py
+++ b/Tools/scripts/mailerdaemon.py