Commit Graph

500 Commits

Author SHA1 Message Date
Guido van Rossum 559c1c1ad4 PEP 259: Omit printing newline after newline 2001-06-11 20:07:37 +00:00
Guido van Rossum afd299ae13 I just figured out how to make automatic hyperlinks to other PEPs. 2001-06-08 20:50:31 +00:00
unknown e7232264a6 PEP Style section: allow optional Last-Modified: header to hold the
RCS $Date$ revision string.
2001-06-06 05:57:22 +00:00
unknown 67fa34c8aa Added the following PEPs:
S   256  pep-0256.txt  Docstring Processing System Framework  Goodger
 S   257  pep-0257.txt  Docstring Conventions                  Goodger
 S   258  pep-0258.txt  DPS Generic Implementation Details     Goodger
2001-06-06 05:56:34 +00:00
unknown ff682b330d PEP 256, Docstring Processing System Framework, David Goodger
Editing pass by Barry.
2001-06-06 05:55:51 +00:00
unknown 3cade7a68b PEP 257, Docstring Conventions, David Goodger
Editing pass by Barry.
2001-06-06 05:55:20 +00:00
unknown f1ae408a1c PEP 258, DPS Generic Implementation Details, David Goodger
Editing pass by Barry.
2001-06-06 05:54:49 +00:00
Barry Warsaw bdb526ef89 fixanchor(): Use a module global RFCURL template for RFC urls. Change
this template to point at the nice faqs.org html-ified RFCs.
2001-06-05 17:21:19 +00:00
Barry Warsaw 5acdb29467 Added pep 255, Simple Generators 2001-06-05 17:11:50 +00:00
Barry Warsaw 80e6bc7e2e Magnus Lie Hetland's first version of this pep. 2001-06-05 17:11:30 +00:00
Barry Warsaw 6426c51912 Paul Moore's latest update 2001-06-05 17:01:55 +00:00
Barry Warsaw f247ba6c7f Move PEP 218 from py-in-the-sky to active-for-2.2 2001-06-05 16:57:05 +00:00
Barry Warsaw b09f722216 PEP 211 update from Greg Wilson, includes a name change, and a change
to Greg's email address.  Also, I moved the PEP to "Active for 2.2"
and un-deferred it.
2001-06-05 16:51:08 +00:00
Barry Warsaw e0e0bb6439 Long overdue update from Greg Wilson 22-Apr-2001 2001-06-05 16:50:09 +00:00
Barry Warsaw cab29f1501 Mark PEP 236 as final. 2001-06-05 16:42:59 +00:00
Barry Warsaw d0c910878f This PEP is finished, so mark it as final. 2001-06-05 16:42:27 +00:00
Barry Warsaw 4991202ccf Updated Post-History: (long overdue). 2001-06-05 16:39:11 +00:00
Tim Peters de16d3df2a Added two math module feature requests. 2001-06-04 18:50:40 +00:00
Guido van Rossum af71a6d5d2 Add implementation information. 2001-05-22 03:04:27 +00:00
Guido van Rossum 8ce73a97d3 Add a lot of text. A looooooot of text. Way too much rambling. And
it isn't even finished.  I'll do that later.  But at least there's
some text here now...
2001-05-15 01:36:46 +00:00
Guido van Rossum d1e2189144 Checking in a stub of PEP 253. 2001-05-14 13:43:23 +00:00
Fred Drake 4c7859a849 Go ahead and list Thomas Wouters as patch czar for Python 2.1.1; this
should have been added a while ago!
2001-05-08 18:55:57 +00:00
Greg Wilson 125ca2410c Updating PEP to reflect prototype implementation 2001-05-07 19:51:10 +00:00
Tim Peters 9ba47180ba Make PyIter_Next() a little smarter (wrt its knowledge of iterator
internals) so clients can be a lot dumber (wrt their knowledge).
2001-05-05 00:14:56 +00:00
Barry Warsaw f01e1f9e49 The home directory for the python project has moved (and the symlink removed). 2001-05-01 17:53:52 +00:00
Barry Warsaw c92ac512a1 Fixed one small typo 2001-05-01 17:52:06 +00:00
Guido van Rossum 5ea06118a1 I've implemented iterkeys(), itervalues() and iteritems() methods for
dictionaries.  These do away with the myth that iterating over the
keys and extracting the values is as fast as iterating over the items;
it is about 7% slower.
2001-05-01 12:15:42 +00:00
Guido van Rossum 392ff1769e Add proposal to make files their own iterator. 2001-05-01 11:47:29 +00:00
Guido van Rossum 427ddb1062 Correct typos and add bits of discussion. Also add another "chief
virtue".
2001-05-01 11:42:07 +00:00
Guido van Rossum 655faadd09 Update post-history; corrected a typo. 2001-05-01 02:29:03 +00:00
Guido van Rossum 3deab93236 Moved all the discussion items together at the end, in two sections
"Open Issues" and "Resolved Issues".
2001-05-01 02:04:28 +00:00
Guido van Rossum e5aa4a1379 Typo: has_item() should be has_key(). Thanks Moshe. 2001-04-28 16:10:39 +00:00
Guido van Rossum 072638b586 Add (minimal) discussion about restartability. 2001-04-27 15:33:02 +00:00
Guido van Rossum 619a17e425 BDFL pronouncement on next() vs. __next__() vs. __call__().
Add mailing list pointers.

