summaryrefslogtreecommitdiff
path: root/Tools/scripts/md5sum.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #21906: Make Tools/scripts/md5sum.py work in Python 3.Berker Peksag2014-07-111-3/+6
* #14490, #14491: add 'sundry'-style import tests for Tools/scripts.R David Murray2012-04-041-1/+1
* Fix missing or wrong shebangs and missing executable bits for scripts (#10318)Éric Araujo2011-07-261-0/+0
* convert shebang lines: python -> python3Benjamin Peterson2010-03-111-1/+1
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-3/+3
* This started opening files in text mode by default in the 2.3 release,Tim Peters2003-08-181-10/+11
* Rename sum5.py to md5sum.py, because sum5.py is more interestingAndrew M. Kuchling2003-05-131-21/+81
* Use 2.1's .hexdigest() methodAndrew M. Kuchling2002-04-171-5/+2
* This is a trivial command line utility to print MD5 checksums.Guido van Rossum2001-06-221-0/+32