cpython/Tools
1996-08-26 04:10:33 +00:00
..
bgen Addition by Jack to test for missing type support 1996-07-21 02:49:55 +00:00
freeze Get rid of it totally 1996-08-26 04:10:33 +00:00
modulator A few missing casts (Richard Neitzel). 1996-03-07 16:16:54 +00:00
scripts Allow whitespace before '#' in preprocessor directives. 1996-08-22 23:12:23 +00:00
world updated comments 1995-06-15 15:56:34 +00:00
README Fixed sentence about modulator 1995-06-20 12:32:43 +00:00

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!

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.