Commit Graph

2895 Commits

Author SHA1 Message Date
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
Travis E. Oliphant d15bc32a82 Add explanation about 2-d C-arrays and multi-dimensional elements in example of struct syntax. 2008-02-19 17:14:59 +00:00
Kurt B. Kaiser d40d434a13 Try to correct what appears to be a bug in rest referencing:
Referencing #__builtin(s)?__ changed to #builtin(s)?
2008-02-13 15:37:54 +00:00
Kurt B. Kaiser a35d7bbdcc ``list.sort()`` and ``builtin.sorted()`` methods: eliminate ``cmp`` 2008-02-13 14:58:05 +00:00
Guido van Rossum e7562c1707 Explicitly acknowledge that Decimal will not become part of the numeric tower. 2008-02-10 01:14:46 +00:00
Christian Heimes 67bf7b0e45 Support for NT4 has been dropped, too. 2008-02-09 20:42:29 +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
Guido van Rossum 4ec74b45a7 Fix typo in release schedule (early 2007 should be early 2008). 2008-01-28 18:58:31 +00:00
Guido van Rossum 9c68f82b30 Fix typo found by Forest Wilkinson. 2008-01-26 02:38:33 +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
Christian Heimes 20fc195b60 PEP 370 update
I added or changed some points of the PEP as discussed on the mailing list recently
2008-01-18 11:09:18 +00:00