0
0
mirror of https://github.com/python/cpython.git synced 2024-11-29 00:56:12 +01:00
cpython/Misc
Neal Norwitz ed44a1a68b Merged revisions 57125-57128 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r57127 | neal.norwitz | 2007-08-16 21:10:55 -0700 (Thu, 16 Aug 2007) | 1 line

  Update the tools before building the docs
........
2007-08-17 04:19:37 +00:00
..
RPM Merge current trunk into p3yk. This includes the PyNumber_Index API change, 2006-08-21 19:07:27 +00:00
Vim Kill execfile(), use exec() instead 2007-08-12 00:43:29 +00:00
ACKS Patch #1768976, Fix for failing test_scriptpackages (untested but looks good) 2007-08-07 05:42:45 +00:00
AIX-NOTES
BeOS-NOTES Merged revisions 55407-55513 via svnmerge from 2007-05-22 18:11:13 +00:00
BeOS-setup.py SF patch# 1770008 by Christian Heimes (plus some extras). 2007-08-09 01:03:29 +00:00
build.sh Merged revisions 57125-57128 via svnmerge from 2007-08-17 04:19:37 +00:00
cheatsheet Kill execfile(), use exec() instead 2007-08-12 00:43:29 +00:00
developers.txt First merge from the trunk straight into the py3k branch. I'm not 2007-08-16 23:48:43 +00:00
find_recursionlimit.py Remove support for __members__ and __methods__. There still might be 2007-08-11 06:39:53 +00:00
gdbinit
HISTORY Remove RISCOS support 2007-08-16 14:35:24 +00:00
indent.pro
NEWS Apply SF patch #1775604: This adds three new codecs (utf-32, utf-32-le and 2007-08-16 21:55:45 +00:00
NEWS.help
Porting
PURIFY.README Merge current trunk into p3yk. This includes the PyNumber_Index API change, 2006-08-21 19:07:27 +00:00
pymemcompat.h
python-config.in Merged revisions 53952-54987 via svnmerge from 2007-04-27 19:54:29 +00:00
python-mode.el Kill execfile(), use exec() instead 2007-08-12 00:43:29 +00:00
python.man
README
README.coverity
README.klocwork Merge current trunk into p3yk. This includes the PyNumber_Index API change, 2006-08-21 19:07:27 +00:00
README.OpenBSD
README.valgrind
RFD
setuid-prog.c
SpecialBuilds.txt Four months of trunk changes (including a few releases...) 2006-12-13 04:49:30 +00:00
valgrind-python.supp Merged revisions 55817-55961 via svnmerge from 2007-06-13 18:07:49 +00:00
vgrindefs Patch #1550800: make exec a function. 2006-09-06 06:51:57 +00:00

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
BeOS-NOTES	Notes for building on BeOS
BeOS-setup.py	setup.py replacement for BeOS, see BeOS-NOTES
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