Add discussion on "once-stopped-always-stopped".
2001-04-27 15:26:54 +00:00
Marc-André Lemburg 811c26b6de Addded clarifications proposed by Federico Di Gregorio. 2001-04-27 11:20:14 +00:00
Guido van Rossum 8026ee6829 Added some more discussion. 2001-04-26 21:50:09 +00:00
Guido van Rossum bc657d06b6 Adding MAL's comment about next() vs. __next__(). 2001-04-26 13:39:59 +00:00
Guido van Rossum 701fba5cdb Added attribute descriptor API.
Still need to do the signature object API.
2001-04-23 21:19:03 +00:00
Guido van Rossum 75110765c1 Add discussion about next() vs. __next__(). So far I'm liking next()
jut fine.
2001-04-23 20:04:59 +00:00
Guido van Rossum c0441481c9 Add van Rossum as co-author to PEP-234 (Iterators). 2001-04-23 18:34:56 +00:00
Guido van Rossum 31a363c4f5 Almost completely rewritten, focusing on documenting the current state
of affairs, filling in some things still under discussion.

Ping, I hope this is okay with you.  If you want to revive "for
keys:values in dict" etc., you'll write a separate PEP, right?
2001-04-23 18:31:46 +00:00
Guido van Rossum bad454ef15 Check in a little more about attribute descriptors. More to follow
later today.
2001-04-23 16:35:33 +00:00
Guido van Rossum 2893fa23ef Correct typo found by Thomas Heller (swapped __methods__ and
__members__).
2001-04-20 13:46:17 +00:00
Guido van Rossum eb32cf6554 Some more writing, specifying the core elements of the class-based
introspection API.  I'll add attribute descriptors tomorrow.
2001-04-20 04:01:57 +00:00
Guido van Rossum e480cceffe This PEP still needs a Copyright note. I've added an XXX (I can't
very well place it in the public domain for Jeremy :-).
2001-04-20 02:21:07 +00:00
Guido van Rossum 3fbd95d184 Add the first bits of PEP 252, Making Types Look More Like Classes. 2001-04-19 21:27:25 +00:00
Guido van Rossum b5b9314dea Updated for clarity and to reflect reality. Jeremy, there are still
XXX bits in here.  Also, shouldn't the status be updated to Final?
2001-04-19 19:36:13 +00:00
Barry Warsaw 7183d7401f Changing status to Deferred until Paul updates the text <wink> 2001-04-18 10:32:43 +00:00
Barry Warsaw 6f98f7f3c8 PEP 251, Python 2.2 Release Schedule, Warsaw (for now) 2001-04-18 10:28:43 +00:00
Barry Warsaw 723eab0480 PEP 250, Using site-packages on All Platforms, Paul Moore 2001-04-18 10:28:11 +00:00