summaryrefslogtreecommitdiffstats
path: root/Lib/secrets.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-47126: Update to canonical PEP URLs specified by PEP 676 (GH-32124)Hugo van Kemenade2022-03-301-1/+1
* bpo-40286: Add randbytes() method to random.Random (GH-19527)Victor Stinner2020-04-171-2/+1
* Issue #29061: secrets.randbelow() would hang with a negative inputRaymond Hettinger2016-12-301-0/+2
* Shorten secrets module docstring, add function docstrings.Steven D'Aprano2016-04-171-76/+30
* Remove python fallback for compare_digest.Steven D'Aprano2016-04-151-32/+1
* run Tools/reindent.py on secrets.py to satisfy the checkwhitespace hookSteven D'Aprano2016-04-141-1/+0
* Add secrets module and tests.Steven D'Aprano2016-04-141-0/+149