Commit Graph

3005 Commits

Author SHA1 Message Date
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
Guido van Rossum f2126d0591 Mark PEP 3141 as accepted. 2007-12-19 04:16:33 +00:00
Brett Cannon 65feeda92f Fix a spelling error. 2007-12-15 01:02:40 +00:00
Brett Cannon eba89b20a2 Update stats on StringIO/cStringIO. 2007-12-15 00:36:23 +00:00
Brett Cannon bed831eb48 Not renaming the 'repr' module but removing it. 2007-12-15 00:33:45 +00:00
Brett Cannon 4770769b04 Note how the 'new' module is gone. 2007-12-14 23:59:22 +00:00
Brett Cannon a6b5940566 Fix what appeared to be misused markup and one warning on markup. 2007-12-14 22:51:58 +00:00
Brett Cannon 68c60195dd Fix a markup error. 2007-12-14 22:48:09 +00:00
Georg Brandl cd0940e93a Status update. 2007-12-09 15:29:34 +00:00
Georg Brandl a710a2504c make clear that reduce() is still there. 2007-12-09 09:18:28 +00:00
Georg Brandl 443ca7a7fb Minimal update w.r.t. new bug tracker. 2007-12-08 10:48:07 +00:00
Brett Cannon c44ee8f1ad Update URL to where implementation no resides at bugs.python.org. 2007-12-08 00:40:42 +00:00
Fred Drake ab9b8f4e37 note that markupbase renaming is done 2007-12-07 11:11:14 +00:00
Guido van Rossum 0137a834c6 Slip the 2.6 release dates a month and note the 3.0a2 release. 2007-12-06 20:30:52 +00:00
Brett Cannon 8c7238cc5f Let getopt live. 2007-12-06 19:11:29 +00:00
Guido van Rossum e8400c12a9 Some small updates, with Jeffrey's OK. 2007-12-06 17:49:44 +00:00
Guido van Rossum 3a6f48c056 Add line_buffering to TextIOWrapper(). 2007-12-05 19:18:28 +00:00
Guido van Rossum e04321d079 Mark PEP 3116 as accepted -- I'm unlikely to change it much now.
Also update it to include the errors argument, which goes hand in hand with
the encoding argument.
2007-12-05 00:26:25 +00:00
Nick Coghlan 432bc6de6b Mark PEP 366 as implemented 2007-12-03 12:56:32 +00:00
Nick Coghlan 69c82ae02c Mark PEP 366 as accepted 2007-12-03 12:50:52 +00:00
Guido van Rossum 76f348481f Update for __builtin__ rename. 2007-12-02 04:49:16 +00:00
Guido van Rossum 1633a7b08b Mark unbound method removal as done. 2007-11-27 17:55:30 +00:00
Skip Montanaro fcb3388e01 missing SPC 2007-11-24 20:37:43 +00:00
Guido van Rossum c47893b00e Dropping unbound methods has become more likely. 2007-11-24 17:54:55 +00:00