COMMITS
/ Doc/library/crypt.rst October 9, 2025
K
gh-139672: Remove references to `passlib` (#139673)
Kirill Podoprigora committed
November 11, 2024
N
Docs: re-create pages for removed modules to document their removal. (#126622)
Ned Batchelder committed
May 25, 2023
V
gh-104773: PEP 594: Remove the crypt module (#104908)
Victor Stinner committed
August 2, 2022
C
gh-95451: Update docs for wasm32-emscripten and -wasi platforms (GH-95452)
Christian Heimes committed
July 29, 2022
C
gh-95415: Make availability directive consistent (GH-95416)
Christian Heimes committed
May 20, 2022
C
gh-92611: Clarify planned removal version in PEP 594-deprecated modules (GH-92793)
CAM Gerlach committed
May 13, 2022
C
April 5, 2022
A
crypt docs: Fix references to `methods` attr (GH-26806)
andrei kulakov committed
March 21, 2022
B
bpo-47061: document module deprecations due to PEP 594 (GH-31984)
Brett Cannon committed
April 15, 2019
P
bpo-31904: Don't build the _crypt extension on VxWorks (GH-12833)
pxinwr committed
December 5, 2018
A
Correct a couple of unbalanced parenthesis. (GH-10779)
Andre Delfino committed
November 16, 2017
S
bpo-31702: Allow to specify rounds for SHA-2 hashing in crypt.mksalt(). (#4110)
Serhiy Storchaka committed
October 24, 2017
S
bpo-31664: Add support for the Blowfish method in crypt. (#3854)
Serhiy Storchaka committed
June 11, 2016
T
Merge Issue #22558.
Terry Jan Reedy committed
T
Issue #22558: Add remaining doc links to source code for Python-coded modules.
Terry Jan Reedy committed
May 10, 2016
S
Issue #23921: Standardized documentation whitespace formatting.
Serhiy Storchaka committed
S
Issue #23921: Standardized documentation whitespace formatting.
Serhiy Storchaka committed
October 2, 2015
V
Issue #25287: Don't add crypt.METHOD_CRYPT to crypt.methods if it's not
Victor Stinner committed
September 28, 2012
N
Now that it's possible, avoid timing attacks in the crypt module examples)
Nick Coghlan committed
May 29, 2011
É
Put version* directives at the right scope
Éric Araujo committed
É
Improve example for crypt module. No string exceptions..
Éric Araujo committed
February 23, 2011
G
Indent "versionadded" properly.
Georg Brandl committed
February 22, 2011
B
Make Lib/crypt.py meet PEP 8 standards. This also led to a tweak in the new API
Brett Cannon committed
S
Issue #10924: Adding salt and Modular Crypt Format to crypt library.
Sean Reifscheider committed
May 17, 2009
G
Remove surplus empty lines and convert more files to new optional arg style.
Georg Brandl committed
January 3, 2009
G
Remove trailing whitespace.
Georg Brandl committed
December 2, 2007
G
Remove all definitions of raw_input() that were still scattered throughout the docs
Georg Brandl committed
August 15, 2007
G
Move the 3k reST doc tree in place.
Georg Brandl committed