Commit Graph

19 Commits

Author SHA1 Message Date
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
Yichen 5e5616dce3
PEP 13 and PEP 245: Fix incorrect PEP references (#2267)
* PEP 13: Fix invalid PEP reference
* PEP 245: Fix reference to wrong (duplicate) PEP
2022-01-25 01:58:30 -06:00
Adam Turner 113e490701
Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
Min ho Kim cfb7bd74db Fix typos (#1113) 2019-07-03 11:20:45 -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
Huang Huang 58037ff300 reSTify PEP 245 (#407) 2017-09-12 16:22:29 -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 08ea236bbb Update not-so-old PEP URL. 2009-01-18 09:50:42 +00:00
Guido van Rossum 03c79fc1fb Somehow this rejection wasn't checked in. 2006-04-06 18:36:56 +00:00
David Goodger c5b5d3c83d added Last-Modified headers to all PEPs without 2006-03-23 20:13:19 +00:00
David Goodger 98b0a83e36 email update 2003-06-14 17:14:08 +00:00
Barry Warsaw 786551c3db Use new acceptable practices for PEP references. 2001-07-05 19:20:16 +00:00
Barry Warsaw 67a6f3b10a Michel's latest draft. The original PEP is being split into at least
two separate PEPs.  This one describes only the syntax proposal.
2001-03-28 20:45:35 +00:00
Barry Warsaw 0a7cf61555 minor nits 2001-03-21 23:21:49 +00:00
Barry Warsaw 38cc727787 Michel posted the pep today. 2001-03-21 21:50:48 +00:00
Barry Warsaw 9daec1404d PEP 245, Python Interfaces, Michel Pelletier
(moderately superficial editorial & spell checking pass by Barry).
2001-03-21 18:53:45 +00:00