summaryrefslogtreecommitdiffstats
path: root/Doc/library/crypt.rst
Commit message (Collapse)AuthorAgeFilesLines
* gh-92611: Link to PEP 594 sections & add key detail in doc deprecation ↵Miss Islington (bot)2022-05-131-1/+3
| | | | | | | notices (GH-92612) (cherry picked from commit 9f68dab3d327335b938046c50b4f09944e993cc8) Co-authored-by: CAM Gerlach <CAM.Gerlach@Gerlach.CAM>
* crypt docs: Fix references to `methods` attr (GH-26806)Miss Islington (bot)2022-04-051-4/+3
| | | | | | Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com> (cherry picked from commit cae0f5d3dad6db0d13690e5952ae2015ad8b3a05) Co-authored-by: andrei kulakov <andrei.avk@gmail.com>
* [3.10] bpo-47061: document module deprecations due to PEP 594 (GH-31984) ↵Miss Islington (bot)2022-03-221-0/+4
| | | | | | | | | | | (GH-32039) Also removed asynchat, asyncore, and smtpd from their respective toctree entries so they are only in the superceded subtree. (cherry picked from commit 9ac2de922a0f783bd43b8e026e4fb70fd1888572) Co-authored-by: Brett Cannon <brett@python.org> Automerge-Triggered-By: GH:brettcannon
* bpo-31904: Don't build the _crypt extension on VxWorks (GH-12833)pxinwr2019-04-151-0/+2
|
* Correct a couple of unbalanced parenthesis. (GH-10779)Andre Delfino2018-12-051-1/+1
|
* bpo-31702: Allow to specify rounds for SHA-2 hashing in crypt.mksalt(). (#4110)Serhiy Storchaka2017-11-161-5/+9
| | | | The log_rounds parameter for Blowfish has been replaced with the rounds parameter.
* bpo-31664: Add support for the Blowfish method in crypt. (#3854)Serhiy Storchaka2017-10-241-8/+21
|
* Merge Issue #22558.Terry Jan Reedy2016-06-111-0/+4
|\
| * Issue #22558: Add remaining doc links to source code for Python-coded modules.Terry Jan Reedy2016-06-111-0/+4
| | | | | | | | | | Reformat header above separator line (added if missing) to a common format. Patch by Yoni Lavi.
* | Issue #23921: Standardized documentation whitespace formatting.Serhiy Storchaka2016-05-101-1/+1
|\ \ | |/ | | | | Original patch by James Edwards.
| * Issue #23921: Standardized documentation whitespace formatting.Serhiy Storchaka2016-05-101-1/+1
| | | | | | | | Original patch by James Edwards.
* | Issue #25287: Don't add crypt.METHOD_CRYPT to crypt.methods if it's notVictor Stinner2015-10-021-1/+1
|/ | | | | supported. Check if it is supported, it may not be supported on OpenBSD for example.
* Now that it's possible, avoid timing attacks in the crypt module examples)Nick Coghlan2012-09-281-3/+7
|
* Put version* directives at the right scopeÉric Araujo2011-05-291-14/+6
|
* Improve example for crypt module. No string exceptions..Éric Araujo2011-05-291-5/+7
|
* Indent "versionadded" properly.Georg Brandl2011-02-231-5/+5
|
* Make Lib/crypt.py meet PEP 8 standards. This also led to a tweak in the new APIBrett Cannon2011-02-221-7/+14
| | | | by making methods() into a module attribute as it is statically calculated.
* Issue #10924: Adding salt and Modular Crypt Format to crypt library.Sean Reifscheider2011-02-221-9/+97
|
* Remove surplus empty lines and convert more files to new optional arg style.Georg Brandl2009-05-171-1/+0
|
* Remove trailing whitespace.Georg Brandl2009-01-031-1/+1
|
* Remove all definitions of raw_input() that were still scattered throughout ↵Georg Brandl2007-12-021-7/+1
| | | | | | the docs from the time where there was neither input() nor raw_input().
* Move the 3k reST doc tree in place.Georg Brandl2007-08-151-0/+66