[issue2854] Add gestalt back into Python 3.0

2008-05-14 Thread Brett Cannon
New submission from Brett Cannon <[EMAIL PROTECTED]>: gestalt was removed as part of the stdlib cleanup for Mac code. But it turns out that gestalt is one of those modules that is just needed. Either the original version needs to be added back in or a ctypes version needs to be imple

[issue2775] Implement PEP 3108

2008-05-14 Thread Brett Cannon
Changes by Brett Cannon <[EMAIL PROTECTED]>: -- dependencies: +Add gestalt back into Python 3.0 __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2775> __

[issue2854] Add gestalt back into Python 3.0

2008-05-14 Thread Brett Cannon
Brett Cannon <[EMAIL PROTECTED]> added the comment: Actually, the plat-darwin comment is not right if the original C version is kept since that would just end up in Modules. __ Tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue2854] Add gestalt back into Python 3.0

2008-05-14 Thread Brett Cannon
Brett Cannon <[EMAIL PROTECTED]> added the comment: On Wed, May 14, 2008 at 1:37 PM, Benjamin Peterson <[EMAIL PROTECTED]> wrote: > > Benjamin Peterson <[EMAIL PROTECTED]> added the comment: > > Does it have to be public? How about _gestalt? > That's fine

[issue2854] Add gestalt back into Python 3.0

2008-05-14 Thread Brett Cannon
Brett Cannon <[EMAIL PROTECTED]> added the comment: On Wed, May 14, 2008 at 6:01 PM, Benjamin Peterson <[EMAIL PROTECTED]> wrote: > > Benjamin Peterson <[EMAIL PROTECTED]> added the comment: > > I feel kinda bad about removing the module without noting how it was

[issue2775] Implement PEP 3108

2008-05-14 Thread Brett Cannon
Brett Cannon <[EMAIL PROTECTED]> added the comment: On Wed, May 14, 2008 at 6:33 PM, Juracy Filho <[EMAIL PROTECTED]> wrote: > > Juracy Filho <[EMAIL PROTECTED]> added the comment: > > I've finished a patch for http package, but I've doubts about how to

[issue2775] Implement PEP 3108

2008-05-15 Thread Brett Cannon
Changes by Brett Cannon <[EMAIL PROTECTED]>: -- dependencies: +Patch to rename markupbase to _markupbase __ Tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue2861] Patch to rename markupbase to _markupbase

2008-05-15 Thread Brett Cannon
Brett Cannon <[EMAIL PROTECTED]> added the comment: Added as a dependency on issue 2775 so as to not lose this patch. -- nosy: +brett.cannon __ Tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue2775] Implement PEP 3108

2008-05-15 Thread Brett Cannon
Brett Cannon <[EMAIL PROTECTED]> added the comment: Removing htmllib is not as simple as just removing the modules as pydoc uses htmllib. __ Tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue2872] Remove commands for PEP 3108

2008-05-15 Thread Brett Cannon
New submission from Brett Cannon <[EMAIL PROTECTED]>: The commands module is slated to go. The getstatus() function needs to be deprecated, with the rest of the module moving into subprocess (and thus adding commands to the 2to3 fix_import fixer). -- components: Library (Lib) me

[issue2775] Implement PEP 3108

2008-05-15 Thread Brett Cannon
Changes by Brett Cannon <[EMAIL PROTECTED]>: -- dependencies: +Remove commands for PEP 3108 __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2775> __ _

[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]> <http://bugs.python.org/issue2839> __ ___ Pyt

[issue1000] Patch to rename *Server modules to lower-case

2008-05-15 Thread Brett Cannon
Brett Cannon <[EMAIL PROTECTED]> added the comment: SocketServer is the only *Server module who name is being directly lowercased. All the rest are ending up in various packages with a totally different name. -- assignee: -> collinwinter nosy: +brett.cannon resolution: -&

[issue1002] Patch to rename HTMLParser module to lower_case

2008-05-15 Thread Brett Cannon
Brett Cannon <[EMAIL PROTECTED]> added the comment: Closing as out of date to try to make the number of PEP 3108 issues more manageable. HTMLParser is becoming html.parser in 3.0. -- resolution: -> out of date status: open -> closed __ Tra

