You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Martin v. Löwis 721bb33e3b Add 3.1.4 UUIDs. 15 years ago
..
buildbot Add updated .hgeol file and fix newlines in the 3.1 branch. 15 years ago
faqwiz Merged revisions 64722,64729,64753,64845-64846,64849,64871,64880-64882,64885,64888,64897,64900-64901,64915,64926-64929,64938-64941,64944,64961,64966,64973 via svnmerge from 18 years ago
framer Issue #1717, continued: Doc fixes and other cleanup related 17 years ago
freeze Issue #11614: import __hello__ prints "Hello World!". Patch written by Andreas 15 years ago
i18n More 2to3 fixes in the Tools directory. Fixes #2893. 18 years ago
modulator More 2to3 fixes in the Tools directory. Fixes #2893. 18 years ago
msi Add 3.1.4 UUIDs. 15 years ago
pybench pybench prep_times calculation error (closes #11895) 15 years ago
pynche Merged revisions 85820,85823,85825,85840,85843-85845,85849-85851,85855,85867,85875,85907-85908,85911,85914 via svnmerge from 15 years ago
scripts #11565: Fix several typos. Patch by Piotr Kasprzyk. 15 years ago
ssl Merged revisions 85820,85823,85825,85840,85843-85845,85849-85851,85855,85867,85875,85907-85908,85911,85914 via svnmerge from 15 years ago
unicode #11565: Fix several typos. Patch by Piotr Kasprzyk. 15 years ago
webchecker More old urllib usage. 18 years ago
world Update to the world tool for Python 3. Provided by quentin.gallet-gilles via 18 years ago
README Remove inexistent tools 15 years ago

README

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

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, and 2to3, which converts Python 2 code
to Python 3 code.

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

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.