cpython/Tools
Martin v. Löwis b2289ec60c Merged revisions 62946 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r62946 | martin.v.loewis | 2008-05-09 19:11:07 +0200 (Fr, 09 Mai 2008) | 1 line

  Add 2.6b1 and 2.6b2 UUIDs.
........
2008-05-09 17:14:15 +00:00
..
bgen Merged revisions 62021,62029,62035-62038,62043-62044,62052-62053 via svnmerge from 2008-03-31 01:51:45 +00:00
buildbot Merged revisions 62177-62178,62180-62193 via svnmerge from 2008-04-07 03:17:54 +00:00
faqwiz Merged revisions 60990-61002 via svnmerge from 2008-02-23 18:30:17 +00:00
framer Convert raise statements in Tools/. 2007-08-22 23:05:06 +00:00
freeze #1535: rename __builtin__ module to builtins. 2007-12-02 09:40:06 +00:00
i18n - Issue #719888: Updated tokenize to use a bytes API. generate_tokens has been 2008-03-18 22:41:35 +00:00
modulator Merged revisions 60990-61002 via svnmerge from 2008-02-23 18:30:17 +00:00
msi Merged revisions 62946 via svnmerge from 2008-05-09 17:14:15 +00:00
pybench Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,62463,62465-62466,62469,62474,62476-62478,62480,62485,62492,62497-62498,62500,62507,62513-62514,62516,62521,62531,62535,62545-62546,62548-62551,62553-62559,62569,62574,62577,62593,62595,62604-62606,62608,62616,62626-62627,62636,62638,62644-62645,62647-62648,62651-62653,62656,62661,62663,62680,62686-62687,62696,62699-62703,62711 via svnmerge from 2008-05-04 22:42:01 +00:00
pynche Merged revisions 60990-61002 via svnmerge from 2008-02-23 18:30:17 +00:00
scripts Merged revisions 61846-61847 via svnmerge from 2008-03-24 13:39:54 +00:00
ssl Merged revisions 60990-61002 via svnmerge from 2008-02-23 18:30:17 +00:00
unicode Merged revisions 60990-61002 via svnmerge from 2008-02-23 18:30:17 +00:00
versioncheck Kill execfile(), use exec() instead 2007-08-12 00:43:29 +00:00
webchecker Merged revisions 60990-61002 via svnmerge from 2008-02-23 18:30:17 +00:00
world Update to the world tool for Python 3. Provided by quentin.gallet-gilles via 2007-12-20 15:55:58 +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.