[issue2861] Patch to rename markupbase to _markupbase

2008-05-15 Thread Brett Cannon
Changes by Brett Cannon <[EMAIL PROTECTED]>: -- priority: -> release blocker __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2861> __ ___ Pyt

[issue2847] Remove cl usage from aifc

2008-05-15 Thread Brett Cannon
Changes by Brett Cannon <[EMAIL PROTECTED]>: -- priority: critical -> release blocker __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2847> __ ___

[issue2848] Remove mimetools usage from the stdlib

2008-05-15 Thread Brett Cannon
Changes by Brett Cannon <[EMAIL PROTECTED]>: -- priority: critical -> release blocker __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2848> __ ___

[issue2849] Remove usage of rfc822 from the stdlib

2008-05-15 Thread Brett Cannon
Changes by Brett Cannon <[EMAIL PROTECTED]>: -- priority: critical -> release blocker __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2849> __ ___

[issue2621] rename test_support to support

2008-05-15 Thread Brett Cannon
Changes by Brett Cannon <[EMAIL PROTECTED]>: -- priority: -> release blocker __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2621> __ ___ Pyt

[issue2873] Remove htmllib use in the stdlib

2008-05-15 Thread Brett Cannon
New submission from Brett Cannon <[EMAIL PROTECTED]>: htmllib cannot be removed from 3.0 until its use is removed from pydoc. -- components: Library (Lib) messages: 66897 nosy: brett.cannon priority: release blocker severity: normal status: open title: Remove htmllib use in the

[issue2775] Implement PEP 3108

2008-05-15 Thread Brett Cannon
Changes by Brett Cannon <[EMAIL PROTECTED]>: -- dependencies: +Remove htmllib use in the stdlib __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2775> __

[issue2874] Remove use of the stat module in the stdlib

2008-05-15 Thread Brett Cannon
New submission from Brett Cannon <[EMAIL PROTECTED]>: The stat module is slated to go in Python 3.0, but that can't happen until all uses of the module are gone. This will require moving over to using the named tuple features of os.stat() along with adding methods to the object th

[issue2775] Implement PEP 3108

2008-05-15 Thread Brett Cannon
Changes by Brett Cannon <[EMAIL PROTECTED]>: -- dependencies: +Remove use of the stat module in the stdlib __ Tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue2875] Rename the thread module to _thread

2008-05-15 Thread Brett Cannon
New submission from Brett Cannon <[EMAIL PROTECTED]>: PEP 3108 has thread slated to be renamed _thread (along with dummy_thread to _dummy_thread). -- components: Library (Lib) messages: 66899 nosy: brett.cannon priority: release blocker severity: normal status: open title: Rena

[issue2775] Implement PEP 3108

2008-05-15 Thread Brett Cannon
Changes by Brett Cannon <[EMAIL PROTECTED]>: -- dependencies: +Rename the thread module to _thread __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2775> __

[issue2876] Backport UserDict move in 3.0

2008-05-15 Thread Brett Cannon
New submission from Brett Cannon <[EMAIL PROTECTED]>: In Python 3.0, the UserDict module was removed and the UserDict class was moved to the collections module. That change-over needs to be backported to 2.6 so that the UserDict module can be deprecated. -- components: Librar

[issue2775] Implement PEP 3108

2008-05-15 Thread Brett Cannon
Changes by Brett Cannon <[EMAIL PROTECTED]>: -- dependencies: +Backport UserDict move in 3.0 __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2775> __ _

[issue2877] Backport UserString move from 3.0

2008-05-15 Thread Brett Cannon
New submission from Brett Cannon <[EMAIL PROTECTED]>: The UserString class was moved from its own module to the collections module. That change needs to be backported. -- components: Library (Lib) messages: 66901 nosy: brett.cannon priority: release blocker severity: normal

[issue2775] Implement PEP 3108

2008-05-15 Thread Brett Cannon
Changes by Brett Cannon <[EMAIL PROTECTED]>: -- dependencies: +Backport UserString move from 3.0 __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2775> __

[issue2878] Backport UserList move in 3.0

