summaryrefslogtreecommitdiffstats
path: root/Mac/Modules
diff options
context:
space:
mode:
authorAlexandre Vassalotti <alexandre@peadrop.com>2008-06-04 20:41:44 (GMT)
committerAlexandre Vassalotti <alexandre@peadrop.com>2008-06-04 20:41:44 (GMT)
commit80af6da7489c3b28e0a46c73849da34273972e3b (patch)
tree5571b9dfffaacc77b06124dafe3441f9c4d2cebd /Mac/Modules
parentd5bb9215c960da14e138adc88c80daa54e6601c4 (diff)
downloadcpython-80af6da7489c3b28e0a46c73849da34273972e3b.zip
cpython-80af6da7489c3b28e0a46c73849da34273972e3b.tar.gz
cpython-80af6da7489c3b28e0a46c73849da34273972e3b.tar.bz2
Fixed complex.__getnewargs__() to not emit another complex object.
Diffstat (limited to 'Mac/Modules')
0 files changed, 0 insertions, 0 deletions
table summary='file diffstat' width='100%'> -rwxr-xr-xDemo/tix/bitmaps/combobox.xbm14
-rwxr-xr-xDemo/tix/bitmaps/combobox.xpm49
-rwxr-xr-xDemo/tix/bitmaps/combobox.xpm.147
-rwxr-xr-xDemo/tix/bitmaps/drivea.xbm14
-rwxr-xr-xDemo/tix/bitmaps/drivea.xpm43
-rwxr-xr-xDemo/tix/bitmaps/exit.xpm48
-rwxr-xr-xDemo/tix/bitmaps/filebox.xbm14
-rwxr-xr-xDemo/tix/bitmaps/filebox.xpm49
-rwxr-xr-xDemo/tix/bitmaps/italic.xbm6
-rwxr-xr-xDemo/tix/bitmaps/justify.xbm6
-rwxr-xr-xDemo/tix/bitmaps/leftj.xbm6
-rwxr-xr-xDemo/tix/bitmaps/netw.xbm14
-rwxr-xr-xDemo/tix/bitmaps/netw.xpm45
-rwxr-xr-xDemo/tix/bitmaps/optmenu.xpm48
-rwxr-xr-xDemo/tix/bitmaps/rightj.xbm6
-rwxr-xr-xDemo/tix/bitmaps/select.xpm52
-rwxr-xr-xDemo/tix/bitmaps/tix.gifbin0 -> 11042 bytes-rwxr-xr-xDemo/tix/bitmaps/underline.xbm6
-rwxr-xr-xDemo/tix/samples/Balloon.py45
-rwxr-xr-xDemo/tix/samples/BtnBox.py44
-rwxr-xr-xDemo/tix/samples/CmpImg.py197
-rwxr-xr-xDemo/tix/samples/ComboBox.py100
-rwxr-xr-xDemo/tix/samples/Control.py102
-rwxr-xr-xDemo/tix/samples/NoteBook.py119
-rwxr-xr-xDemo/tix/samples/OptMenu.py68
-rwxr-xr-xDemo/tix/samples/PopMenu.py56
-rwxr-xr-xDemo/tix/samples/SHList1.py107
-rwxr-xr-xDemo/tix/samples/SHList2.py148
-rwxr-xr-xDemo/tix/samples/Tree.py80
-rw-r--r--Demo/tix/tixwidgets.py819
-rwxr-xr-xLib/lib-tk/Tix.py1266
38 files changed, 3794 insertions, 0 deletions
diff --git a/Demo/tix/BUGS.txt b/Demo/tix/BUGS.txt
new file mode 100644