Commit Graph

764 Commits

Author SHA1 Message Date
Michael W. Hudson a41ef076fd Update to reflect what actually happened (should have done this
ages ago).  I think this PEP can now be marked final.
2001-10-26 08:05:48 +00:00
Barry Warsaw 094902237e Mark PEP 229 as Final. 2001-10-25 22:03:18 +00:00
Andrew M. Kuchling 5de9f47fb1 Removing one open item, and clarifying another.
This PEP can now be marked as final.
2001-10-25 21:40:24 +00:00
Andrew M. Kuchling 51ef18d1e2 Update PEP slightly to reflect what was checked in 2001-10-25 20:58:17 +00:00
Barry Warsaw a9022fa5cc Added PEP 274, Dict Comprehensions, Warsaw 2001-10-25 20:28:19 +00:00
Barry Warsaw d00e0d7e3e PEP 274, Dict Comprehensions, Warsaw 2001-10-25 20:28:05 +00:00
Barry Warsaw fd104f7bb3 Mark PEP 234 as Final. 2001-10-25 20:14:32 +00:00
Barry Warsaw fdf0d91a18 Moved all the Open Issues to Resolved Issues, with a brief explanation
of how they were resolved.  Mark this PEP as Final.
2001-10-25 20:14:01 +00:00
Barry Warsaw 28ea10a7a4 Oops, PEP 273 is a Standards Track PEP 2001-10-25 16:04:38 +00:00
Barry Warsaw acdc4d4712 Added PEP 273, Import Modules from Zip Archives, James C. Ahlstrom
Also, did some reorganization of the PEP categories:

- Under consideration for Python 2.2 -> ... for Python 2.3

- Py-in-the-sky -> Python 2.3
2001-10-25 16:02:58 +00:00
Barry Warsaw 99862de094 PEP 273, Import Modules from Zip Archives, James C. Ahlstrom 2001-10-25 15:58:29 +00:00
Barry Warsaw ad5d244ead Jack rightly suggests doing the cvs update with -d -P and -A. 2001-10-25 15:42:57 +00:00
Barry Warsaw 5bcb5cfe0a More Guido feedback 2001-10-25 15:41:29 +00:00
Barry Warsaw 6f015e9b60 Integrated some of Guido's comments. 2001-10-25 05:19:19 +00:00
Barry Warsaw 0087381033 Updates based on final decision about the inclusion of Doc/ in the
source tarball (we do it), a compromise on when the branch is created,
and some information about the Mac.

Also, added some underlines for actual tick marks.
2001-10-24 23:18:46 +00:00
Fred Drake 831df0919f Add a checklist item so that we have GNU Info documentation. 2001-10-22 19:00:55 +00:00
Andrew M. Kuchling 4aaafae02a Add rationale section 2001-10-22 02:10:29 +00:00
Greg Stein 65fa39f94a There is no way that #268 is going to be completed in time for Python 2.2.
Move it out to a future release.
2001-10-21 22:55:37 +00:00
Tim Peters 697c965fbf Added Anthony Baxter as 2.1.2 Czar. 2001-10-21 18:24:08 +00:00
Guido van Rossum de40a0f6d8 Update open issues a bit. 2001-10-19 18:17:00 +00:00
Fred Drake c77ac1b545 Added comments about the doc packaging and the removal of the Doc/ tree from
the source package.
2001-10-19 17:10:22 +00:00
Guido van Rossum dd753eaa71 Buffer interface thing got fixed. 2001-10-19 14:06:33 +00:00
Barry Warsaw 76bd6fdb4b Get rid of the note about verifications -- they've already been done. 2001-10-19 04:36:40 +00:00
Barry Warsaw 2035a2c4cc Mark PEP 238 as Final 2001-10-18 18:00:50 +00:00
Barry Warsaw f2db2723e9 This PEP is in CVS so mark it as Final. 2001-10-18 18:00:15 +00:00
Barry Warsaw f594ca1b98 Updated some dates. 2001-10-18 17:50:46 +00:00
Andrew M. Kuchling 1a973802c8 Set digest_size to None for variable-size hashes 2001-10-09 21:13:07 +00:00
Skip Montanaro a9f047fab8 fix three trivial typos. 2001-10-04 04:58:56 +00:00
Barry Warsaw 6ba0c5ab1f A couple of minor corrections based on 2.2a4 experience. For the most
part, this looks darn good!
2001-09-28 17:16:35 +00:00
Barry Warsaw 6a52659a62 This PEP has been withdrawn by its author. 2001-09-26 05:01:24 +00:00
Barry Warsaw c09df576b1 PEP 271 is withdrawn. 2001-09-26 05:01:09 +00:00
Andrew M. Kuchling 407ce7575f Clarify description of update() (Boyd Roberts)
Clarify description of new (Tim Peters)
2001-09-24 15:37:19 +00:00
Tim Peters a307f83a41 Fixed a number of typos, and made some semantic updates in a few areas I
was sure about.
2001-09-21 07:56:16 +00:00
Andrew M. Kuchling 0bc40d7a97 'blocksize' -> 'block_size', 'keysize' -> 'key_size'
Rip out the key_size attribute of cipher objects
Set PEP number
Various rewrites
2001-09-20 16:12:26 +00:00
Andrew M. Kuchling 9a8e19ea89 Initial check-in of PEP 272, "API for Secret-Key Encryption Algorithms" 2001-09-20 16:06:16 +00:00
Barry Warsaw c4a12f5142 Added PEP 272, API for Secret-Key Encryption Algorithms, Kuchling 2001-09-20 16:02:29 +00:00
Andrew M. Kuchling aa59a16c72 Removed the reset() method
Renamed digestsize to digest_size
Swap order of key, string arguments to new()
Various minor rewrites
2001-09-20 15:48:02 +00:00
Andrew M. Kuchling 058fd0c7cc Apply suggestions from last round of comments 2001-09-17 15:09:37 +00:00
Barry Warsaw 0f209d79a3 Added SF urls for the reference implementations. 2001-09-13 18:41:35 +00:00
Barry Warsaw 82be304a45 Added PEP 271, Prefixing sys.path by command line option, Giacometti 2001-09-13 16:47:13 +00:00
Barry Warsaw 60c5796bd8 PEP 271, Prefixing sys.path by command line option, Giacometti
(formatting by BAW)
2001-09-13 16:46:44 +00:00
Martin v. Löwis fb1482143b Minor updates to reflect the current implementation. 2001-09-11 09:59:14 +00:00
Greg Stein b44c53c0ef Some tweaks/clarifications based on initial implementation this weekend. 2001-09-11 00:34:48 +00:00
Guido van Rossum 449eed85f9 Quick merge of Barry's feedback of four weeks ago. ;-( 2001-09-08 12:42:48 +00:00
Guido van Rossum aaebded223 Small rewordings based on Terry Reedy's feedback (finally).
Added a few more open issues.
2001-09-08 11:31:52 +00:00
Tim Peters 17807b8b31 Added Step 5 (Verify!). Added Windows notes. 2001-09-08 05:17:56 +00:00
Barry Warsaw 9f817b94d1 Slight clarification. Thanks Skip! 2001-09-07 22:45:52 +00:00
Barry Warsaw 61cbcdd8d3 PEP 270, uniq method for list objects, Jason Petrone 2001-09-07 22:40:38 +00:00
Barry Warsaw a634156bd1 Added PEP 270, uniq method for list objects, Jason Petrone 2001-09-07 22:40:06 +00:00
Barry Warsaw 3658c543a3 Added PEP 269, Pgen Module for Python, Jonathan Riehl 2001-09-07 22:36:05 +00:00