0
0
mirror of https://github.com/python/cpython.git synced 2024-11-28 16:45:42 +01:00
cpython/Tools
1995-06-15 15:56:34 +00:00
..
bgen Ported to Universal Header 2.0.1f (i.e. CW6) 1995-06-09 20:56:31 +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 updated comments 1995-06-15 15:56:34 +00:00
README new 1995-03-02 15:51:27 +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.  Requires Tk.

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