summaryrefslogtreecommitdiff
path: root/Tools/pybench
Commit message (Expand)AuthorAgeFilesLines
* Issue #19936: Added executable bits or shebang lines to Python scripts whichSerhiy Storchaka2014-01-163-0/+0
* #18803: fix more typos. Patch by Févry Thibault.Ezio Melotti2013-08-262-2/+2
* Issue #17047: removed doubled words in Doc/*, Mac/*, and Tool/*Terry Jan Reedy2013-03-111-1/+1
* pybench prep_times calculation error (closes #11895)Jesus Cea2011-04-251-1/+1
* #11515: fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-151-2/+2
* normalize shebang lines to #!/usr/bin/env pythonBenjamin Peterson2010-03-111-1/+1
* http://bugs.python.org/issue7029Kristján Valur Jónsson2009-10-091-1/+1
* Issue #4677: add two list comprehension tests to pybench.Antoine Pitrou2008-12-271-0/+55
* add a pybench test for complex function calls (part of #1819)Antoine Pitrou2008-07-251-0/+58
* explicitly flush after the ... since there wasn't a newlineGregory P. Smith2008-04-211-0/+1
* Fix typo.Thomas Heller2008-04-211-1/+1
* Well that was dumb. platform.python_implementation returns a function, not aJeffrey Yasskin2008-03-081-2/+3
* Fix pybench for pythons < 2.6, tested back to 2.3.Jeffrey Yasskin2008-03-081-2/+2
* Add tests for with and finally performance to pybench.Jeffrey Yasskin2008-03-082-0/+194
* Patch #2167 from calvin: Remove unused importsChristian Heimes2008-02-231-1/+1
* Typo.Georg Brandl2007-03-091-1/+1
* Jython doesn't have sys.setcheckinterval() - ignore it in that case.Marc-André Lemburg2007-01-131-1/+1
* Add Python implementation to the machine details.Marc-André Lemburg2007-01-131-27/+43
* Fix a buglet in the error reporting (SF bug report #1546372).Marc-André Lemburg2006-08-291-2/+7
* Whitespace normalization.Marc-André Lemburg2006-06-133-7/+4
* Updated to pybench 2.0.Marc-André Lemburg2006-06-1320-653/+1244
* Revert wrong svn copy.Marc-André Lemburg2006-06-1324-10328/+0
* Update pybench to version 2.0.Marc-André Lemburg2006-06-1324-0/+10328
* Whitespace normalization.Tim Peters2006-05-301-1/+1
* Initial version of systimes - a module to provide platform dependentMarc-André Lemburg2006-05-281-0/+197
* Reinstate new-style object tests.Steve Holden2006-05-271-0/+66
* Blasted typos ...Steve Holden2006-05-261-1/+1
* Update help text and documentaition.Steve Holden2006-05-262-1/+12
* Whitespace normalization.Tim Peters2006-05-261-1/+1
* Revert tests to MAL's original round sizes to retiain comparabilitySteve Holden2006-05-2617-141/+52
* Use minimum calibration time rather than avergae to avoidSteve Holden2006-05-261-12/+17
* Add missing svn:eol-style property to text files.Tim Peters2006-05-261-22/+22
* Whitespace normalization.Tim Peters2006-05-262-2/+1
* Add -t option to allow easy test selection.Steve Holden2006-05-2617-111/+255
* Whitespace normalization.Tim Peters2006-04-2115-261/+247
* Adding pybench 1.3 to the Tools/ directory.Marc-André Lemburg2006-04-1920-0/+8164