Commit Graph

7 Commits

Author SHA1 Message Date
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
Mariatta c32987ee36 Fix typos in PEP 524 and PEP 529 (#150)
Reported at https://github.com/python/pythondotorg/issues/1038
2016-12-05 09:59:06 +11:00
Victor Stinner f8c39fbd0e PEP 524 is implemented 2016-09-06 16:38:35 -07:00
Victor Stinner 0596b09948 PEP 524 has been accepted by Guido 2016-08-08 01:39:07 +02:00
Victor Stinner f312480a3b PEP 524
Main changes:

* add os.getrandom()
* random.Random now always use non-blocking system urandom and so
  remove the "Never use blocking urandom in the random module"
  section
* add a new "Examples using os.getrandom()" section
2016-07-28 18:43:50 +02:00
Victor Stinner f6cda7909e Add PEP 524: Make os.urandom() blocking on Linux 2016-07-28 17:15:35 +02:00