Adam Turner
42f88f1ce2
Display list names in Resolution and Discussions-To headers ( #2361 )
2022-02-27 14:46:36 -08:00
Adam Turner
113e490701
Several PEPs: Use explicit `:pep:` and `:rfc:` roles ( #2209 )
2022-01-21 11:03:51 +00:00
Xavier Fernandez
689453c022
PEP 345 - Disallow environment markers in Requires-Python (GH-1611)
...
Neither pip nor setuptools or warehouse are expecting them and since
Requires-Python disallows multiple use, environment markers would be
useless.
2020-09-21 22:09:10 +01:00
Kir
3443ce5e70
correct the Changed fields in "Summary of Differences From PEP 314" ( #1321 )
2020-09-21 12:27:37 -07:00
wim glenn
067d654c38
PEP 345: Improve example for the Project-URL field and clarify purpose ( #1216 )
2019-10-25 11:58:26 -07:00
Min ho Kim
cfb7bd74db
Fix typos ( #1113 )
2019-07-03 11:20:45 -07:00
Nick Coghlan
d8411b76d7
Mark several PEPs as final ( #578 )
...
- 376, 425, 427: reference implementations now live outside CPython
- 506: implemented and released in Python 3.6
- 539: implemented in Python 3.7
2018-02-21 10:36:21 +10: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
INADA Naoki
4f899a0f01
".0" is suffix, not prefix. ( #127 )
2016-11-03 08:57:06 -07:00
Matthias Bussonnier
848fcd1b33
Update pep 345 to reference pep 440 that supersede pep 386. ( #77 )
...
Pep 386 - "Changing the version comparison module in Distutils" has been
replaced by Pep 440 - "Version Identification and Dependency
Specification"
Pep 345 still refer to pep 386, I suppose it is meant to reference pep
440 now.
2016-08-29 07:08:40 +10:00
Matthias Bussonnier
680d79ad90
'Fix typo: wich -> which' ( #78 )
2016-08-28 21:13:53 +03: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
Serhiy Storchaka
475b6f0c4e
Fixed markup of footnotes.
2015-02-14 19:49:04 +02:00
Éric Araujo
114063f6e8
Backed out changeset 4dc72bbf9ed2 (need more discussion + delegate)
2012-07-07 14:31:27 -04:00
Daniel Holth
85619a3b60
specify Provides-Extra
2012-07-04 07:30:08 -04:00
Alexis Metaireau
eb3d496b80
PEP 345: platform.python_implementation is now an authorised environment marker.
...
This allows to target some specific python implementations (such as cpython/pypy/jython) when describing PEP 345 fields
2011-05-01 15:51:51 +01:00
Tarek Ziadé
d0ac85dba8
make sure Name (Version) is what is added in Provides-Dist
2010-05-31 13:45:53 +00:00
Tarek Ziadé
4d6494b6c4
removed erroneous sentence
2010-05-30 21:24:43 +00:00
Tarek Ziadé
b1c944fbd2
mark those PEPs as accepted
2010-03-21 22:24:43 +00:00
Tarek Ziadé
e5f8d610aa
removed the ~= operator
2010-02-13 20:16:20 +00:00
Tarek Ziadé
2ff7a1003f
removed the section about why the author-email field *was* mandatory
2010-02-09 22:42:53 +00:00
Tarek Ziadé
ed5e7f1953
added author field in the list of changed fields
2010-02-09 21:41:26 +00:00
Tarek Ziadé
4b41fc4a55
made author-email optional
2010-02-09 21:27:47 +00:00
Tarek Ziadé
7f425ce824
added David Lyon to the contributors list
2010-02-04 16:56:45 +00:00
Tarek Ziadé
e3b2ab36f4
remove occurences of 'package' that means 'distribution' here
2010-01-07 12:13:35 +00:00
Tarek Ziadé
db227bb275
we mean distribution here
2010-01-06 16:55:00 +00:00
Georg Brandl
336f3092fb
Fix example, and clarify string literal syntax.
2010-01-06 09:14:44 +00:00
Tarek Ziadé
68eca6931f
changed the range mechanism, after recent discussions in various MLs
2009-12-30 09:02:01 +00:00
Tarek Ziadé
a8af709972
fixed the folding/unfolding story for the Description field
2009-12-29 22:16:50 +00:00
Tarek Ziadé
ed118482b1
fixed the comma operator (it's AND)
2009-12-28 01:07:29 +00:00
Tarek Ziadé
b4784c9bdc
escaping EOLs
2009-12-28 00:21:16 +00:00
Tarek Ziadé
4b2781cc35
more editing
2009-12-28 00:13:16 +00:00
Tarek Ziadé
728344dd84
PEP 345 does not replace 314. It just specifies 1.2
2009-12-28 00:10:20 +00:00
Tarek Ziadé
a053d94007
python.org's parser will do the PEP linking, no need to add reST on these PEP references
2009-12-28 00:08:53 +00:00
Tarek Ziadé
7fe3d72593
added the range operator, and more details on versions
2009-12-27 23:50:39 +00:00
Tarek Ziadé
3e07e8623b
added the encoding of reStructuredText Description - using a RFC822-compatible folding/unfolding technique
2009-12-25 13:29:11 +00:00
Tarek Ziadé
238dcaf2eb
added Platform in the difference summary
2009-12-25 12:29:16 +00:00
Tarek Ziadé
bf51d1c019
various fixes/changes from python-dev feedback
2009-12-25 12:27:22 +00:00
Tarek Ziadé
4b56e99063
added Project-URL in the Abstract
2009-12-23 00:13:56 +00:00
Tarek Ziadé
aea82e2e2a
improving the PEP readability
2009-12-23 00:10:25 +00:00
Tarek Ziadé
bd6771bb1d
fixed import
2009-12-21 11:26:17 +00:00
Tarek Ziadé
cfbc783ffc
typo
2009-12-21 10:48:32 +00:00
Tarek Ziadé
0ed1ae32e9
replaced *-URL by Project-URL (multiple-use)
2009-12-21 10:43:39 +00:00
Tarek Ziadé
c4f4c96c99
added a not about environment markers on the intro
2009-12-18 14:30:10 +00:00
Tarek Ziadé
031bafc608
added three fields for the project URLs: Repository-URL, Repository-Browser-URL, Bug-Tracker-URL
2009-11-24 09:14:32 +00:00
Tarek Ziadé
b6219b9be0
removed the external references section
2009-11-17 22:58:35 +00:00
Tarek Ziadé
510afcef1b
added the full version string for python
2009-11-17 22:53:57 +00:00
Tarek Ziadé
444d868839
== is the default operator
2009-11-17 22:52:13 +00:00
Tarek Ziadé
1999e9a659
fixed the example
2009-11-14 23:56:18 +00:00