Commit Graph

933 Commits

Author SHA1 Message Date
Raymond Hettinger 03e4ff7f34 Added Pep 290 2002-06-17 12:03:22 +00:00
Raymond Hettinger 44902ac34b Initial draft from discussions on py-dev. 2002-06-17 12:01:48 +00:00
Guido van Rossum 6e15da83fe Added another wish. Removed a bunch of fulfilled wishes (no guarantee
that I caught all of 'em).
2002-06-10 21:24:27 +00:00
Barry Warsaw 42bd6f45a7 The PEP file name was non-standard. pep-0291.txt is just a copy of
pep-291.txt.  Please use the former.
2002-06-07 02:47:13 +00:00
Neal Norwitz ba9ab5c6f1 Add PEP 291 for backward compatibility 2002-06-06 19:25:31 +00:00
Guido van Rossum 6655f152be Don't use 'strorunicodeobj' as the generic object name. Use just
'obj' -- after all, you don't know that it's a string or unicode
object just yet, that's what the test in these examples is for!
2002-06-04 17:02:07 +00:00
Neal Norwitz 22cf1a49f9 Update for all the various ways of checking for a string/unicode object
in 2.3, 2.2, 2.1/2.0.
2002-06-04 16:57:44 +00:00
Guido van Rossum 3d6502df3f Add Optik. 2002-05-30 03:18:42 +00:00
Guido van Rossum 43639aa9a4 Remove mention of PEP 272 -- Andrew doesn't plan to submit any code
based on it to 2.3.
2002-05-30 00:50:32 +00:00
Andrew M. Kuchling 944cefbb9f Point to (still-unfinished) implementation patch on SF 2002-05-29 21:24:23 +00:00
Andrew M. Kuchling 2532a8121c Mark the two database API PEPs as "Status: Final", with MAL's approval.
Neither has been revised significantly since 1996 or 1999.
2002-05-29 21:17:42 +00:00
Andrew M. Kuchling f656de7ff1 Add version number to title of PEP 272, and mark it final 2002-05-29 21:09:03 +00:00
Barry Warsaw 842de4b458 Slight change to the string methods recommendation; we mitigate the
recommendation if compatibility with pre-Python 2.0 is necessary.
2002-05-29 16:07:27 +00:00
Guido van Rossum c112da34f8 Add silent deprecation. 2002-05-29 15:43:05 +00:00
Guido van Rossum 00a901aaa0 Take authorship of 283 froM Hylton. 2002-05-28 15:55:16 +00:00
Guido van Rossum 00d8d1685e Total rewrite. Claimed authorship. (Will update PEP 0 too.) 2002-05-28 15:54:45 +00:00
Fred Drake 8400ef771c Change the handling of email addresses to be somewhat more difficult for
spam harvesters to collect, and limit those that are actually turned into
hyperlinks.
2002-05-28 15:46:24 +00:00
Fred Drake 06f95c998b Make the HTML files dependent on the conversion script that generates
them.
2002-05-28 15:30:29 +00:00
Barry Warsaw 732c0ece30 Remove Barry's & Jeremy's email address from the Authors: header (note
to other PEP authors -- it is okay now to omit your email address from
this header, although we will be obscuring it soon).

Also, use peps@python.org as the PEP editor contact address instead of
Barry's personal address.

Remove Guido's email address.

Other updates explaining where address obscuring takes place and where
it doesn't.

Updated the Emacs file local variable section.
2002-05-28 15:20:17 +00:00
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