This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2008年05月06日 18:11 by brett.cannon, last changed 2022年04月11日 14:56 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| symtable_removed_on_py3k.diff | andrewsmedina, 2008年05月11日 22:34 | symtable/_symtable removed on py3000 | ||
| deprecated_symtable_on_py26.patch | andrewsmedina, 2008年05月12日 00:33 | symtable/_symtable deprecated warnings added for python 2.6 | ||
| htmllib_removed_on_py3k.diff | andrewsmedina, 2008年05月12日 02:19 | htmllib removed in py3000 | ||
| http_package_on_py3k.diff | juracy@gmail.com, 2008年05月15日 01:33 | Patch for http package for py3000 | ||
| http_package_on_py3k.status | juracy@gmail.com, 2008年05月15日 01:36 | SVN status for http package patch on py3000 | ||
| renaming_leftovers_2.6.patch | quentin.gallet-gilles, 2008年05月15日 08:46 | Patch against trunk (r63318) | ||
| import_renames_py3k.patch | quentin.gallet-gilles, 2008年05月23日 12:49 | Patch for some imports in py3k | ||
| setup.py.remove-bsddb.diff | henry.precheur, 2009年07月03日 04:10 | Remove bsddb build code | ||
| zipfile-patch.diff | Retro, 2010年10月13日 19:30 | Fixing zipfile.BadZipfile to zipfile.BadZipFile | ||
| Messages (71) | |||
|---|---|---|---|
| msg66326 - (view) | Author: Brett Cannon (brett.cannon) * (Python committer) | Date: 2008年05月06日 18:11 | |
This is to keep track of who is working on what for PEP 3108 (http://www.python.org/dev/peps/pep-3108/). Once something is complete it should be denoted in the PEP itself, so always check the PEP to see what is left to be done (for both 2.6 and 3.0). |
|||
| msg66330 - (view) | Author: Jeremy Hylton (jhylton) (Python triager) | Date: 2008年05月06日 20:12 | |
I'm working on the new urllib package. |
|||
| msg66340 - (view) | Author: Benjamin Peterson (benjamin.peterson) * (Python committer) | Date: 2008年05月06日 22:59 | |
I'm working on removing mac modules. |
|||
| msg66341 - (view) | Author: Brett Cannon (brett.cannon) * (Python committer) | Date: 2008年05月06日 23:02 | |
I am working on audiodev to get the basic structure of removals worked out (testing infrastructure, etc.). |
|||
| msg66342 - (view) | Author: Brett Cannon (brett.cannon) * (Python committer) | Date: 2008年05月06日 23:12 | |
For the TextMate users, I am going to be checking in a Python-Dev bundle into svn soon which will include a command to insert the warnpy3k() call for module deletions. Might want to wait for that if you want to cut out at least one copy-and-paste step. =) |
|||
| msg66348 - (view) | Author: Brett Cannon (brett.cannon) * (Python committer) | Date: 2008年05月06日 23:55 | |
If you use TextMate, get the Python-Dev bundle and use the command in there to insert the deprecation boilerplate for removing a module. |
|||
| msg66520 - (view) | Author: Andrews Patrick Rocha Medina (andrewsmedina) | Date: 2008年05月10日 13:45 | |
I'm working on removing symtable/_symtable |
|||
| msg66538 - (view) | Author: Juracy Filho (juracy@gmail.com) * | Date: 2008年05月10日 15:53 | |
I'm working on creating http package with httplib, BaseHTTPServer, CGIHTTPServer, SimpleHTTPServer, Cookie and cookielib |
|||
| msg66540 - (view) | Author: Jesse Noller (jnoller) * (Python committer) | Date: 2008年05月10日 16:19 | |
Here is a patch for the Queue module renaming - I can not easily do the actual svn rename to the lowercase queue myself (it's easier to do it with commit privs). Tests pass, documentation updated as well. |
|||
| msg66565 - (view) | Author: Jesse Noller (jnoller) * (Python committer) | Date: 2008年05月10日 19:04 | |
Here is a patch for the required changes to rename SocketServer.py - tests pass after I manually rename SocketServer.py locally. Again skipping the svn rename of the actual module. Doc updates included. |
|||
| msg66567 - (view) | Author: Jesse Noller (jnoller) * (Python committer) | Date: 2008年05月10日 19:16 | |
I'm working on xmlrpc/* changes |
|||
| msg66568 - (view) | Author: Jeremy Hylton (jhylton) (Python triager) | Date: 2008年05月10日 19:24 | |
I think we should move robotparser into the urllib package. Anyone disagree? Jeremy |
|||
| msg66570 - (view) | Author: Jesse Noller (jnoller) * (Python committer) | Date: 2008年05月10日 19:29 | |
Should DocXMLRPCServer.py be moved into xmlrpc/ as well? |
|||
| msg66574 - (view) | Author: Brett Cannon (brett.cannon) * (Python committer) | Date: 2008年05月10日 19:52 | |
On Sat, May 10, 2008 at 12:29 PM, Jesse Noller <report@bugs.python.org> wrote: > > Jesse Noller <jnoller@gmail.com> added the comment: > > Should DocXMLRPCServer.py be moved into xmlrpc/ as well? Yes, and end up in the server module. That was just an oversight on my part. The PEP has been updated. |
|||
| msg66588 - (view) | Author: Andrews Patrick Rocha Medina (andrewsmedina) | Date: 2008年05月10日 21:48 | |
I add deprecated warnings symtable/_symtable in python 2.6 |
|||
| msg66599 - (view) | Author: Brett Cannon (brett.cannon) * (Python committer) | Date: 2008年05月11日 03:39 | |
Just so people know, I have emailed python-dev about renaming urllib as I realized there are some issues with the solution proposed in the PEP. |
|||
| msg66602 - (view) | Author: Andrews Patrick Rocha Medina (andrewsmedina) | Date: 2008年05月11日 06:32 | |
The files Python/compile.c and Python/pythonrun.c depends of the _symtable (Python/symtable.c and Include/symtable.h). What I do for remove _symtable in py3k? |
|||
| msg66603 - (view) | Author: Humberto Diógenes (hdiogenes) * | Date: 2008年05月11日 06:54 | |
Andrews, this discussion would be more appropriate to the mailing list, but anyway: I believe you're mixing things up. When PEP 3108 says "remove symtable/_symtable", it must be talking only about symtable.py and symtablemodule.c, not symtable.[ch] (used by the compiler). |
|||
| msg66646 - (view) | Author: Guilherme Polo (gpolo) * (Python committer) | Date: 2008年05月11日 17:54 | |
I'm working on the new package tkinter and dialogs merging where appropriate. |
|||
| msg66660 - (view) | Author: Guilherme Polo (gpolo) * (Python committer) | Date: 2008年05月11日 20:15 | |
Patch regarding the move to tkinter package added. What this patch does -------------------- * Moved lib-tk to tkinter and renamed modules according to PEP 3108 * Merged tkFileDialog into filedialog * Merged tkSimpleDialog into simpledialog * Updated imports in pydoc * Updated imports in idlelib * Updated imports in Tools and Demos * Changed lib-tk to tkinter at Makefile.pre.in * Removed TKPATH from Modules/Setup.dist * Removed references of lib-tk at PC/ What has to be done ------------------- * Update iss script at PC/ to change lib-tk to tkinter * Update docs * stub modules ? |
|||
| msg66695 - (view) | Author: Andrews Patrick Rocha Medina (andrewsmedina) | Date: 2008年05月12日 01:40 | |
I'm working on creating html package with HTMLParser and htmlentitydefs |
|||
| msg66696 - (view) | Author: Brett Cannon (brett.cannon) * (Python committer) | Date: 2008年05月12日 01:45 | |
Just so people know, feel free to create new issues for stuff if you want. Other issues can be made dependencies of this issue very easily. |
|||
| msg66698 - (view) | Author: Guilherme Polo (gpolo) * (Python committer) | Date: 2008年05月12日 02:01 | |
New patch regarding the move to tkinter package, now with docs updated. This one should be the "final" patch, and while the patch is relatively large it mostly trivial to review. |
|||
| msg66701 - (view) | Author: Andrews Patrick Rocha Medina (andrewsmedina) | Date: 2008年05月12日 02:19 | |
For to remove the htmllib on Python 3000 is need to removed these files: Lib/htmllib.py Lib/test_htmllib.py And apply this patch |
|||
| msg66815 - (view) | Author: Quentin Gallet-Gilles (quentin.gallet-gilles) | Date: 2008年05月14日 11:59 | |
I'm working on renaming the ConfigParser module. |
|||
| msg66816 - (view) | Author: Jesse Noller (jnoller) * (Python committer) | Date: 2008年05月14日 12:19 | |
I've somehow lost my xmlrpc* changes on my local machine - if someone else gets to it before me, feel free to work on it. |
|||
| msg66822 - (view) | Author: Juracy Filho (juracy@gmail.com) * | Date: 2008年05月14日 16:42 | |
I almost finished the http package patch, but I'm doubt about how I would do it with Docs. There are various doc files: basehttpserver.rst, cgihttpserver.rst, httplib.rst and so on. Would I join them into one's or only update their information (imports) ? |
|||
| msg66823 - (view) | Author: Georg Brandl (georg.brandl) * (Python committer) | Date: 2008年05月14日 16:47 | |
Keep one file per submodule, but rename them to the new names, and update all references to the old name. If the new toplevel package (http in this case) contains something, there must be a new file for it. |
|||
| msg66840 - (view) | Author: Juracy Filho (juracy@gmail.com) * | Date: 2008年05月15日 01:32 | |
I've finished a patch for http package, but I've doubts about how to make a patch. I've used a svn diff and svn status to make the patch and status file respectively. |
|||
| msg66841 - (view) | Author: Juracy Filho (juracy@gmail.com) * | Date: 2008年05月15日 01:36 | |
Output for svn status of http package patch. |
|||
| msg66842 - (view) | Author: Brett Cannon (brett.cannon) * (Python committer) | Date: 2008年05月15日 01:54 | |
On Wed, May 14, 2008 at 6:33 PM, Juracy Filho <report@bugs.python.org> wrote: > > Juracy Filho <juracy@gmail.com> added the comment: > > I've finished a patch for http package, but I've doubts about how to > make a patch. > > I've used a svn diff and svn status to make the patch and status file > respectively. That should be enough. Thanks, Juracy! |
|||
| msg66849 - (view) | Author: Quentin Gallet-Gilles (quentin.gallet-gilles) | Date: 2008年05月15日 08:46 | |
I've found some places where configparser, copyreg, queue and socketserver haven't been renamed. The attached patch 'renaming_leftovers_2.6.patch' corrects this. I'm working on renaming markupbase in 2.6 as of now. |
|||
| msg66893 - (view) | Author: Brett Cannon (brett.cannon) * (Python committer) | Date: 2008年05月16日 04:26 | |
Removing htmllib is not as simple as just removing the modules as pydoc uses htmllib. |
|||
| msg66911 - (view) | Author: Brett Cannon (brett.cannon) * (Python committer) | Date: 2008年05月16日 05:08 | |
Issue 2883 is where future http package stuff should occur. I referenced this issue for initial patches. |
|||
| msg66915 - (view) | Author: Brett Cannon (brett.cannon) * (Python committer) | Date: 2008年05月16日 05:12 | |
Issue 2884 references this issue as it is to be used to tracker the new tkinter package. |
|||
| msg66917 - (view) | Author: Brett Cannon (brett.cannon) * (Python committer) | Date: 2008年05月16日 05:17 | |
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. |
|||
| msg66961 - (view) | Author: Alexandre Vassalotti (alexandre.vassalotti) * (Python committer) | Date: 2008年05月16日 18:05 | |
Quentin Gallet-Gilles wrote: > I've found some places where configparser, copyreg, queue and > socketserver haven't been renamed. The attached patch > 'renaming_leftovers_2.6.patch' corrects this. Thanks! Applied in r63384. |
|||
| msg67025 - (view) | Author: Fred Drake (fdrake) (Python committer) | Date: 2008年05月18日 06:25 | |
The html package has been created (issue 2882). |
|||
| msg67032 - (view) | Author: Brett Cannon (brett.cannon) * (Python committer) | Date: 2008年05月18日 17:59 | |
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. |
|||
| msg67070 - (view) | Author: Brett Cannon (brett.cannon) * (Python committer) | Date: 2008年05月19日 19:07 | |
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 with a reasonable way to rectify the situation, but until then do NOT check in any rename patches. |
|||
| msg67085 - (view) | Author: Brett Cannon (brett.cannon) * (Python committer) | Date: 2008年05月20日 04:15 | |
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 for renames. |
|||
| msg67156 - (view) | Author: Mark Dickinson (mark.dickinson) * (Python committer) | Date: 2008年05月21日 14:16 | |
I'm working on issue 2873 (remove htmllib dependency from pydoc). |
|||
| msg67160 - (view) | Author: Fred Drake (fdrake) (Python committer) | Date: 2008年05月21日 15:42 | |
On May 21, 2008, at 10:16 AM, Mark Dickinson wrote: > I'm working on issue 2873 (remove htmllib dependency from pydoc). Thanks, Mark! I was dreading the thought of looking at that. |
|||
| msg67234 - (view) | Author: Quentin Gallet-Gilles (quentin.gallet-gilles) | Date: 2008年05月23日 12:49 | |
While working on the commands module removal, I found two missed import renaming in the py3k branch that made regrtest skip some tests. The attached patch corrects them. |
|||
| msg67268 - (view) | Author: Benjamin Peterson (benjamin.peterson) * (Python committer) | Date: 2008年05月23日 20:53 | |
On Fri, May 23, 2008 at 7:49 AM, Quentin Gallet-Gilles <report@bugs.python.org> wrote: > > Quentin Gallet-Gilles <qgallet@gmail.com> added the comment: > > While working on the commands module removal, I found two missed import > renaming in the py3k branch that made regrtest skip some tests. The > attached patch corrects them. The test_tcl one was fixed in 2.6 (when we were renaming) and will be merged into Py3k. I will catch the test_1413192.py. Thanks! > > Added file: http://bugs.python.org/file10416/import_renames_py3k.patch > > __________________________________ > Tracker <report@bugs.python.org> > <http://bugs.python.org/issue2775> > __________________________________ > |
|||
| msg68035 - (view) | Author: Alexandre Vassalotti (alexandre.vassalotti) * (Python committer) | Date: 2008年06月11日 23:07 | |
Done with pickle and stringio. |
|||
| msg68041 - (view) | Author: Barry A. Warsaw (barry) * (Python committer) | Date: 2008年06月12日 02:08 | |
We've got what we've got for the first betas. |
|||
| msg68970 - (view) | Author: Orivej Desh (orivej) * | Date: 2008年06月29日 21:34 | |
Not creating new bug entry because everybody can quickly fix it. In urllib/request.py some instances of URLError are raised with "raise urllib.error.URLError" and this works, buth there are lines with "raise URLError" which produces "NameError: global name 'URLError' is not defined" |
|||
| msg69061 - (view) | Author: Georg Brandl (georg.brandl) * (Python committer) | Date: 2008年07月01日 19:56 | |
Fixed in r64624. |
|||
| msg83489 - (view) | Author: Brett Cannon (brett.cannon) * (Python committer) | Date: 2009年03月12日 07:07 | |
For those of you following along, the only thing keeping PEP 3108 and this issue from being finished are the two dependent issues: os.stat and profile/cProfile. |
|||
| msg90043 - (view) | Author: Henry Precheur (henry.precheur) | Date: 2009年07月03日 04:10 | |
I found some bsddb code left in setup.py. Patch attached. |
|||
| msg90051 - (view) | Author: Benjamin Peterson (benjamin.peterson) * (Python committer) | Date: 2009年07月03日 13:23 | |
Thanks for the patch. Applied in r738067. |
|||
| msg97812 - (view) | Author: Florent Xicluna (flox) * (Python committer) | Date: 2010年01月15日 14:01 | |
Modules "hotshot" and "xmllib" give deprecation warnings. But they are not part of PEP 3108 or PEP 4. |
|||
| msg97847 - (view) | Author: Brett Cannon (brett.cannon) * (Python committer) | Date: 2010年01月15日 21:14 | |
I don't know why hotshot was deprecated specifically for Python 3 as that was never directly part of the discussion for PEP 3108. As for xmllib, that is most likely an oversight. Either way they should get added to the relevant PEPs. |
|||
| msg118566 - (view) | Author: Boštjan Mejak (Retro) | Date: 2010年10月13日 19:30 | |
I am very glad you're reorganizing the Standard Library. Thumbs up! I hope everything will comply to PEP 8 after you're done. Since you're reorganizing, I have my own contribution. I have uploaded a patch. The issue7351 (http://bugs.python.org/issue7351) was not accepted at the time, I hope you'll accept this fix now. My point is that every class name in module zipfile is like this: - exception class: LargeZipFile - normal class: ZipFile - normal class: PyZipFile So apply my fix to make the exception class BadZipfile consistent to others and let it be BadZipFile. Thank you. |
|||
| msg118573 - (view) | Author: Brett Cannon (brett.cannon) * (Python committer) | Date: 2010年10月13日 20:04 | |
The reorganization is over short of one or two lasting changes that may not even be made now. New suggestions are not directly being discussed here and would have to be taken up on python-dev. |
|||
| msg118654 - (view) | Author: Boštjan Mejak (Retro) | Date: 2010年10月14日 12:11 | |
Can you send my patch and comment to python-dev? Because I don't know how to. I don't know where is python-dev and what exactly you mean by this. |
|||
| msg118688 - (view) | Author: Brett Cannon (brett.cannon) * (Python committer) | Date: 2010年10月14日 16:43 | |
No. Best I can do is suggest you perform an internet search on the term as it makes it obvious what python-dev is. |
|||
| msg118863 - (view) | Author: Boštjan Mejak (Retro) | Date: 2010年10月16日 10:29 | |
My patch "zipfile-patch.diff" was sent to python-dev. Please act on it as you see fit. Thank you. |
|||
| msg118949 - (view) | Author: Boštjan Mejak (Retro) | Date: 2010年10月17日 16:12 | |
Did you manage to apply my fix "zipfile-patch.diff" to the trunk? |
|||
| msg118956 - (view) | Author: Brett Cannon (brett.cannon) * (Python committer) | Date: 2010年10月17日 17:57 | |
If any action regarding your patch takes place there will be a comment here about it. Until then assume nothing has happened. |
|||
| msg119598 - (view) | Author: Antoine Pitrou (pitrou) * (Python committer) | Date: 2010年10月26日 10:43 | |
Shouldn't this be closed? Most of this has been done and we can't do the rest anyway, without breaking backwards compatibility. |
|||
| msg119624 - (view) | Author: Brett Cannon (brett.cannon) * (Python committer) | Date: 2010年10月26日 17:48 | |
profile and cProfile could still conceivably be merged, even if it is under a new name if someone found the time to do the compatibility work. |
|||
| msg119641 - (view) | Author: Georg Brandl (georg.brandl) * (Python committer) | Date: 2010年10月26日 19:27 | |
I will have a go at the profiler situation. I imagine the following: deprecate the cProfile module, and provide both profiler classes from the profile module -- e.g. as PythonProfile and CProfile, and provide Profile = PythonProfile. (From cProfile.py, obviously Profile = CProfile). A lot of the interface (module-level helpers and script entry) are near duplicated anyway. In 3.3, the default Profile could then be reassigned to CProfile. |
|||
| msg124777 - (view) | Author: Georg Brandl (georg.brandl) * (Python committer) | Date: 2010年12月28日 10:10 | |
Alas, too late for 3.2 now. |
|||
| msg147624 - (view) | Author: Brett Cannon (brett.cannon) * (Python committer) | Date: 2011年11月14日 17:59 | |
Just so people know, if the profile situation isn't resolved by 3.3 I'm considering PEP 3108 done. IOW, if anyone wants to step forward and deal with cProfile/profile, that would be appreciated. =) |
|||
| msg147632 - (view) | Author: Eric Snow (eric.snow) * (Python committer) | Date: 2011年11月14日 20:53 | |
For the stat module in the "Obsolete" section[1], should the entry be updated to indicate that the module was left alone (see issue 2874)? Would it be worth having the "Merging C and Python Impl..." section[2] include a reference to PEP 399? [1] http://www.python.org/dev/peps/pep-3108/#obsolete [2] http://www.python.org/dev/peps/pep-3108/#merging-c-and-python-implementations-of-the-same-interface |
|||
| msg147689 - (view) | Author: Brett Cannon (brett.cannon) * (Python committer) | Date: 2011年11月15日 17:03 | |
Answers to Eric's questions: yes and yes, but I probably won't bother until I do a final update to the PEP. |
|||
| msg149079 - (view) | Author: Alexandre Vassalotti (alexandre.vassalotti) * (Python committer) | Date: 2011年12月09日 07:08 | |
Brett, issue 2919 had a patch that merges profile/cProfile for a while now but nobody test it yet. All I need it someone to download the patch, install it, test it on some random script and tell me if it works. I don't need more. |
|||
| msg149094 - (view) | Author: Antoine Pitrou (pitrou) * (Python committer) | Date: 2011年12月09日 13:42 | |
> Brett, issue 2919 had a patch that merges profile/cProfile for a while > now but nobody test it yet. > All I need it someone to download the patch, install it, test it on > some random script and tell me if it works. I don't need more. I don't see any patch there, only a .tgz and two Python files. |
|||
| msg175751 - (view) | Author: Brett Cannon (brett.cannon) * (Python committer) | Date: 2012年11月17日 15:05 | |
I think we are as close as we are going to get with PEP 3018 being implemented. if profile/cProfile ever get merged that is great (issue #16492), but I'm not holding my breath and thus I am closing this issue. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:56:34 | admin | set | github: 47024 |
| 2015年11月05日 06:51:52 | martin.panter | unlink | issue5550 superseder |
| 2015年11月05日 06:50:43 | martin.panter | link | issue5550 superseder |
| 2012年11月17日 15:05:49 | brett.cannon | set | status: open -> closed resolution: fixed dependencies: - Merge profile/cProfile in 3.n+1 messages: + msg175751 |
| 2011年12月09日 13:42:08 | pitrou | set | messages: + msg149094 |
| 2011年12月09日 07:08:00 | alexandre.vassalotti | set | messages: + msg149079 |
| 2011年11月28日 01:44:23 | meador.inge | set | nosy:
+ meador.inge |
| 2011年11月15日 17:03:33 | brett.cannon | set | messages: + msg147689 |
| 2011年11月14日 20:53:37 | eric.snow | set | nosy:
+ eric.snow messages: + msg147632 |
| 2011年11月14日 17:59:05 | brett.cannon | set | messages: + msg147624 |
| 2010年12月28日 10:10:56 | georg.brandl | set | nosy:
jhylton, fdrake, barry, brett.cannon, georg.brandl, kbk, pitrou, alexandre.vassalotti, hdiogenes, quentin.gallet-gilles, benjamin.peterson, gpolo, orivej, jnoller, andrewsmedina, juracy@gmail.com, eric.araujo, henry.precheur, Retro, flox messages: + msg124777 versions: + Python 3.3, - Python 3.2 |
| 2010年11月18日 00:36:24 | eric.araujo | set | keywords:
- easy versions: - Python 3.1, Python 2.7 |
| 2010年10月26日 19:27:20 | georg.brandl | set | messages: + msg119641 |
| 2010年10月26日 17:48:40 | brett.cannon | set | status: pending -> open messages: + msg119624 |
| 2010年10月26日 10:43:52 | pitrou | set | status: open -> pending nosy: + pitrou messages: + msg119598 |
| 2010年10月17日 17:57:25 | brett.cannon | set | messages: + msg118956 |
| 2010年10月17日 16:12:38 | Retro | set | messages: + msg118949 |
| 2010年10月16日 10:29:07 | Retro | set | messages: + msg118863 |
| 2010年10月14日 16:43:13 | brett.cannon | set | messages: + msg118688 |
| 2010年10月14日 12:11:30 | Retro | set | messages: + msg118654 |
| 2010年10月13日 20:04:15 | brett.cannon | set | messages: + msg118573 |
| 2010年10月13日 19:30:52 | Retro | set | files:
+ zipfile-patch.diff nosy: + Retro messages: + msg118566 |
| 2010年06月17日 18:36:04 | mark.dickinson | set | nosy:
- mark.dickinson |
| 2010年02月07日 01:07:19 | eric.araujo | set | nosy:
+ eric.araujo |
| 2010年01月15日 21:14:39 | brett.cannon | set | messages: + msg97847 |
| 2010年01月15日 14:01:31 | flox | set | nosy:
+ flox messages: + msg97812 |
| 2009年07月03日 13:23:05 | benjamin.peterson | set | messages: + msg90051 |
| 2009年07月03日 04:10:32 | henry.precheur | set | files:
+ setup.py.remove-bsddb.diff nosy: + henry.precheur messages: + msg90043 |
| 2009年05月29日 23:01:15 | r.david.murray | set | versions: + Python 3.1, Python 2.7, Python 3.2, - Python 2.6, Python 3.0 |
| 2009年03月12日 07:07:14 | brett.cannon | set | messages: + msg83489 |
| 2009年02月11日 03:07:04 | brett.cannon | set | stage: needs patch |
| 2008年08月06日 19:21:59 | brett.cannon | set | dependencies: - Create the urllib package |
| 2008年07月12日 19:55:38 | brett.cannon | set | dependencies: - Fixer for dbm is failing |
| 2008年07月11日 01:52:40 | brett.cannon | set | dependencies: + fix_imports does not handle intra-package renames |
| 2008年07月11日 01:52:22 | brett.cannon | set | dependencies: + Fixer for dbm is failing |
| 2008年07月01日 19:56:44 | georg.brandl | set | messages: + msg69061 |
| 2008年06月29日 21:34:23 | orivej | set | nosy:
+ orivej messages: + msg68970 |
| 2008年06月18日 23:38:52 | brett.cannon | set | dependencies: + Create the urllib package |
| 2008年06月18日 23:27:41 | benjamin.peterson | set | dependencies: - Create the urllib package |
| 2008年06月12日 22:17:11 | benjamin.peterson | set | dependencies: - Remove usage of rfc822 from the stdlib |
| 2008年06月12日 21:28:46 | benjamin.peterson | set | dependencies: - Remove mimetools usage from the stdlib |
| 2008年06月12日 02:08:19 | barry | set | priority: release blocker -> critical nosy: + barry messages: + msg68041 |
| 2008年06月11日 23:07:45 | alexandre.vassalotti | set | dependencies:
- merge pickle and cPickle in 3.0, Merge StringIO/cStringIO in 3.0 messages: + msg68035 |
| 2008年06月08日 23:28:19 | benjamin.peterson | set | dependencies: - Remove cl usage from aifc, Write UserDict fixer for 2to3 |
| 2008年06月01日 21:36:21 | benjamin.peterson | set | dependencies: - Remove htmllib use in the stdlib |
| 2008年06月01日 16:05:38 | kbk | set | nosy: + kbk |
| 2008年05月29日 21:27:20 | benjamin.peterson | set | dependencies: - Add gestalt back into Python 3.0 |
| 2008年05月29日 19:14:18 | brett.cannon | set | dependencies: - Backport UserList move in 3.0 |
| 2008年05月29日 18:57:34 | brett.cannon | set | dependencies: - Backport UserString move from 3.0 |
| 2008年05月26日 19:51:33 | benjamin.peterson | set | dependencies: - Remove commands for PEP 3108 |
| 2008年05月26日 16:32:51 | georg.brandl | set | dependencies: - Create the http package |
| 2008年05月26日 14:49:48 | georg.brandl | set | dependencies: - Create the xmlrpc package |
| 2008年05月26日 10:35:59 | georg.brandl | set | dependencies: - Create the dbm package |
| 2008年05月26日 00:20:17 | brett.cannon | set | dependencies: - Rename the thread module to _thread, Rename _winreg to winreg, Revert ConfigParser rename in 2.6, Revert Queue rename in 2.6 |
| 2008年05月24日 23:03:26 | brett.cannon | set | files: - socketserver_rename.patch |
| 2008年05月24日 23:02:44 | brett.cannon | set | dependencies: - Revert SocketServer rename in 2.6 |
| 2008年05月23日 20:53:52 | benjamin.peterson | set | messages: + msg67268 |
| 2008年05月23日 12:49:33 | quentin.gallet-gilles | set | files:
+ import_renames_py3k.patch messages: + msg67234 |
| 2008年05月23日 05:08:04 | brett.cannon | set | dependencies: - Rename repr to reprlib |
| 2008年05月22日 03:19:24 | brett.cannon | set | dependencies: - 2to3 fixer to rename markupbase to _markupbase |
| 2008年05月22日 02:51:24 | brett.cannon | set | dependencies: + Backport UserList move in 3.0 |
| 2008年05月21日 15:43:02 | fdrake | set | messages: + msg67160 |
| 2008年05月21日 14:16:26 | mark.dickinson | set | nosy:
+ mark.dickinson messages: + msg67156 |
| 2008年05月20日 22:09:56 | brett.cannon | set | dependencies: - rename test_support to support |
| 2008年05月20日 18:47:49 | brett.cannon | set | dependencies: - Moving lib-tk to tkinter package, Create the html package, Revert copy_reg rename in 2.6 |
| 2008年05月20日 04:39:04 | brett.cannon | set | dependencies: + Moving lib-tk to tkinter package, Rename repr to reprlib, Create the html package, Revert ConfigParser rename in 2.6, Revert copy_reg rename in 2.6, Revert Queue rename in 2.6, Revert SocketServer rename in 2.6 |
| 2008年05月20日 04:15:34 | brett.cannon | set | messages: + msg67085 |
| 2008年05月19日 20:02:29 | brett.cannon | set | dependencies: + merge pickle and cPickle in 3.0, Merge StringIO/cStringIO in 3.0, Merge profile/cProfile in 3.n+1 |
| 2008年05月19日 19:07:24 | brett.cannon | set | messages: + msg67070 |
| 2008年05月18日 17:59:40 | brett.cannon | set | dependencies:
- Moving lib-tk to tkinter package, Rename repr to reprlib, Create the html package, Create the tkinter package messages: + msg67032 |
| 2008年05月18日 13:38:15 | gpolo | set | files: - tkinter_package_and_fixes_2.diff |
| 2008年05月18日 06:25:40 | fdrake | set | nosy:
+ fdrake messages: + msg67025 |
| 2008年05月16日 18:05:11 | alexandre.vassalotti | set | nosy:
+ alexandre.vassalotti messages: + msg66961 |
| 2008年05月16日 05:17:13 | brett.cannon | set | dependencies:
- Patch to rename *Server modules to lower-case, Patch to rename HTMLParser module to lower_case, Remove mac modules messages: + msg66917 |
| 2008年05月16日 05:13:53 | brett.cannon | set | dependencies: + Create the xmlrpc package |
| 2008年05月16日 05:12:48 | brett.cannon | set | messages: + msg66915 |
| 2008年05月16日 05:11:46 | brett.cannon | set | dependencies: + Create the urllib package |
| 2008年05月16日 05:10:23 | brett.cannon | set | dependencies: + Create the tkinter package |
| 2008年05月16日 05:08:47 | brett.cannon | set | dependencies:
+ Create the http package messages: + msg66911 |
| 2008年05月16日 05:06:30 | brett.cannon | set | dependencies: + Create the html package |
| 2008年05月16日 05:05:39 | brett.cannon | set | dependencies: + Create the dbm package |
| 2008年05月16日 05:04:23 | brett.cannon | set | dependencies: + Rename repr to reprlib |
| 2008年05月16日 04:52:18 | brett.cannon | set | dependencies: + Rename _winreg to winreg |
| 2008年05月16日 04:50:21 | brett.cannon | set | dependencies: + Backport UserString move from 3.0 |
| 2008年05月16日 04:49:20 | brett.cannon | set | dependencies: + Write UserDict fixer for 2to3 |
| 2008年05月16日 04:47:00 | brett.cannon | set | dependencies: + Rename the thread module to _thread |
| 2008年05月16日 04:45:57 | brett.cannon | set | dependencies: + Remove use of the stat module in the stdlib |
| 2008年05月16日 04:44:28 | brett.cannon | set | dependencies: + Remove htmllib use in the stdlib |
| 2008年05月16日 04:37:44 | brett.cannon | set | dependencies: + Remove commands for PEP 3108 |
| 2008年05月16日 04:26:39 | brett.cannon | set | messages: + msg66893 |
| 2008年05月15日 18:43:38 | brett.cannon | set | dependencies: + 2to3 fixer to rename markupbase to _markupbase |
| 2008年05月15日 10:34:46 | mbcvieira | set | nosy: - mbcvieira |
| 2008年05月15日 08:46:53 | quentin.gallet-gilles | set | files:
+ renaming_leftovers_2.6.patch messages: + msg66849 |
| 2008年05月15日 01:54:27 | brett.cannon | set | messages: + msg66842 |
| 2008年05月15日 01:36:01 | juracy@gmail.com | set | files:
+ http_package_on_py3k.status messages: + msg66841 |
| 2008年05月15日 01:33:47 | juracy@gmail.com | set | files:
+ http_package_on_py3k.diff messages: + msg66840 |
| 2008年05月14日 20:10:02 | brett.cannon | set | dependencies: + Add gestalt back into Python 3.0 |
| 2008年05月14日 16:47:48 | georg.brandl | set | nosy:
+ georg.brandl messages: + msg66823 |
| 2008年05月14日 16:42:35 | juracy@gmail.com | set | messages: + msg66822 |
| 2008年05月14日 12:19:29 | jnoller | set | messages: + msg66816 |
| 2008年05月14日 11:59:10 | quentin.gallet-gilles | set | nosy:
+ quentin.gallet-gilles messages: + msg66815 |
| 2008年05月14日 01:02:16 | brett.cannon | set | dependencies: + Remove usage of rfc822 from the stdlib |
| 2008年05月14日 00:59:53 | brett.cannon | set | dependencies: + Remove mimetools usage from the stdlib |
| 2008年05月14日 00:57:37 | brett.cannon | set | dependencies: + Remove cl usage from aifc |
| 2008年05月13日 19:25:35 | georg.brandl | set | dependencies: + Patch to rename *Server modules to lower-case |
| 2008年05月13日 19:23:58 | georg.brandl | set | dependencies: + Patch to rename HTMLParser module to lower_case |
| 2008年05月13日 08:32:54 | georg.brandl | set | dependencies: + rename test_support to support |
| 2008年05月12日 18:01:08 | gpolo | set | dependencies: + Moving lib-tk to tkinter package |
| 2008年05月12日 02:19:23 | andrewsmedina | set | files:
+ htmllib_removed_on_py3k.diff messages: + msg66701 |
| 2008年05月12日 02:02:15 | gpolo | set | files: - tkinter_package_and_fixes.diff |
| 2008年05月12日 02:01:37 | gpolo | set | files:
+ tkinter_package_and_fixes_2.diff messages: + msg66698 |
| 2008年05月12日 01:59:34 | benjamin.peterson | set | dependencies: + Remove mac modules |
| 2008年05月12日 01:45:26 | brett.cannon | set | files: - queue_rename.patch |
| 2008年05月12日 01:45:17 | brett.cannon | set | messages: + msg66696 |
| 2008年05月12日 01:40:07 | andrewsmedina | set | messages: + msg66695 |
| 2008年05月12日 01:20:10 | brett.cannon | link | issue2828 dependencies |
| 2008年05月12日 00:33:55 | andrewsmedina | set | files: + deprecated_symtable_on_py26.patch |
| 2008年05月11日 22:34:44 | andrewsmedina | set | files: + symtable_removed_on_py3k.diff |
| 2008年05月11日 20:16:46 | gpolo | set | files:
+ tkinter_package_and_fixes.diff messages: + msg66660 |
| 2008年05月11日 17:54:26 | gpolo | set | nosy:
+ gpolo messages: + msg66646 |
| 2008年05月11日 06:54:15 | hdiogenes | set | nosy:
+ hdiogenes messages: + msg66603 |
| 2008年05月11日 06:33:06 | andrewsmedina | set | messages: + msg66602 |
| 2008年05月11日 03:39:28 | brett.cannon | set | priority: critical -> release blocker messages: + msg66599 |
| 2008年05月11日 00:45:46 | andrewsmedina | set | files: - deprecated_symtable_on_py26.patch |
| 2008年05月10日 21:48:33 | andrewsmedina | set | files:
+ deprecated_symtable_on_py26.patch messages: + msg66588 |
| 2008年05月10日 19:52:12 | brett.cannon | set | messages: + msg66574 |
| 2008年05月10日 19:29:47 | jnoller | set | messages: + msg66570 |
| 2008年05月10日 19:24:40 | jhylton | set | messages: + msg66568 |
| 2008年05月10日 19:16:32 | jnoller | set | messages: + msg66567 |
| 2008年05月10日 19:04:45 | jnoller | set | files:
+ socketserver_rename.patch messages: + msg66565 |
| 2008年05月10日 16:19:29 | jnoller | set | files:
+ queue_rename.patch nosy: + jnoller messages: + msg66540 keywords: + patch |
| 2008年05月10日 16:13:33 | mbcvieira | set | nosy: + mbcvieira |
| 2008年05月10日 15:53:40 | juracy@gmail.com | set | nosy:
+ juracy@gmail.com messages: + msg66538 |
| 2008年05月10日 13:45:02 | andrewsmedina | set | nosy:
+ andrewsmedina messages: + msg66520 |
| 2008年05月06日 23:55:27 | brett.cannon | set | keywords: + easy |
| 2008年05月06日 23:55:13 | brett.cannon | set | messages: + msg66348 |
| 2008年05月06日 23:12:02 | brett.cannon | set | messages: + msg66342 |
| 2008年05月06日 23:02:56 | brett.cannon | set | messages: + msg66341 |
| 2008年05月06日 22:59:35 | benjamin.peterson | set | nosy:
+ benjamin.peterson messages: + msg66340 |
| 2008年05月06日 20:12:02 | jhylton | set | nosy:
+ jhylton messages: + msg66330 |
| 2008年05月06日 18:11:27 | brett.cannon | set | assignee: brett.cannon |
| 2008年05月06日 18:11:08 | brett.cannon | create | |