Commit Graph

22 Commits

Author SHA1 Message Date
Guido van Rossum e31746e7fc Change the status of a whole lotta PEPs.
Some are marked final years after the work was completed and released;
others are rejected after sitting idly for years.
2007-05-18 17:41:31 +00:00
Andrew M. Kuchling 532382f5dc Fix 'the the' error 2007-04-28 00:36:48 +00:00
Tim Peters 922b00c2ee Record pronouncement about trailing 'L' on hex/oct output. 2006-06-12 19:13:38 +00:00
David Goodger c5b5d3c83d added Last-Modified headers to all PEPs without 2006-03-23 20:13:19 +00:00
Tim Peters e42649dc7a Note that Python stopped generating OverflowWarning in 2.4, a release
after that was planned to occur.
2004-08-25 01:57:46 +00:00
Guido van Rossum c2ae605f20 Record recent changes of heart (see python-dev):
- No warnings for operations that changed semantics between 2.3 and 2.4.

- Trailing 'L' remains in repr() of long ints until Python 3.0.
2003-12-02 01:22:50 +00:00
Guido van Rossum 33a01ef3d7 Delete stage 2 (turn on warnings for long literals). This seems to
have caused some concern on c.l.py.  These weill be illegal in Python
3.0, but there's no need to warn about them earlier.
2002-11-07 15:41:19 +00:00
Guido van Rossum 315e7ee922 Add a note explaining that changing sign is a special case of losing
bits for the << operator.
2002-08-12 00:55:43 +00:00
Guido van Rossum 5962f34a59 Remove author's email addresses.
Mention %X (same treatment as %x).

Insert new stage B0, which gives warnings about e.g. 0xffffffff
without semantic changes.  Move the proposed deployment of subsequent
stages up by one minor revision.
2002-08-11 04:05:13 +00:00
Andrew M. Kuchling ece140cba2 Typo fixes 2001-10-30 21:12:14 +00:00
Guido van Rossum bfeed80cb5 Update posted-date and added implementation information. 2001-08-23 04:34:41 +00:00
Guido van Rossum 3e33bb87d4 Explain the semantics of OverflowWarning, for the benefit of the
documenter.  Clarify a few other issues (some brought up by Martin von
Loewis in private email).
2001-08-23 03:50:54 +00:00
Barry Warsaw 6c8fa813b9 Fix some minor typos. 2001-08-14 19:30:15 +00:00
Guido van Rossum 872230b693 Add an example. 2001-08-14 18:37:44 +00:00
Guido van Rossum 1a1c52fa59 Update post history. 2001-08-14 18:13:50 +00:00
Guido van Rossum 3206040daf Completely revamped. Pick implementation plan 2. Propose to do the
easy bit in 2.2, the rest (introducing incompatibilities) in following
releases.
2001-08-14 18:12:48 +00:00
Guido van Rossum bff4d98e03 Lots of updates, more rationale, explicit transition plan. 2001-08-01 16:48:28 +00:00
Guido van Rossum d975139bb9 Grab co-authorship; added list of things that will/may change; added
alternative implementation.
2001-07-29 09:48:51 +00:00
Moshe Zadka bf80cb4c37 Changes discussed in the mailing list. 2001-03-19 19:36:46 +00:00
Moshe Zadka 33ef1641fc Documenting the fact that I posted these today 2001-03-16 16:02:24 +00:00
Moshe Zadka 5180c4f5cf Bug fix in implementation sketch, and some implementation open issues. 2001-03-16 13:02:23 +00:00
Barry Warsaw 467a7e9c13 PEP 237, Unifying Long Integers and Integers, Moshe Zadka
[checking in for Moshe, after editorial, spell check, and formatting
passes by Barry]
2001-03-16 04:11:01 +00:00