cpython/Misc/README

37 lines
1.6 KiB
Plaintext
Raw Normal View History

1994-01-26 06:20:16 -04:00
Python Misc subdirectory
========================
This directory contains files that wouldn't fit in elsewhere, in
particular the UNIX manual page, an Emacs mode for Python source code,
1996-08-20 17:54:15 -03:00
and a list of Frequently Asked Questions (and their answers). Some
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
1996-08-20 17:54:15 -03:00
AIX-NOTES Notes for building Python on AIX (all new!)
1994-01-26 06:20:16 -04:00
BLURB A quick description of Python for newcomers
1994-01-26 11:39:28 -04:00
BLURB.LUTZ A testimonial from a converted Tcl/Perl hacker :-)
1994-01-26 06:20:16 -04:00
COPYRIGHT The Python copyright notice
1997-08-18 16:55:01 -03:00
FAQ (deleted -- see http://www.python.org for the online FAQ)
1994-01-26 06:20:16 -04:00
Fixcprt.py Fix the copyright message (a yearly chore :-)
1994-01-26 11:39:28 -04:00
HISTORY News from previous releases -- oldest last
1994-09-14 11:06:46 -03:00
HPUX-NOTES Notes about dynamic loading under HP-UX
HYPE More hype about Python
1994-01-26 11:39:28 -04:00
Makefile Used for administrative chores like cleaning up
Makefile.pre.in Generic Makefile template for building extensions
1994-01-26 11:39:28 -04:00
NEWS News for this release
1998-08-10 13:38:58 -03:00
Porting Mini-FAQ on porting to new platforms
1994-01-26 06:20:16 -04:00
README The file you're reading now
1994-01-26 11:39:28 -04:00
RFD Request For Discussion about a Python newsgroup
1995-08-28 00:09:31 -03:00
cheatsheet Quick summary of Python by Ken Manheimer
1996-09-12 14:29:33 -03:00
editline-fix A news article on how to fix R$'s editline for Python
1994-01-26 06:20:16 -04:00
fixfuncptrs.sh Shell script to fix function pointer initializers
1996-08-20 17:54:15 -03:00
indent.pro GNU indent profile approximating my C style
python-mode.el Emacs mode for editing Python programs
1994-01-26 06:20:16 -04:00
python.man UNIX man page for the python interpreter
1994-01-26 11:39:28 -04:00
renumber.py Script to renumber the sections in the FAQ
1995-08-28 00:09:31 -03:00
setuid-prog.c C helper program for set-uid Python scripts
1997-11-07 15:58:10 -04:00
vgrindefs Python configuration for vgrind (a generic pretty printer)