Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
1c5fa5af8a95f25119e45e40a4ed8183d06f4a5b
/
Doc
/
library
/
hmac.rst
51a4743
bpo-33604: Remove deprecated HMAC default value marked for removal in 3.8 (GH-7063)
by Matthias Bussonnier
· 6 years ago
8bb0b5b
bpo-33604: Remove Pending from hmac Deprecation warning. (GH-7062)
by Matthias Bussonnier
· 6 years ago
2f050c7
bpo-32433: Optimized HMAC digest (#5023)
by Christian Heimes
· 7 years ago
357ed2e
Change double hyphens (en dashes) to em (longer) dashes
by Martin Panter
· 8 years ago
fa089b9
Issue #22558: Add remaining doc links to source code for Python-coded modules.
by Terry Jan Reedy
· 8 years ago
d9ede87
that this is "for Python" is obvious
by Benjamin Peterson
· 9 years ago
740c730
Issues #21948 and #16040: Fix typos.
by Berker Peksag
· 10 years ago
3732ed2
Merge in all documentation changes since branching 3.4.0rc1.
by Larry Hastings
· 11 years ago
c4ab110
Issue #18775: Add name and block_size attribute to HMAC object. They now
by Christian Heimes
· 11 years ago
634919a
Issue #17276: MD5 as default digestmod for HMAC is deprecated. The HMAC
by Christian Heimes
· 11 years ago
808ddaa
merge with 3.3
by Georg Brandl
· 11 years ago
74883a3
Fix markup to not add parens to the "hashlib.md5" constructor when the object is meant, not the call.
by Georg Brandl
· 11 years ago
04926ae
Issue 18240: The HMAC module is no longer restricted to bytes and accepts
by Christian Heimes
· 11 years ago
c228e96
#16518: use "bytes-like object" throughout the docs.
by Ezio Melotti
· 12 years ago
48986d6
Minor grammar refinement for hmac.compare_digest().
by Larry Hastings
· 12 years ago
5f762af
Remove a detailed discussion of content-based short circuiting, off topic for library docs.
by Antoine Pitrou
· 12 years ago
f61e791
Simplify wording.
by Antoine Pitrou
· 12 years ago
1524d75
Formatting
by Antoine Pitrou
· 12 years ago
ae64b4d
Merge heads.
by Georg Brandl
· 12 years ago
3b44d81
Merge heads.
by Georg Brandl
· 12 years ago
a1bc35f
Improve hmac.compare_digest() docstring and documentation, courtesy of Larry H.
by Georg Brandl
· 12 years ago
4f99468
The buffer protocol doesn't exist (in the glossary anyway).
by Antoine Pitrou
· 12 years ago
9df73da
Larry's suggested rewording of the compare_digest() docs.
by Antoine Pitrou
· 12 years ago
6cea655
Issue #15061: Re-implemented hmac.compare_digest() in C
by Christian Heimes
· 12 years ago
807770e
Issue #15061: Don't oversell the capabilities of the new non-shortcircuiting comparison function in hmac
by Nick Coghlan
· 12 years ago
9b704ec
Add versionadded for hmac.secure_compare().
by Charles-François Natali
· 12 years ago
7feb9f4
Issue #14532: Add a secure_compare() helper to the hmac module, to mitigate
by Charles-François Natali
· 12 years ago
9701eb6
Closes #13944: fix capitalization of class name.
by Georg Brandl
· 13 years ago
469271d
More source links
by Raymond Hettinger
· 14 years ago
531d76b
#5212: md5 weaknesses do not affect hmac, so remove the note about that.
by Georg Brandl
· 14 years ago
80b75fd
Fix hmac docs: it takes and returns bytes, except for hexdigest().
by Georg Brandl
· 14 years ago
0639d5a
Merged revisions 76904 via svnmerge from
by Ezio Melotti
· 15 years ago
036490d
More conversion to new-style optional args.
by Georg Brandl
· 15 years ago
55ac8f0
Get rid of the remaining versionadded/versionchanged directives.
by Georg Brandl
· 17 years ago
116aa62
Move the 3k reST doc tree in place.
by Georg Brandl
· 17 years ago