Commit Graph

1114 Commits

Author SHA1 Message Date
Guido van Rossum 6544b4f3bf Add a note about the expected schedule changes. 2002-05-25 00:19:11 +00:00
Guido van Rossum 78c759d636 Two tiny clarifications. 2002-05-24 19:46:20 +00:00
Andrew M. Kuchling 74d28aabb3 Typo fix 2002-05-24 19:42:30 +00:00
Barry Warsaw a086f6d04f More additions based on comments from Tim Peters, Neal Norwitz,
Gerhard Haring, and Guido van Rossum.
2002-05-24 19:39:47 +00:00
Barry Warsaw 7c91cd266a Added Tim's names to avoid (with the addition of cap-I which looks
like an `l' in some fonts).
2002-05-24 17:07:17 +00:00
Barry Warsaw d5a7731ccf Integrated style recommendations from my (Barry's) mimelib/Mailman
style guide.  Only added recommendations that Guido agrees with. :)
2002-05-24 16:22:16 +00:00
Guido van Rossum 7112960b46 Minor nits. Add strong preference for spaces over tabs. 2002-05-24 15:01:43 +00:00
Barry Warsaw 1c6e4e6c3c PEP 279 is now marked Final. 2002-04-29 16:03:43 +00:00
Martin v. Löwis 6c432cfe3f Use Hisao's strategy of converting to UTF-8. 2002-04-19 17:32:14 +00:00
Andrew M. Kuchling 8a055a911e Update two links to amk.ca 2002-04-18 20:08:17 +00:00
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