COMMITS
/ Doc/library/hashlib.rst February 19, 2026
N
Docs: remove unneeded author attributions (#145002)
Ned Batchelder committed
February 6, 2026
N
Docs: module pages should not link to themselves (#144505)
Ned Batchelder committed
October 2, 2025
June 2, 2025
B
gh-134978: deprecate `string` keyword parameter for hash function constructors (#134979)
Bénédikt Tran committed
May 22, 2025
J
Avoid `__file__` in `hashlib` example (GH-134540)
Josh Cannon committed
May 6, 2025
H
Python 3.14.0b1
Hugo van Kemenade committed
April 21, 2025
S
gh-122179: Fix hashlib.file_digest and non-blocking I/O (GH-122183)
Sebastian Rittau committed
April 20, 2025
S
gh-129327: revise hashlib documentation to account for FIPS removing sha1 (GH-132729)
Stan Ulbrych committed
September 17, 2024
R
GH-103484: Fix permanently redirects reported by linkcheck (GH-124144)
Rafael Fontenelle committed
May 22, 2024
M
Clarify that dklen is expected in bytes for the hashlib functions (GH-106624)
Mathijs Mortimer committed
May 8, 2024
N
docs: module page titles should not start with a link to themselves (#117099)
Ned Batchelder committed
March 7, 2024
S
gh-115664: Fix ordering of more versionadded and versionchanged directives (GH-116298)
Serhiy Storchaka committed
March 3, 2024
H
gh-116281: Remove wrong '\' from '\*' in some doc signatures (#116282)
HarryLHW committed
September 20, 2023
V
gh-109054: Document configure variables (#109224)
Victor Stinner committed
September 18, 2023
A
Fix extraneous backslashes in hashlib docs (#109468)
Anthony Sottile committed
July 29, 2023
S
gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386)
Serhiy Storchaka committed
June 10, 2023
G
gh-99108: Mention HACL\* in the hashlib docs. (#105634)
Gregory P. Smith committed
G
Cleanup and clarify our hashlib docs. (#105624)
Gregory P. Smith committed
May 10, 2023
H
gh-103960: Dark mode: invert image brightness (#103983)
Hugo van Kemenade committed
May 2, 2023
R
GH-103484: Fix redirected permanently URLs (#104001)
Rafael Fontenelle committed
December 9, 2022
S
gh-99087: Add missing newline for prompts in docs (GH-98993)
Stanley committed
October 7, 2022
H
Docs: Fix backtick errors found by sphinx-lint (#97998)
Hugo van Kemenade committed
June 28, 2022
V
gh-94199: Remove hashlib.pbkdf2_hmac() Python implementation (GH-94200)
Victor Stinner committed
June 21, 2022
O
gh-93851: Fix all broken links in Doc/ (GH-93853)
Oleg Iarygin committed
May 5, 2022
G
minor hashlib doc example cleanup. (#92340)
Gregory P. Smith committed
March 22, 2022
C
bpo-45150: Add hashlib.file_digest() for efficient file hashing (GH-31930)
Christian Heimes committed
January 27, 2022
G
bpo-42982: update pbkdf2 example & add another link (GH-30966)
Gregory P. Smith committed
I
bpo-42982: Improve the text on suggested number of iterations of PBKDF2 (GH-24276)
Illia Volochii committed
January 13, 2022
C
bpo-40479: Fix hashlib's usedforsecurity for OpenSSL 3.0.0 (GH-30455)
Christian Heimes committed
October 12, 2021
1
bpo-45441: Update some moved URLs in documentation (GH-28861)
180909 committed
September 28, 2021
S
[docs] Improve the markup of powers (GH-28598)
Serhiy Storchaka committed
August 9, 2021
A
bpo-39498 Start linking the security warnings in the stdlib modules (GH-18272)
Anthony Shaw committed
July 26, 2021
M
bpo-44740: Lowercase "internet" and "web" where appropriate. (#27378)
Mariusz Felisiak committed
April 19, 2021
C
bpo-43880: Show DeprecationWarnings for deprecated ssl module features (GH-25455)
Christian Heimes committed
April 17, 2021
C
bpo-43669: Remove OpenSSL 0.9 to 1.1.0 specific documentation (GH-25453)
Christian Heimes committed
April 9, 2021
C
bpo-38820: OpenSSL 3.0.0: Use supported hashing algos in doc test (GH-25319)
Christian Heimes committed
January 22, 2021
I
bpo-42996: Update a reference to PKCS #5 in hashlib docs to version 2.1 (GH-24289)
Illia Volochii committed
May 16, 2020
C
bpo-37630: Use SHA3 and SHAKE XOF from OpenSSL (GH-16049)
Christian Heimes committed
November 12, 2019
S
bpo-38738: Fix formatting of True and False. (GH-17083)
Serhiy Storchaka committed
September 13, 2019
C
bpo-9216: Add usedforsecurity to hashlib constructors (GH-16044)
Christian Heimes committed
October 12, 2018
C
bpo-11233: Create availability directive for documentation (GH-9692)
Cheryl Sabella committed
September 11, 2018
V
Use bytes.hex instead of binascii.hexlify in pbkdf2_hmac example (GH-8420)
Ville Skyttä committed
July 31, 2018
S
bpo-33729: Fix issues with arguments parsing in hashlib. (GH-8346)
Serhiy Storchaka committed
June 18, 2018
A
bpo-33892: Doc: Use gender neutral words (GH-7770)
Andrés Delfino committed
May 31, 2018
S
bpo-33641: Convert RFC references into links. (GH-7103)
Serhiy Storchaka committed
January 20, 2018
S
bpo-25910: Link redirections in docs (#1933)
Sanyam Khurana committed
December 6, 2017
S
bpo-25910: Fixes redirection from http to https (#4674)
Sanyam Khurana committed
November 8, 2017
V
Replace KB unit with KiB (#4293)
Victor Stinner committed
September 23, 2017
D
Docs: correct hashlib.blake2 keyed hashing example (bpo-31560)
Dmitry Chestnykh committed
September 14, 2017
S