blob: ebeec20e694cb5656b7d713c1e211a3651379ff5 [file] [log] [blame]
Guido van Rossuma7925f11994-01-26 10:20:16 +00001Python Misc subdirectory
2========================
3
Guido van Rossum3eedf712001-10-26 15:01:16 +00004This directory contains files that wouldn't fit in elsewhere. Some
Guido van Rossumb4d37791996-08-20 20:54:15 +00005documents are only of historic importance.
Guido van Rossuma7925f11994-01-26 10:20:16 +00006
7Files found here
8----------------
9
Guido van Rossum34e5dca1994-01-26 15:39:28 +000010ACKS Acknowledgements
Guido van Rossum3eedf712001-10-26 15:01:16 +000011AIX-NOTES Notes for building Python on AIX
12BeOS-NOTES Notes for building on BeOS
13BeOS-setup.py setup.py replacement for BeOS, see BeOS-NOTES
Georg Brandl65e50552009-10-11 21:17:14 +000014build.sh Script to build and test latest Python from the repository
Guido van Rossume7017ba1995-08-28 03:09:31 +000015cheatsheet Quick summary of Python by Ken Manheimer
Georg Brandl65e50552009-10-11 21:17:14 +000016developers.txt A history of who got developer permissions, and why
Guido van Rossum3eedf712001-10-26 15:01:16 +000017gdbinit Handy stuff to put in your .gdbinit file, if you use gdb
Guido van Rossumff346262002-02-11 01:18:25 +000018HISTORY News from previous releases -- oldest last
Guido van Rossumb4d37791996-08-20 20:54:15 +000019indent.pro GNU indent profile approximating my C style
Guido van Rossumff346262002-02-11 01:18:25 +000020NEWS News for this release (for some meaning of "this")
Georg Brandl65e50552009-10-11 21:17:14 +000021NEWS.help How to edit NEWS
Guido van Rossumff346262002-02-11 01:18:25 +000022Porting Mini-FAQ on porting to new platforms
23PURIFY.README Information for Purify users
Michael W. Hudsoncc9d0042003-08-11 16:18:43 +000024pymemcompat.h Memory interface compatibility file.
Guido van Rossuma7925f11994-01-26 10:20:16 +000025python.man UNIX man page for the python interpreter
Guido van Rossumff346262002-02-11 01:18:25 +000026python-mode.el Emacs mode for editing Python programs
Georg Brandl65e50552009-10-11 21:17:14 +000027python.pc.in Package configuration info template for pkg-config
Michael Foord449b7d92009-04-01 18:25:38 +000028python-wing.wpr Wing IDE project file
Guido van Rossumff346262002-02-11 01:18:25 +000029README The file you're reading now
Georg Brandl65e50552009-10-11 21:17:14 +000030README.coverity Information about running Coverity's Prevent on Python
31README.klocwork Information about running Klocwork's K7 on Python
32README.OpenBSD Help for building problems on OpenBSD
Neal Norwitzc3cd9df2004-06-06 19:58:40 +000033README.valgrind Information for Valgrind users, see valgrind-python.supp
Guido van Rossumff346262002-02-11 01:18:25 +000034RFD Request For Discussion about a Python newsgroup
35RPM (Old) tools to build RPMs
Guido van Rossume7017ba1995-08-28 03:09:31 +000036setuid-prog.c C helper program for set-uid Python scripts
Georg Brandl65e50552009-10-11 21:17:14 +000037SpecialBuilds.txt Describes extra symbols you can set for debug builds
38TextMate A TextMate bundle for Python development
39valgrind-python.supp Valgrind suppression file, see README.valgrind
Guido van Rossum1abbd7f1997-11-07 19:58:10 +000040vgrindefs Python configuration for vgrind (a generic pretty printer)
Georg Brandl65e50552009-10-11 21:17:14 +000041Vim Python development utilities for the Vim editor