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
Christian Heimes
b83b33823e
Fixed a typo usecustomize -> usercustomize
2008-01-18 08:37:16 +00:00
Christian Heimes
390c64f4ad
Updated PEP 754 to mention the new Python 2.6 features.
2008-01-18 08:36:51 +00:00
Thomas Heller
5c09436293
Fix typo.
2008-01-18 08:01:20 +00:00
Guido van Rossum
ec44b2c139
Quick checkin of an updated version by Neal Norwitz.
...
No guarantees that this is correct, but it's definitely better
than what we had before. At least *some* of the CVS references
have been replaced by SVN references.
2008-01-18 00:31:21 +00:00
Brett Cannon
191e84b988
List sched for removal; threading.Timer is a better replacement.
2008-01-17 22:44:16 +00:00
Christian Heimes
1e61038030
Some updates on PEP 369 and 370.
...
PEP 369 still doesn't reflect all changes but it's more up to date
2008-01-16 10:21:03 +00:00
Thomas Heller
9184614867
Fix typos.
2008-01-15 18:58:47 +00:00
Andrew M. Kuchling
7fc1e4f67d
Remove unused import
2008-01-15 14:00:16 +00:00
Andrew M. Kuchling
e16f0ab5cc
Cosmetic patch from Frank Benksten:
...
* Show most recent items in reverse order so the newest item is at the top.
2008-01-15 13:56:50 +00:00
Andrew M. Kuchling
c45b869b65
Patch from Frank Benkstein:
...
* Fix links for three-digit PEPs. The leading zero was eaten by an
integer conversion.
* PEPs are encoded as UTF-8 as per PEP 1. Change the input and output
encodings from latin1 to utf-8 to make the feed render correctly.
2008-01-15 12:06:19 +00:00
Christian Heimes
da08263556
Added PEP 369 and PEP 370
2008-01-14 20:42:39 +00:00
Andrew M. Kuchling
f4064feec0
Update URL
2008-01-09 13:28:05 +00:00
Jeffrey Yasskin
11b74a803f
Update PEP 3141 according to the conclusion of
...
http://mail.python.org/pipermail/python-dev/2008-January/075921.html . Different
types may have different rounding behavior, but float will definitely
round-to-even.
2008-01-07 00:25:37 +00:00
Georg Brandl
3777ca42ae
trunc() is done.
2008-01-05 20:00:01 +00:00
Andrew M. Kuchling
d3d971a6c9
Typo fix
2008-01-04 02:21:40 +00:00
Alexandre Vassalotti
a684ab6aaa
Fix a typo.
2007-12-22 20:11:58 +00:00
Martin v. Löwis
768bd875d4
Change spelling of the macros, as per request in #1629 .
2007-12-19 08:08:00 +00:00