cpython/Misc
Gregory P. Smith 99716166b1 Fixes Issue #12268 for the io module - File readline, readlines and
read or readall methods no longer lose data when an underlying read
system call is interrupted within an io module object.  IOError is no
longer raised due to a read system call returning EINTR from within
these methods.

This is a backport of changeset 781b95159954 from 3.2.
The earlier 2.7 changeset 67dc99a989cd already fixed this for the
builtin python 2.x file object.
2012-10-12 13:02:06 -07:00
..
RPM bump to 2.7.3 final 2012-04-09 19:04:04 -04:00
TextMate/Python-Dev.tmbundle
Vim Trailing whitespace is bad for .rst files. 2010-07-03 21:50:52 +00:00
ACKS Issue #14900: Distuguish call count and primitive call count in pstat output. 2012-10-07 18:57:21 +03:00
BeOS-NOTES
BeOS-setup.py In a number of places code still revers 2010-05-05 19:09:31 +00:00
HISTORY Merged revisions 78959,79170,79175,79177,79180,79183,79186,79193,79581 via svnmerge from 2010-10-06 07:59:52 +00:00
NEWS Fixes Issue #12268 for the io module - File readline, readlines and 2012-10-12 13:02:06 -07:00
Porting Merged revisions 78966,78970,79018,79026-79027,79055,79156,79159,79163-79164,79173,79176,79194,79208,79212 via svnmerge from 2010-03-21 23:13:07 +00:00
README Move developers.txt to the devguide. 2011-01-20 19:42:08 +00:00
README.AIX Merged revisions 88430,88438,88440 via svnmerge from 2011-02-25 11:09:02 +00:00
README.Emacs Move README.Emacs to the devguide. 2011-01-20 19:30:51 +00:00
README.OpenBSD - rename configure.in to configure.ac 2012-03-14 23:39:33 +01:00
README.coverity
README.klocwork Klocwork scan site no longer available. 2011-01-19 00:49:06 +00:00
README.valgrind
RFD I don't think we need to ship the comp.lang.python RFD these days. 2010-12-15 15:48:20 +00:00
SpecialBuilds.txt Merged revisions 87050,87101,87146,87156,87172,87175,87371,87378,87522-87524,87526,87530-87535 via svnmerge from 2011-02-25 10:50:32 +00:00
cheatsheet Remove some outdated files from Misc. 2011-01-20 19:34:35 +00:00
developers.txt Move developers.txt to the devguide. 2011-01-20 19:42:08 +00:00
gdbinit Merged revisions 86134,86315-86316,86390,86424-86425,86428,86550,86561-86562,86564-86565,86705,86708,86713 via svnmerge from 2010-11-26 09:05:43 +00:00
indent.pro Merged revisions 86134,86315-86316,86390,86424-86425,86428,86550,86561-86562,86564-86565,86705,86708,86713 via svnmerge from 2010-11-26 09:05:43 +00:00
maintainers.rst Typos 2011-02-26 14:49:04 +00:00
pymemcompat.h Remove outdated compatibility file. 2010-12-15 15:42:59 +00:00
python-config.in One more change for issue 9807, by Matthias Klose. 2010-10-18 17:09:07 +00:00
python-wing3.wpr Adding Wing 4 (IDE) project file 2010-11-20 17:47:30 +00:00
python-wing4.wpr Changes for Wing Project file caused by mercurial transition. Plus ignoring python.exe-gdb.py. 2011-03-16 22:28:08 -04:00
python.man Update lingering references to ex-parrot. I mean ex-devguide. 2012-02-26 01:28:34 +01:00
python.pc.in Final patch for issue 9807. 2010-11-24 19:43:47 +00:00
setuid-prog.c Issue #10710: `Misc/setuid-prog.c` is removed from the source tree. 2010-12-16 18:25:24 +00:00
valgrind-python.supp #3791: remove last traces of bsddb. 2009-06-04 09:30:30 +00:00
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
AIX-NOTES               Notes for building Python on AIX
BeOS-NOTES              Notes for building on BeOS
BeOS-setup.py           setup.py replacement for BeOS, see BeOS-NOTES
build.sh                Script to build and test latest Python from the repository
cheatsheet              Quick summary of Python by Ken Manheimer
developers.txt          A history of who got developer permissions, and why
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
maintainers.rst         A list of maintainers for library modules
NEWS                    News for this release (for some meaning of "this")
NEWS.help               How to edit NEWS
Porting                 Mini-FAQ on porting to new platforms
PURIFY.README           Information for Purify users
pymemcompat.h           Memory interface compatibility file.
python-config.in        Python script template for python-config
python.man              UNIX man page for the python interpreter
python-mode.el          Emacs mode for editing Python programs
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.coverity         Information about running Coverity's Prevent on Python
README.klocwork         Information about running Klocwork's K7 on Python
README.OpenBSD          Help for building problems on OpenBSD
README.valgrind         Information for Valgrind users, see valgrind-python.supp
RFD                     Request For Discussion about a Python newsgroup
RPM                     (Old) tools to build RPMs
setuid-prog.c           C helper program for set-uid Python scripts
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