blob: bb98b3de7dea838cf92def6715d05539d3995c49 [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
Florent Xiclunab5870602010-08-14 22:23:27 +000010ACKS Acknowledgements
11AIX-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
14build.sh Script to build and test latest Python from the repository
15cheatsheet Quick summary of Python by Ken Manheimer
16developers.txt A history of who got developer permissions, and why
17gdbinit Handy stuff to put in your .gdbinit file, if you use gdb
18HISTORY News from previous releases -- oldest last
19indent.pro GNU indent profile approximating my C style
20maintainers.rst A list of maintainers for library modules
21NEWS News for this release (for some meaning of "this")
22NEWS.help How to edit NEWS
23Porting Mini-FAQ on porting to new platforms
24PURIFY.README Information for Purify users
25pymemcompat.h Memory interface compatibility file.
26python-config.in Python script template for python-config
27python.man UNIX man page for the python interpreter
28python-mode.el Emacs mode for editing Python programs
29python.pc.in Package configuration info template for pkg-config
30python-wing.wpr Wing IDE project file
31README The file you're reading now
32README.coverity Information about running Coverity's Prevent on Python
33README.klocwork Information about running Klocwork's K7 on Python
34README.OpenBSD Help for building problems on OpenBSD
35README.valgrind Information for Valgrind users, see valgrind-python.supp
36RFD Request For Discussion about a Python newsgroup
37RPM (Old) tools to build RPMs
38setuid-prog.c C helper program for set-uid Python scripts
39SpecialBuilds.txt Describes extra symbols you can set for debug builds
40TextMate A TextMate bundle for Python development
41valgrind-python.supp Valgrind suppression file, see README.valgrind
42vgrindefs Python configuration for vgrind (a generic pretty printer)
43Vim Python development utilities for the Vim editor