Guido van Rossum | a7925f1 | 1994-01-26 10:20:16 +0000 | [diff] [blame] | 1 | Python Misc subdirectory |
| 2 | ======================== |
| 3 | |
| 4 | This directory contains files that wouldn't fit in elsewhere, in |
| 5 | particular the UNIX manual page, an Emacs mode for Python source code, |
| 6 | and a list of Frequently Asked Questions (and their answers). |
| 7 | |
| 8 | Files found here |
| 9 | ---------------- |
| 10 | |
Guido van Rossum | 34e5dca | 1994-01-26 15:39:28 +0000 | [diff] [blame] | 11 | ACKS Acknowledgements |
| 12 | AIX-NOTES Notes for building Python on AIX |
Guido van Rossum | a7925f1 | 1994-01-26 10:20:16 +0000 | [diff] [blame] | 13 | BLURB A quick description of Python for newcomers |
Guido van Rossum | 34e5dca | 1994-01-26 15:39:28 +0000 | [diff] [blame] | 14 | BLURB.LUTZ A testimonial from a converted Tcl/Perl hacker :-) |
Guido van Rossum | a7925f1 | 1994-01-26 10:20:16 +0000 | [diff] [blame] | 15 | COPYRIGHT The Python copyright notice |
| 16 | FAQ Frequently Asked Questions about Python (and answers) |
| 17 | Fixcprt.py Fix the copyright message (a yearly chore :-) |
Guido van Rossum | 34e5dca | 1994-01-26 15:39:28 +0000 | [diff] [blame] | 18 | HISTORY News from previous releases -- oldest last |
Guido van Rossum | 1442177 | 1994-09-14 14:06:46 +0000 | [diff] [blame] | 19 | HPUX-NOTES Notes about dynamic loading under HP-UX |
| 20 | HYPE More hype about Python |
Guido van Rossum | 34e5dca | 1994-01-26 15:39:28 +0000 | [diff] [blame] | 21 | Makefile Used for administrative chores like cleaning up |
| 22 | NEWS News for this release |
Guido van Rossum | a7925f1 | 1994-01-26 10:20:16 +0000 | [diff] [blame] | 23 | README The file you're reading now |
Guido van Rossum | 34e5dca | 1994-01-26 15:39:28 +0000 | [diff] [blame] | 24 | RFD Request For Discussion about a Python newsgroup |
Guido van Rossum | e7017ba | 1995-08-28 03:09:31 +0000 | [diff] [blame] | 25 | cheatsheet Quick summary of Python by Ken Manheimer |
Guido van Rossum | 1442177 | 1994-09-14 14:06:46 +0000 | [diff] [blame] | 26 | dlMakefile Generic Makefile for dynamically loadable modules by Ken M. |
Guido van Rossum | a7925f1 | 1994-01-26 10:20:16 +0000 | [diff] [blame] | 27 | fixfuncptrs.sh Shell script to fix function pointer initializers |
Guido van Rossum | 1442177 | 1994-09-14 14:06:46 +0000 | [diff] [blame] | 28 | indent.pro GNU indent profile approximating my C style (by Steen Lumholt) |
Guido van Rossum | 34e5dca | 1994-01-26 15:39:28 +0000 | [diff] [blame] | 29 | python-mode.el Emacs mode for editing Python programs (thanks, Tim!) |
Guido van Rossum | e7017ba | 1995-08-28 03:09:31 +0000 | [diff] [blame] | 30 | pyimenu.el Support for Emacs with python-mode.el (by Perry Stoll) |
Guido van Rossum | a7925f1 | 1994-01-26 10:20:16 +0000 | [diff] [blame] | 31 | python.man UNIX man page for the python interpreter |
Guido van Rossum | 34e5dca | 1994-01-26 15:39:28 +0000 | [diff] [blame] | 32 | renumber.py Script to renumber the sections in the FAQ |
Guido van Rossum | e7017ba | 1995-08-28 03:09:31 +0000 | [diff] [blame] | 33 | setuid-prog.c C helper program for set-uid Python scripts |