Serhiy Storchaka
|
a53392a0f0
|
Remove trailing spaces. (#232)
Changes made automatically by the following command:
```
egrep -l ' +$' *.txt | xargs sed -i -re 's/ +$//'
```
|
2017-03-24 23:11:33 +02:00 |
Marti Raudsepp
|
04a6af2ab1
|
Fix various typos, spelling and grammar errors
Errors detected using Topy (https://github.com/intgr/topy), all changes
verified by hand.
|
2016-07-11 18:35:35 +03:00 |
David Goodger
|
c5b5d3c83d
|
added Last-Modified headers to all PEPs without
|
2006-03-23 20:13:19 +00:00 |
Andrew M. Kuchling
|
a98db52a7e
|
Use my personal address instead of my work address
|
2002-10-31 01:35:08 +00:00 |
Barry Warsaw
|
b1ffaf9026
|
Andrew says PEP 247 is Final.
|
2001-10-31 15:52:39 +00:00 |
Andrew M. Kuchling
|
d79162f032
|
Finalize interface for keyed hashes, and add a paragraph to the rationale
section describing the reasoning behind using (key, [string]) as the
signature.
This PEP is ready to be marked Final.
|
2001-10-31 02:26:25 +00:00 |
Andrew M. Kuchling
|
4aaafae02a
|
Add rationale section
|
2001-10-22 02:10:29 +00:00 |
Andrew M. Kuchling
|
1a973802c8
|
Set digest_size to None for variable-size hashes
|
2001-10-09 21:13:07 +00:00 |
Andrew M. Kuchling
|
407ce7575f
|
Clarify description of update() (Boyd Roberts)
Clarify description of new (Tim Peters)
|
2001-09-24 15:37:19 +00:00 |
Andrew M. Kuchling
|
aa59a16c72
|
Removed the reset() method
Renamed digestsize to digest_size
Swap order of key, string arguments to new()
Various minor rewrites
|
2001-09-20 15:48:02 +00:00 |
Andrew M. Kuchling
|
058fd0c7cc
|
Apply suggestions from last round of comments
|
2001-09-17 15:09:37 +00:00 |
Andrew M. Kuchling
|
fb5d3f1f0e
|
Change my e-mail address
|
2001-07-09 03:57:09 +00:00 |
Barry Warsaw
|
eed471f2b8
|
Minor style updates.
|
2001-03-28 20:18:03 +00:00 |
Andrew M. Kuchling
|
e7493f10be
|
Initial checkin of hashing API draft
|
2001-03-27 17:42:59 +00:00 |