Greg Stein
932256da76
Complete the authentication section, and flesh out the proxy and DAV
...
sections.
2001-08-21 20:20:22 +00:00
Greg Stein
919d69018d
Update the text to use direct RFC references (to automagically pick up URLs
...
to those specs). Fix the PEP: header at top, after Barry's renumbering.
2001-08-21 08:22:47 +00:00
Greg Stein
05a939622a
Add some initial details for the authentication handling.
2001-08-21 08:16:35 +00:00
Barry Warsaw
5331ad949f
Greg Stein was a bad boy! <268 spank>
...
Jeremy Hylton's "Optimized Access to Module Namespaces" PEP gets 267.
We'll let Greg slide this time, so his (albeit incomplete other than a
Rationale) PEP gets 268. It must get filled in soon though or it'll
get moved to the "Empty" category. :(
2001-08-21 00:02:26 +00:00
Barry Warsaw
318841b0cc
Bogus trailing whitespace
2001-08-20 23:59:26 +00:00
Greg Stein
ad8777d91e
Initial draft to publish the abstract/rationale. More detail coming soon.
2001-08-20 21:24:58 +00:00
Greg Stein
e67f39a7dd
Reserving PEP 267... hopefully checking in tonite
2001-08-20 21:04:09 +00:00
Barry Warsaw
cce0e5f5b0
Tim sez: "Future statements in simulated shells" should move from Open
...
to Accepted.
2001-08-17 22:43:49 +00:00
Tim Peters
e6b12033dd
Record that PEP 264 resolved some open issues left hanging in 236.
2001-08-17 22:42:26 +00:00
Skip Montanaro
f0d981671f
added bit about caching functions in pystone
...
added (very) short bit about threads
added "Questions" and "Unresolved Issues" sections
2001-08-16 01:04:55 +00:00
Barry Warsaw
0b34071cba
A little bit of clarity and reorg.
2001-08-15 15:28:57 +00:00
Barry Warsaw
bc75a3f95b
After Tim's last cleanup, this baby's Final.
2001-08-15 05:46:40 +00:00
Tim Peters
af68e175a6
Tie a couple loose ends so Barry can put this to bed.
2001-08-15 04:40:23 +00:00
Barry Warsaw
48c98884b7
PEP 266, Optimizing Global Variable/Attribute Access, Skip Montanaro
2001-08-15 00:06:02 +00:00
Barry Warsaw
f51ea84522
PEP 266, Optimizing Global Variable/Attribute Access, Skip Montanaro
...
Minor editorial pass, spell checking, formatting. I also had to
shorten the title, hope Skip doesn't mind!
2001-08-15 00:05:34 +00:00
Barry Warsaw
7a54f094ef
PEP 9, Sample PEP Template, Barry Warsaw
2001-08-14 23:59:22 +00:00
Barry Warsaw
9a5ae7dfc2
Clarify some style points, such as fill column, double-spacing at the
...
end of sentences, etc. Add a reference to PEP 9, a new sample PEP
template.
2001-08-14 23:58:09 +00:00
Barry Warsaw
fcfb160406
PEP 265, Sorting Dictionaries by Value, Grant Griffin
2001-08-14 23:07:50 +00:00
Barry Warsaw
cb2305d6da
PEP 265, Sorting Dictionaries by Value, Grant Griffin
...
Editorial pass, formatting, spell checking by Barry.
2001-08-14 23:07:17 +00:00
Barry Warsaw
3d503a4ea4
Clarification on when and how to report PEP bugs and updates.
2001-08-14 22:48:14 +00:00
Barry Warsaw
03cbc71719
PEP 250 name change to Using site-packages on Windows. Paul's latest
...
revision is Final, but I'm not yet sure if everything's checked into
CVS.
2001-08-14 22:24:06 +00:00
Barry Warsaw
1a638d1d20
Paul's latest revision, marked Finish, with minor formatting fixes.
...
Paul changed the name of the PEP so this will be reflected in PEP 0.
2001-08-14 22:23:18 +00:00
Barry Warsaw
85c2313552
Add a Last-Modified: header.
...
Add a short description of the format for both the Author: and
Post-History: headers.
Elaborate a bit about how and where PEP discussions should be held.
2001-08-14 22:04:52 +00:00
Barry Warsaw
c1d87738ff
Add a Last-Modified: header
2001-08-14 22:03:43 +00:00
Barry Warsaw
fc3f937c6a
Fixed the format of both the Author: field and the Post-History:
...
field. (These formats will now be described in PEP 1).
2001-08-14 21:58:43 +00:00
Barry Warsaw
7dd574bea5
fixpat: Add , to the list of punctuation allowable in a url.
...
fixanchor(): Adopt the algorithm for url recognition from faqwiz after
suggestion by Guido. Strip any trailing punctuation from the end
of the url.
Also, use .startswith() where appropriate.
2001-08-14 21:42:39 +00:00
Barry Warsaw
6c8fa813b9
Fix some minor typos.
2001-08-14 19:30:15 +00:00
Barry Warsaw
5bbf71b8a8
Mark PEP 260 as Final.
2001-08-14 19:16:49 +00:00
Barry Warsaw
392883974f
Guido says this PEP is Final.
2001-08-14 19:16:31 +00:00
Barry Warsaw
18d4c901f6
PEP 202, List comprehensions is now marked complete. Change the owner
...
to Barry.
2001-08-14 18:43:47 +00:00
Barry Warsaw
900cff21cc
We have assumed control, we have assumed control, we have assumed
...
control.
Clean this PEP up to reflect current reality, and mark it Final.
2001-08-14 18:43:06 +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
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