summaryrefslogtreecommitdiffstats
path: root/Doc/library/secrets.rst
Commit message (Collapse)AuthorAgeFilesLines
* gh-91838: Use HTTPS links in docs for resources which redirect to HTTPS ↵Serhiy Storchaka2022-08-041-1/+1
| | | | | | | | | | (GH-95527) If an HTTP link is redirected to a same looking HTTPS link, the latter can be used directly without changes in readability and behavior. It protects from a men-in-the-middle attack. This change does not affect Python examples.
* Docs: remove redundant "adverb-adjective" hyphens from compound modifiers ↵Ned Batchelder2022-07-051-2/+2
| | | | | (GH-94551) Discussion: https://discuss.python.org/t/slight-grammar-fix-throughout-adverbs-dont-need-hyphen/17021
* 📝 Make sure the phrase "constant-time compare" actually appears in the ↵Noah Kantrowitz2022-06-011-1/+1
| | | | | docs (GH-93396) This is purely for SEO as this is the actual generic name for this kind of method and it currently does not appear in a Google search for "python constant time compare". Not creating an issue or setting this up for backports as its trivial (I think) and not a functional change.
* gh-91611: Use example.com for documentation, not mydomain.com (#91613)Motoki Naruse2022-04-301-1/+1
| | | | | | | example.com is reserved by the IANA as special-use domain name for documentation purposes. The domain names are used widely in books, tutorials, sample network configurations, and generally as examples for the use of domain name. On the other hand, mydomain.com is real Domain Name Registration service.
* Fix grammar in secrets module documentation (GH-22467)Max Smolens2020-09-301-1/+1
| | | From `In particularly,` to `In particular,`
* import secrets module in secrets recipes (#6705)Daniel Chimeno2018-05-191-4/+8
|
* bpo-25910: Fixes redirection from http to https (#4674)Sanyam Khurana2017-12-061-2/+2
|
* Fix a few minor typos to secrets documentation.Steven D'Aprano2016-04-171-10/+9
|
* Documentation for secrets.pySteven D'Aprano2016-04-161-0/+199