blob: abe610e7a376cac352b225cd9adb1e92f3810ad9 [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
Florent Xicluna09245d82010-08-14 16:56:27 +000018maintainers.rst 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.
Florent Xicluna09245d82010-08-14 16:56:27 +000024python-config.in Python script template for python-config
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 Brandl93d15cd2009-10-11 21:24:34 +000027python.pc.in Package configuration info template for pkg-config
Florent Xicluna09245d82010-08-14 16:56:27 +000028python-wing.wpr Wing IDE project file
Guido van Rossumff346262002-02-11 01:18:25 +000029README The file you're reading now
Georg Brandl93d15cd2009-10-11 21:24:34 +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 Brandl93d15cd2009-10-11 21:24:34 +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)
Florent Xicluna09245d82010-08-14 16:56:27 +000041Vim Python development utilities for the Vim editor