Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-47126: Update to canonical PEP URLs specified by PEP 676 (GH-32124) | Hugo van Kemenade | 2022-03-30 | 1 | -1/+1 |
* | bpo-40286: Add randbytes() method to random.Random (GH-19527) | Victor Stinner | 2020-04-17 | 1 | -2/+1 |
* | Issue #29061: secrets.randbelow() would hang with a negative input | Raymond Hettinger | 2016-12-30 | 1 | -0/+2 |
* | Shorten secrets module docstring, add function docstrings. | Steven D'Aprano | 2016-04-17 | 1 | -76/+30 |
* | Remove python fallback for compare_digest. | Steven D'Aprano | 2016-04-15 | 1 | -32/+1 |
* | run Tools/reindent.py on secrets.py to satisfy the checkwhitespace hook | Steven D'Aprano | 2016-04-14 | 1 | -1/+0 |
* | Add secrets module and tests. | Steven D'Aprano | 2016-04-14 | 1 | -0/+149 |