2008-05-15 Thread Brett Cannon
New submission from Brett Cannon <[EMAIL PROTECTED]>: The UserList class was moved from the UserList module to the collections module. That move along with the stdlib update needs to be backported to 2.6. -- components: Library (Lib) messages: 66902 nosy: brett.cannon pr

[issue2879] Rename _winreg to winreg

2008-05-15 Thread Brett Cannon
New submission from Brett Cannon <[EMAIL PROTECTED]>: The _winreg module needs to be renamed winreg for PEP 3108. -- components: Library (Lib) messages: 66903 nosy: brett.cannon priority: release blocker severity: normal status: open title: Rename _winreg to winreg type: be

[issue2775] Implement PEP 3108

2008-05-15 Thread Brett Cannon
Changes by Brett Cannon <[EMAIL PROTECTED]>: -- dependencies: +Rename _winreg to winreg __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2775> __ __

[issue2750] Add simplejson to Python 2.6/3.0 standard library

2008-05-15 Thread Brett Cannon
Brett Cannon <[EMAIL PROTECTED]> added the comment: Can this issue be closed? __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2750> __ ___ Python-bugs

[issue2880] Rename repr to reprlib

2008-05-15 Thread Brett Cannon
New submission from Brett Cannon <[EMAIL PROTECTED]>: The repr module is slated to be renamed reprlib in PEP 3108. -- components: Library (Lib) messages: 66907 nosy: brett.cannon priority: release blocker severity: normal status: open title: Rename repr to reprlib type: be

[issue2775] Implement PEP 3108

2008-05-15 Thread Brett Cannon
Changes by Brett Cannon <[EMAIL PROTECTED]>: -- dependencies: +Rename repr to reprlib __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2775> __ __

[issue2881] Create the dbm package

2008-05-15 Thread Brett Cannon
New submission from Brett Cannon <[EMAIL PROTECTED]>: The dbm package as outlined in PEP 3108 needs to be created. -- components: Library (Lib) messages: 66908 nosy: brett.cannon priority: release blocker severity: normal status: open title: Create the dbm package type: be

[issue2775] Implement PEP 3108

2008-05-15 Thread Brett Cannon
Changes by Brett Cannon <[EMAIL PROTECTED]>: -- dependencies: +Create the dbm package __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2775> __ __

[issue2882] Create the html package

2008-05-15 Thread Brett Cannon
New submission from Brett Cannon <[EMAIL PROTECTED]>: The html package as outlined in PEP 3108 needs to be created. -- components: Library (Lib) messages: 66909 nosy: brett.cannon priority: release blocker severity: normal status: open title: Create the html package type: be

[issue2775] Implement PEP 3108

2008-05-15 Thread Brett Cannon
Changes by Brett Cannon <[EMAIL PROTECTED]>: -- dependencies: +Create the html package __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2775> __ __

[issue2883] Create the http package

2008-05-15 Thread Brett Cannon
New submission from Brett Cannon <[EMAIL PROTECTED]>: Create the http package as outlined in PEP 3108. Initial patches exist in issue 2775. -- components: Library (Lib) messages: 66910 nosy: brett.cannon priority: release blocker severity: normal status: open title: Create th

[issue2775] Implement PEP 3108

2008-05-15 Thread Brett Cannon
Brett Cannon <[EMAIL PROTECTED]> added the comment: Issue 2883 is where future http package stuff should occur. I referenced this issue for initial patches. -- dependencies: +Create the http package __ Tracker <[EMAIL PROTECTED]> <http://

[issue2884] Create the tkinter package

2008-05-15 Thread Brett Cannon
New submission from Brett Cannon <[EMAIL PROTECTED]>: The tkinter package as outlined in PEP 3108 needs to be created. See issue 2775 for initial patches. -- components: Library (Lib) keywords: patch messages: 66912 nosy: brett.cannon priority: release blocker severity: normal

[issue2775] Implement PEP 3108

2008-05-15 Thread Brett Cannon
Changes by Brett Cannon <[EMAIL PROTECTED]>: -- dependencies: +Create the tkinter package __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2775> __ _

[issue2885] Create the urllib package

