/Misc/README

http://unladen-swallow.googlecode.com/ · #! · 33 lines · 30 code · 3 blank · 0 comment · 0 complexity · 57bc85e46fa97d13708bb9dbee1a7f00 MD5 · raw file

  1. Python Misc subdirectory
  2. ========================
  3. This directory contains files that wouldn't fit in elsewhere. Some
  4. documents are only of historic importance.
  5. Files found here
  6. ----------------
  7. ACKS Acknowledgements
  8. AIX-NOTES Notes for building Python on AIX
  9. BeOS-NOTES Notes for building on BeOS
  10. BeOS-setup.py setup.py replacement for BeOS, see BeOS-NOTES
  11. cheatsheet Quick summary of Python by Ken Manheimer
  12. find_recursionlimit.py Script to find a value for sys.maxrecursionlimit
  13. gdbinit Handy stuff to put in your .gdbinit file, if you use gdb
  14. HISTORY News from previous releases -- oldest last
  15. HPUX-NOTES Notes about dynamic loading under HP-UX
  16. indent.pro GNU indent profile approximating my C style
  17. NEWS News for this release (for some meaning of "this")
  18. Porting Mini-FAQ on porting to new platforms
  19. PURIFY.README Information for Purify users
  20. pymemcompat.h Memory interface compatibility file.
  21. python.man UNIX man page for the python interpreter
  22. python-mode.el Emacs mode for editing Python programs
  23. README The file you're reading now
  24. README.valgrind Information for Valgrind users, see valgrind-python.supp
  25. RFD Request For Discussion about a Python newsgroup
  26. RPM (Old) tools to build RPMs
  27. SpecialBuilds.txt Describes extra symbols you can set for debug builds
  28. setuid-prog.c C helper program for set-uid Python scripts
  29. vgrindefs Python configuration for vgrind (a generic pretty printer)
  30. valgrind-python.supp Valgrind suppression file, see README.valgrind