[Python-checkins] python/dist/src/Doc ACKS, 1.41, 1.42 Makefile.deps, 1.123, 1.124

greg@users.sourceforge.net greg at users.sourceforge.net
Sun Aug 21 20:46:41 CEST 2005


Update of /cvsroot/python/python/dist/src/Doc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32064/Doc

Modified Files:
	ACKS Makefile.deps 
Log Message:
[ sf.net patch # 1121611 ]

A new hashlib module to replace the md5 and sha modules.  It adds
support for additional secure hashes such as SHA-256 and SHA-512.  The
hashlib module uses OpenSSL for fast platform optimized
implementations of algorithms when available.  The old md5 and sha
modules still exist as wrappers around hashlib to preserve backwards
compatibility.



Index: ACKS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/ACKS,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- ACKS	24 Mar 2005 06:21:37 -0000	1.41
+++ ACKS	21 Aug 2005 18:45:59 -0000	1.42
@@ -164,6 +164,7 @@
 Justin Sheehy
 Michael Simcich
 Ionel Simionescu
+Gregory P. Smith
 Roy Smith
 Clay Spence
 Nicholas Spies

Index: Makefile.deps
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/Makefile.deps,v
retrieving revision 1.123
retrieving revision 1.124
diff -u -d -r1.123 -r1.124
--- Makefile.deps	23 Jan 2005 09:27:22 -0000	1.123
+++ Makefile.deps	21 Aug 2005 18:45:59 -0000	1.124
@@ -202,6 +202,7 @@
 	lib/librgbimg.tex \
 	lib/libossaudiodev.tex \
 	lib/libcrypto.tex \
+	lib/libhashlib.tex \
 	lib/libmd5.tex \
 	lib/libsha.tex \
 	lib/libhmac.tex \



More information about the Python-checkins mailing list