cpython/Objects
2012-02-15 02:57:19 +01:00
..
stringlib startswith and endswith don't accept None as slice index. Patch by Torsten Becker. (closes #11828) 2011-04-20 16:39:15 +02:00
abstract.c Make an error message more understandable and consistent with other error messages. 2011-11-20 10:38:53 -08:00
boolobject.c
bufferobject.c
bytearrayobject.c merge from 3.2 - Fix closes Issue12621 - Fix docstrings of find and rfind methods of bytes/bytearry/unicodeobject. 2011-07-27 23:36:51 +08:00
bytes_methods.c
capsule.c
cellobject.c
classobject.c PyEval_CallObject requires a tuple of args (closes #13186) 2011-10-15 13:43:21 -04:00
cobject.c
codeobject.c
complexobject.c
descrobject.c Fixup repr for dict_proxy objects. 2011-06-30 00:44:36 +01:00
dictnotes.txt
dictobject.c Small clarification in docstring of dict.update(): the positional argument is not required. 2011-12-18 19:30:55 +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 Issue #13159: Replace FileIO's quadratic-time buffer growth algorithm with a linear-time one. 2011-10-13 13:52:46 +02: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
funcobject.c
genobject.c
intobject.c Issue #12973: Fix int.__pow__ overflow checks that invoked undefined behaviour, thereby producing incorrect results on Clang. 2011-09-19 16:38:08 +01:00
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 #11565: Fix several typos. Patch by Piotr Kasprzyk. 2011-03-16 12:34:31 +02:00
memoryobject.c Merged revisions 88097 via svnmerge from 2011-01-18 19:06:19 +00:00
methodobject.c
moduleobject.c
object.c must clear an AttributeError if it is set 2011-05-23 18:17:55 -05:00
obmalloc.c
rangeobject.c
setobject.c remove unused variable 2011-10-30 14:24:44 -04:00
sliceobject.c
stringobject.c merge from 3.2 - Fix closes Issue12621 - Fix docstrings of find and rfind methods of bytes/bytearry/unicodeobject. 2011-07-27 23:36:51 +08: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 the fix for issue #12149: it was incorrect, although it had the side 2011-12-15 14:15:31 +01:00
unicodectype.c
unicodeobject.c Issue #13093: Fix error handling on PyUnicode_EncodeDecimal() 2011-11-22 01:54:19 +01:00
unicodetype_db.h
weakrefobject.c