cpython/Objects
Mark Dickinson b09a3d69a6 Issue #9930: Remove an unnecessary type check in wrap_binaryfunc_r;
this was causing reversed method calls like float.__radd__(3.0, 1) to
return NotImplemented instead of the expected numeric value.
2010-09-23 20:11:19 +00:00
..
stringlib Fix #8530: Prevent stringlib fastsearch from reading beyond the front of an array. 2010-08-08 22:07:16 +00:00
abstract.c check for NULL tp_as_mapping in PySequence_(Get/Set/Del)Slice #9834 2010-09-11 16:02:03 +00:00
boolobject.c
bytearrayobject.c Fix some compilation warnings under 64-bit Windows (issue #9566). 2010-08-15 17:12:55 +00:00
bytes_methods.c Fix (harmless) warning with MSVC. 2010-08-15 17:41:31 +00:00
bytesobject.c Revert the doc change done in r83880. str.replace with negative count value is not a feature. 2010-09-08 12:50:29 +00:00
capsule.c Issue #2443: Added a new macro, Py_VA_COPY, which is equivalent to C99 2010-08-11 17:31:17 +00:00
cellobject.c
classobject.c
codeobject.c
complexobject.c
descrobject.c
dictnotes.txt
dictobject.c Issue #9212: Added the missing isdisjoint method to the dict_keys and 2010-09-02 15:06:06 +00:00
enumobject.c
exceptions.c
fileobject.c Issue #9425: PyFile_FromFd() ignores the name argument 2010-08-13 13:34:52 +00:00
floatobject.c
frameobject.c
funcobject.c
genobject.c
iterobject.c
listobject.c reorder and save a comparison 2010-08-23 19:35:39 +00:00
listsort.txt
lnotab_notes.txt
longobject.c
memoryobject.c Issue #9757: memoryview objects get a release() method to release the 2010-09-09 12:59:39 +00:00
methodobject.c
moduleobject.c Issue #9425: Create PyModule_GetFilenameObject() function 2010-08-17 23:37:11 +00:00
object.c fix formatting 2010-09-11 16:39:57 +00:00
obmalloc.c
rangeobject.c Issue #9213: Add index and count methods to range objects, needed to 2010-09-13 21:16:29 +00:00
setobject.c Reindent. 2010-09-03 10:52:55 +00:00
sliceobject.c
structseq.c
tupleobject.c
typeobject.c Issue #9930: Remove an unnecessary type check in wrap_binaryfunc_r; 2010-09-23 20:11:19 +00:00
unicodectype.c #9210: remove --with-wctype-functions configure option. 2010-09-12 22:42:57 +00:00
unicodeobject.c use return NULL; it's just as correct 2010-09-12 16:40:53 +00:00
unicodetype_db.h #9210: remove --with-wctype-functions configure option. 2010-09-12 22:42:57 +00:00
weakrefobject.c