COMMITS
/ Lib/secrets.py April 17, 2020
V
bpo-40286: Add randbytes() method to random.Random (GH-19527)
Victor Stinner committed
December 30, 2016
R
Issue #29061: secrets.randbelow() would hang with a negative input
Raymond Hettinger committed
April 17, 2016
S
Shorten secrets module docstring, add function docstrings.
Steven D'Aprano committed
April 15, 2016
S
Remove python fallback for compare_digest.
Steven D'Aprano committed
April 14, 2016
S
run Tools/reindent.py on secrets.py to satisfy the checkwhitespace hook
Steven D'Aprano committed
S
Add secrets module and tests.
Steven D'Aprano committed