blob: 8754f0564fa66acdc91e3a8f3cdddab12e1b8a28 [file] [log] [blame]
Guido van Rossuma7925f11994-01-26 10:20:16 +00001Python Misc subdirectory
2========================
3
4This directory contains files that wouldn't fit in elsewhere, in
5particular the UNIX manual page, an Emacs mode for Python source code,
Guido van Rossumb4d37791996-08-20 20:54:15 +00006and a list of Frequently Asked Questions (and their answers). Some
7documents are only of historic importance.
Guido van Rossuma7925f11994-01-26 10:20:16 +00008
9Files found here
10----------------
11
Guido van Rossum34e5dca1994-01-26 15:39:28 +000012ACKS Acknowledgements
Guido van Rossumb4d37791996-08-20 20:54:15 +000013AIX-NOTES Notes for building Python on AIX (all new!)
Guido van Rossuma7925f11994-01-26 10:20:16 +000014BLURB A quick description of Python for newcomers
Guido van Rossum34e5dca1994-01-26 15:39:28 +000015BLURB.LUTZ A testimonial from a converted Tcl/Perl hacker :-)
Guido van Rossuma7925f11994-01-26 10:20:16 +000016COPYRIGHT The Python copyright notice
Guido van Rossum6688d351997-08-18 19:55:01 +000017FAQ (deleted -- see http://www.python.org for the online FAQ)
Guido van Rossuma7925f11994-01-26 10:20:16 +000018Fixcprt.py Fix the copyright message (a yearly chore :-)
Guido van Rossum34e5dca1994-01-26 15:39:28 +000019HISTORY News from previous releases -- oldest last
Guido van Rossum14421771994-09-14 14:06:46 +000020HPUX-NOTES Notes about dynamic loading under HP-UX
21HYPE More hype about Python
Guido van Rossum34e5dca1994-01-26 15:39:28 +000022Makefile Used for administrative chores like cleaning up
Guido van Rossum1631cbe1996-09-10 18:19:23 +000023Makefile.pre.in Template for building extensions (static or dynamic)
Guido van Rossum34e5dca1994-01-26 15:39:28 +000024NEWS News for this release
Guido van Rossuma7925f11994-01-26 10:20:16 +000025README The file you're reading now
Guido van Rossum34e5dca1994-01-26 15:39:28 +000026RFD Request For Discussion about a Python newsgroup
Guido van Rossume7017ba1995-08-28 03:09:31 +000027cheatsheet Quick summary of Python by Ken Manheimer
Guido van Rossumdc082eb1996-09-12 17:29:33 +000028editline-fix A news article on how to fix R$'s editline for Python
Guido van Rossuma7925f11994-01-26 10:20:16 +000029fixfuncptrs.sh Shell script to fix function pointer initializers
Guido van Rossumb4d37791996-08-20 20:54:15 +000030gMakefile Generic Makefile for dynamically loadable modules
31indent.pro GNU indent profile approximating my C style
32python-mode.el Emacs mode for editing Python programs
Guido van Rossuma7925f11994-01-26 10:20:16 +000033python.man UNIX man page for the python interpreter
Guido van Rossum34e5dca1994-01-26 15:39:28 +000034renumber.py Script to renumber the sections in the FAQ
Guido van Rossume7017ba1995-08-28 03:09:31 +000035setuid-prog.c C helper program for set-uid Python scripts
Guido van Rossum1abbd7f1997-11-07 19:58:10 +000036vgrindefs Python configuration for vgrind (a generic pretty printer)