cpython/Misc
Lars Gustäbel dee45e20f6 Issue #12926: Fix a bug in tarfile's link extraction.
On platforms that do not support (symbolic) links, tarfile offers a
work-around and extracts a link in an archive as the regular file the link is
pointing to. On other platforms, this code was accidentally executed even
after the link had been successfully extracted which failed due to the already
existing link.
2012-01-05 18:48:06 +01:00
..
RPM Bump to 3.2.2. 2011-09-03 11:17:55 +02:00
TextMate/Python-Dev.tmbundle
Vim
ACKS Issue #9975: socket: Fix incorrect use of flowinfo and scope_id. Patch by 2012-01-02 15:47:29 +01:00
HISTORY
NEWS Issue #12926: Fix a bug in tarfile's link extraction. 2012-01-05 18:48:06 +01: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 Fix last remaining references to ex-devguide 2011-11-29 16:36:17 +01:00
python.pc.in
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
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