cpython/Tools
Guido van Rossum a8add0ec5e Merged revisions 55270-55324 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/p3yk

........
  r55271 | fred.drake | 2007-05-11 10:14:47 -0700 (Fri, 11 May 2007) | 3 lines

  remove jpeg, panel libraries for SGI; there is more IRIX stuff left over,
  I guess that should be removed too, but will leave for someone who is sure
........
  r55280 | fred.drake | 2007-05-11 19:11:37 -0700 (Fri, 11 May 2007) | 1 line

  remove mention of file that has been removed
........
  r55301 | brett.cannon | 2007-05-13 17:38:05 -0700 (Sun, 13 May 2007) | 4 lines

  Remove rexec and Bastion from the stdlib.  This also eliminates the need for
  f_restricted on frames.  This in turn negates the need for
  PyEval_GetRestricted() and PyFrame_IsRestricted().
........
  r55303 | brett.cannon | 2007-05-13 19:22:22 -0700 (Sun, 13 May 2007) | 2 lines

  Remove the md5 and sha modules.
........
  r55305 | george.yoshida | 2007-05-13 19:45:55 -0700 (Sun, 13 May 2007) | 2 lines

  fix markup
........
  r55306 | neal.norwitz | 2007-05-13 19:47:57 -0700 (Sun, 13 May 2007) | 1 line

  Get the doc building again after some removals.
........
  r55307 | neal.norwitz | 2007-05-13 19:50:45 -0700 (Sun, 13 May 2007) | 1 line

  Get test_pyclbr passing again after getstatus was removed from commands.  This "test case" was weird since it was just importing a seemingly random module.  Remove the import
........
  r55322 | brett.cannon | 2007-05-14 14:09:20 -0700 (Mon, 14 May 2007) | 3 lines

  Remove the compiler package.  Will eventually need a mechanism to byte compile
  an AST.
........
2007-05-14 22:03:55 +00:00
..
audiopy SF patch 1631942 by Collin Winter: 2007-01-10 16:19:56 +00:00
bgen SF patch 1631942 by Collin Winter: 2007-01-10 16:19:56 +00:00
buildbot Merge current trunk into p3yk. This includes the PyNumber_Index API change, 2006-08-21 19:07:27 +00:00
faqwiz SF patch 1631942 by Collin Winter: 2007-01-10 16:19:56 +00:00
framer Whitespace normalization, via reindent.py. 2004-07-18 06:16:08 +00:00
freeze Fix test_frozen. 2007-02-09 23:27:01 +00:00
i18n SF patch 1631942 by Collin Winter: 2007-01-10 16:19:56 +00:00
modulator Patch #1550800: make exec a function. 2006-09-06 06:51:57 +00:00
msi Merged revisions 53451-53537 via svnmerge from 2007-02-01 18:02:27 +00:00
pybench Merged revisions 55007-55179 via svnmerge from 2007-05-07 22:24:25 +00:00
pynche SF patch 1631942 by Collin Winter: 2007-01-10 16:19:56 +00:00
scripts Merged revisions 55007-55179 via svnmerge from 2007-05-07 22:24:25 +00:00
unicode Merged revisions 55007-55179 via svnmerge from 2007-05-07 22:24:25 +00:00
versioncheck SF patch 1631942 by Collin Winter: 2007-01-10 16:19:56 +00:00
webchecker SF patch 1631942 by Collin Winter: 2007-01-10 16:19:56 +00:00
world Added the "weird" ccTLDs ac, gg, im, and je. These are not recognized 2002-07-15 19:53:28 +00:00
README Get rid of old IDLE. Lib/idlelib rules! 2003-06-14 00:08:37 +00:00

README

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

audiopy		Audiopy is a program to control the Solaris audio
		device, allowing you to choose both the input and
		output devices, and to set the output volume, that can
		be run either as a command-line script, or as a
		Tkinter application.

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

compiler	Tools used to maintain the compiler package in the
		standard library.

faqwiz		FAQ Wizard.
		See http://www.python.org/cgi-bin/faqw.py
		for a live example.

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

i18n		Tools for internationalization. pygettext.py 
		parses Python source code and generates .pot files,
		and msgfmt.py generates a binary message catalog 
		from a catalog in text format.

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

pynche		A Tkinter-based color editor.

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

unicode		Tools used to generate unicode database files for
		Python 2.0 (by Fredrik Lundh).

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.

world		Script to take a list of Internet addresses and print
		out where in the world those addresses originate from,
		based on the top-level domain country code found in
		the address.