cpython/Misc
Antoine Pitrou 76a66aab19 Merged revisions 85291 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r85291 | antoine.pitrou | 2010-10-06 23:21:18 +0200 (mer., 06 oct. 2010) | 4 lines

  Issue #9759: GzipFile now raises ValueError when an operation is attempted
  after the file is closed.  Patch by Jeffrey Finkelstein.
........
2010-10-06 21:26:52 +00:00
..
RPM Merged revisions 83417 via svnmerge from 2010-08-01 18:43:29 +00:00
TextMate/Python-Dev.tmbundle
Vim Update the Vim syntax highlight file. 2010-05-02 21:51:23 +00:00
ACKS Merged revisions 84495-84496 via svnmerge from 2010-09-04 17:52:26 +00:00
AIX-NOTES
BeOS-NOTES
BeOS-setup.py In a number of places code still revers 2010-05-05 19:09:31 +00:00
HISTORY
NEWS Merged revisions 85291 via svnmerge from 2010-10-06 21:26:52 +00:00
PURIFY.README
Porting
README Merged revisions 84025,84028,84032 via svnmerge from 2010-08-14 22:23:27 +00:00
README.OpenBSD
README.coverity
README.klocwork
README.valgrind
RFD
SpecialBuilds.txt
build.sh
cheatsheet In a number of places code still revers 2010-05-05 19:09:31 +00:00
developers.txt Merged revisions 85222 via svnmerge from 2010-10-06 09:39:09 +00:00
gdbinit
indent.pro
maintainers.rst Merged revisions 82830-82831,83767,83982,84000,84005-84007,84105,84260,84534 via svnmerge from 2010-10-06 09:36:50 +00:00
pymemcompat.h Merged revisions 84470-84471,84566-84567,84759 via svnmerge from 2010-09-13 07:46:37 +00:00
python-config.in
python-mode.el
python-wing.wpr
python.man
python.pc.in
setuid-prog.c Untabify C files. Will watch buildbots. 2010-05-09 14:46:46 +00:00
valgrind-python.supp
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
maintainers.rst         A list of maintainers for library modules
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-config.in        Python script template for python-config
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