Andrew M. Kuchling
98315482b7
Change "not" -> "not necessarily" as Jeremy suggested
...
Fix typo
2002-04-18 19:19:35 +00:00
Andrew M. Kuchling
bf5099b6b6
Clarify significance of informational PEPs
2002-04-18 16:27:07 +00:00
Andrew M. Kuchling
2de6737f7f
Update posting history
...
Make some tenses match
2002-04-17 23:11:18 +00:00
Andrew M. Kuchling
63e056458a
Add acks, and use correct number for NIST document
2002-04-17 22:27:21 +00:00
Andrew M. Kuchling
ec7392eb22
Rename PEP 272
2002-04-16 21:26:01 +00:00
Andrew M. Kuchling
7e43fdeaa1
Remove references to stream ciphers. As a result, this is now retitled the
...
block encryption API PEP.
2002-04-16 21:24:19 +00:00
Andrew M. Kuchling
c33c266f9f
Describe the segment_size and counter keyword arguments.
...
Another bunch of rewrites and clarifications.
I now think this PEP is complete enough to implement. My next step
will be to implement it and see if any parts turn out to be horribly
complicated or inefficient. If nothing turns up, I'll finalize the
PEP; if there are problems, the PEP will be revised in light of
implementation experience
2002-04-16 13:33:44 +00:00
Andrew M. Kuchling
bef8c5c6dd
Prefix mode constants with MODE_
...
Remove PGP mode; add CTR mode, and a reference to the NIST publication
Other minor changes
2002-04-16 04:23:49 +00:00
Jack Jansen
267a3d6f76
- Fixed a typo
...
- Return a tuple of newlines in stead of 'mixed'
- Added rationale for having the code in ifdefs and not having the
newlines attribute in --without-universal-newlines builds.
2002-04-13 22:16:49 +00:00
Fred Drake
ffc13e8304
Fix typo spotted by Tim.
2002-04-11 20:52:00 +00:00
Fred Drake
ede5900993
Added formal deprecation for whrandom.
2002-04-11 20:48:55 +00:00
Guido van Rossum
900bbbb5a5
Add live link to the SF patch.
2002-04-11 15:44:08 +00:00
Guido van Rossum
d1866830b9
PEP 285 is Final.
2002-04-11 15:34:19 +00:00
Fred Drake
53309ae584
Excise SourceForge file releases from the release process.
2002-04-11 14:30:51 +00:00
Fred Drake
31a64a1f85
Update the instructions on release notes now that we do not use the SF
...
file release machinery for that.
2002-04-11 14:30:15 +00:00
Fred Drake
f71e28bfbb
Excise SourceForge file releases from the release process.
2002-04-11 14:11:27 +00:00
Andrew M. Kuchling
3c595458fe
Add 'pre' to list of deprecated modules
2002-04-10 22:09:55 +00:00
Guido van Rossum
5eef84dfa9
PEP 283 is not finished until 2.3 is released.
2002-04-08 22:18:44 +00:00
Tim Peters
bcedb64c4b
Add a note about the necessity of updating the LICENSE file.
2002-04-08 20:46:24 +00:00
Barry Warsaw
7e08ee9b55
PEP 279 is renamed to "The enumerate() built-in function" since the
...
old title didn't reflect its accepted proposals. Also, moved this to
the accepted but not yet implemented category.
2002-04-08 17:02:40 +00:00
Barry Warsaw
6e3289542e
PEP 289, Generator Comprehensions, Raymond Hettinger
2002-04-08 15:51:17 +00:00
Barry Warsaw
2b5a1a5bc1
Mark PEP 279 as Accepted.
2002-04-08 15:45:44 +00:00
Barry Warsaw
6913aef3e1
Raymond Hettinger's latest revision. Now marked Accepted.
2002-04-08 15:44:52 +00:00
Fred Drake
529701291f
Update PEP URLs to prefer www.python.org.
2002-04-05 19:42:56 +00:00
Fred Drake
ac45574485
Link to the stylesheet instead of embedding it; even NS4 doesn't require
...
that!
Allow the stylesheet to take care of alignment in the headers table.
2002-04-04 16:13:32 +00:00
Fred Drake
f946295bd5
Move more style information into the style sheets.
2002-04-04 16:11:03 +00:00
Fred Drake
95a78f70d3
Do not open <pre> sections until we need them; this avoids empty <pre>
...
elements at the top of the content and removes leading blank lines inside
<pre> sections.
2002-04-04 15:42:20 +00:00
Fred Drake
04ce7bb769
Organize things a bit, clean up the presentation.
2002-04-04 15:40:17 +00:00
Guido van Rossum
a1e7d0e0f8
Accept PEP 285.
2002-04-03 22:11:23 +00:00
Guido van Rossum
10dbefaed1
Accepted, closed the review period, pronounced all open issues, and
...
added clarification and extra opinions to various spots. Will post
once more.
2002-04-03 22:11:05 +00:00
Barry Warsaw
624f9377bf
Update David Goodger's email address
2002-04-03 18:58:17 +00:00
Fred Drake
a3e1cd5abe
Script that gets run by cron on www.python.org to update the online PEPs from
...
CVS.
2002-04-03 04:26:44 +00:00
Guido van Rossum
c56891588c
Specify that pickle and marshal roundtrip.
2002-04-03 01:31:29 +00:00
Guido van Rossum
b0cf9e95d0
Clarify once more that "if []" will remain valid Python forever.
2002-04-03 00:58:01 +00:00
Guido van Rossum
74271e0dcd
- Add proposal for categorization according to Laura.
...
- Use sf redirector URLs.
2002-04-02 23:13:08 +00:00
Fred Drake
7417257094
Move the publication site for PEPs to python.org.
2002-04-02 23:07:13 +00:00
Barry Warsaw
6644dcee69
Add a note about how PEPs should really be more focussed, and contain
...
a single core idea.
2002-04-02 03:20:07 +00:00
Barry Warsaw
91e98eae56
PEP 288, Generators Attributes and Exceptions, Hettinger
2002-04-01 16:10:19 +00:00
Barry Warsaw
b17080888c
Raymond's latest update. Note Status is still Draft until
...
confirmation of Accepted status comes from Guido.
2002-04-01 16:04:27 +00:00
Barry Warsaw
ade4c48fa4
Fixed Replaces: and Replaced-By: lines.
2002-04-01 16:01:53 +00:00
Barry Warsaw
fb7b40f8a2
In David Goodger's PEP 287, he has a better Emacs turd section.
...
Adopting that here.
2002-04-01 15:59:19 +00:00
Barry Warsaw
18550ff27a
PEP 287, reStructuredText Standard Docstring Format, Goodger
...
Replaces PEP 216, Zadka
2002-04-01 15:57:27 +00:00
Barry Warsaw
74e64dd3e7
Marking PEP 216 as Rejected as per agreement with Moshe and David
...
Goodger (who promises to submit a replacement).
2002-04-01 15:31:38 +00:00
Barry Warsaw
54f1e8adb6
Marking as Rejected as per agreement with Moshe and David Goodger (who
...
promises to submit a replacement).
2002-04-01 15:31:11 +00:00
Barry Warsaw
cce910e25a
minor typo
2002-04-01 15:24:54 +00:00
Guido van Rossum
b0ff431398
Finish incomplete sentence.
2002-04-01 15:20:47 +00:00
Guido van Rossum
e2e9ade45e
Add reference to COM.
2002-03-31 23:02:27 +00:00
Guido van Rossum
f9691ffbc7
Incorporated review feedback. Added Jython argument. Added mention
...
of standard library. Added clarification that "if <list>:" remains
as valid as ever. Minor rewordings all over, got rid of "e.g." again.
2002-03-31 11:26:16 +00:00
Guido van Rossum
4e4e4e8c29
Typo fix.
2002-03-30 13:39:00 +00:00
Guido van Rossum
9cec34b016
Add a section with the most pressing issues for reviewers.
2002-03-30 05:37:02 +00:00