Commit Graph

3268 Commits

Author SHA1 Message Date
Brett Cannon b5c66f9422 Doc what needs to be done for getting rid of statvfs. 2008-05-12 00:41:19 +00:00
Brett Cannon d9306425da Doc what needs to be done for getting rid of stat. 2008-05-12 00:40:07 +00:00
Brett Cannon bacee85fe3 imageop is dealt with in 2.6. 2008-05-12 00:09:36 +00:00
Brett Cannon 1d93d39f49 Update status of Queue; docs need to match new process. 2008-05-11 23:57:12 +00:00
Brett Cannon 6cd970eb03 Give some tips on how to handle the commit order. 2008-05-11 23:56:15 +00:00
Brett Cannon 7d461dc3cd On second though, go back to the old order. 2008-05-11 23:54:39 +00:00
Brett Cannon e2698404a7 Re-arrange the commit order to minimize commits. 2008-05-11 23:53:19 +00:00
Brett Cannon c6f94dc99d Try to outline the steps necessary to rename a module. 2008-05-11 23:24:02 +00:00
Brett Cannon badf0e28fb The sre module has been dealt with. 2008-05-11 22:48:15 +00:00
Brett Cannon bc33ebff71 PixMapWrapper is slated for removal (sorry, Alexandre, for not catching that sooner). 2008-05-11 22:24:17 +00:00
Alexandre Vassalotti 665d437a48 Dealt with the PixMapWrapper module. 2008-05-11 20:37:21 +00:00
Alexandre Vassalotti fc0a6a159c Dealt with the Queue module. 2008-05-11 20:10:09 +00:00
Eric Smith 7b1a14e238 Added 'n' presentation type for integers. 2008-05-11 18:59:32 +00:00
Alexandre Vassalotti ccfad28291 Dealt with the copy_reg module. 2008-05-11 09:05:57 +00:00
Brett Cannon 94a820b2b7 Use parentheses for specific notes about what is holding up a removal instead
of square brackets to make the notes stand out more.
2008-05-11 03:15:43 +00:00
Brett Cannon 3ad834e780 The sre module was already deprecated. 2008-05-11 03:11:57 +00:00
Brett Cannon b6b2ab238f Update what is needed to get rid of htmllib and sgmllib. 2008-05-11 03:08:49 +00:00
Brett Cannon 6096cc52c8 popen2 was already deprecated (normally) in 2.6. 2008-05-11 03:07:38 +00:00
Brett Cannon 00afb3b523 Dealt with the mhlib module. 2008-05-11 03:05:14 +00:00
Brett Cannon 8f5065a319 Fix up markup for the deprecation warning in docs. 2008-05-11 01:04:02 +00:00
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