Changeset 391 for python/trunk/Misc/README
- Timestamp:
- Mar 19, 2014, 11:31:01 PM (11 years ago)
- Location:
- python/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
python/trunk
-
Property svn:mergeinfo
set to
/python/vendor/Python-2.7.6 merged eligible /python/vendor/current merged eligible
-
Property svn:mergeinfo
set to
-
python/trunk/Misc/README
r2 r391 8 8 ---------------- 9 9 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 README The file you're reading now 27 README.valgrind Information for Valgrind users, see valgrind-python.supp 28 RFD Request For Discussion about a Python newsgroup 29 RPM (Old) tools to build RPMs 30 SpecialBuilds.txt Describes extra symbols you can set for debug builds 31 setuid-prog.c C helper program for set-uid Python scripts 32 vgrindefs Python configuration for vgrind (a generic pretty printer) 33 valgrind-python.supp Valgrind suppression file, see README.valgrind 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 build.sh Script to build and test latest Python from the repository 15 cheatsheet Quick summary of Python by Ken Manheimer 16 developers.txt A history of who got developer permissions, and why 17 gdbinit Handy stuff to put in your .gdbinit file, if you use gdb 18 HISTORY News from previous releases -- oldest last 19 indent.pro GNU indent profile approximating my C style 20 maintainers.rst A list of maintainers for library modules 21 NEWS News for this release (for some meaning of "this") 22 NEWS.help How to edit NEWS 23 Porting Mini-FAQ on porting to new platforms 24 PURIFY.README Information for Purify users 25 pymemcompat.h Memory interface compatibility file. 26 python-config.in Python script template for python-config 27 python.man UNIX man page for the python interpreter 28 python-mode.el Emacs mode for editing Python programs 29 python.pc.in Package configuration info template for pkg-config 30 python-wing.wpr Wing IDE project file 31 README The file you're reading now 32 README.coverity Information about running Coverity's Prevent on Python 33 README.klocwork Information about running Klocwork's K7 on Python 34 README.OpenBSD Help for building problems on OpenBSD 35 README.valgrind Information for Valgrind users, see valgrind-python.supp 36 RFD Request For Discussion about a Python newsgroup 37 RPM (Old) tools to build RPMs 38 setuid-prog.c C helper program for set-uid Python scripts 39 SpecialBuilds.txt Describes extra symbols you can set for debug builds 40 TextMate A TextMate bundle for Python development 41 valgrind-python.supp Valgrind suppression file, see README.valgrind 42 vgrindefs Python configuration for vgrind (a generic pretty printer) 43 Vim Python development utilities for the Vim editor
Note:
See TracChangeset
for help on using the changeset viewer.