Skip to content

Commit f7db42f

Browse files
committed
Update README for Tools.
1 parent e27c906 commit f7db42f

File tree

1 file changed

+27
-18
lines changed

1 file changed

+27
-18
lines changed

Tools/README

Lines changed: 27 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,40 @@
11
This directory contains a number of Python programs that are useful
22
while building or extending Python.
33

4-
faqwiz FAQ Wizard: a CGI script for a user-editable FAQ.
4+
buildbot Batchfiles for running on Windows buildslaves.
55

6-
freeze Create a stand-alone executable from a Python program.
6+
ccbench A Python concurrency benchmark.
7+
8+
framer Generate boilerplate code for C extension types.
9+
10+
freeze Create a stand-alone executable from a Python program.
711

812
gdb Python code to be run inside gdb, to make it easier to
913
debug Python itself (by David Malcolm).
1014

11-
i18n Tools for internationalization. pygettext.py
12-
parses Python source code and generates .pot files,
13-
and msgfmt.py generates a binary message catalog
14-
from a catalog in text format.
15+
i18n Tools for internationalization. pygettext.py
16+
parses Python source code and generates .pot files,
17+
and msgfmt.py generates a binary message catalog
18+
from a catalog in text format.
19+
20+
iobench Benchmark for the new Python I/O system.
21+
22+
msi Support for packaging Python as an MSI package on Windows.
23+
24+
pybench Comprehensive Python benchmarking suite.
1525

16-
pynche A Tkinter-based color editor.
26+
pynche A Tkinter-based color editor.
1727

18-
scripts A number of useful single-file programs, e.g. tabnanny.py
19-
(by Tim Peters), which checks for inconsistent mixing
20-
of tabs and spaces.
28+
scripts A number of useful single-file programs, e.g. tabnanny.py
29+
(by Tim Peters), which checks for inconsistent mixing
30+
of tabs and spaces.
2131

22-
unicode Tools used to generate unicode database files for
23-
Python 2.0 (by Fredrik Lundh).
32+
ssl Currently, a tool to fetch server certificates.
2433

25-
versioncheck A tool to automate checking whether you have the latest
26-
version of a package (by Jack Jansen).
34+
unicode Tools used to generate unicode database files for
35+
Python 2.0 (by Fredrik Lundh).
2736

28-
world Script to take a list of Internet addresses and print
29-
out where in the world those addresses originate from,
30-
based on the top-level domain country code found in
31-
the address.
37+
world Script to take a list of Internet addresses and print
38+
out where in the world those addresses originate from,
39+
based on the top-level domain country code found in
40+
the address.

0 commit comments

Comments
 (0)