2008-05-15 Thread Brett Cannon
New submission from Brett Cannon <[EMAIL PROTECTED]>: The urllib package as outlined in PEP 3108 needs to be created. -- assignee: jhylton components: Library (Lib) messages: 66913 nosy: brett.cannon, jhylton priority: release blocker severity: normal status: open title: Crea

[issue2775] Implement PEP 3108

2008-05-15 Thread Brett Cannon
Changes by Brett Cannon <[EMAIL PROTECTED]>: -- dependencies: +Create the urllib package __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2775> __ __

[issue2885] Create the urllib package

2008-05-15 Thread Brett Cannon
Brett Cannon <[EMAIL PROTECTED]> added the comment: Issue 2884 is to be used to track the tkinter package. I reference this issue for initial patches. __ Tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue2885] Create the urllib package

2008-05-15 Thread Brett Cannon
Changes by Brett Cannon <[EMAIL PROTECTED]>: __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2885> __ ___ Python-bugs-list mailing list Unsubscribe: http

[issue2775] Implement PEP 3108

2008-05-15 Thread Brett Cannon
Brett Cannon <[EMAIL PROTECTED]> added the comment: Issue 2884 references this issue as it is to be used to tracker the new tkinter package. __ Tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue2883] Create the http package

2008-05-15 Thread Brett Cannon
Changes by Brett Cannon <[EMAIL PROTECTED]>: -- keywords: +patch __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2883> __ ___ Python-bugs

[issue2886] Create the xmlrpc package

2008-05-15 Thread Brett Cannon
New submission from Brett Cannon <[EMAIL PROTECTED]>: The xmlrpc package as outlined in PEP 3108 needs to be created. -- components: Library (Lib) messages: 66916 nosy: brett.cannon priority: release blocker severity: normal status: open title: Create the xmlrpc package type: be

[issue2775] Implement PEP 3108

2008-05-15 Thread Brett Cannon
Changes by Brett Cannon <[EMAIL PROTECTED]>: -- dependencies: +Create the xmlrpc package __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2775> __ __

[issue2775] Implement PEP 3108

2008-05-15 Thread Brett Cannon
Brett Cannon <[EMAIL PROTECTED]> added the comment: I have created an individual issue for every major step left in implementing PEP 3108. Each one that is still open is now listed as a dependency for this issue. -- dependencies: -Patch to rename *Server modules to lower-case,

Re: [issue2874] Remove use of the stat module in the stdlib

2008-05-16 Thread Brett Cannon
On Fri, May 16, 2008 at 11:56 AM, Alexandre Vassalotti <[EMAIL PROTECTED]> wrote: > > Alexandre Vassalotti <[EMAIL PROTECTED]> added the comment: > > Brett wrote: >> This will require moving over to using the named tuple features of >> os.stat() along with a

[issue2775] Implement PEP 3108

2008-05-18 Thread Brett Cannon
Brett Cannon <[EMAIL PROTECTED]> added the comment: I have now removed the closed issues as dependencies. Thanks to everyone who has helped so far! You have no idea how appreciative I am. -- dependencies: -Create the html package, Create the tkinter package, Moving lib-tk to t

[issue2910] Remove plat-mac from 3.0

2008-05-18 Thread Brett Cannon
New submission from Brett Cannon <[EMAIL PROTECTED]>: The plat-mac directory is empty in 3.0, but is still there. Plus there are still references in Makefile.pre.in to the package as well. -- components: Library (Lib) messages: 67042 nosy: brett.cannon priority: critical se

[issue2910] Remove plat-mac from 3.0

2008-05-18 Thread Brett Cannon
Changes by Brett Cannon <[EMAIL PROTECTED]>: -- assignee: -> brett.cannon __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2910> __ ___ Python-b

[issue2910] Remove plat-mac from 3.0

2008-05-18 Thread Brett Cannon
Changes by Brett Cannon <[EMAIL PROTECTED]>: -- priority: critical -> normal __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2910> __ ___ Pyt

Re: [issue2910] Remove plat-mac from 3.0

