[issue13165] Integrate stringbench in the Tools directory

2012-04-10 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: > Please open a new issue for such improvement. Well, I'll do it as soon as slightly improve the script. -- ___ Python tracker ___ _

[issue13165] Integrate stringbench in the Tools directory

2012-04-09 Thread STINNER Victor
STINNER Victor added the comment: > I think that would be a useful tool for comparing two stringbench results. Please open a new issue for such improvement. -- ___ Python tracker _

[issue13165] Integrate stringbench in the Tools directory

2012-04-09 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: I think that would be a useful tool for comparing two stringbench results. I propose an example of a script. Can use them separately or included in the stringbench.py, it's only an idea. -- nosy: +storchaka Added file: http://bugs.python.org/file251

[issue13165] Integrate stringbench in the Tools directory

2012-04-09 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- resolution: -> fixed stage: needs patch -> committed/rejected status: open -> closed ___ Python tracker ___ __

[issue13165] Integrate stringbench in the Tools directory

2012-04-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset 704630a9c5d5 by Antoine Pitrou in branch 'default': Issue #13165: stringbench is now available in the Tools/stringbench folder. http://hg.python.org/cpython/rev/704630a9c5d5 -- nosy: +python-dev ___ Pyth

[issue13165] Integrate stringbench in the Tools directory

2012-03-27 Thread STINNER Victor
STINNER Victor added the comment: > What, do you mean, "please"? This is exactly what this issue is about. I mean that it is a good idea to integrate the tool, I want it in Python source tree! Go ahead. -- ___ Python tracker

[issue13165] Integrate stringbench in the Tools directory

2012-03-27 Thread Antoine Pitrou
Antoine Pitrou added the comment: What, do you mean, "please"? This is exactly what this issue is about. -- ___ Python tracker ___ __

[issue13165] Integrate stringbench in the Tools directory

2012-03-27 Thread STINNER Victor
STINNER Victor added the comment: Please integrate stringbench into the HG repository. I will try to improve after its inclusion. -- ___ Python tracker ___

[issue13165] Integrate stringbench in the Tools directory

2012-01-16 Thread Jim Jewett
Jim Jewett added the comment: The URL got mangled in at least my browser, so I'm repasting it on its own line: http://svn.python.org/projects/sandbox/trunk/stringbench -- nosy: +Jim.Jewett ___ Python tracker

[issue13165] Integrate stringbench in the Tools directory

2012-01-16 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +berkerpeksag ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.p

[issue13165] Integrate stringbench in the Tools directory

2011-10-13 Thread STINNER Victor
STINNER Victor added the comment: Some ideas to improve stringbench: - test different Unicode range (stringbench tests only ASCII currently) - test mixing different Unicode range, e.g. ascii+latin1, UCS2.find(ascii), UCS2.replace(UCS2, UCS4), ... - add options to configure string lengths P

[issue13165] Integrate stringbench in the Tools directory

2011-10-13 Thread Antoine Pitrou
New submission from Antoine Pitrou : The stringbench suite of micro-benchmarks, currently available through SVN at http://svn.python.org/projects/sandbox/trunk/stringbench, would probably be a reasonable addition to the Tools directory. -- components: Demos and Tools keywords: easy mes