[issue2839] Moving lib-tk to tkinter package

2008-05-20 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Done in r63485-63491. -- resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> __

[issue2839] Moving lib-tk to tkinter package

2008-05-19 Thread Brett Cannon
Brett Cannon <[EMAIL PROTECTED]> added the comment: The changes in 2.6 need to be reverted, leaving only a note in the docs. -- nosy: +brett.cannon resolution: accepted -> status: closed -> open __ Tracker <[EMAIL PROTECTED]>

[issue2839] Moving lib-tk to tkinter package

2008-05-17 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Handled Py3k branch in revs 63417 to 63423. Closing this issue. -- resolution: -> accepted status: open -> closed __ Tracker <[EMAIL PROTECTED]> __

[issue2839] Moving lib-tk to tkinter package

2008-05-17 Thread Guilherme Polo
Guilherme Polo <[EMAIL PROTECTED]> added the comment: Patch added for handling the merging of tkSimpleDialog into tkinter.simpledialog and tkFileDialog into tkinter.filedialog, specific for py3k. Added file: http://bugs.python.org/file10358/tkinter_modmerge_py3k.diff ___

[issue2839] Moving lib-tk to tkinter package

2008-05-17 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Committed modmerge patch in r63408. __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing li

[issue2839] Moving lib-tk to tkinter package

2008-05-17 Thread Guilherme Polo
Guilherme Polo <[EMAIL PROTECTED]> added the comment: This new patch handles the merging of tkSimpleDialog into tkinter.simpledialog and tkFileDialog into tkinter.filedialog. After doing it, the old files may be removed from lib-tk: svn del Lib/lib-tk/tkSimpleDialog.py svn del Lib/lib-tk/tkFileD

[issue2839] Moving lib-tk to tkinter package

2008-05-16 Thread Guilherme Polo
Guilherme Polo <[EMAIL PROTECTED]> added the comment: After merging all these changes in py3k, lib-tk should be removed from sys.path there. Patch added for this. Note that the iss script at PC/VS7.1 should be regenerated Added file: http://bugs.python.org/file10350/remove_libtk_path.diff

[issue2839] Moving lib-tk to tkinter package

2008-05-16 Thread Guilherme Polo
Changes by Guilherme Polo <[EMAIL PROTECTED]>: Added file: http://bugs.python.org/file10349/rename_tkdocs.py __ Tracker <[EMAIL PROTECTED]> __ ___ Pytho

[issue2839] Moving lib-tk to tkinter package

2008-05-16 Thread Guilherme Polo
Guilherme Polo <[EMAIL PROTECTED]> added the comment: Patching for updating the docs added. I've also added a script that should be executed after the patch is applied, it will rename scrolledtext.rst to tkinter.scrolledtext.rst; tix.rst to tkinter.rst and turtle.rst to tkinter.turtle.rst. Adde

[issue2839] Moving lib-tk to tkinter package

2008-05-16 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Committed step 2 patch as r63376. -- nosy: +georg.brandl __ Tracker <[EMAIL PROTECTED]> __ _

[issue2839] Moving lib-tk to tkinter package

2008-05-16 Thread Guilherme Polo
Guilherme Polo <[EMAIL PROTECTED]> added the comment: New patch, this one does the following: * Fix tkinter imports in idlelib, pydoc and Canvas (deprecated) * Creates stub modules for all old Tkinter modules, except tkFileDialog and tkSimpleDialog * Updates test_py3kwarn for all these renames

[issue2839] Moving lib-tk to tkinter package

2008-05-15 Thread Brett Cannon
Changes by Brett Cannon <[EMAIL PROTECTED]>: -- priority: -> release blocker __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing lis

[issue2839] Moving lib-tk to tkinter package

2008-05-12 Thread Guilherme Polo
Changes by Guilherme Polo <[EMAIL PROTECTED]>: -- keywords: +patch Added file: http://bugs.python.org/file10310/tkinter_imports.diff __ Tracker <[EMAIL PROTECTED]> __ _

[issue2839] Moving lib-tk to tkinter package

2008-05-12 Thread Guilherme Polo
Guilherme Polo <[EMAIL PROTECTED]> added the comment: I've talked with Brett and we agreed on a plan slightly different from the one described in PEP 3108, which seems to be better for tkinter. The first step would be creating a tkinter package and then moving each file in lib-tk to this new dir

[issue2839] Moving lib-tk to tkinter package

2008-05-12 Thread Guilherme Polo
New submission from Guilherme Polo <[EMAIL PROTECTED]>: I'm moving lib-tk to a tkinter package, I've sent a patch for this which can be found at issue 2775 but I started wrong (did a patch against py3k directly). -- components: Library (Lib) messages: 66747 nosy: gpolo severity: normal s