summaryrefslogtreecommitdiffstats
path: root/Tools/pybench/systimes.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.
* #18803: fix more typos. Patch by Févry Thibault.Ezio Melotti2013-08-251-1/+1
|
* Fix typo.Thomas Heller2008-04-211-1/+1
|
* Patch #2167 from calvin: Remove unused importsChristian Heimes2008-02-231-1/+1
|
* Updated to pybench 2.0.Marc-André Lemburg2006-06-131-15/+29
| | | | | | | | 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.
* Whitespace normalization.Tim Peters2006-05-301-1/+1
|
* Initial version of systimes - a module to provide platform dependentMarc-André Lemburg2006-05-281-0/+197
performance measurements. The module is currently just a proof-of-concept implementation, but will integrated into pybench once it is stable enough. License: pybench license. Author: Marc-Andre Lemburg.