Commit Graph

2948 Commits

Author SHA1 Message Date
Brett Cannon 4315b2b295 linuxaudiodev has been dealt with. 2008-05-11 00:52:09 +00:00
Brett Cannon e36c31b2f7 ihooks has been handled. 2008-05-10 22:47:29 +00:00
Brett Cannon 4c3bfaa549 The fpformat module has been dealt with. 2008-05-10 22:15:12 +00:00
Brett Cannon 6acc286508 The dl module has been handled in 2.6. 2008-05-10 21:25:56 +00:00
Brett Cannon d98bb8279e The dircache module has been handled. 2008-05-10 21:14:13 +00:00
Brett Cannon 60c5d0252e Remove a module that doesn't actually exist. 2008-05-10 19:56:20 +00:00
Brett Cannon d6fa233c8f Add DocXMLRPCServer to xmlrpc.server. 2008-05-10 19:51:45 +00:00
Brett Cannon 36fa74088c The Canvas module has been dealt with. 2008-05-10 03:20:19 +00:00
Brett Cannon c689a1f831 The compiler package has been handled in 2.6. 2008-05-10 03:00:05 +00:00
Brett Cannon 9a375c69b5 The bsddb185 module has been handled in 2.6. 2008-05-10 02:49:52 +00:00
Brett Cannon b364be7daa Doc that Bastion and rexec have been taken care of for 2.6. 2008-05-10 02:27:51 +00:00
Brett Cannon fded256bde Flesh out the transition plan for removing modules to cover what to do for
extension modules and to be more specific about doc changes.
2008-05-10 02:24:33 +00:00
Brett Cannon cb1cd53576 The pure module is handled for 2.6. 2008-05-09 22:54:06 +00:00
Christian Heimes de7124dfe1 Added notes about the new build_ext --user and site module features 2008-05-09 12:28:35 +00:00
Christian Heimes ea752eeaf0 VS 9.0 doesn't ship with cabarc.exe. Windows developers have to install the CAB SDK 2008-05-09 12:28:07 +00:00
Brett Cannon 9bd2b9e1a2 Handled toaiff in 2.6. 2008-05-09 05:33:55 +00:00
Brett Cannon 8520c88587 The test.testall module has been handled in 2.6. 2008-05-09 05:26:44 +00:00
Brett Cannon 6c1e8542b5 The new module has been deprecated in 2.6. 2008-05-09 05:21:18 +00:00
Barry Warsaw 704fa2fc99 Major updates to PEP 101 -- I actually took notes this time!
Python 2.6a3 and 3.0a5 are released today.
2008-05-08 23:52:56 +00:00
Brett Cannon ae15133374 The user module has been dealt with in 2.6. 2008-05-08 20:38:15 +00:00
Brett Cannon 5f6490dff3 The user module has been removed from 3.0. 2008-05-08 20:32:38 +00:00
Brett Cannon c416e0e93f Add the step of suppressing deprecation warnings in a module's test code. 2008-05-08 20:01:15 +00:00
Brett Cannon 5e82fd0d44 stringold has been dealt with. 2008-05-08 19:54:02 +00:00
Brett Cannon 755b55ed10 The mutex module has been handled. 2008-05-08 19:28:11 +00:00
Brett Cannon 6fcfd6b0f0 Flesh out documentation removal step. 2008-05-08 18:22:19 +00:00
Brett Cannon 082a21e362 Mark the imputil module as done. 2008-05-08 18:17:06 +00:00
Brett Cannon b1a674bfe9 Update the procedure for a module's removal to cover the 'deprecated' directive
in the module's docs. Also state that removing the module in 3.0 first is the
best option to know where the module itself is used.
2008-05-08 04:40:25 +00:00
Brett Cannon 89a7ff6a1f Add a note about the TextMate bundle and its command to help deprecate modules
for removal.
2008-05-06 23:57:01 +00:00
Brett Cannon cf9f3f1d18 Thoroughly document the steps needed to handle a module slated for removal. 2008-05-06 23:36:55 +00:00
Brett Cannon 3bb88db7d7 The audiodev has been deprecated in 2.6. The module is now handled. 2008-05-06 23:25:32 +00:00
Benjamin Peterson ae03c476b7 put m PEP in the rejected section 2008-05-06 22:03:06 +00:00
Benjamin Peterson 1681ce0a58 Add my old rejected PEP: Cleaning out sys and the interpreter module 2008-05-06 22:01:54 +00:00
Guido van Rossum 9bd9dae533 Accept PEP 370 (Per user site-packages directory). 2008-05-06 17:01:00 +00:00
Brett Cannon e0e1984014 Turns out sre has been deprecated since at least 2.5. It should be removed. 2008-05-05 23:22:05 +00:00
Guido van Rossum 71c6c861a3 Accept PEP 3108 (library reform). 2008-05-05 22:32:12 +00:00
Benjamin Peterson 493a3a6972 Two spaces between each section 2008-05-05 22:30:14 +00:00
Guido van Rossum 4bb3cc5475 Add PEP 3138 by Atsuo Ishimoto, String representation in Python 3000. 2008-05-05 21:50:12 +00:00
Guido van Rossum dcd2305766 Fix a few typos. 2008-05-05 20:48:00 +00:00
Brett Cannon 8ec85d4d6f Update the post history. 2008-05-03 23:47:20 +00:00
Brett Cannon 2f40fa9044 Move anydbm and whichdb to dbm.__init__. 2008-05-03 23:22:37 +00:00
Georg Brandl 4e23bb4aee Add suggestion for ast module. 2008-05-02 08:07:03 +00:00
Brett Cannon 01dc8581aa Clean up whitespace. 2008-05-01 19:23:35 +00:00
Brett Cannon 2d5e9a9d42 Add a comment how the fix_imports fixer is an example of how to get imports
changed by 2to3.
2008-05-01 18:03:52 +00:00
Brett Cannon 9aa01f87f7 Add more detail about how to handle modules that are renamed. 2008-04-29 21:46:32 +00:00
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