cpython/Tools
Guido van Rossum 8053d89f7b Add usage message when no arguments. 1998-04-06 14:45:26 +00:00
..
bgen Patches from Jack for new Apple headers 1998-02-23 15:30:44 +00:00
faqwiz Version 1.0 is official! 1998-04-06 14:25:36 +00:00
freeze Big changes by Mark Hammond to support freezing with DLLs on Windows. 1998-03-20 17:37:24 +00:00
idle Add usage message when no arguments. 1998-04-06 14:45:26 +00:00
modulator /usr/local/bin/python -> /usr/bin/env python 1996-11-27 19:52:01 +00:00
pynche update while dragging defaults to 0 1998-03-17 16:19:05 +00:00
scripts Add usage message when no arguments. 1998-04-06 14:45:26 +00:00
versioncheck Reindented without tabs and with uniform 4 space indent. 1998-04-06 14:20:27 +00:00
webchecker Give in to tabnanny 1998-04-06 14:29:28 +00:00
world example output is different 1998-03-13 18:33:34 +00:00
README Added Jack Jansen's versioncheck to the README file. 1997-12-23 19:03:42 +00:00

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. for
		converting old Python sources to the current language
		definition.

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.