cpython/Misc/README

40 lines
1.8 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 :-)
2000-09-01 20:22:12 -03:00
BLURB.WINDOWS First announcement of Python for Windows
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
2000-09-01 20:22:12 -03:00
PURIFY.README Information for Purify users
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
2000-09-01 20:22:12 -03:00
comparisons (Old) comparisons to some other languages
1996-09-12 14:29:33 -03:00
editline-fix A news article on how to fix R$'s editline for Python
2000-09-01 20:22:12 -03:00
faq2html FAQ to HTML converter by Ka-Ping Yee
find_recursionlimit.py Script to find a value for sys.maxrecursionlimit
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
2000-09-01 20:22:12 -03:00
unicode.txt Marc-Andre Lemburg's specification of the Unicode API
1997-11-07 15:58:10 -04:00
vgrindefs Python configuration for vgrind (a generic pretty printer)