Commit Graph

3136 Commits

Author SHA1 Message Date
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
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
Eric Smith 68fc50a4cd Removed %b formatting from string % operator. Because
% formatting will be deprecated in favor of str.format(),
we don't want to be adding features it.
2008-04-18 18:46:07 +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
Facundo Batista eb94972967 Updated the URLs of the last Decimal version to point to
the new SVN browser.
2008-04-10 14:31:13 +00:00
Andrew M. Kuchling 96334323a6 Typo fix 2008-04-08 21:24:20 +00:00
Georg Brandl d9772739ca Fix tabs and indentation. 2008-04-05 12:18:02 +00:00
Benjamin Peterson 7411c45eb5 got other instance of Python 2.6 release schedule and added 3.0 2008-04-04 17:05:17 +00:00
Barry Warsaw cd375f860c Update for 2.6a2 and 3.0a4 releases. 2008-04-04 01:19:32 +00:00
Benjamin Peterson 9480accad2 2.6 release schedule is now the 3.0 schedule, too 2008-04-01 22:08:06 +00:00