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
Barry Warsaw
d4979cd62a
Resolution of SF bug # 446645 changes the semantics for __dict__ when
...
deleting it or getting an attribute before any have been set.
Previously, __dict__ could be None or {}, but now it must be a
dictionary (can never be None), and del'ing it is illegal.
Code changes to be made soon.
2001-08-14 17:52:06 +00:00
Marc-André Lemburg
5b87828901
Remove references to PEP 244.
2001-08-14 17:39:05 +00:00
Barry Warsaw
713a67e495
update Post-History:
2001-08-14 16:59:58 +00:00
Barry Warsaw
d01aa72709
Because of the redesign of PEP 0, titles can now be of a maximum 44
...
characters in length (up from the previous 38). I think this still
gives us plenty of room for the owner fields.
2001-08-14 16:48:57 +00:00
Barry Warsaw
c50fb7f5b8
New format which eliminates the "filename" field in favor of just the
...
unadorned PEP number. This gives more space to the title field and
lets us make the owner field more consistent.
2001-08-14 16:46:57 +00:00
Barry Warsaw
c673087bfc
fixfile(): Added special casing to handle the new PEP 0 format, which
...
eliminates the "filename" field in favor of just the unadorned PEP
number.
2001-08-14 16:45:19 +00:00
Barry Warsaw
f603ea417a
Guido says PEP 254 won't be part of Python 2.2.
2001-08-14 15:49:32 +00:00
Barry Warsaw
fda3cbbba2
After yesterday's Pythonlabs meeting, the status of PEP 244 is changed
...
to 'rejected'.
2001-08-14 15:48:22 +00:00
Barry Warsaw
295e210393
barry@digicool.com => barry@zope.com
2001-08-14 15:45:26 +00:00
Guido van Rossum
2c12b7d197
Make Barry co-author; slip the schedule (including a new a3 release);
...
tighten list of planned features.
2001-08-13 21:03:12 +00:00
Michael W. Hudson
dcb91f9706
updated to match the new reality
2001-08-12 10:58:19 +00:00
Michael W. Hudson
7094b9a1de
Oops.
2001-08-10 22:47:51 +00:00
Michael W. Hudson
759852570a
New version. I think this might finally be getting there.
2001-08-10 22:45:19 +00:00
Andrew M. Kuchling
5d5f7656b2
Refer to just the MIT license, not the MIT/X11 license
2001-08-10 18:34:43 +00:00
Guido van Rossum
e43db125c1
Add some more feature requests from SF.
2001-08-09 16:53:49 +00:00
Guido van Rossum
9c3933579f
The getopt wish is fulfilled!
...
Add wish about building a shared lib.
2001-08-09 15:42:11 +00:00
Guido van Rossum
f162a1d29c
Add nice summary by Marcin 'Qrczak' Kowalczyk from c.l.py for and
...
against unifying ints and rats.
2001-08-08 15:36:41 +00:00
Guido van Rossum
71818368c7
Add Michael Hudson's "Future statements in simulated shells".
2001-08-08 15:30:13 +00:00
Marc-André Lemburg
b72ddcaf5c
Added clarification about use of .executemany() with stored procedures.
...
Patch by Bob Kline.
2001-08-08 08:38:06 +00:00
Guido van Rossum
21a691e0e5
Add note about similarity between class methods and Delphi's virtual
...
class methods.
2001-08-07 15:44:15 +00:00
Andrew M. Kuchling
4673cd0bba
Fix typo
2001-08-07 15:30:11 +00:00
Guido van Rossum
e70ec5b0fa
Discuss x \ y as rejected variation; reorganize the section on
...
variations slightly to allow more easily adding new variations.
Add more discussion of why I don't like version directives.
2001-08-07 02:52:37 +00:00
cvs2svn
91099711dd
This commit was manufactured by cvs2svn to create tag
...
'date2001-08-01'.
2001-08-01 20:11:56 +00:00
cvs2svn
ac9537a58c
This commit was manufactured by cvs2svn to create tag
...
'after-descr-branch-merge'.
2001-08-01 20:11:56 +00:00
Jeremy Hylton
48de44832b
Update email address
2001-08-01 20:11:56 +00:00
Guido van Rossum
3ba9f35d1b
Add a note explaining how PEP 252 enables a different solution.
2001-08-01 18:43:34 +00:00
Guido van Rossum
d90c6d41a7
Reorganized the classifications, splitting Active into Accepted and
...
Open. There are now:
Meta-PEPs (PEPs about PEPs or Process)
Other Informational PEPs
Accepted PEPs (accepted for Python 2.2; may not be implemented yet)
Open PEPs (under consideration for Python 2.2)
Py-in-the-sky PEPs (not considered for Python 2.2)
Finished PEPs (done, implemented in CVS)
Empty PEPs (or containing only an abstract)
Deferred, Abandoned, and Rejected PEPs
Moved some of the original Active to Finished, some to Py-in-the-sky.
2001-08-01 18:33:59 +00:00
Guido van Rossum
308d3eeed0
Add a Transition section.
2001-08-01 18:25:51 +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
560f0fe45a
Add question about timing of 3.0.
2001-08-01 16:03:14 +00:00
cvs2svn
e6393b6fd8
This commit was manufactured by cvs2svn to create tag
...
'date2001-07-30'.
2001-07-29 23:25:00 +00:00
Guido van Rossum
e3f70cd115
Fix typos detected by Terry Reedy.
2001-07-29 23:25:00 +00:00
Guido van Rossum
3ea05fba23
Some small clarifications based on c.l.py feedback. Added open issue
...
about __truediv__ vs. __div__ in Python 3.0.
2001-07-29 23:05:12 +00:00
Guido van Rossum
220e3da93f
Correct typo and inconsistency detected by Hernan M. Foffani.
2001-07-29 23:02:52 +00:00
Guido van Rossum
ca9c7dbdda
Grab co-authorship of 237.
2001-07-29 09:50:01 +00:00
Guido van Rossum
0ba616c69c
Add open issues. (Needs more work.)
2001-07-29 09:49:26 +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
cvs2svn
77a48daeeb
This commit was manufactured by cvs2svn to create tag
...
'date2001-07-28'.
2001-07-27 19:41:34 +00:00
Guido van Rossum
b1aa62b3b8
Added the conversion of very large longs as an open issue.
2001-07-27 19:41:34 +00:00
Guido van Rossum
e597ec7194
Changed tht title of PEP 238.
2001-07-27 18:08:11 +00:00
Guido van Rossum
1edc94b63d
Worked in most of the comments on the newsgroup on the previous draft.
...
Even changed the title.
2001-07-27 18:07:12 +00:00
Guido van Rossum
c79f778838
Some more alternatives and questions; added an "open issues" section.
2001-07-26 22:06:23 +00:00
Guido van Rossum
1862e5722d
Completely reworked to be more specific about the motivation, the
...
implementation and the transition.
2001-07-26 19:29:39 +00:00
Guido van Rossum
32a207d6aa
Withdraw ASAP promise. Add note about comparisons between longs and
...
floats.
2001-07-26 16:49:34 +00:00
Guido van Rossum
090d6af630
Add note about pending update.
2001-07-25 16:53:19 +00:00
Guido van Rossum
9b17e23f39
Grab co-authorship.
...
I'll be reworking this to reflect the discussion in the newsgroup next.
2001-07-25 16:52:00 +00:00
Guido van Rossum
6f676481f1
Updates by Moshe to match the patch; grab co-authorship.
...
I'll be reworking this to reflect the discussion in the newsgroup
next.
2001-07-25 16:51:27 +00:00
Guido van Rossum
e6bdaf7110
Grabbing co-authorship of PEP 228 and 238.
2001-07-25 16:49:49 +00:00