Commit Graph

2846 Commits

Author SHA1 Message Date
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
Nick Coghlan fa9d5fb304 Update PEP 366 to reflect proposed implementation (and point to it on the tracker) 2007-11-22 14:38:32 +00:00
Guido van Rossum a6fafa5485 Update the PEP with the new name for PyByte (bytearray), and some minor edits. 2007-11-21 19:45:46 +00:00
Brett Cannon 72044f05a8 Fix an accidental re-typing of a word. 2007-11-21 01:06:39 +00:00
Brett Cannon f819101ea2 Answer two open issues and add a good-sized example. 2007-11-17 04:20:22 +00:00
Brett Cannon 32a07e3faa Fix a typo in the annotation for Signature.bind(). 2007-11-17 02:36:40 +00:00
Facundo Batista b0aca89af0 Changed the version of docutils that is checked out here.
This was needed to well support of non ASCII day names when
checking out from a non English system, but as a side effect
we're now using a newer docutils.
2007-11-14 13:56:58 +00:00
Facundo Batista a94703ffa2 Added issue 588756. 2007-10-24 16:11:52 +00:00
Chris Monson 15570e7ea0 Updated Pep 3101 to reflect typos and other small errors found by Mark Summerfield (and a few by myself) 2007-10-23 18:50:09 +00:00
Guido van Rossum 71ead7f575 Add removal of basestring. 2007-10-16 16:58:38 +00:00