Brett Cannon
b9a095d174
A bunch of minor changes along with adding Canvas to the deletion list and
...
saving sched.
2008-04-29 21:45:05 +00:00
Brett Cannon
99686f194a
A minor grammatical error and a clarification of transition, thanks to Terry
...
Reedy.
2008-04-29 05:24:29 +00:00
Brett Cannon
933c4e1cad
Note that the mhlib module should go since the 'mailbox' module handles the
...
same case.
2008-04-29 05:20:37 +00:00
Brett Cannon
51636fc7f7
List all undocumented Mac modules.
2008-04-29 00:56:36 +00:00
Brett Cannon
05c0020d64
Flesh out plat-irix[56] removal with all undocumented modules.
2008-04-29 00:47:38 +00:00
Brett Cannon
156721fdef
Copy over PEP 4 reasoning for why modules should be removed.
2008-04-29 00:37:53 +00:00
Brett Cannon
593532786b
More updates based on talking with Guido. Big ones are renaming the proposed tk
...
package to tkinter, and the proposed url package to urllib.
2008-04-29 00:27:49 +00:00
Brett Cannon
7eb4f5ec81
Make some changes at Guido's suggestion.
2008-04-26 04:05:53 +00:00
Brett Cannon
8c51c0f26c
Clean up the PEP 8 section to only list stuff not slated to be renamed through
...
some other mechanism.
2008-04-17 23:27:17 +00:00
Brett Cannon
8bc8e44b23
Clarify some wording.
2008-04-16 00:41:32 +00:00
Brett Cannon
e3cf234347
Rename dbm.db to dbm.bsd to disambiguate the name.
2008-04-10 20:53:56 +00:00
Brett Cannon
965549d23b
Update where StringIO ended up.
2008-03-25 19:08:08 +00:00
Neal Norwitz
d6e227344e
dl was removed in r61837.
2008-03-24 06:25:10 +00:00
Brett Cannon
c25bd03722
Add dircache and linecache to the lineup at the chopping block.
2008-03-24 01:39:08 +00:00
Brett Cannon
936e0f67eb
Change the wording for why the Mac modules should go.
2008-03-19 21:00:47 +00:00
Brett Cannon
fa191901ac
Add all Mac modules for deprecation along with everything from PEP 4.
2008-03-19 20:20:37 +00:00
Brett Cannon
4cc04f5f58
List audioop/aifc/sunau as modules that were listed as to be removed but kept.
2008-03-09 04:03:39 +00:00
Brett Cannon
11dc90069e
Add Cookie and cookielib to the proposed http package.
2008-03-09 03:33:07 +00:00
Brett Cannon
70b0fcd0e6
Add the 'url' package. Do note that the functionality from urllib will only be
...
merged into the pacakge if the documentation is properly updated. Otherwise the
module can be made available as an external module for those who wish to
continue to use it.
2008-03-05 21:59:50 +00:00
Brett Cannon
e4943ec988
Fix a typo.
2008-03-04 04:03:59 +00:00
Brett Cannon
a0be11a398
Add a note that modules to be removed might stick around without a documented,
...
public interface so that dependent modules can continue to work.
2008-03-03 22:44:30 +00:00
Brett Cannon
989daa17e3
Remove test.testall from Py3K.
2008-03-03 03:37:55 +00:00
Brett Cannon
56f9534257
Add a note that removed modules can be made available outside of Python if so
...
desired.
2008-02-29 01:58:53 +00:00
Brett Cannon
21e72b2818
Add an Open Issue about possibly removing Tkinter.
2008-02-24 06:14:09 +00:00
Brett Cannon
b6c60930d0
Document the tk package.
2008-02-24 06:09:56 +00:00
Brett Cannon
5b5b0dbf04
Add html package. Also update to reflect the removal of the User* modules.
2008-02-24 04:31:56 +00:00
Brett Cannon
c00e6266a1
Rename proposed http.tools and xmlrpc.tools to http.client and xmlrpc.client,
...
respectively. Both actually contain code for clients and not just a mish-mash
of tools.
Also remove the proposed http.cookies module until a decision is made on how to
handle Cookie/cookielib (cookie.server/cookie.client?).
2008-02-05 20:13:45 +00:00
Brett Cannon
c95ebc8a46
Add the http and xmlrpc packages.
2008-02-03 23:11:38 +00:00
Brett Cannon
78dabdf1a4
Minor clarifications.
2008-02-03 22:57:08 +00:00
Brett Cannon
33ec170d30
Add a footnote about the proposed dbm package and the combining of two existing
...
modules into one.
2008-01-29 23:44:20 +00:00
Brett Cannon
ac32640828
Remove mention of a 'databases' package.
2008-01-22 01:59:47 +00:00
Brett Cannon
b3eacb2b92
Add dbm package.
2008-01-21 22:18:06 +00:00
Brett Cannon
191e84b988
List sched for removal; threading.Timer is a better replacement.
2008-01-17 22:44:16 +00:00
Brett Cannon
eba89b20a2
Update stats on StringIO/cStringIO.
2007-12-15 00:36:23 +00:00
Brett Cannon
bed831eb48
Not renaming the 'repr' module but removing it.
2007-12-15 00:33:45 +00:00
Brett Cannon
4770769b04
Note how the 'new' module is gone.
2007-12-14 23:59:22 +00:00
Brett Cannon
68c60195dd
Fix a markup error.
2007-12-14 22:48:09 +00:00
Fred Drake
ab9b8f4e37
note that markupbase renaming is done
2007-12-07 11:11:14 +00:00
Brett Cannon
8c7238cc5f
Let getopt live.
2007-12-06 19:11:29 +00:00
Brett Cannon
7645efeee7
Update PEPs on modules that have been removed in Py3K but not noted.
2007-10-05 05:39:45 +00:00
Neal Norwitz
280b1f6494
Update with some modules that were (re)moved
2007-08-03 05:24:40 +00:00
Brett Cannon
cdf5d3ce68
Fix the headers so that they are in the right order and no required headers are
...
missing.
2007-06-19 04:20:07 +00:00
Brett Cannon
5c3728c93e
imageop module was removed.
2007-05-20 07:32:18 +00:00
Brett Cannon
0b91090d8e
Update PEPs based on the removal of rgbimg from Python 2.6.
2007-05-20 07:13:46 +00:00
Neal Norwitz
f8c26057aa
Add some additional info about removing a module.
2007-05-17 21:52:13 +00:00
Neal Norwitz
be76239737
Add a note about a new database package.
2007-05-17 21:49:32 +00:00
Brett Cannon
24fa739905
Clean up listing of what modules are deprecated and thus should go from Py3K.
2007-05-16 04:31:51 +00:00
Brett Cannon
80ceb20a67
Document the removal of the 'pure' module.
2007-05-16 04:06:53 +00:00
Brett Cannon
8ec67fd090
Update deprected module removals.
2007-05-16 04:06:05 +00:00
Brett Cannon
f6496867de
Mention to edit Setup.dist and setup.py when a module is removed.
2007-05-16 04:02:15 +00:00