Commit Graph

3009 Commits

Author SHA1 Message Date
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
Brett Cannon 965549d23b Update where StringIO ended up. 2008-03-25 19:08:08 +00:00
Eric Smith b55641aab1 Clarified that octal % formatting in 2.6 does not change. 2008-03-24 11:02:44 +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
Guido van Rossum 49b754ac13 Reject PEP 365 (pkg_resources). 2008-03-18 05:33:08 +00:00
Barry Warsaw 031ba2760e Fix some links in PEP 361
Refer to PEP 361 for Python 3.0 timeline
2008-03-18 00:27:00 +00:00
Barry Warsaw 26cbf3b37a Update release dates and sub-release managers. 2008-03-18 00:22:23 +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 70cf069672 Fix a spelling typo and add a little markup. 2008-03-08 20:33:19 +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
Marc-André Lemburg 6cc202c7bf Added optional two-phase commit (TPC) API extension as proposed
by James Henstridge and discussed on the DB-SIG.

Lots of small text edits (XXX->*, prepend all methods with a dot,
more indents, etc.).

Updated note on the Python datetime module objects.
2008-03-03 12:37:19 +00:00
Brett Cannon 989daa17e3 Remove test.testall from Py3K. 2008-03-03 03:37:55 +00:00
Georg Brandl b8e9fcb776 Update PEP 101 for Doc changes, as far as I know things (left the website stuff untouched).
Note that "make distribution" doesn't work yet; will write that before the next alpha.
2008-03-02 06:51:20 +00:00
Barry Warsaw 7cf4900344 Updates to PEP 101 (which still needs a lot of work), and PEP 361 to
describe the joint 2.6/3.0 release schedule.
2008-03-01 18:36:30 +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 b804d61319 Minor typo. 2008-02-24 04:25:44 +00:00
Neal Norwitz 42d0692938 Minimal updates based on Barry volunteering 2008-02-23 23:30:50 +00:00
Skip Montanaro fe647edb10 Replace "looks ugly" with a hopefully more concrete explanation of why line
wrapping is bad - it disrupts the visual structure of the code.
2008-02-21 16:21:15 +00:00
Martin v. Löwis 27a750c61d Document welease. 2008-02-21 12:00:38 +00:00