Commit Graph

15 Commits

Author SHA1 Message Date
Noel Martin Llevares 41c0cd3c98 Fix indentation and wrapping in PEP 506 (#260)
Closes https://github.com/python/peps/issues/259
2017-05-18 18:08:46 -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
stevendaprano 6327bd6b41 Add known Python vulnerabilities.
Thanks to Hanno Schlichting for sending me this information and allowing me to quote him.
2016-08-29 21:50:33 +10: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 cc1c734886 Issue #26921: Fixed a/an articles. 2016-05-03 13:52:22 +03:00
Serhiy Storchaka e54e86b163 Convert to Unix newlines. 2016-05-03 13:27:59 +03:00
Steven D'Aprano 0a5fc3d1c9 Mark pep as accepted.
https://mail.python.org/pipermail/python-dev/2016-April/143921.html
2016-04-13 10:32:11 +10:00
Steven D'Aprano 57c5bede3e Make API And Implementation section less wishy-washy.
Per GvR's request, be more specific about what is included.
2016-04-12 03:26:55 +10:00
Steven D'Aprano 0bc5287a60 update pep with ruling by GvR on randbelow, link to bitbucket repo 2015-10-25 17:29:35 +11:00
Steven D'Aprano 7e841e416d Further info on JavaScript; replace numbered footnotes with auto-numbered.
(thanks Chris Rebert)
2015-10-17 02:32:25 +11:00
Steven D'Aprano 918bac0fbc Add FAQ about source of randomness (/dev/urandom versus /dev/random). 2015-10-16 21:43:39 +11:00
Steven D'Aprano 31d76ee55a Add default entropy. 2015-10-05 03:11:17 +11:00
Steven D'Aprano 2e7f441334 Add sample code, default arguments, naming conventions. 2015-10-03 21:42:05 +10:00
Berker Peksag 56ef8a5943 PEP 506: Improve markup 2015-09-20 03:21:55 +03:00
Chris Angelico 1067ca4d29 Create PEP 506 by RSTifying Steven's content 2015-09-20 08:58:49 +10:00