cpython/Objects
Antoine Pitrou 715a63b783 Issue #14579: Fix error handling bug in the utf-16 decoder.
Patch by Serhiy Storchaka.
2012-07-21 00:52:06 +02:00
..
stringlib
abstract.c allow any number to be returned from __length_hint__ (closes #15354) 2012-07-14 17:53:55 -07:00
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 Revert "Accept None as start and stop parameters for list.index() and tuple.index()" 2011-11-06 20:59:01 +02:00
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 remove unused variable 2011-10-30 14:24:44 -04:00
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 Revert "Accept None as start and stop parameters for list.index() and tuple.index()" 2011-11-06 20:59:01 +02:00
typeobject.c fix possible refleak (closes #14752) 2012-05-08 09:22:24 -04:00
unicodectype.c
unicodeobject.c Issue #14579: Fix error handling bug in the utf-16 decoder. 2012-07-21 00:52:06 +02:00
unicodetype_db.h
weakrefobject.c