summaryrefslogtreecommitdiffstats
path: root/Tools/pybench/clockres.py
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.
* Whitespace normalization.Marc-André Lemburg2006-06-131-3/+2
|
* Updated to pybench 2.0.Marc-André Lemburg2006-06-131-0/+44
See svn.python.org/external/pybench-2.0 for the original import of that version. Note that platform.py was not copied over from pybench-2.0 since it is already part of Python 2.5.