Commit Graph

9072 Commits

Author SHA1 Message Date
Barry Warsaw 390a7f5838 PEP 217, Display Hook for Interactive Use, assigned moshez 2000-07-31 20:15:14 +00:00
Barry Warsaw 439276bd34 Added a BDFL justification to why there's no optional pad argument. 2000-07-31 16:52:52 +00:00
Barry Warsaw 3be8ce8df4 PEP 211 renamed to "Adding New Linear Algebra Operators" at request of
gvwilson.  More accurately describes the narrower focus.
2000-07-31 16:38:12 +00:00
Barry Warsaw 88002f143d Integrated many suggestions from c.l.py and others. Nothing
substantial w.r.t. the proposed solution, just clarifications,
additional references, and an explanation of why most syntax changes
don't work.
2000-07-31 15:52:45 +00:00
Barry Warsaw 208ff7b554 Added PEP 216, Docstring Format, assigned to Moshe Zadka 2000-07-31 15:06:47 +00:00
Barry Warsaw 518c118b39 PEP 216, Docstring Format, assigned to Moshe Zadka 2000-07-31 15:05:19 +00:00
Moshe Zadka 0dccafd644 Changed status of piddle, based on Janko's input. 2000-07-29 10:11:19 +00:00
Moshe Zadka 8ab187d562 -- Removed those pesky ^L's
-- Added line about piddle
2000-07-29 07:05:41 +00:00
Barry Warsaw 4762067d68 Moved "Local Variables:" string farther away from the end of the file,
so Emacs doesn't think this actually indicates the beginning of a
local variable section!
2000-07-28 06:40:10 +00:00
Barry Warsaw 821285d897 minor typo 2000-07-28 05:49:32 +00:00
Barry Warsaw 4741ca666b PEP 201 renamed "Lockstep Iteration" 2000-07-28 05:48:56 +00:00
Barry Warsaw a4a4286ce1 Parallel => Lockstep everywhere.
Replaced the reference implementation with one that's closer to what
the C code will actually look like; i.e. it obeys the iteration
protocol.

Other grammar and spelling fixes.
2000-07-28 05:48:25 +00:00
Guido van Rossum ff898c8e8a BDFL pronouncements.
Got rid of ^L.
2000-07-27 20:13:39 +00:00
Fred Drake ebc3175f87 Handle RFC822-style continuation lines. One of these appeared in PEP-0001. 2000-07-27 19:18:59 +00:00
Barry Warsaw fe5979f609 added Post-History entry 2000-07-27 19:17:36 +00:00
Barry Warsaw db155e70e5 small typo 2000-07-27 19:17:15 +00:00
Barry Warsaw 15c9185e18 Updated based on Guido's recent pronouncements on the Open Issues.
There are now no more open issues.
2000-07-27 19:15:20 +00:00
Fred Drake c7410156bc Identify the branch tag for the Python 1.6 release.
Remove the ugly form-feed characters some people use with Emacs.
2000-07-27 18:46:29 +00:00
Fred Drake 7896bf218d Further presentation adjustments, use a style sheet for some things. 2000-07-27 18:44:44 +00:00
Jeremy Hylton f02862305b add sterner warning about test case problems
note error in dictionary comparison that raises exception
2000-07-27 03:03:39 +00:00
Barry Warsaw c8fc9eb3fb Fixed reference [1] to point to the current documentation, not the
devel copy (thanks to Fred Drake, Dr. Docs!)
2000-07-26 04:22:03 +00:00
Fred Drake f30b9ed129 If form-feeds are not going to be used to indicate what can be marked as
a header, use a non-white character in the first column.  This looks a
little cleaner.
2000-07-26 04:14:30 +00:00
Fred Drake 6dada5abfb Do not start non-heading content on the first character of the line (after
the header).
2000-07-26 04:12:42 +00:00
Barry Warsaw e6b5c62573 Added Paul's latest crop of names to the list of proposed alternatives
in Open Issues.
2000-07-25 22:00:05 +00:00
Barry Warsaw 516a1a8b52 In a compromise with JHy, and to be more consistent with the style now
documented in PEP1, remove the Emacs page breaks.

