cpython/Tools
Georg Brandl cbb9421347 Fix bytes/str issues in get-remote-certificate.py. 2010-10-28 08:38:30 +00:00
..
buildbot Reverted to r70917. 2010-09-28 17:55:53 +00:00
ccbench Issue #9308: Removed redundant coding cookies. Added tests for 2010-10-15 16:28:20 +00:00
framer Make the framer run (still generates wrong code for module creation though.) 2010-08-02 22:58:25 +00:00
freeze #1203650: allow larger list of files in windows makefile for freeze. 2010-10-21 13:34:51 +00:00
gdb libpython: implementation of os.fsencode() with surrogateescape error handler 2010-10-17 19:35:30 +00:00
i18n Issue #9308: Removed redundant coding cookies. Added tests for 2010-10-15 16:28:20 +00:00
iobench Add an option to choose the IO module under test (allows to bench 2010-09-06 12:36:55 +00:00
msi Drop cabarc artifact. 2010-09-04 22:12:46 +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 Fix import. 2010-10-26 20:12:37 +00:00
scripts #3077: fix h2py substitution of character literals. 2010-10-21 13:29:10 +00:00
ssl Fix bytes/str issues in get-remote-certificate.py. 2010-10-28 08:38:30 +00:00
unicode Upgrade to Unicode 6.0.0. 2010-10-11 22:42:28 +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 Mention 2to3. 2010-10-14 06:48:47 +00:00

README

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, and 2to3, which converts Python 2 code
                to Python 3 code.

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.