[Python-checkins] r67231 - in sandbox/trunk/tkinter-polo/src: Dialog.py FileDialog.py FixTk.py ScrolledText.py SimpleDialog.py Tkconstants.py Tkinter.py _tkinter.c tkColorChooser.py tkCommonDialog.py tkFileDialog.py tkFont.py tkMessageBox.py tkSimpleDialog.py
guilherme.polo
python-checkins at python.org
Sun Nov 16 11:09:44 CET 2008
Author: guilherme.polo
Date: Sun Nov 16 11:09:44 2008
New Revision: 67231
Log:
Initial copy
Added:
sandbox/trunk/tkinter-polo/src/Dialog.py
- copied unchanged from r67226, /python/trunk/Lib/lib-tk/Dialog.py
sandbox/trunk/tkinter-polo/src/FileDialog.py (props changed)
- copied unchanged from r67226, /python/trunk/Lib/lib-tk/FileDialog.py
sandbox/trunk/tkinter-polo/src/FixTk.py
- copied unchanged from r67226, /python/trunk/Lib/lib-tk/FixTk.py
sandbox/trunk/tkinter-polo/src/ScrolledText.py
- copied unchanged from r67226, /python/trunk/Lib/lib-tk/ScrolledText.py
sandbox/trunk/tkinter-polo/src/SimpleDialog.py (props changed)
- copied unchanged from r67226, /python/trunk/Lib/lib-tk/SimpleDialog.py
sandbox/trunk/tkinter-polo/src/Tkconstants.py
- copied unchanged from r67226, /python/trunk/Lib/lib-tk/Tkconstants.py
sandbox/trunk/tkinter-polo/src/Tkinter.py
- copied unchanged from r67226, /python/trunk/Lib/lib-tk/Tkinter.py
sandbox/trunk/tkinter-polo/src/_tkinter.c (props changed)
- copied unchanged from r67226, /python/trunk/Modules/_tkinter.c
sandbox/trunk/tkinter-polo/src/tkColorChooser.py
- copied unchanged from r67226, /python/trunk/Lib/lib-tk/tkColorChooser.py
sandbox/trunk/tkinter-polo/src/tkCommonDialog.py
- copied unchanged from r67226, /python/trunk/Lib/lib-tk/tkCommonDialog.py
sandbox/trunk/tkinter-polo/src/tkFileDialog.py (props changed)
- copied unchanged from r67226, /python/trunk/Lib/lib-tk/tkFileDialog.py
sandbox/trunk/tkinter-polo/src/tkFont.py
- copied unchanged from r67226, /python/trunk/Lib/lib-tk/tkFont.py
sandbox/trunk/tkinter-polo/src/tkMessageBox.py
- copied unchanged from r67226, /python/trunk/Lib/lib-tk/tkMessageBox.py
sandbox/trunk/tkinter-polo/src/tkSimpleDialog.py (props changed)
- copied unchanged from r67226, /python/trunk/Lib/lib-tk/tkSimpleDialog.py
More information about the Python-checkins
mailing list