2008-05-18 Thread Brett Cannon
On Sun, May 18, 2008 at 2:21 PM, Georg Brandl <[EMAIL PROTECTED]> wrote: > > Georg Brandl <[EMAIL PROTECTED]> added the comment: > > Do you want me to remove this? > I was holding off until a decision was made as to where to put gestalt back into the stdlib (Mac/Modules, Modules, plat-mac, or plat

[issue2775] Implement PEP 3108

2008-05-19 Thread Brett Cannon
Brett Cannon <[EMAIL PROTECTED]> added the comment: OK, so it turns out the way renames have been handled breaks pre-existing pickles. That means that the stubs in 2.6 will actually have to be the new names and not the old ones. I will work with the stdlib-sig to try to come up

[issue2917] merge pickle and cPickle in 3.0

2008-05-19 Thread Brett Cannon
New submission from Brett Cannon <[EMAIL PROTECTED]>: cPickle should be gone in 3.0 and pickle should have an accelerated version behind it, when available. Alexandre has been working on this (might even be checked in), so assigning to him to help track for PEP 3108 work. -- as

[issue2918] Merge StringIO/cStringIO in 3.0

2008-05-19 Thread Brett Cannon
New submission from Brett Cannon <[EMAIL PROTECTED]>: PEP 3108 calls for StringIO (which is io.StringIO in 3.0) to have an accelerated version behind it when available. Alexandre has been working on this so assigning to him. -- assignee: alexandre.vassalotti components: Librar

[issue2919] Merge profile/cProfile in 3.0

2008-05-19 Thread Brett Cannon
New submission from Brett Cannon <[EMAIL PROTECTED]>: cProfile should go away in 3.0 (as a public module) and just be what profile uses when available. -- components: Library (Lib) messages: 67073 nosy: brett.cannon priority: release blocker severity: normal status: open title:

[issue2775] Implement PEP 3108

2008-05-19 Thread Brett Cannon
Changes by Brett Cannon <[EMAIL PROTECTED]>: -- dependencies: +Merge StringIO/cStringIO in 3.0, Merge profile/cProfile in 3.0, merge pickle and cPickle in 3.0 __ Tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue2775] Implement PEP 3108

2008-05-19 Thread Brett Cannon
Brett Cannon <[EMAIL PROTECTED]> added the comment: Because of pickle compatibility in 2.x, all renames in the trunk need to be reverted. Work in 3.0 is still fine and won't be touched. I have already updated the PEP with the new steps required

[issue2621] rename test_support to support

2008-05-19 Thread Brett Cannon
Brett Cannon <[EMAIL PROTECTED]> added the comment: No renames will occur in 2.6, only in 3.0, which means this can happen whenever. __ Tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue2861] Patch to rename markupbase to _markupbase

2008-05-19 Thread Brett Cannon
Brett Cannon <[EMAIL PROTECTED]> added the comment: This does not need to happen in 2.6; only 3.0. -- versions: +Python 3.0 -Python 2.6 __ Tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue2875] Rename the thread module to _thread

2008-05-19 Thread Brett Cannon
Brett Cannon <[EMAIL PROTECTED]> added the comment: Renames are only occurring in 3.0, not 2.6. -- versions: -Python 2.6 __ Tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue2876] Backport UserDict move in 3.0

2008-05-19 Thread Brett Cannon
Brett Cannon <[EMAIL PROTECTED]> added the comment: You only kept the UserDict class, right? Well, that means you need to deprecate DictMixin and any other classes in that module. __ Tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue2876] Backport UserDict move in 3.0

2008-05-19 Thread Brett Cannon
Brett Cannon <[EMAIL PROTECTED]> added the comment: And it is a release blocker as we are trying to get all deprecations into b1. __ Tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue2877] Backport UserString move from 3.0

2008-05-19 Thread Brett Cannon
Brett Cannon <[EMAIL PROTECTED]> added the comment: Is MutableString in the UserString module (and any other class) properly handled in 2.6 for transitioning to 3.0? And there is currently no fixer for UserString (same for UserDict). __ Tracker &

[issue2879] Rename _winreg to winreg

2008-05-19 Thread Brett Cannon
Brett Cannon <[EMAIL PROTECTED]> added the comment: The rename is now mostly a 3.0 thing. -- versions: -Python 2.6 __ Tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue2923] Revert ConfigParser rename in 2.6

