@@ -3,7 +3,7 @@ while building or extending Python.
3
3
4
4
buildbot Batchfiles for running on Windows buildslaves.
5
5
6
- ccbench A Python concurrency benchmark.
6
+ ccbench A Python threads-based concurrency benchmark. (*)
7
7
8
8
demo Several Python programming demos.
9
9
@@ -17,13 +17,13 @@ i18n Tools for internationalization. pygettext.py
17
17
and msgfmt.py generates a binary message catalog
18
18
from a catalog in text format.
19
19
20
- iobench Benchmark for the new Python I/O system.
20
+ iobench Benchmark for the new Python I/O system. (*)
21
21
22
22
msi Support for packaging Python as an MSI package on Windows.
23
23
24
24
parser Un-parsing tool to generate code from an AST.
25
25
26
- pybench Comprehensive Python benchmarking suite.
26
+ pybench Low-level benchmarking for the Python evaluation loop. (*)
27
27
28
28
pynche A Tkinter-based color editor.
29
29
@@ -33,7 +33,7 @@ scripts A number of useful single-file programs, e.g. tabnanny.py
33
33
to Python 3 code.
34
34
35
35
stringbench A suite of micro-benchmarks for various operations on
36
- strings (both 8-bit and unicode).
36
+ strings (both 8-bit and unicode). (*)
37
37
38
38
test2to3 A demonstration of how to use 2to3 transparently in setup.py.
39
39
@@ -43,3 +43,6 @@ unicode Tools for generating unicodedata and codecs from unicode.org
43
43
44
44
unittestgui A Tkinter based GUI test runner for unittest, with test
45
45
discovery.
46
+
47
+
48
+ (*) A generic benchmark suite is maintained separately at http://hg.python.org/benchmarks/
0 commit comments