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