2008-05-19 Thread Brett Cannon
New submission from Brett Cannon <[EMAIL PROTECTED]>: The rename of ConfigParser in 2.6 needs to be reverted. Only a note in the docs should remain. -- components: Library (Lib) messages: 67093 nosy: brett.cannon priority: release blocker severity: normal status: open title:

[issue2924] Revert copy_reg rename in 2.6

2008-05-19 Thread Brett Cannon
New submission from Brett Cannon <[EMAIL PROTECTED]>: The rename of copy_reg in 2.6 needs to reverted, leaving on a note in the docs. -- components: Library (Lib) messages: 67094 nosy: brett.cannon priority: release blocker severity: normal status: open title: Revert copy_reg ren

[issue2925] Revert Queue rename in 2.6

2008-05-19 Thread Brett Cannon
New submission from Brett Cannon <[EMAIL PROTECTED]>: The rename of Queue in 2.6 needs to be reverted with only a note in the docs to remain. -- components: Library (Lib) messages: 67095 nosy: brett.cannon priority: release blocker severity: normal status: open title: Revert

[issue2926] Revert SocketServer rename in 2.6

2008-05-19 Thread Brett Cannon
New submission from Brett Cannon <[EMAIL PROTECTED]>: The rename of SocketServer in 2.6 needs to be reverted; only a note in the docs should remain. -- components: Library (Lib) messages: 67096 nosy: brett.cannon priority: release blocker severity: normal status: open title:

[issue2880] Rename repr to reprlib

2008-05-19 Thread Brett Cannon
Brett Cannon <[EMAIL PROTECTED]> added the comment: The rename of repr in 2.6 needs to be removed with only a note in the docs to remain. -- resolution: fixed -> status: closed -> open versions: -Python 3.0 __ Tracker <[EMAIL PR

[issue2882] Create the html 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. -- resolution: fixed -> status: closed -> open versions: -Python 3.0 __ Tracker <[EMAIL PROTECTED]> <h

[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]> <h

[issue2775] Implement PEP 3108

2008-05-19 Thread Brett Cannon
Changes by Brett Cannon <[EMAIL PROTECTED]>: -- dependencies: +Create the html package, Moving lib-tk to tkinter package, Rename repr to reprlib, Revert ConfigParser rename in 2.6, Revert Queue rename in 2.6, Revert SocketServer rename in 2.6, Revert copy_reg rename

[issue2876] Write UserDict fixer for 2to3

2008-05-19 Thread Brett Cannon
Brett Cannon <[EMAIL PROTECTED]> added the comment: The that needs to be added to 2to3. -- status: closed -> open title: Backport UserDict move in 3.0 -> Write UserDict fixer for 2to3 __ Tracker <[EMAIL PROTECTED]> <http://bugs

[issue2927] expose html.parser.unescape

2008-05-19 Thread Brett Cannon
Brett Cannon <[EMAIL PROTECTED]> added the comment: The plan is to add html.escape(). Adding html.unescape() wouldn't hurt. -- nosy: +brett.cannon __ Tracker <[EMAIL PROTECTED]> <http://bugs.

Re: [issue2882] Create the html package

2008-05-20 Thread Brett Cannon
On Mon, May 19, 2008 at 11:11 PM, Fred L. Drake, Jr. <[EMAIL PROTECTED]> wrote: > > Fred L. Drake, Jr. <[EMAIL PROTECTED]> added the comment: > > Python 2.6 changes reverted in revision 63481. > > Does anyone really want to pickle HTML parser state, or references to > the helper functions in the ht

[issue2775] Implement PEP 3108

2008-05-20 Thread Brett Cannon
Changes by Brett Cannon <[EMAIL PROTECTED]>: -- dependencies: -Create the html package, Moving lib-tk to tkinter package, Revert copy_reg rename in 2.6 __ Tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue2621] rename test_support to support

2008-05-20 Thread Brett Cannon
Brett Cannon <[EMAIL PROTECTED]> added the comment: I just added the note to the docs in 2.6. __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2621> __ __

[issue2775] Implement PEP 3108

2008-05-20 Thread Brett Cannon
Changes by Brett Cannon <[EMAIL PROTECTED]>: -- dependencies: -rename test_support to support __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2775> __

