cpython/Misc
Georg Brandl 8891e23c15 Merged revisions 83160-83161,83166,83168-83169,83171 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r83160 | georg.brandl | 2010-07-26 10:51:42 +0200 (Mo, 26 Jul 2010) | 1 line

  #9381: fix markup.
........
  r83161 | georg.brandl | 2010-07-26 11:33:12 +0200 (Mo, 26 Jul 2010) | 1 line

  Add Brian Quinlan.
........
  r83166 | georg.brandl | 2010-07-26 17:11:49 +0200 (Mo, 26 Jul 2010) | 1 line

  Fix grammar.
........
  r83168 | georg.brandl | 2010-07-26 19:00:20 +0200 (Mo, 26 Jul 2010) | 1 line

  Fix indentation in example.
........
  r83169 | georg.brandl | 2010-07-26 19:09:32 +0200 (Mo, 26 Jul 2010) | 1 line

  Add Reid.
........
  r83171 | georg.brandl | 2010-07-26 23:12:13 +0200 (Mo, 26 Jul 2010) | 1 line

  Clarify.
........
2010-08-01 21:23:50 +00:00
..
RPM Merged revisions 83417 via svnmerge from 2010-08-01 18:43:29 +00:00
TextMate/Python-Dev.tmbundle Add a snippet for the deprecation directive for docs. 2008-05-15 04:36:53 +00:00
Vim Update the Vim syntax highlight file. 2010-05-02 21:51:23 +00:00
ACKS Merged revisions 83201 via svnmerge from 2010-08-01 21:18:52 +00:00
AIX-NOTES Issue #5341: Fix a variety of spelling errors. 2009-02-21 20:27:01 +00:00
BeOS-NOTES
BeOS-setup.py In a number of places code still revers 2010-05-05 19:09:31 +00:00
HISTORY #5341: more built-in vs builtin fixes. 2010-03-07 15:23:59 +00:00
NEWS Merged revisions 83201 via svnmerge from 2010-08-01 21:18:52 +00:00
NEWS.help
PURIFY.README
Porting Fix plural. 2010-03-21 19:01:38 +00:00
README Update Misc/README. 2009-10-11 21:17:14 +00:00
README.OpenBSD
README.coverity
README.klocwork
README.valgrind
RFD
SpecialBuilds.txt #5341: more built-in vs builtin fixes. 2010-03-07 15:23:59 +00:00
build.sh Deactivate automatic upload of the docs to python.org, they will now be built by a job on that machine. 2010-03-12 21:27:23 +00:00
cheatsheet In a number of places code still revers 2010-05-05 19:09:31 +00:00
developers.txt Merged revisions 83160-83161,83166,83168-83169,83171 via svnmerge from 2010-08-01 21:23:50 +00:00
gdbinit Update PyEval_EvalFrame to PyEval_EvalFrameEx. This looks to have been done 2010-01-14 01:12:34 +00:00
indent.pro
maintainers.rst Merged revisions 83259,83261,83264-83265,83268-83269,83271-83272,83281 via svnmerge from 2010-08-01 19:33:15 +00:00
pymemcompat.h
python-config.in Make python-config support multiple option flags on the same command line, rather than requiring one invocation per flag. 2010-03-19 00:08:44 +00:00
python-mode.el sync with most recent version from python-mode sf project 2008-02-05 02:32:16 +00:00
python-wing.wpr Adding Wing project file 2009-04-01 18:25:38 +00:00
python.man document new PYTHONWARNINGS env var 2010-04-06 23:38:57 +00:00
python.pc.in Issue #3585: Add pkg-config support. 2009-05-24 20:23:57 +00:00
setuid-prog.c Untabify C files. Will watch buildbots. 2010-05-09 14:46:46 +00:00
valgrind-python.supp Fix: 2008-08-24 05:04:52 +00:00
vgrindefs

README

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
build.sh	Script to build and test latest Python from the repository
cheatsheet	Quick summary of Python by Ken Manheimer
developers.txt	A history of who got developer permissions, and why
gdbinit		Handy stuff to put in your .gdbinit file, if you use gdb
HISTORY		News from previous releases -- oldest last
indent.pro	GNU indent profile approximating my C style
NEWS		News for this release (for some meaning of "this")
NEWS.help	How to edit NEWS
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
python.pc.in	Package configuration info template for pkg-config
python-wing.wpr Wing IDE project file
README		The file you're reading now
README.coverity	Information about running Coverity's Prevent on Python
README.klocwork	Information about running Klocwork's K7 on Python
README.OpenBSD	Help for building problems on OpenBSD
README.valgrind	Information for Valgrind users, see valgrind-python.supp
RFD		Request For Discussion about a Python newsgroup
RPM		(Old) tools to build RPMs
setuid-prog.c	C helper program for set-uid Python scripts
SpecialBuilds.txt     Describes extra symbols you can set for debug builds
TextMate	A TextMate bundle for Python development
valgrind-python.supp  Valgrind suppression file, see README.valgrind
vgrindefs	Python configuration for vgrind (a generic pretty printer)
Vim		Python development utilities for the Vim editor