Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace boolean test with is None | Raymond Hettinger | 2002-06-01 | 1 | -1/+1 |
* | Replace '== None' with 'is None' | Raymond Hettinger | 2002-05-31 | 1 | -1/+1 |
* | Whitespace normalization. | Tim Peters | 2001-11-13 | 1 | -2/+1 |
* | [Patch #477336] Make hmac.py match PEP247, and fix the copy method() so that | Andrew M. Kuchling | 2001-11-02 | 1 | -23/+13 |
* | Whitespace normalization. | Tim Peters | 2001-09-18 | 1 | -3/+3 |
* | HMAC algorithm as described by RFC 2104, by Gerhard Häring (SF patch | Guido van Rossum | 2001-09-11 | 1 | -0/+110 |