Commit Graph

880 Commits

Author SHA1 Message Date
Barry Warsaw b1ffaf9026 Andrew says PEP 247 is Final. 2001-10-31 15:52:39 +00:00
Barry Warsaw a74714dc36 dictionary() -> dict() 2001-10-31 15:50:36 +00:00
Barry Warsaw e678d918f3 Some rearrangements and fixes based on recent comments. 2001-10-31 15:09:55 +00:00
Barry Warsaw 4574958961 Jim's latest update 2001-10-31 14:46:21 +00:00
Andrew M. Kuchling d79162f032 Finalize interface for keyed hashes, and add a paragraph to the rationale
section describing the reasoning behind using (key, [string]) as the
    signature.

This PEP is ready to be marked Final.
2001-10-31 02:26:25 +00:00
Andrew M. Kuchling ece140cba2 Typo fixes 2001-10-30 21:12:14 +00:00
Andrew M. Kuchling 567be84f95 Use key_size of None for variable-size keys 2001-10-29 22:37:17 +00:00
Andrew M. Kuchling 939e9ad3f5 Fix typo 2001-10-29 22:36:27 +00:00
Barry Warsaw 7a5d23bb6b Updates and fixes based on community comments. Some of the examples
has bugs in them.  Also, they should use Python 2.2's {}.iteritems()
where appropriate.

Renamed and reorg'd the Open Issues section, with an entry about the
shortcut syntax, and a question about nested for loop.

Added a section on Implementation, noting Python 2.2's new dictionary
sequence-of-2-element-sequences constructor.
2001-10-29 18:46:59 +00:00
Barry Warsaw ee2cc42377 Jim's patch for a pointer to the implementation. 2001-10-29 17:45:10 +00:00
Andrew M. Kuchling f47abd0a86 Fix typo 2001-10-29 16:06:05 +00:00
Barry Warsaw c0b5becab4 Add a section called Final Release Notes to collect information about
why and how a final release is special.
2001-10-29 15:53:04 +00:00
Barry Warsaw 5ab9c0e9d2 Updated Post-History: 2001-10-26 19:51:28 +00:00
Barry Warsaw ab0fab217a 2.2b1 was released. 2001-10-26 18:07:45 +00:00
Barry Warsaw 043f64167a Mark PEP 264 as Final 2001-10-26 14:37:06 +00:00
Barry Warsaw 6dafd3c29b Mark as Final 2001-10-26 14:36:22 +00:00
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