[issue1333] merge urllib and urlparse functionality

2008-05-21 Thread Brett Cannon
Brett Cannon <[EMAIL PROTECTED]> added the comment: While the work is appreciated, PEP 3108 is taking this in a different direction. -- resolution: -> out of date status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs

[issue2848] Remove mimetools usage from the stdlib

2008-05-21 Thread Brett Cannon
Brett Cannon <[EMAIL PROTECTED]> added the comment: I don't know how compatible it is. __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2848> __ ___ P

[issue2775] Implement PEP 3108

2008-05-21 Thread Brett Cannon
Changes by Brett Cannon <[EMAIL PROTECTED]>: -- dependencies: +Backport UserList move in 3.0 __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2775> __ _

[issue2861] 2to3 fixer to rename markupbase to _markupbase

2008-05-21 Thread Brett Cannon
Brett Cannon <[EMAIL PROTECTED]> added the comment: Applied in r63533 to 2to3 in the fixer. I also added you, Quentin to Misc/ACKS in the trunk. -- resolution: -> accepted status: open -> closed __ Tracker <[EMAIL PROTECTED]> <h

[issue2775] Implement PEP 3108

2008-05-21 Thread Brett Cannon
Changes by Brett Cannon <[EMAIL PROTECTED]>: -- dependencies: -2to3 fixer to rename markupbase to _markupbase __ Tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue2880] Rename repr to reprlib

2008-05-22 Thread Brett Cannon
Brett Cannon <[EMAIL PROTECTED]> added the comment: r635647 and r635649 reverted the module in 3.0. -- resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs

[issue2775] Implement PEP 3108

2008-05-22 Thread Brett Cannon
Changes by Brett Cannon <[EMAIL PROTECTED]>: -- dependencies: -Rename repr to reprlib __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2775> __ __

[issue2926] Revert SocketServer rename in 2.6

2008-05-23 Thread Brett Cannon
Brett Cannon <[EMAIL PROTECTED]> added the comment: I am attaching a patch that (should) revert all references to socketserver back to SocketServer. Because I am on OS X I can't do the actual ``svn rename`` on Lib/socketserver.py to Lib/SocketServer.py so someone else (PLEASE!) w

[issue2925] Revert Queue rename in 2.6

2008-05-23 Thread Brett Cannon
Brett Cannon <[EMAIL PROTECTED]> added the comment: r63248 contains various import and docs changes done in the name of configparser. __ Tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue2923] Revert ConfigParser rename in 2.6

2008-05-23 Thread Brett Cannon
Brett Cannon <[EMAIL PROTECTED]> added the comment: r63248 contains various import and doc changes in the name of configparser. r63242 contains the rename, but ``svn rename`` should be used in order to not lose the history on the file. __ Tracker &

[issue2923] Revert ConfigParser rename in 2.6

2008-05-23 Thread Brett Cannon
Brett Cannon <[EMAIL PROTECTED]> added the comment: r63247 has some doc changes. r63249 added the old name stub. __ Tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue2775] Implement PEP 3108

2008-05-24 Thread Brett Cannon
Changes by Brett Cannon <[EMAIL PROTECTED]>: -- dependencies: -Revert SocketServer rename in 2.6 __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2775> __

[issue2775] Implement PEP 3108

2008-05-24 Thread Brett Cannon
Changes by Brett Cannon <[EMAIL PROTECTED]>: Removed file: http://bugs.python.org/file10267/socketserver_rename.patch __ Tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue2925] Revert Queue rename in 2.6

2008-05-24 Thread Brett Cannon
Changes by Brett Cannon <[EMAIL PROTECTED]>: __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2925> __ ___ Python-bugs-list mailing list Unsubscribe: http

[issue2925] Revert Queue rename in 2.6

2008-05-24 Thread Brett Cannon
Brett Cannon <[EMAIL PROTECTED]> added the comment: r63104 moved the stud module from Lib to Lib/lib-old. r63080 changed some docs and added a test for the rename. r63077 changed imports. __ Tracker <[EMAIL PROTECTED]> <http://bugs.pytho

<    1   2   3   4   5   6   7   8   9   10   >