@@ -3,7 +3,7 @@ while building or extending Python.
33
44buildbot Batchfiles for running on Windows buildslaves.
55
6- ccbench A Python concurrency benchmark.
6+ ccbench A Python threads-based concurrency benchmark. (*)
77
88demo Several Python programming demos.
99
@@ -17,13 +17,13 @@ i18n Tools for internationalization. pygettext.py
1717 and msgfmt.py generates a binary message catalog
1818 from a catalog in text format.
1919
20- iobench Benchmark for the new Python I/O system.
20+ iobench Benchmark for the new Python I/O system. (*)
2121
2222msi Support for packaging Python as an MSI package on Windows.
2323
2424parser Un-parsing tool to generate code from an AST.
2525
26- pybench Comprehensive Python benchmarking suite.
26+ pybench Low-level benchmarking for the Python evaluation loop. (*)
2727
2828pynche A Tkinter-based color editor.
2929
@@ -33,7 +33,7 @@ scripts A number of useful single-file programs, e.g. tabnanny.py
3333 to Python 3 code.
3434
3535stringbench A suite of micro-benchmarks for various operations on
36- strings (both 8-bit and unicode).
36+ strings (both 8-bit and unicode). (*)
3737
3838test2to3 A demonstration of how to use 2to3 transparently in setup.py.
3939
@@ -43,3 +43,6 @@ unicode Tools for generating unicodedata and codecs from unicode.org
4343
4444unittestgui A Tkinter based GUI test runner for unittest, with test
4545 discovery.
46+
47+
48+ (*) A generic benchmark suite is maintained separately at http://hg.python.org/benchmarks/
0 commit comments