Trishank Karthik Kuppusamy
5a9de97e0d
PEP 458: update list of authors ( #1295 )
...
* update authors
* update email address & acknowledgements
2020-02-05 04:57:22 +11:00
Sumana Harihareswara
c36e6e7218
Fix typos in PEP 480 ( #1241 )
...
Signed-off-by: Sumana Harihareswara <sh@changeset.nyc>
2019-11-26 19:46:04 -08:00
Min ho Kim
e54097d3c4
Fix typos in various PEPs ( #1111 )
2019-06-24 21:58:50 -07:00
Brett Cannon
f68adbf114
Defer PEP 480 ( #932 )
2019-03-21 12:53:27 -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
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
Guido van Rossum
d22d03825f
Touch two PEPs with figures to force re-import on www.python.org.
2014-12-08 19:01:14 -08:00
Guido van Rossum
59ea08e465
Move PEP 480 figure out of subdir -- that does not work on python.org.
2014-11-25 15:04:35 -08:00
Guido van Rossum
70ca01847a
Updates and figures for PEP 458 and PEP 480 by Vladimir Diaz.
2014-11-25 09:45:28 -08:00
Nick Coghlan
26898355d5
Split PEP 458 into two distinct PEPs
...
PEP 458 now focuses on content security (rather than the current
transport-only security) between PyPI and end users.
PEP 480 builds on PEP 458 to also provide end-to-end security
that can fully handle a compromise of PyPI.
2014-11-19 21:43:04 +10:00