0
0
mirror of https://github.com/python/cpython.git synced 2024-12-01 11:15:56 +01:00
cpython/Tools
2000-07-29 13:24:39 +00:00
..
audiopy
bgen Modified the standard mac preamble so we include pymactoolbox.h in 2000-07-15 22:29:30 +00:00
compiler This script demonstrates use of the visitor interface of the compiler 2000-07-25 16:43:23 +00:00
faqwiz
freeze Add the exceptions module to the 'never' list -- it is built in. 2000-07-28 10:34:48 +00:00
i18n
idle
modulator
pynche
scripts
versioncheck
webchecker
world
README

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

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

faqwiz		FAQ Wizard.
		See http://grail.cnri.reston.va.us/cgi-bin/faqw.py
		for a live example.

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

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

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

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.