cpython/Objects
Antoine Pitrou 898347056a Issue #16453: Fix equality testing of dead weakref objects.
Also add tests for ordering and hashing.
2012-11-11 19:39:35 +01:00
..
stringlib (Merge 3.3) Issue #8271: Fix compilation on Windows 2012-11-05 00:00:50 +01:00
abstract.c
accu.c
boolobject.c
bytearrayobject.c Fix compilation on Windows 2012-11-03 23:08:27 +01:00
bytes_methods.c
bytesobject.c
capsule.c
cellobject.c
classobject.c
codeobject.c
complexobject.c
descrobject.c
dictnotes.txt
dictobject.c
enumobject.c
exceptions.c
fileobject.c
floatobject.c
frameobject.c
funcobject.c
genobject.c
iterobject.c
listobject.c
listsort.txt
lnotab_notes.txt
longobject.c
memoryobject.c Issue #15814: Use hash function that is compatible with the equality 2012-11-02 17:49:22 +01:00
methodobject.c
moduleobject.c
namespaceobject.c
object.c
obmalloc.c
rangeobject.c Issue #16402: Merge fix from 3.2 2012-11-04 11:47:05 +00:00
setobject.c
sliceobject.c Issue #14794: slice.indices no longer returns OverflowError for out-of-range start, stop, step or length. 2012-11-10 14:52:10 +00:00
structseq.c
tupleobject.c
typeobject.c
typeslots.inc
typeslots.py
unicodectype.c
unicodeobject.c Close #16311: Use the _PyUnicodeWriter API in text decoders 2012-11-07 00:36:38 +01:00
unicodetype_db.h
weakrefobject.c Issue #16453: Fix equality testing of dead weakref objects. 2012-11-11 19:39:35 +01:00