cpython/Misc
R David Murray 6fb8fb17bf #12776,#11839: call argparse type function only once.
Before, the type function was called twice in the case where the default
was specified and the argument was given as well.  This was especially
problematic for the FileType type, as a default file would always be
opened, even if a file argument was specified on the command line.

Patch by Arnaud Fontaine, with additional test by Mike Meyer.
2012-08-31 22:45:20 -04:00
..
RPM Bump to 3.2.3 final. 2012-04-10 19:28:09 +02:00
TextMate/Python-Dev.tmbundle
Vim
ACKS #12776,#11839: call argparse type function only once. 2012-08-31 22:45:20 -04:00
HISTORY Issue #15444: Use proper spelling for non-ASCII contributor names. 2012-08-11 16:51:50 +02:00
NEWS #12776,#11839: call argparse type function only once. 2012-08-31 22:45:20 -04:00
Porting
README
README.AIX
README.coverity
README.valgrind
SpecialBuilds.txt
gdbinit
indent.pro
python-config.in Issue #14197: For OS X framework builds, ensure links to the shared 2012-07-24 03:31:48 -07:00
python-wing3.wpr
python-wing4.wpr
python.man merge with 3.2 2012-02-21 22:36:37 +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