cpython/Tools
2010-08-09 12:26:44 +00:00
..
buildbot Truly uncomment rm lines. 2010-07-31 10:56:53 +00:00
ccbench Merged revisions 78939 via svnmerge from 2010-03-13 21:27:21 +00:00
framer Make the framer run (still generates wrong code for module creation though.) 2010-08-02 22:58:25 +00:00
freeze Minimum fixes to make freeze.py do something useful. 2010-08-02 22:25:16 +00:00
gdb #9235: fix missing import of sys. 2010-07-14 08:54:40 +00:00
i18n Issue #8974: fix print calls in msgfmt.py. 2010-07-11 17:39:46 +00:00
iobench Merged revisions 77599-77601 via svnmerge from 2010-01-18 21:20:53 +00:00
msi Change pyc removal to support __pycache__. 2010-08-06 10:43:31 +00:00
pybench Merged revisions 75264,75268,75293,75318,75391-75392,75436,75478,75971,76003,76058,76140-76141,76231,76380,76428-76429 via svnmerge from 2009-11-25 17:46:26 +00:00
pynche Make the Pynche tool work with Python 3. 2010-08-02 22:08:58 +00:00
scripts Fix `Tools/scripts/checkpyc.py` after PEP 3147. 2010-08-09 12:26:44 +00:00
ssl convert shebang lines: python -> python3 2010-03-11 22:53:45 +00:00
unicode Merged revisions 79494,79496 via svnmerge from 2010-03-30 19:34:18 +00:00
world Update to the world tool for Python 3. Provided by quentin.gallet-gilles via 2007-12-20 15:55:58 +00:00
README Update README for Tools. 2010-08-02 22:31:22 +00:00

This directory contains a number of Python programs that are useful
while building or extending Python.

buildbot        Batchfiles for running on Windows buildslaves.

ccbench         A Python concurrency benchmark.

framer          Generate boilerplate code for C extension types.

freeze          Create a stand-alone executable from a Python program.

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

i18n            Tools for internationalization. pygettext.py
                parses Python source code and generates .pot files,
                and msgfmt.py generates a binary message catalog
                from a catalog in text format.

iobench         Benchmark for the new Python I/O system.

msi             Support for packaging Python as an MSI package on Windows.

pybench         Comprehensive Python benchmarking suite.

pynche          A Tkinter-based color editor.

scripts         A number of useful single-file programs, e.g. tabnanny.py
                (by Tim Peters), which checks for inconsistent mixing
                of tabs and spaces.

ssl             Currently, a tool to fetch server certificates.

unicode         Tools used to generate unicode database files for
                Python 2.0 (by Fredrik Lundh).

world           Script to take a list of Internet addresses and print
                out where in the world those addresses originate from,
                based on the top-level domain country code found in
                the address.