Commit Graph

13 Commits

Author SHA1 Message Date
Adam Turner 113e490701
Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
Brett Cannon bb4751379a
Many PEPs: Normalize the 'Created' field (#1805) 2021-02-09 08:54:26 -08:00
Victor Stinner 7498996064 Change Victor Stinner email 2019-10-18 02:48:46 +02:00
Min ho Kim cfb7bd74db Fix typos (#1113) 2019-07-03 11:20:45 -07:00
Min ho Kim e54097d3c4 Fix typos in various PEPs (#1111) 2019-06-24 21:58:50 -07:00
Victor Stinner 16a6dfc9ac New PEP 587: Python Initialization Configuration
Change Victor Stinner email to vstinner@redhat.com.
2019-03-28 02:15:55 +01: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
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