Barry Warsaw
3041b2fba2
PEP 240, Adding a Rational Literal to Python, Moshe Zadka
...
[checking in for Moshe, after editorial, spell check, and formatting
passes by Barry]
2001-03-16 04:27:13 +00:00
Barry Warsaw
c671a7371d
PEP 239, Adding a Rational Type to Python, Moshe Zadka
...
[checking in for Moshe, after editorial, spell check, and formatting
passes by Barry]
2001-03-16 04:24:17 +00:00
Barry Warsaw
f7b42c0a8e
PEP 238, Non-integer Division, Moshe Zadka
...
[checking in for Moshe, after editorial, spell check, and formatting
passes by Barry]
2001-03-16 04:19:37 +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
Andrew M. Kuchling
9afe15b026
Rename METADATA file to PKG-INFO
...
Specify RFC-822 as the format
Add Metadata-Version field (must be 1.0)
Rename Description->Summary, Long-Description->Description
Remove some XXXs for keywords and author data.
Slightly reword the text about using the e-mail address as a key
Fix incorrect example for author-email
Add list of licenses
2001-03-15 18:16:43 +00:00
Barry Warsaw
99c4240b5b
updating Post-History for Aahz
2001-03-15 14:11:16 +00:00
Barry Warsaw
69bfc2a6ed
Added PEP 6, Patch and Bug Fix Releases, Aahz
...
[w/ editorial pass by Barry]
2001-03-15 05:34:19 +00:00
Barry Warsaw
6e33012633
PEP 6, Patch and Bug Fix Releases, Aahz
...
[w/ editorial pass by Barry]
2001-03-15 05:33:51 +00:00
Andrew M. Kuchling
f24ebbe019
Updating the PEP number would be good...
2001-03-13 16:09:08 +00:00
Andrew M. Kuchling
e89f17b305
First draft of metadata PEP
2001-03-13 15:48:04 +00:00
Barry Warsaw
2a69de56be
Feeling flush from IPC9, several new PEP numbers are handed out:
...
PEP 237 Unifying Long Integers and Integers, Zadka
PEP 238 Non-integer Division, Zadka
PEP 239 Adding a Rational Type to Python, Zadka
PEP 240 Adding a Rational Literal to Python, Zadka
PEP 241 Metadata for Python Software Packages, Kuchling
Moshe in the lead...
The authors will check-in their individual PEPs.
2001-03-13 15:40:47 +00:00
Guido van Rossum
c751773847
Christian handed this out at Python9. Might as well save it for
...
posterity. It was written by Gordon.
2001-03-12 20:45:24 +00:00
Barry Warsaw
8d210218ba
Paul Barrett requests moving PEP 209 to Pie-in-the-sky, from Future.
2001-03-12 20:30:47 +00:00
Guido van Rossum
e41c97ed97
Update release status. Close several open issues.
2001-03-02 22:57:05 +00:00
Tim Peters
935daf2489
Typo repair.
2001-03-02 03:11:53 +00:00
Tim Peters
b6893e3c49
Make names in __future__.py bind to class instances instead of 2-tuples.
...
Suggested on c.l.py by William Tanksley, and I like it.
2001-03-02 02:53:08 +00:00
Tim Peters
77c92df29b
New Q&A about why we're not introducing an entirely new statement.
2001-02-27 23:39:23 +00:00
Moshe Zadka
4efb4e9b2b
Some enhancements, based on Tim's urges to clarify.
2001-02-27 21:01:22 +00:00
Tim Peters
193b4215e3
Clarify the muddy status of constructs doing runtime compilation.
2001-02-27 01:13:34 +00:00
Tim Peters
83e170bd5d
__future__ PEP, first cut, a bit out of date, will update later.
2001-02-26 20:40:13 +00:00
Barry Warsaw
f0813dc433
Added PEP 236, Back to the __future__, Tim Peters
2001-02-26 20:22:47 +00:00
Jeremy Hylton
9b6d9b4453
Update to reflect pending __future__ PEP, availability in 2.1 and 2.2,
...
and warnings.
Various bugs reported by Aahz Maruch.
2001-02-26 20:08:05 +00:00
Fred Drake
910d1b4561
Added text describing the two distinct aspects of any weak reference
...
implementation, with pros/cons for different options.
2001-02-26 19:04:00 +00:00
Barry Warsaw
63478e96e1
Added reference to Michael Hudson's SF implementation of the "having"
...
syntax.
2001-02-26 18:13:05 +00:00
Barry Warsaw
f18e64ab07
Some further clarifications:
...
- func.__dict__ starts out as None until the first attribute is
assigned, at which time, it turns into a dictionary.
- del func.__dict__ sets it back to None
- It is legal to assign None to func.__dict__; this is equivalent to
del func.__dict__
Slight rewording to clarify the BDFL's position on special syntax.
2001-02-26 18:03:35 +00:00
Jeremy Hylton
0568294565
Several revisions, primarily to clarify backwards compatibility issues.
2001-02-21 19:11:21 +00:00
Barry Warsaw
78f99f2ced
Tim sez PEP 235 hasn't been implemented yet, so it's moved to Active.
2001-02-21 04:13:51 +00:00
Barry Warsaw
1f001c3949
header re-org
2001-02-21 03:41:08 +00:00
Barry Warsaw
42d58df0bb
PEP 235, Import on Case-Insensitive Platforms, Peters
2001-02-21 03:40:36 +00:00
Barry Warsaw
b7f81f2915
Removed doctest as a justification for funcattrs. :)
2001-02-20 21:44:54 +00:00
Barry Warsaw
6d00c374f2
Moving PEP 232 to the "Future for Py2.2" section, even though part of
...
the PEP will be included in Python 2.1.
2001-02-20 20:12:24 +00:00
Barry Warsaw
b075e5b7ae
Moving this PEP back to Draft after some internal discussions raised
...
more problems with method attributes as previously proposed.
Now, setting attributes on either bound or unbound methods will be
disabled for Python 2.1, but potentially re-enabled for Python 2.2
using a different mechanism. Getting method attributes is unchanged
for Python 2.1 (but may be elaborated in Python 2.2).
2001-02-20 20:11:04 +00:00
Fred Drake
49e6e98d67
Fix the PEP number in the header.
2001-02-19 06:08:07 +00:00
Barry Warsaw
91dd642b50
Updated PEP 209 the the draft from the new owner Paul Barrett.
2001-02-15 23:04:24 +00:00
Barry Warsaw
9501aa7464
Checking in Paul Barrett's latest draft, after spell checking only.
2001-02-15 23:01:53 +00:00
Guido van Rossum
248b499ee6
Some wishes actually got fulfilled!
...
Add a new one.
2001-02-15 13:39:53 +00:00
Jeremy Hylton
6755550c7e
Update release schedule to reflect planned beta and final release.
...
Begin list of open issues that must be resolved before beta.
2001-02-10 00:19:20 +00:00
Guido van Rossum
0dd6c4438a
Fix typo in the alternate way to spell A<B<C, found by
...
geepokey@yahoo.com (Gumby).
2001-02-05 15:56:04 +00:00
Ka-Ping Yee
f6828bb85b
Initial draft of "Iterators" PEP.
2001-02-04 04:36:37 +00:00
Fred Drake
6f6df21bd8
Make weak references somewhat leaner, and (I think) make it possible to
...
implement with reasonable effort in Jython.
2001-01-31 20:48:46 +00:00
Barry Warsaw
535154e148
Slot in PEP 234, Iterators, Ka-Ping Yee
2001-01-31 16:43:34 +00:00
Ka-Ping Yee
f65ea69087
Initial draft of string interpolation PEP.
2001-01-30 17:09:53 +00:00
Moshe Zadka
11b59e238a
Get more practical
2001-01-23 11:33:04 +00:00
Fred Drake
1f0aa4313d
Some minor updates to reflect the removal of .clear(). Added information
...
(preliminary) about proxy objects.
2001-01-22 22:11:03 +00:00
Fred Drake
bd39cf0ae3
Remove the .clear() method; add a link to the patch on SF.
2001-01-22 20:24:56 +00:00
Guido van Rossum
662846454a
Final.
2001-01-19 22:32:11 +00:00
Guido van Rossum
9139e173bf
Moved 207, 208, 230 to Final status.
2001-01-19 22:31:48 +00:00
Guido van Rossum
d515852375
Finalized this PEP. Closed all unresolved issues.
2001-01-19 22:29:19 +00:00
Andrew M. Kuchling
df7922f9d1
Explain what the patch changes
...
Downplay building a static Python; it would still be nice, but it won't
get done for alpha1, and maybe not for 2.1 at all.
2001-01-17 03:45:35 +00:00
Andrew M. Kuchling
ae9631ffe9
Mark this PEP as deferred, and explain why
2001-01-17 03:44:14 +00:00