Commit Graph

90 Commits

Author SHA1 Message Date
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
Brett Cannon 2c5f40ace7 Note that compiler package has been removed. 2007-05-14 21:12:58 +00:00
Brett Cannon 3ba574e1cd List the compiler package for removal. 2007-05-14 20:18:53 +00:00
Brett Cannon e2300e7d69 List the steps needed to properly remove a module. 2007-05-14 20:06:30 +00:00
Brett Cannon e6119af8a2 md5 and sha are now gone. 2007-05-14 02:24:01 +00:00
Neal Norwitz 2e69f32941 Update status 2007-05-14 00:55:29 +00:00
Brett Cannon fd3f447b80 Add bsddb185 to the list of modules to go. 2007-04-29 20:03:44 +00:00
Brett Cannon 744af78dc8 Add a section for modules with just really bad names. Start it with renaming
test.test_support to test.support .
2007-03-13 02:03:26 +00:00
Brett Cannon fc09db9704 Change the classification of PEP 3108 from Information to Standards Track since
it needs acceptance and is not just explaining something.
2007-03-04 19:57:43 +00:00
Brett Cannon a4dcf4667f Remove package introduction as an Open Issue and make it a Rejected Idea. 2007-01-13 19:24:12 +00:00
Brett Cannon d7534d2035 Rework transition plan based on current discussions on python-dev.
Also reword some other random things.
2007-01-12 21:57:29 +00:00