cpython/Misc
Antoine Pitrou 216a3bc36d Issue #12624: It is now possible to fail after the first failure when
running in verbose mode (`-v` or `-W`), by using the `--failfast`
(or `-G`) option to regrtest.  This is useful with long test suites
such as test_io or test_subprocess.
2011-07-23 22:33:39 +02:00
..
RPM Bump version to 3.2.1. 2011-07-09 08:56:21 +02:00
TextMate/Python-Dev.tmbundle
Vim
ACKS Issue #12587: Correct faulty test file and reference in test_tokenize. 2011-07-19 16:15:27 -07:00
HISTORY
NEWS Issue #12624: It is now possible to fail after the first failure when 2011-07-23 22:33:39 +02: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 Wing project file update for mercurial 2011-03-15 18:19:58 -04:00
python.man Merge #11971: fix man page; it's -OO not -O0 2011-05-01 11:14:31 -04: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