CAM Gerlach
a6336e9d74
Lint: Update headers and checks per current guidance & provide helpful feedback ( #2484 )
...
* Lint: Disable a couple potentially problematic/unneeded hooks
* Lint: Refine regex for existing Content-Type and PEP references checks
* Lint: Refine regex for Python-Version check and fix a couple deviations
* Lint: Refine regex for Created check and fix a couple deviations
* Lint: Refine regex for Resolution check and fix a few deviations
* Lint: Add new check for Post-History header
* Lint: Add check for Discussions-To header link
* Lint: Add basic check for PEP title presense & excessive length
* Lint: Add check for PEP/BDFL-Delegate header
* Lint: Add check for Sponsor header
* Lint: Add check for legacy Author field format
* Lint: Add check for RST Author field
* Lint: Use more helpful, user-oriented descriptions for header checks
* PEP 245: Add historical note and archive links to wiki page/email lsit
* PEP 628: Add direct link to resolution in acceptance message
* Lint: Explictly allow all valid RFC 2822 line continuations in headers
* Lint: Tweak Post-History and Resolution checks to accept fragments
2022-04-20 04:53:08 -05:00
Adam Turner
113e490701
Several PEPs: Use explicit `:pep:` and `:rfc:` roles ( #2209 )
2022-01-21 11:03:51 +00:00
Serhiy Storchaka
ad7f2b2f6c
Remove trailing spaces from many PEPs ( #983 )
2019-04-16 07:50:15 -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
csabella
ad339c1e27
reSTify PEP225, PEP234, PEP255, PEP450 ( #293 )
2017-06-16 10:20:28 -07: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
Nick Coghlan
e91d95900e
Update Tim's email address so PEPs build again
2015-08-22 19:57:41 +10:00
Serhiy Storchaka
d277ad711a
Removed unneeded spaces before commas and periods.
2015-02-14 19:47:39 +02:00
Georg Brandl
08ea236bbb
Update not-so-old PEP URL.
2009-01-18 09:50:42 +00:00
Brett Cannon
a66fe5e263
Standardize Tim Peters' email address.
2007-06-28 00:10:25 +00:00
Brett Cannon
cdf5d3ce68
Fix the headers so that they are in the right order and no required headers are
...
missing.
2007-06-19 04:20:07 +00:00
David Goodger
c5b5d3c83d
added Last-Modified headers to all PEPs without
2006-03-23 20:13:19 +00:00
Tim Peters
424238f1f7
SF patch 499062: Minor typo in test_generators.py.
...
There's no actual patch there. It's an objection that Guido's example
doesn't actually generator "leaves", so change the comment that says
it does.
2002-03-10 07:59:28 +00:00
Barry Warsaw
bc75a3f95b
After Tim's last cleanup, this baby's Final.
2001-08-15 05:46:40 +00:00
Tim Peters
af68e175a6
Tie a couple loose ends so Barry can put this to bed.
2001-08-15 04:40:23 +00:00
Tim Peters
67c021817d
New text about "from __future__ import generators".
2001-07-17 04:28:28 +00:00
Barry Warsaw
786551c3db
Use new acceptable practices for PEP references.
2001-07-05 19:20:16 +00:00
Tim Peters
be63f6f87c
Record that the CVS tree now has generator tests.
2001-06-24 07:13:11 +00:00
Tim Peters
b931f96dea
Typos.
2001-06-23 08:56:42 +00:00
Tim Peters
1eee9e2d60
Lotsa changes: more details and examples covering recent decisions wrt
...
return stmts, try/except, try/finally; more Q&A. I expect this is the
last major revision of this PEP, so I'm going to post it again too.
2001-06-23 08:53:21 +00:00
Tim Peters
e36f9bc8d8
Added BDFL Pronouncement on reusing "def".
2001-06-21 16:56:41 +00:00
Tim Peters
de1820491f
Added Q&A about "return".
2001-06-20 20:56:07 +00:00
Tim Peters
db019e19e7
Add section explaining that yield *isn't* special wrt try/except/finally.
2001-06-20 20:32:56 +00:00
Tim Peters
195afdf22f
Added brief section about exception propagation.
2001-06-20 19:08:20 +00:00
Tim Peters
156af4640f
Record that the generator work is part of the regular CVS tree now.
2001-06-19 20:11:50 +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
Tim Peters
c051fdc214
Minor changes; added "why a keyword?" Q&A; added Post-History.
2001-06-14 16:06:02 +00:00
Tim Peters
00522cd5dc
Substantial rewriting.
2001-06-14 06:57:29 +00:00
Barry Warsaw
80e6bc7e2e
Magnus Lie Hetland's first version of this pep.
2001-06-05 17:11:30 +00:00