COMMITS
/ Tools/scripts/md5sum.py March 30, 2019
S
bpo-22831: Use "with" to avoid possible fd leaks in tools (part 2). (GH-10927)
Serhiy Storchaka committed
July 11, 2014
B
Issue #21906: Make Tools/scripts/md5sum.py work in Python 3.
Berker Peksag committed
April 5, 2012
R
#14490, #14491: add 'sundry'-style import tests for Tools/scripts.
R David Murray committed
July 26, 2011
É
Fix missing or wrong shebangs and missing executable bits for scripts (#10318)
Éric Araujo committed
March 11, 2010
B
convert shebang lines: python -> python3
Benjamin Peterson committed
January 10, 2007
G
SF patch 1631942 by Collin Winter:
Guido van Rossum committed
August 18, 2003
T
This started opening files in text mode by default in the 2.3 release,
Tim Peters committed
May 13, 2003
A
Rename sum5.py to md5sum.py, because sum5.py is more interesting
Andrew M. Kuchling committed
April 17, 2002
A
Use 2.1's .hexdigest() method
Andrew M. Kuchling committed
June 22, 2001
G
This is a trivial command line utility to print MD5 checksums.
Guido van Rossum committed