cpython/Misc/README

41 lines
1.9 KiB
Plaintext
Raw Normal View History

1994-01-26 06:20:16 -04:00
Python Misc subdirectory
========================
2001-10-26 12:01:16 -03:00
This directory contains files that wouldn't fit in elsewhere. Some
1996-08-20 17:54:15 -03:00
documents are only of historic importance.
1994-01-26 06:20:16 -04:00
Files found here
----------------
1994-01-26 11:39:28 -04:00
ACKS Acknowledgements
2001-10-26 12:01:16 -03:00
AIX-NOTES Notes for building Python on AIX
BeOS-NOTES Notes for building on BeOS
BeOS-setup.py setup.py replacement for BeOS, see BeOS-NOTES
2009-10-11 18:17:14 -03:00
build.sh Script to build and test latest Python from the repository
cheatsheet Quick summary of Python by Ken Manheimer
2009-10-11 18:17:14 -03:00
developers.txt A history of who got developer permissions, and why
gdbinit Handy stuff to put in your .gdbinit file, if you use gdb
1994-01-26 11:39:28 -04:00
HISTORY News from previous releases -- oldest last
indent.pro GNU indent profile approximating my C style
NEWS News for this release (for some meaning of "this")
2009-10-11 18:17:14 -03:00
NEWS.help How to edit NEWS
1998-08-10 13:38:58 -03:00
Porting Mini-FAQ on porting to new platforms
PURIFY.README Information for Purify users
2003-08-11 13:18:43 -03:00
pymemcompat.h Memory interface compatibility file.
python.man UNIX man page for the python interpreter
python-mode.el Emacs mode for editing Python programs
2009-10-11 18:17:14 -03:00
python.pc.in Package configuration info template for pkg-config
2009-04-01 15:25:38 -03:00
python-wing.wpr Wing IDE project file
1994-01-26 06:20:16 -04:00
README The file you're reading now
2009-10-11 18:17:14 -03:00
README.coverity Information about running Coverity's Prevent on Python
README.klocwork Information about running Klocwork's K7 on Python
README.OpenBSD Help for building problems on OpenBSD
2004-06-06 16:58:40 -03:00
README.valgrind Information for Valgrind users, see valgrind-python.supp
1994-01-26 11:39:28 -04:00
RFD Request For Discussion about a Python newsgroup
2001-10-26 12:01:16 -03:00
RPM (Old) tools to build RPMs
1995-08-28 00:09:31 -03:00
setuid-prog.c C helper program for set-uid Python scripts
2009-10-11 18:17:14 -03:00
SpecialBuilds.txt Describes extra symbols you can set for debug builds
TextMate A TextMate bundle for Python development
valgrind-python.supp Valgrind suppression file, see README.valgrind
1997-11-07 15:58:10 -04:00
vgrindefs Python configuration for vgrind (a generic pretty printer)
2009-10-11 18:17:14 -03:00
Vim Python development utilities for the Vim editor