Commit Graph

32 Commits

Author SHA1 Message Date
Hugo van Kemenade 5fb8b28a06
Many PEPs: 'Author' must be list of 'Name <email@example.com>, ...' (#2809) 2022-10-05 19:48:43 +03:00
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
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 3035a38e55 reSTify PEP 102 (#372) 2017-09-12 16:25:57 -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
Benjamin Peterson 8740ed3746 I'm going to call this superseded just to avoid collision in the key 2011-03-04 04:58:22 +00:00
Georg Brandl b91b364be9 Mark PEP 102 as replaced, and add a rationale. 2010-04-06 16:26:38 +00:00
Brett Cannon 8dc0e19ce5 Make Barry Warsaw's name consistent. 2007-06-28 19:53:41 +00:00
Anthony Baxter d8aca009a6 more rpm goodness 2004-05-27 05:55:55 +00:00
Anthony Baxter d87129bbf9 updates 2004-05-13 07:20:16 +00:00
Thomas Heller 841c93fcbc Note that it isn't required any more to manually edit PC/python_nt.rc,
this file is updated automatically now.  I'll leave the section in in
case a release of 2.2.x is done.
2003-12-05 08:37:41 +00:00
Kurt B. Kaiser 898d79e412 Add IDLE tasks.
Modified Files:
 	pep-0101.txt pep-0102.txt
2003-12-05 00:45:14 +00:00
Thomas Heller ea6410f7bd Further explain the creation of the Wise installer, especially which
MS dlls should be used and how to check their version numbers.
Disasters should happen at most once!
2003-10-16 19:13:48 +00:00
Fred Drake 41b0a48d85 Remove instructions for building the HTML Help; they are now part of
PEP 101.
2003-09-30 04:51:14 +00:00
Fred Drake 4de8d6823c Move instructions for building the HTML Help into PEP 101 from PEP 102; this
locates all the instructions for building documentation in one of the PEPs;
the other incorporates the instructions by reference.
2003-09-30 04:49:33 +00:00
Thomas Heller c884456428 Document some things to be done on windows, from the 2.3.1 release experience.
Replace Tim with Thomas everywhere ;-).
2003-09-24 10:55:43 +00:00
Anthony Baxter 9b8f2c641d wrap long line 2003-09-23 03:25:48 +00:00
Barry Warsaw 99ab3d4e0c Setting my address back to barry@python.org for consistency and better
spam fighting defenses.
2003-09-22 04:51:50 +00:00
Anthony Baxter 5f43f66c42 updates from Sean. 2003-09-22 04:25:19 +00:00
Andrew M. Kuchling d16439822f Note python.org changes for new releases 2003-08-13 01:11:55 +00:00
Andrew M. Kuchling 3cdcf4baf3 Typo fix 2003-07-31 15:12:25 +00:00
Walter Dörwald 4f81b6fe4e Fix typo. 2003-05-23 10:08:03 +00:00
Barry Warsaw de73e7e3c1 Updates based on the Python 2.2.3 release. There may be more... 2003-05-22 21:33:26 +00:00
Michael W. Hudson 37c17a6f32 Woo, these changes have been sitting around for a while.
Just a couple of things learnt from 221.
2002-08-12 11:42:43 +00:00
Fred Drake 31a64a1f85 Update the instructions on release notes now that we do not use the SF
file release machinery for that.
2002-04-11 14:30:15 +00:00
Fred Drake f71e28bfbb Excise SourceForge file releases from the release process. 2002-04-11 14:11:27 +00:00
Tim Peters bcedb64c4b Add a note about the necessity of updating the LICENSE file. 2002-04-08 20:46:24 +00:00
Barry Warsaw a5b04739df Some relatively minor, er, micro changes. Python 2.1.2 is technically
a micro release of the Python 2.1 branch.

Shortened the title.
2002-01-10 16:10:18 +00:00
Anthony Baxter a547266a01 oops. forgot to put the README note in this one, too. 2002-01-10 15:48:26 +00:00
Anthony Baxter 833f0ff7a1 adding PEP-0102, how to do a minor release. This is a trimmed down version
of PEP-0101 to only include the minor release steps.
2002-01-10 15:46:28 +00:00