cpython/Objects
2010-08-10 18:35:01 +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
boolobject.c
bytearrayobject.c Issue #9530: Fix undefined-behaviour-inducing overflow checks in bytes and bytearray implementations. 2010-08-10 18:35:01 +00:00
bytes_methods.c
bytesobject.c Issue #9530: Fix undefined-behaviour-inducing overflow checks in bytes and bytearray implementations. 2010-08-10 18:35:01 +00:00
capsule.c
cellobject.c
classobject.c
codeobject.c
complexobject.c Issue #9337: Make float.__str__ identical to float.__repr__. 2010-08-04 20:56:28 +00:00
descrobject.c
dictnotes.txt
dictobject.c
enumobject.c
exceptions.c
fileobject.c
floatobject.c Issue #9337: Make float.__str__ identical to float.__repr__. 2010-08-04 20:56:28 +00:00
frameobject.c
funcobject.c
genobject.c
iterobject.c Fix nit (sentinel on lhs of comparison). 2010-08-07 05:54:08 +00:00
listobject.c
listsort.txt
lnotab_notes.txt
longobject.c
memoryobject.c
methodobject.c
moduleobject.c
object.c Issue #9294: remove dead code in Objects/object.c. Patch by Grant Limberg. 2010-07-27 22:08:27 +00:00
obmalloc.c
rangeobject.c
setobject.c Issue8757: Implicit set-to-frozenset conversion not thread-safe. 2010-08-06 09:52:17 +00:00
sliceobject.c In PySlice_IndicesEx, clip the step to [-PY_SSIZE_T_MAX, PY_SSIZE_T_MAX] rather than [PY_SSIZE_T_MIN, PY_SSIZE_T_MAX]. 2010-08-06 18:55:26 +00:00
structseq.c
tupleobject.c
typeobject.c
unicodectype.c
unicodeobject.c Issue #9425: create Py_UNICODE_strrchr() function 2010-08-10 16:37:20 +00:00
unicodetype_db.h
weakrefobject.c