0
0
mirror of https://github.com/python/cpython.git synced 2024-11-25 01:20:47 +01:00
cpython/Misc
Benjamin Peterson 4905e80c3d fix an ambiguity in the grammar from the implementation of extended unpacking
(one which was strangely "resolved" by pgen)

This also kills the unused testlist1 rule and fixes parse tree validation of
extended unpacking.
2009-09-27 02:43:28 +00:00
..
RPM bump to 3.2a0 2009-06-27 21:40:27 +00:00
TextMate/Python-Dev.tmbundle
Vim
ACKS Add Robert Lehmann for issue #1766304 patch 2009-09-22 21:52:03 +00:00
AIX-NOTES
build.sh Merged revisions 74075,74187,74197,74201,74216,74225 via svnmerge from 2009-07-29 20:12:15 +00:00
cheatsheet Merged revisions 73544 via svnmerge from 2009-06-24 06:42:05 +00:00
developers.txt Merged revisions 73544 via svnmerge from 2009-06-24 06:42:05 +00:00
find_recursionlimit.py
gdbinit Recorded merge of revisions 74185 via svnmerge from 2009-07-23 09:19:09 +00:00
HISTORY Merged revisions 73544 via svnmerge from 2009-06-24 06:42:05 +00:00
indent.pro
maintainers.rst Andrew just committed a patch for curses, so since he's been the 2009-09-26 02:42:26 +00:00
NEWS fix an ambiguity in the grammar from the implementation of extended unpacking 2009-09-27 02:43:28 +00:00
NEWS.help
Porting Merged revisions 73544 via svnmerge from 2009-06-24 06:42:05 +00:00
PURIFY.README
pymemcompat.h
python-config.in
python-mode.el
python-wing.wpr
python.man py3k documentation has its own url 2009-09-13 02:23:12 +00:00
python.pc.in
README
README.coverity
README.klocwork
README.OpenBSD
README.valgrind
RFD
setuid-prog.c
SpecialBuilds.txt
valgrind-python.supp
vgrindefs

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
cheatsheet	Quick summary of Python by Ken Manheimer
find_recursionlimit.py  Script to find a value for sys.maxrecursionlimit
gdbinit		Handy stuff to put in your .gdbinit file, if you use gdb
HISTORY		News from previous releases -- oldest last
HPUX-NOTES	Notes about dynamic loading under HP-UX
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
PURIFY.README	Information for Purify users
pymemcompat.h	Memory interface compatibility file.
python.man	UNIX man page for the python interpreter
python-mode.el	Emacs mode for editing Python programs
python-wing.wpr Wing IDE project file
README		The file you're reading now
README.valgrind	Information for Valgrind users, see valgrind-python.supp
RFD		Request For Discussion about a Python newsgroup
RPM		(Old) tools to build RPMs
SpecialBuilds.txt     Describes extra symbols you can set for debug builds
setuid-prog.c	C helper program for set-uid Python scripts
vgrindefs	Python configuration for vgrind (a generic pretty printer)
valgrind-python.supp	Valgrind suppression file, see README.valgrind