blob: 8695b60aa09b9d3ff8309d382244c312727324d4 [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
Georg Brandl93d15cd2009-10-11 21:24:34 +000012build.sh Script to build and test latest Python from the repository
Guido van Rossume7017ba1995-08-28 03:09:31 +000013cheatsheet Quick summary of Python by Ken Manheimer
Georg Brandl93d15cd2009-10-11 21:24:34 +000014developers.txt A history of who got developer permissions, and why
Guido van Rossum3eedf712001-10-26 15:01:16 +000015gdbinit Handy stuff to put in your .gdbinit file, if you use gdb
Guido van Rossumff346262002-02-11 01:18:25 +000016HISTORY News from previous releases -- oldest last
Guido van Rossumb4d37791996-08-20 20:54:15 +000017indent.pro GNU indent profile approximating my C style
Georg Brandl93d15cd2009-10-11 21:24:34 +000018maintainers.txt A list of maintainers for library modules
Guido van Rossumff346262002-02-11 01:18:25 +000019NEWS News for this release (for some meaning of "this")
Georg Brandl93d15cd2009-10-11 21:24:34 +000020NEWS.help How to edit NEWS
Guido van Rossumff346262002-02-11 01:18:25 +000021Porting Mini-FAQ on porting to new platforms
22PURIFY.README Information for Purify users
Michael W. Hudsoncc9d0042003-08-11 16:18:43 +000023pymemcompat.h Memory interface compatibility file.
Guido van Rossuma7925f11994-01-26 10:20:16 +000024python.man UNIX man page for the python interpreter
Guido van Rossumff346262002-02-11 01:18:25 +000025python-mode.el Emacs mode for editing Python programs
Georg Brandl93d15cd2009-10-11 21:24:34 +000026python.pc.in Package configuration info template for pkg-config
Benjamin Petersonf47ed4a2009-04-11 20:45:40 +000027python-wing.wpr Wing IDE project file
Guido van Rossumff346262002-02-11 01:18:25 +000028README The file you're reading now
Georg Brandl93d15cd2009-10-11 21:24:34 +000029README.coverity Information about running Coverity's Prevent on Python
30README.klocwork Information about running Klocwork's K7 on Python
31README.OpenBSD Help for building problems on OpenBSD
Neal Norwitzc3cd9df2004-06-06 19:58:40 +000032README.valgrind Information for Valgrind users, see valgrind-python.supp
Guido van Rossumff346262002-02-11 01:18:25 +000033RFD Request For Discussion about a Python newsgroup
34RPM (Old) tools to build RPMs
Guido van Rossume7017ba1995-08-28 03:09:31 +000035setuid-prog.c C helper program for set-uid Python scripts
Georg Brandl93d15cd2009-10-11 21:24:34 +000036SpecialBuilds.txt Describes extra symbols you can set for debug builds
37TextMate A TextMate bundle for Python development
38valgrind-python.supp Valgrind suppression file, see README.valgrind
Guido van Rossum1abbd7f1997-11-07 19:58:10 +000039vgrindefs Python configuration for vgrind (a generic pretty printer)
Georg Brandl93d15cd2009-10-11 21:24:34 +000040Vim Python development utilities for the Vim editor