cpython/Objects
Benjamin Peterson f609654b0e handle dict subclasses gracefully in PyArg_ValidateKeywordArguments 2010-11-17 22:33:12 +00:00
..
stringlib Followup to r86170: fix reference leak in str.format 2010-11-05 12:23:55 +00:00
abstract.c
boolobject.c
bytearrayobject.c str, bytes, bytearray docstring: remove unnecessary [...] 2010-11-07 19:04:46 +00:00
bytes_methods.c
bytesobject.c str, bytes, bytearray docstring: remove unnecessary [...] 2010-11-07 19:04:46 +00:00
capsule.c
cellobject.c
classobject.c make hashes always the size of pointers; introduce Py_hash_t #9778 2010-10-17 20:54:53 +00:00
codeobject.c make hashes always the size of pointers; introduce Py_hash_t #9778 2010-10-17 20:54:53 +00:00
complexobject.c follow up to #9778: define and use an unsigned hash type 2010-10-23 16:20:50 +00:00
descrobject.c make hashes always the size of pointers; introduce Py_hash_t #9778 2010-10-17 20:54:53 +00:00
dictnotes.txt
dictobject.c handle dict subclasses gracefully in PyArg_ValidateKeywordArguments 2010-11-17 22:33:12 +00:00
enumobject.c
exceptions.c Issue #5437: A preallocated MemoryError instance should not hold traceback 2010-10-28 22:56:58 +00:00
fileobject.c
floatobject.c make hashes always the size of pointers; introduce Py_hash_t #9778 2010-10-17 20:54:53 +00:00
frameobject.c
funcobject.c
genobject.c
iterobject.c
listobject.c Remove unneeded casts to hashfunc. 2010-10-18 07:32:48 +00:00
listsort.txt
lnotab_notes.txt
longobject.c follow up to #9778: define and use an unsigned hash type 2010-10-23 16:20:50 +00:00
memoryobject.c Issue #10293: Remove obsolete field in the PyMemoryView structure, 2010-11-04 20:30:33 +00:00
methodobject.c make hashes always the size of pointers; introduce Py_hash_t #9778 2010-10-17 20:54:53 +00:00
moduleobject.c
object.c follow up to #9778: define and use an unsigned hash type 2010-10-23 16:20:50 +00:00
obmalloc.c
rangeobject.c
setobject.c Follow up to #9778: fix regressions on 64-bit Windows builds 2010-10-23 17:37:54 +00:00
sliceobject.c use helper hash unimplemented function 2010-10-17 20:13:05 +00:00
structseq.c
tupleobject.c follow up to #9778: define and use an unsigned hash type 2010-10-23 16:20:50 +00:00
typeobject.c follow up to #9778: define and use an unsigned hash type 2010-10-23 16:20:50 +00:00
unicodectype.c
unicodeobject.c PyUnicode_DecodeFSDefaultAndSize() raises MemoryError if _Py_char2wchar() fails 2010-11-08 23:34:29 +00:00
unicodetype_db.h
weakrefobject.c Issue #10359: Remove ";" after function definition, invalid in ISO C 2010-11-09 09:32:19 +00:00