Barry Warsaw
8943f419a9
PEP 2, Procedure for Adding New Modules, assigned to esr.
2000-08-08 02:31:25 +00:00
Barry Warsaw
6f15dc67f4
Informational PEPs can also have a status of Active.
2000-08-08 02:30:55 +00:00
Barry Warsaw
cc385c1671
PEP 2 added.
...
Conform headers to PEP 1.
2000-08-08 02:30:24 +00:00
Barry Warsaw
f4c64c9925
PEP proposals must have a title and an abstract.
2000-08-07 23:00:47 +00:00
Jeremy Hylton
5bd447591e
some notes about test cases
...
couple of more small action items
2000-08-07 17:04:27 +00:00
Thomas Wouters
18701cf307
Complete rewrite of the PEP, discarding the previous long explanation about
...
augmented assignment. Kept as short as possible, but might still be
considered wordy :-)
2000-08-07 12:40:00 +00:00
Barry Warsaw
93d20f2bf1
PEP 201 has been accepted by the BDFL.
2000-08-03 15:42:42 +00:00
Barry Warsaw
8a03f9cff1
This proposal has been accepted by the BDFL.
2000-08-03 15:41:47 +00:00
Barry Warsaw
83a66442f6
Added PEP 218, Adding a Built-In Set Object Type, assigned to gvwilson.
2000-07-31 20:20:52 +00:00
Barry Warsaw
cfe56e6b8f
PEP 218, Adding a Built-In Set Object Type, assigned to gvwilson.
2000-07-31 20:20:31 +00:00
Barry Warsaw
9b74d16633
Added PEP 217, Display Hook for Interactive Use, assigned moshez
2000-07-31 20:15:48 +00:00
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