summaryrefslogtreecommitdiffstats
path: root/Demo/md5test
Commit message (Collapse)AuthorAgeFilesLines
* Issue #19936: Added executable bits or shebang lines to Python scripts whichSerhiy Storchaka2014-01-161-0/+0
| | | | | | requires them. Disable executable bits and shebang lines in test and benchmark files in order to prevent using a random system python, and in source files of modules which don't provide command line interface.
* remove svn:executable from scripts without a shebang lineBenjamin Peterson2010-03-081-0/+0
|
* #687648 from Robert Schuppenies: use classic division. From me: remove two ↵Andrew M. Kuchling2008-09-131-2/+2
| | | | stray semicolons
* Whitespace normalization. Ran reindent.py over the entire source tree.Tim Peters2004-07-181-4/+4
|
* Remove unneeded continuation charsAndrew M. Kuchling2003-04-241-5/+5
|
* Move all the imports to the top; use md5.new()Andrew M. Kuchling2003-04-241-8/+6
|
* Run this demo script through reindent.py; output has been verified to remain ↵Andrew M. Kuchling2003-04-241-77/+77
| | | | the same
* initial checkinGuido van Rossum1994-10-083-0/+136