cpython/Tools
Georg Brandl bf82e374ee More 2to3 fixes in the Tools directory. Fixes #2893. 2008-05-16 17:02:34 +00:00
..
bgen More 2to3 fixes in the Tools directory. Fixes #2893. 2008-05-16 17:02:34 +00:00
buildbot Merged revisions 62954-62959,62961,62963-62967,62969-62970,62972-62973,62975-62976,62978-62982,62984,62987-62996 via svnmerge from 2008-05-15 22:51:26 +00:00
faqwiz More 2to3 fixes in the Tools directory. Fixes #2893. 2008-05-16 17:02:34 +00:00
framer More 2to3 fixes in the Tools directory. Fixes #2893. 2008-05-16 17:02:34 +00:00
freeze More 2to3 fixes in the Tools directory. Fixes #2893. 2008-05-16 17:02:34 +00:00
i18n More 2to3 fixes in the Tools directory. Fixes #2893. 2008-05-16 17:02:34 +00:00
modulator More 2to3 fixes in the Tools directory. Fixes #2893. 2008-05-16 17:02:34 +00:00
msi More 2to3 fixes in the Tools directory. Fixes #2893. 2008-05-16 17:02:34 +00:00
pybench More 2to3 fixes in the Tools directory. Fixes #2893. 2008-05-16 17:02:34 +00:00
pynche More 2to3 fixes in the Tools directory. Fixes #2893. 2008-05-16 17:02:34 +00:00
scripts Ran 2to3 over scripts directory. 2008-05-16 15:23:30 +00:00
ssl Merged revisions 60990-61002 via svnmerge from 2008-02-23 18:30:17 +00:00
unicode More 2to3 fixes in the Tools directory. Fixes #2893. 2008-05-16 17:02:34 +00:00
versioncheck Removed remnants of os.path.walk(). 2008-05-09 20:00:17 +00:00
webchecker More 2to3 fixes in the Tools directory. Fixes #2893. 2008-05-16 17:02:34 +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 Get rid of old IDLE. Lib/idlelib rules! 2003-06-14 00:08:37 +00:00

README

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

audiopy		Audiopy is a program to control the Solaris audio
		device, allowing you to choose both the input and
		output devices, and to set the output volume, that can
		be run either as a command-line script, or as a
		Tkinter application.

bgen		Generate complete extension modules from a
		description.  Still under development!

compiler	Tools used to maintain the compiler package in the
		standard library.

faqwiz		FAQ Wizard.
		See http://www.python.org/cgi-bin/faqw.py
		for a live example.

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

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.

modulator	Interactively generate boiler plate for an extension
		module.	 Works easiest if you have Tk.

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.

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

versioncheck	A tool to automate checking whether you have the latest
		version of a package (by Jack Jansen).

webchecker	A link checker for web sites.

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.