Emily Morehouse
ce5590c1c1
Replace links to sourceforge with links to bpo ( #746 )
...
- Any reference to python.org/sf/<issue-num> has been changed to https://bugs.python.org/issue <issue-num>
2018-07-21 16:57:17 -07:00
Mariatta
cf3bad5ab3
Revert "Rename all .txt PEP files to .rst (GH-462)" (GH-464)
...
This reverts commit bb0e518ed3
.
2017-11-11 11:28:55 -08:00
Huang Huang
bb0e518ed3
Rename all .txt PEP files to .rst (GH-462)
...
For https://github.com/python/peps/issues/1
2017-11-11 10:30:43 -08:00
Larry Hastings
10d9b415de
Updated dead link on PEP 318 (decorators).
2017-09-16 02:08:44 -07:00
Benjamin Peterson
60d9b24542
promote m.p.o links to https
2017-06-11 12:02:39 -07:00
Serhiy Storchaka
a53392a0f0
Remove trailing spaces. ( #232 )
...
Changes made automatically by the following command:
```
egrep -l ' +$' *.txt | xargs sed -i -re 's/ +$//'
```
2017-03-24 23:11:33 +02:00
Marti Raudsepp
04a6af2ab1
Fix various typos, spelling and grammar errors
...
Errors detected using Topy (https://github.com/intgr/topy ), all changes
verified by hand.
2016-07-11 18:35:35 +03:00
Georg Brandl
5999b23389
Fixup some more lists-in-blockquotes. Fixes #26914 .
2016-05-03 10:35:10 +02:00
Benjamin Peterson
1cfda57bab
add people's emails to their peps (from pep 0)
2008-12-30 03:48:55 +00:00
Brett Cannon
db865784af
Make Jim J. Jewett's name consistent.
2007-06-28 19:49:58 +00:00
Georg Brandl
09d0fc1583
Update of PEP 318, by Jim Jewett.
2007-05-02 07:14:15 +00:00
Barry Warsaw
5a8151b527
Jim Jewett points out that PEPs 278, 292, 318, and 324 can be marked as Final,
...
and that 215 can be marked as Rejected.
2005-01-29 18:24:59 +00:00
Raymond Hettinger
dc2bfe867a
Include Guido's rationale for the order of application and for the
...
decorator declaration syntax allowing functions with arguments.
2004-09-14 07:34:23 +00:00
Anthony Baxter
672e4641a9
fix editors note
2004-09-03 09:32:50 +00:00
David Goodger
753c085617
whitespace
2004-09-01 23:40:12 +00:00
Andrew M. Kuchling
6dd0e5c76f
Minor polishing of words
2004-09-01 15:44:33 +00:00
Anthony Baxter
b13a4cc305
ding dong the witch is dead. or rather, the decorator discussion is.
...
updating the pep.
(I'm not sure if the "Community Concensus" section should be trimmed
down radically now - it's a lot of words for a rejected form, and the
case for the form is still available on the web and in the mailing
list archives... opinions, anyone?)
2004-09-01 15:02:22 +00:00
David Goodger
4742ede421
Simplification, and removal of my own added bias ;-)
2004-08-30 16:00:06 +00:00
David Goodger
20b0ec3e18
Made J2 proposal more prominent, and removed some perceived bias. Minor cleanup.
2004-08-30 15:01:09 +00:00
Anthony Baxter
4500941247
I'm done with this now. It'll need a further update when Guido makes a
...
decision.
2004-08-30 13:16:56 +00:00
Andrew M. Kuchling
31ea3d0f38
Wording tweak
2004-08-25 13:47:29 +00:00
Skip Montanaro
5cac22671f
List some possible reasons why arriving at consensus about decorators has
...
been so hard (or impossible) to acheive. There are certainly more. Are
these the killers?
2004-08-24 18:56:00 +00:00
Brett Cannon
03d428dbde
Integrate points listed in python-dev Summary not covered in PEP.
2004-08-24 05:50:01 +00:00
David Goodger
e9a9e14d34
markup
2004-08-20 01:18:24 +00:00
David Goodger
5ae519ab7d
reST foo to the rescue!
2004-08-20 01:14:23 +00:00
Anthony Baxter
9f2f16ef45
checking in work-in-progress. this is by no means finished -
...
I will attack it some more this weekend and attempt to finish it.
Please feel free to fill out any bits you think I've missed.
See the WarningWarningWarning section at the top.
2004-08-19 15:36:14 +00:00
Skip Montanaro
7d419abf3c
Michael Hudson checked in a mod to allow a function's func_name attribute to
...
be modified, thus closing open issue #2 .
2004-08-12 20:33:02 +00:00
Skip Montanaro
69c9d49284
minor corrections
2004-08-10 01:51:30 +00:00
Skip Montanaro
2ad669666f
add Guido's comment about nested decorator problems
2004-08-06 18:34:15 +00:00
Anthony Baxter
980dc9c859
classes, no, functions yes
2004-08-06 16:02:42 +00:00
Guido van Rossum
5c7379e27c
Fix errors in references.
2004-08-06 14:27:38 +00:00
Skip Montanaro
f22bcae049
some other minor updates
2004-08-06 03:53:20 +00:00
Skip Montanaro
8945c589a4
Factor in Anthony's text regarding the @ syntax and toss in a couple other
...
odd bits.
2004-08-06 03:36:09 +00:00
Skip Montanaro
e675128566
Add Ping's enhanced singleton decorator.
2004-04-08 21:14:34 +00:00
David Goodger
d5722e13e2
put emacs local variables stanza into a comment
2004-04-04 16:31:42 +00:00
David Goodger
a8380d6616
conflict between alternative proposed syntax and reST markup; escaped with inline literals
2004-04-04 16:19:26 +00:00
Skip Montanaro
f25aa6ef73
motivate the use of [...] instead of various alternatives.
2004-04-04 14:12:27 +00:00
Skip Montanaro
298122a4e5
Add Guido's proposal and patch.
2004-04-01 13:44:35 +00:00
Skip Montanaro
ad298dbac2
* tweak adding attributes example
...
* add open issue about changing func_name
2004-03-31 18:19:22 +00:00
David Goodger
c0bf347be9
fixed list containment (indents) & whitespace
2004-03-30 13:39:21 +00:00
Guido van Rossum
7a9247a8dc
Insert blank line to remove ReST warning/2.
2004-03-30 03:48:59 +00:00
Skip Montanaro
c83ec2f982
Add verbiage about class decorators and their status
2004-03-25 21:45:58 +00:00
Skip Montanaro
b2436faf3b
Checking in what we have so far. Still digesting some of Jim Jewett's
...
inputs.
2004-03-23 16:41:17 +00:00
David Goodger
079c5cca04
update from Kevin Smith
2004-02-28 19:09:44 +00:00
David Goodger
664d7455ed
update from Kevin Smith
2003-07-29 15:31:13 +00:00
David Goodger
a2339f1b61
updates to PEP 318 from Kevin Smith, including PEP title
2003-06-10 04:29:48 +00:00
David Goodger
c12fe8dba1
Function Modifier Syntax, by Kevin D. Smith
2003-06-09 04:04:58 +00:00