@@ -10,8 +10,6 @@ c-analyzer Tools to check no new global variables have been added.
10
10
11
11
cases_generator Tooling to generate interpreters.
12
12
13
- ccbench A Python threads-based concurrency benchmark. (*)
14
-
15
13
clinic A preprocessor for CPython C files in order to automate
16
14
the boilerplate involved with writing argument parsing
17
15
code for "builtins".
@@ -28,8 +26,6 @@ i18n Tools for internationalization. pygettext.py
28
26
29
27
importbench A set of micro-benchmarks for various import scenarios.
30
28
31
- iobench Benchmark for the new Python I/O system. (*)
32
-
33
29
msi Support for packaging Python as an MSI package on Windows.
34
30
35
31
nuget Files for the NuGet package manager for .NET.
@@ -45,9 +41,6 @@ scripts A number of useful single-file programs, e.g. run_tests.py
45
41
ssl Scripts to generate ssl_data.h from OpenSSL sources, and run
46
42
tests against multiple installations of OpenSSL and LibreSSL.
47
43
48
- stringbench A suite of micro-benchmarks for various operations on
49
- strings (both 8-bit and unicode). (*)
50
-
51
44
tz A script to dump timezone from /usr/share/zoneinfo.
52
45
53
46
unicode Tools for generating unicodedata and codecs from unicode.org
@@ -60,6 +53,4 @@ unittestgui A Tkinter based GUI test runner for unittest, with test
60
53
wasm Config and helpers to facilitate cross compilation of CPython
61
54
to WebAssembly (WASM).
62
55
63
- (*) A generic benchmark suite is maintained separately at https://github.com/python/performance
64
-
65
56
Note: The pynche color editor has moved to https://gitlab.com/warsaw/pynche
0 commit comments