summaryrefslogtreecommitdiff
path: root/Demo
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2010-03-21 22:42:02 +0000
committerBenjamin Peterson <benjamin@python.org>2010-03-21 22:42:02 +0000
commit9c6bd77e39a0dd456fa0d9be06c925102d7a9610 (patch)
tree18a4d689de63f97b7149f2d431ea11a3e4a2f747 /Demo
parent2614cda20910e1b2529d5af4a95327f8cdfcc35a (diff)
downloadcpython-git-9c6bd77e39a0dd456fa0d9be06c925102d7a9610.tar.gz
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 ........
Diffstat (limited to 'Demo')
-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
46 files changed, 0 insertions, 0 deletions
diff --git a/Demo/classes/Complex.py b/Demo/classes/Complex.py
index 64c56d4653..64c56d4653 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 e1b054f7d6..e1b054f7d6 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 f931e93e22..f931e93e22 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 a0cef74208..a0cef74208 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 7fd78e03ea..7fd78e03ea 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 edb31470d7..edb31470d7 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 62b26ccf3f..62b26ccf3f 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 ea30fd84d8..ea30fd84d8 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 510ac76838..510ac76838 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 c9fe369e25..c9fe369e25 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 ec854b1bc7..ec854b1bc7 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 c1bbf1a84d..c1bbf1a84d 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 78e4fbb4c9..78e4fbb4c9 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 ffaa15e1d3..ffaa15e1d3 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 beb77ec6f9..beb77ec6f9 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 d8cb004b2f..d8cb004b2f 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 9690f3bb7c..9690f3bb7c 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 ffdbe2d6d4..ffdbe2d6d4 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 b3943ff393..b3943ff393 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 92e7771cbf..92e7771cbf 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 6d2b1e813f..6d2b1e813f 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 5ea99c79e3..5ea99c79e3 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 fa4ce75eb1..fa4ce75eb1 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 bc25a2ef67..bc25a2ef67 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 3b9ee4bc33..3b9ee4bc33 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 ad491818c9..ad491818c9 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 80d78f2603..80d78f2603 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 fbc5e646b8..fbc5e646b8 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 6d28ca3f88..6d28ca3f88 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 5411ded212..5411ded212 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 d8b5fa85af..d8b5fa85af 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 d1dd46d43c..d1dd46d43c 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 1ffc470797..1ffc470797 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 cb75d85c76..cb75d85c76 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 bf46020bc6..bf46020bc6 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 370c7655ff..370c7655ff 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 e46ff60b23..e46ff60b23 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 5508e3b9f1..5508e3b9f1 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 a9309a38f9..a9309a38f9 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 fffcbc5b97..fffcbc5b97 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 a29b1d7dab..a29b1d7dab 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 f10fb7a3fb..f10fb7a3fb 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 a168831abd..a168831abd 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 276858a6d8..276858a6d8 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 625d20e622..625d20e622 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 bebab1e5e3..bebab1e5e3 100755..100644
--- a/Demo/tkinter/guido/wish.py
+++ b/Demo/tkinter/guido/wish.py