Commit Graph

764 Commits

Author SHA1 Message Date
Tim Peters 156af4640f Record that the generator work is part of the regular CVS tree now. 2001-06-19 20:11:50 +00:00
Guido van Rossum 66d57b047e Add back the Emacs stanza. 2001-06-19 11:43:26 +00:00
Guido van Rossum 8727f5379f Fix typo reported by Andrew MacKeith. 2001-06-18 20:46:13 +00:00
Guido van Rossum b6bd93ff82 Add van Rossum as co-author of PEP 257. 2001-06-18 19:19:51 +00:00
Guido van Rossum d96e4fbc05 New version from David Goodger, where he makes me co-author (since
it's mostly lifted from my style guide).  I don't plan to actively
contribute much -- David is the primary author.

There are many miscellaneous updates here.
2001-06-18 19:18:58 +00:00
Guido van Rossum 9bab4aa88d Make a dummy PEP so that PEP 0 doesn't have a broken link. 2001-06-18 18:13:07 +00:00
Tim Peters f898c80976 Add branch-retrieval instructions, adapted from PEP 253. 2001-06-15 21:37:15 +00:00
Tim Peters 385aea3fb0 Added pointer to the gen-branch of the CVS tree. 2001-06-15 20:50:42 +00:00
Guido van Rossum 9c2e1292f6 More good stuff. Consider this just a checkpoint. 2001-06-14 20:48:43 +00:00
Tim Peters c051fdc214 Minor changes; added "why a keyword?" Q&A; added Post-History. 2001-06-14 16:06:02 +00:00
Guido van Rossum 82dbbdfcee Clarified the paragraph about creating a subtype in C. 2001-06-14 13:37:45 +00:00
Tim Peters 00522cd5dc Substantial rewriting. 2001-06-14 06:57:29 +00:00
Guido van Rossum b54a36962d Another intermediate update. I've rewritten the requirements for a
base type to be subtypable.  Needs way more work!
2001-06-13 21:48:31 +00:00
Guido van Rossum 137a35ac05 PEP 259 rejected by user community with record unanimity. 2001-06-13 16:22:05 +00:00
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