cpython/Objects
Gregory P. Smith b2ac4d693a Fixes issue #12268 for file readline, readlines and read() and readinto methods.
They no longer lose data when an underlying read system call is interrupted.
IOError is no longer raised due to a read system call returning EINTR from
within these methods.
2012-06-25 20:57:36 -07:00
..
stringlib
abstract.c
boolobject.c
bufferobject.c - Issue #13703: oCERT-2011-003: add -R command-line option and PYTHONHASHSEED 2012-02-20 20:42:21 -05:00
bytearrayobject.c Improve tooltips for splitlines() by showing that the default for keepends is False. 2012-06-02 01:42:58 -04:00
bytes_methods.c
capsule.c
cellobject.c
classobject.c check for string attribute names in old-style classes (closes #14334) 2012-03-16 10:58:46 -05:00
cobject.c
codeobject.c
complexobject.c
descrobject.c use formats that work on 2.7 2012-05-01 10:16:33 -04:00
dictnotes.txt
dictobject.c Issue #13521: dict.setdefault() now does only one lookup for the given key, making it "atomic" for many purposes. 2012-02-27 00:45:12 +01:00
enumobject.c
exceptions.c this is only a borrowed ref in Brett's branch 2012-02-10 08:46:54 -05:00
fileobject.c Fixes issue #12268 for file readline, readlines and read() and readinto methods. 2012-06-25 20:57:36 -07:00
floatobject.c Issue #13889: Add missing _Py_SET_53BIT_PRECISION_* calls around uses of dtoa.c functions in float round. 2012-01-27 21:16:01 +00:00
frameobject.c SETUP_WITH acts like SETUP_FINALLY for the purposes of setting f_lineno (closes #14612) 2012-04-18 11:14:31 -04:00
funcobject.c use Py_CLEAR 2012-02-19 01:11:56 -05:00
genobject.c close() doesn't take any args (closes #14717) 2012-05-03 18:44:09 -04:00
intobject.c
iterobject.c
listobject.c
listsort.txt
lnotab_notes.txt
longobject.c
memoryobject.c
methodobject.c
moduleobject.c
object.c Issue #8767: Restore building with --disable-unicode. 2012-05-20 10:42:17 +02:00
obmalloc.c
rangeobject.c
setobject.c
sliceobject.c
stringobject.c Improve tooltips for splitlines() by showing that the default for keepends is False. 2012-06-02 01:42:58 -04:00
structseq.c Fix indentation. 2012-02-15 02:57:19 +01:00
tupleobject.c
typeobject.c fix possible refleak (closes #14752) 2012-05-08 09:22:24 -04:00
unicodectype.c
unicodeobject.c Improve tooltips for splitlines() by showing that the default for keepends is False. 2012-06-02 01:42:58 -04:00
unicodetype_db.h
weakrefobject.c