Commit Graph

21 Commits

Author SHA1 Message Date
Hugo van Kemenade a169cac7d5
Change language from BDFL-Delegate to PEP-Delegate (#1672) 2020-10-26 11:48:42 -07:00
Benjamin Peterson e823d72b2e Use raw string to fix illegal escape SyntaxError. 2019-05-31 12:05:02 -07:00
Jukka Lehtosalo 0db9dcb199 PEP 589: TypedDict: Type Hints for Dictionaries with a Fixed Set of Keys (#956) 2019-03-29 06:38:13 -07:00
Zachary Ware 551b28921f
Fix rendering abbreviated two-part surnames (#765)
Fixes #764.
2018-08-29 15:09:31 -05:00
Nick Coghlan d18a264e4b
Convert PEP index to ReST (#705)
Keeps Python 3.5 compatibility, as that's what
pythondotorg currently still uses.
2018-07-10 23:10:43 +10:00
Nick Coghlan 307dda38d4
PEP 1: Add a separate "Provisional" PEP status (#577)
This adds an explicit "Provisional" status for PEPs, making
it easier to track which PEPs are truly Final, and which
are pending further further public feedback based on
their initially published reference implementations.
2018-07-08 11:50:57 +10:00
R. David Murray 62055aad79 Make Version/Last-Modified optional/deprecated.
These fields were maintained by the version control system, and this
no longer happens with git.  They are already no longer displayed in
the published versions of the pages.
2017-09-05 14:41:25 -04: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
Brett Cannon a3a6301c92 Fix Python 3 compatibility. 2015-09-11 10:39:21 -07:00
Brett Cannon d7ef54d600 Convert all PEP-related code to be Python 2/3 compatible. 2015-08-08 14:04:29 -07:00
Benjamin Peterson a16f3429d8 remove trailing whitespace 2014-12-19 17:47:39 -06:00
Nick Coghlan 73310d4468 Add the BDFL-Delegate field, using myself as the test case.
Including the delegate's email address would be nice, but the PEP writer lives in docutils upstream rather than our PEPs repo and I'm not updating docutils just to mask an additional field, nor am I inclined to figure out how to move the writer definition downstream where it belongs
2012-05-06 16:31:52 +10: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
Nick Coghlan 1f7d4394d0 Make error message slightly more helpful in diagnosing missing angle brackets around an email address in the PEP header
(Also added PEP 3150, which was meant to be a separate checkin. C'est la vie)
2010-07-20 13:17:13 +00:00
Barry Warsaw 5d9da43a0a Support the Resolution header, required for Standards Track PEPs. 2010-04-30 19:21:52 +00:00
Barry Warsaw 9ad01d6824 Add missing exception. 2009-12-16 15:52:12 +00:00
Benjamin Peterson 14830ed7dc don't let fun break the index 2009-04-06 23:52:08 +00:00
Benjamin Peterson ad9407026a use a more robust form of normalization to make sorting correct 2009-01-08 03:49:25 +00:00
Benjamin Peterson 4b6ed1c41a add nickname in parenthesis to name listing for clarity 2009-01-05 03:48:09 +00:00
Benjamin Peterson 215254c9f4 employ a rather nasty hack to sort umlauts properly 2009-01-05 01:38:06 +00:00
Benjamin Peterson 1fbe18ef45 add the supporting library for generating PEP 0 2008-12-30 17:44:55 +00:00