Also, Owner: -> Author:, added Created: and Post-History: headers

Changed "Standard For-Loops" section to "Motivation" and shortened
considerably; readers already know how for-loops work in Python.

Added notes about Guido's veto of lazy evaluation.
2000-07-25 21:51:55 +00:00
Fred Drake 1ffce41fee More explanation of feature requirements and mechanics of construction. 2000-07-25 20:48:58 +00:00
Barry Warsaw 86fcb76ff6 Fleshed out the bulk of the guidelines, after internal discussion
among the PEP authors and the BDFL.
2000-07-25 17:59:08 +00:00
Skip Montanaro 8c3a432a60 some content to start things off (maybe someone else will add to it...) 2000-07-25 15:07:28 +00:00
Jeremy Hylton 04a5770dfe add tentative release schedule and contributor guidelines 2000-07-25 14:11:19 +00:00
Peter Schneider-Kamp 638555dec7 try to change rights of peps to rw-rw-r-- 2000-07-25 04:12:28 +00:00
Fred Drake 5b68dc2f37 Add statement that this in the public domain. 2000-07-25 04:00:57 +00:00
Fred Drake cc3cb98680 Revise the generated HTML to be a little nicer, but still pretty simple.
Also add a -n option to suppress installing the generated HTML at
SourceForge to allow local use.
2000-07-25 03:51:44 +00:00
Fred Drake 830acec859 Start of 1.6 release schedule. 2000-07-25 03:38:53 +00:00
Fred Drake af4c241cdd Tell CVS to ignore generated HTML files. 2000-07-25 03:25:14 +00:00
Fred Drake 8e4ce22a5e Minor formatting cleanup; columns should line up with headers. 2000-07-25 02:26:38 +00:00
Fred Drake cadae932e1 Abscond with PEP-0160 for the 1.6 release schedule. 2000-07-25 02:13:43 +00:00
Barry Warsaw 5cabd09974 Added PEP 215, String Interpolation, owned by ping 2000-07-24 19:01:55 +00:00
Barry Warsaw 3bc6d31633 Added a few more open issues:
- what should "zip()" do (i.e. zip with no arguments).

- should zip() be included in the builtins?

- the padtuple proposal
2000-07-24 17:40:00 +00:00
Barry Warsaw 041efa077b PEP 214, Extended Print Statement, owned by bwarsaw 2000-07-24 17:38:35 +00:00
Barry Warsaw e025e06bbe Added PEP 214, Extended Print Statement, owned by bwarsaw 2000-07-24 17:37:59 +00:00
Barry Warsaw 8c4b45cf96 A little more, but still pretty incomplete 2000-07-22 15:13:23 +00:00
Peter Schneider-Kamp 2245a1612a added pep-0212.txt (empty template adapted from 210) 2000-07-22 09:02:49 +00:00
Paul Prescod 3f32c8df87 Update suggested by gmcm -- method is stored in dict alongside
attribute access handler
2000-07-21 21:59:29 +00:00
Paul Prescod e743584658 Added content. First real version of this PEP 2000-07-21 21:14:26 +00:00
Barry Warsaw 37a9ef08cc PEP 213, Attribute Access Handlers, assigned to Paul Prescod 2000-07-21 20:05:07 +00:00
Barry Warsaw 0b8506e3fe Added PEP 212, Additional Builtin Generators, assigned bwarsaw
Added PEP 213, Attribute Access Handlers, assigned prescod
2000-07-21 20:03:17 +00:00
Barry Warsaw 2cc9f4e104 Added Emacs page breaks 2000-07-21 18:29:05 +00:00
Barry Warsaw 76592cc75b Moderate first formatting pass of Jeremy's content for this PEP. 2000-07-21 18:13:15 +00:00
Peter Schneider-Kamp d96183f255 incorporating changes from /F
not including pep-0000.txt -> index.html (a symbolic link does just fine)
2000-07-20 22:44:36 +00:00
Peter Schneider-Kamp 8f14080fb1 converts pep-*.txt to pep-*.html and loads them up with the help of scp
it would be nice if you could call it after committing changes on a pep

Syntax: python pep2html [sf_username]
2000-07-20 22:29:24 +00:00