0
0
mirror of https://github.com/python/cpython.git synced 2024-11-24 17:47:13 +01:00
cpython/Misc
2008-11-21 01:18:21 +00:00
..
RPM Bump to 3.0rc3 2008-11-21 01:18:21 +00:00
TextMate/Python-Dev.tmbundle
Vim
ACKS change the named tuple returned by inspect.getfullargspec to have a 'kwonlydefaults' (as claimed by the docs) attribute instead of 'kwdefaults' 2008-11-12 21:39:01 +00:00
AIX-NOTES
build.sh Merged revisions 65910,65977,65980,65984,65986,66000,66011-66012,66014,66017,66020 via svnmerge from 2008-08-25 21:05:21 +00:00
cheatsheet Fix old urllib/urllib2/urlparse usage. 2008-06-23 11:44:14 +00:00
developers.txt Merged revisions 65659,65693,65700,65702,65706-65707,65761 via svnmerge from 2008-08-17 20:23:46 +00:00
find_recursionlimit.py Merged revisions 66457-66459,66465-66468,66483-66485,66487-66491 via svnmerge from 2008-09-17 22:25:09 +00:00
gdbinit Fix gdbinit to handle new types/APIs. 2008-08-24 20:59:23 +00:00
HISTORY
indent.pro
NEWS Bump to 3.0rc3 2008-11-21 01:18:21 +00:00
NEWS.help
Porting
PURIFY.README
pymemcompat.h
python-config.in
python-mode.el
python.man Remove meaning of -ttt, but still accept -t option on cmdline for compatibility. 2008-06-04 13:06:58 +00:00
README
README.coverity
README.klocwork
README.OpenBSD
README.valgrind
RFD
setuid-prog.c
SpecialBuilds.txt
valgrind-python.supp Merged revisions 66006 via svnmerge from 2008-08-24 05:48:10 +00:00
vgrindefs

Python Misc subdirectory
========================

This directory contains files that wouldn't fit in elsewhere.  Some
documents are only of historic importance.

Files found here
----------------

ACKS		Acknowledgements
AIX-NOTES	Notes for building Python on AIX
cheatsheet	Quick summary of Python by Ken Manheimer
find_recursionlimit.py  Script to find a value for sys.maxrecursionlimit
gdbinit		Handy stuff to put in your .gdbinit file, if you use gdb
HISTORY		News from previous releases -- oldest last
HPUX-NOTES	Notes about dynamic loading under HP-UX
indent.pro	GNU indent profile approximating my C style
NEWS		News for this release (for some meaning of "this")
Porting		Mini-FAQ on porting to new platforms
PURIFY.README	Information for Purify users
pymemcompat.h	Memory interface compatibility file.
python.man	UNIX man page for the python interpreter
python-mode.el	Emacs mode for editing Python programs
README		The file you're reading now
README.valgrind	Information for Valgrind users, see valgrind-python.supp
RFD		Request For Discussion about a Python newsgroup
RPM		(Old) tools to build RPMs
SpecialBuilds.txt     Describes extra symbols you can set for debug builds
setuid-prog.c	C helper program for set-uid Python scripts
vgrindefs	Python configuration for vgrind (a generic pretty printer)
valgrind-python.supp	Valgrind suppression file, see README.valgrind