|
1 | 1 | This directory contains a number of Python programs that are useful |
2 | 2 | while building or extending Python. |
3 | 3 |
|
4 | | -faqwiz FAQ Wizard: a CGI script for a user-editable FAQ. |
| 4 | +buildbot Batchfiles for running on Windows buildslaves. |
5 | 5 |
|
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. |
7 | 11 |
|
8 | 12 | gdb Python code to be run inside gdb, to make it easier to |
9 | 13 | debug Python itself (by David Malcolm). |
10 | 14 |
|
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. |
15 | 25 |
|
16 | | -pynche A Tkinter-based color editor. |
| 26 | +pynche A Tkinter-based color editor. |
17 | 27 |
|
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. |
21 | 31 |
|
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. |
24 | 33 |
|
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). |
27 | 36 |
|
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