cpython/Tools
Jack Jansen ae8a68f40c Trying again to check it in. Changes to:
- Use Universal Headers as input
- Change addpack calls to not depend on Guido's disklayout
- Checkge testprograms to use new names for some functions
1995-06-06 12:55:40 +00:00
..
bgen Trying again to check it in. Changes to: 1995-06-06 12:55:40 +00:00
freeze removed some harsh words and added some clarifications 1995-04-05 10:59:20 +00:00
modulator Templates converted to new naming conventions (thanks to Chak Tan) 1995-05-16 13:47:03 +00:00
scripts mods by Gregor Schmid -- very nice! 1995-05-03 14:17:36 +00:00
world Use /depot/gnu/plat/bin/perl 1994-12-05 23:30:59 +00:00
README new 1995-03-02 15:51:27 +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!

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

modulator	Interactively generate boiler plate for an extension
		module.  Requires Tk.

scripts		A number of useful single-file programs, e.g. for
		converting old Python sources to the current language
		definition.