Skip to content
Branch: 2.7
Find file History
Pull request Compare This branch is 4231 commits ahead, 29192 commits behind master.
Permalink
Type Name Latest commit message Commit time
..
Failed to load latest commit information.
audiopy Apply diff2.txt from SF patch http://www.python.org/sf/572113 Sep 11, 2002
bgen Issue #27171: Fix typos in documentation, code comments, and tests Jun 2, 2016
buildbot Tools/buildbot/test.bat: add --slowest option (#2552) Jul 3, 2017
ccbench Issue #7993: Add a test of IO packet processing bandwidth to ccbench. Mar 13, 2010
compiler Issue #27076: Doc, comment and test function name spelling fixes May 26, 2016
faqwiz normalize shebang lines to #!/usr/bin/env python Mar 11, 2010
framer Whitespace normalization, via reindent.py. Jul 18, 2004
freeze Issue #27566: Fix clean target in freeze makefile (patch by Lisa Roach) Sep 10, 2016
gdb bpo-34989: python-gdb.py: fix current_line_num() (GH-9889) (GH-9899) Oct 15, 2018
i18n [2.7] bpo-31920: Fixed handling directories as arguments in the ``pyg… Apr 10, 2018
iobench Fix a missing encoding argument when opening a text file in some of i… Oct 8, 2011
msi Add product codes until the end of time. (GH-11901) Feb 17, 2019
nuget Work around Path.glob() issue when creating nuget package (GH-16855) Oct 20, 2019
pybench
pynche #18803: fix more typos. Patch by Févry Thibault. Aug 25, 2013
scripts [2.7] bpo-14546: Fix the argument handling in Tools/scripts/lll.py (G… May 2, 2019
ssl [2.7] bpo-33570: Enable OpenSSL 1.1.1 testing within the multissltests ( Feb 15, 2019
unicode [2.7] bpo-27425: Be more explicit in .gitattributes (GH-840) (GH-2086) Jun 11, 2017
versioncheck Whitespace normalization, via reindent.py. Jul 18, 2004
webchecker In a number of places code still revers May 5, 2010
world Added the "weird" ccTLDs ac, gg, im, and je. These are not recognized Jul 15, 2002
README [2.7] Change some mercurial/ hg.python.org references. (#8) (#183) Feb 20, 2017

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!
		WARNING: bgen has been removed in 3.0.

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.

gdb             Python code to be run inside gdb, to make it easier to
                debug Python itself (by David Malcolm).

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.

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).

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. 

A generic benchmark suite is maintained separately at https://github.com/python/performance
You can’t perform that action at this time.