cpython/Misc
Senthil Kumaran 6c5bd40a3e issue13287 - Define __all__ for urllib.request and urllib.error and expose only
the relevant module. Other cleanup improvements. Patch by flox.
2011-11-01 23:20:31 +08:00
..
RPM Bump to 3.2.2. 2011-09-03 11:17:55 +02:00
TextMate/Python-Dev.tmbundle
Vim
ACKS Issue #13304: Skip test case if user site-packages disabled (-s or 2011-10-31 16:16:35 -07:00
HISTORY
NEWS issue13287 - Define __all__ for urllib.request and urllib.error and expose only 2011-11-01 23:20:31 +08:00
Porting
README
README.AIX
README.coverity
README.valgrind
SpecialBuilds.txt
build.sh
gdbinit
indent.pro
python-config.in
python-wing3.wpr
python-wing4.wpr
python.man
python.pc.in
svnmap.txt
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
build.sh                Script to build and test latest Python from the repository
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")
Porting                 Mini-FAQ on porting to new platforms
python-config.in        Python script template for python-config
python.man              UNIX man page for the python interpreter
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.valgrind         Information for Valgrind users, see valgrind-python.supp
RPM                     (Old) tools to build RPMs
svnmap.txt              Map of old SVN revs and branches to hg changeset ids
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