cpython/Objects
Antoine Pitrou 5439458a2a Issue #16215: Fix potential double memory free in str.replace().
Patch by Serhiy Storchaka.
2012-11-17 23:29:28 +01:00
..
stringlib (Merge 3.3) Issue #8271: Fix compilation on Windows 2012-11-05 00:00:50 +01:00
abstract.c Issue #16148: Small improvements and cleanup. Added version information 2012-10-07 10:29:32 +02:00
accu.c
boolobject.c
bytearrayobject.c Fix compilation on Windows 2012-11-03 23:08:27 +01:00
bytes_methods.c
bytesobject.c Issue #15958: bytes.join and bytearray.join now accept arbitrary buffer objects. 2012-10-16 21:07:23 +02:00
capsule.c
cellobject.c
classobject.c Py_TYPE() has already dereferenced self before the NULL check. Moved Py_TYPE() after the check for self == NULL 2012-09-10 02:45:56 +02:00
codeobject.c
complexobject.c Issue #16290: __complex__ must now always return an instance of complex. 2012-11-14 17:08:31 +00:00
descrobject.c
dictnotes.txt
dictobject.c merge 3.2 2012-10-31 14:22:25 -04:00
enumobject.c
exceptions.c Issue #15784: Modify OSError.__str__() to better distinguish between 2012-08-28 19:33:26 +01:00
fileobject.c
floatobject.c
frameobject.c Issue #9566: Use the right type to fix a compiler warnings on Win64 2012-10-31 00:37:41 +01:00
funcobject.c
genobject.c
iterobject.c Fixed a missing incref introduced by a7ec0a1b0f7c 2012-10-06 14:30:32 +02:00
listobject.c Issue #16148: implemented PEP 424 2012-10-06 14:03:24 +02:00
listsort.txt
lnotab_notes.txt
longobject.c Issue 16280: Drop questionable special-casing of null pointer in PyLong_FromVoidPtr. 2012-10-18 22:18:42 +01:00
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 Close #16160: Subclass support now works for types.SimpleNamespace. Thanks to RDM for noticing. 2012-10-16 22:35:38 -07:00
object.c initialize map/filter/zip in _PyBuiltin_Init rather than the catch-all function 2012-10-30 23:41:54 -04:00
obmalloc.c Issue #15144: Fix possible integer overflow when handling pointers as integer values, by using Py_uintptr_t instead of size_t. 2012-09-20 20:56:47 +02:00
rangeobject.c Issue #16451: Refactor to remove duplication between range and slice in slice index computations. 2012-11-17 19:18:10 +00:00
setobject.c Fix typo. 2012-09-28 16:43:40 +03:00
sliceobject.c Issue #16451: Refactor to remove duplication between range and slice in slice index computations. 2012-11-17 19:18:10 +00:00
structseq.c
tupleobject.c Issue #16096: Fix several occurrences of potential signed integer overflow. Thanks Serhiy Storchaka. 2012-10-06 18:04:49 +01:00
typeobject.c merge 3.3 2012-10-31 00:04:42 -04:00
typeslots.inc
typeslots.py
unicodectype.c
unicodeobject.c Issue #16215: Fix potential double memory free in str.replace(). 2012-11-17 23:29:28 +01:00
unicodetype_db.h upgrade to UCD 6.2 2012-09-29 13:47:39 -04:00
weakrefobject.c Issue #16453: Fix equality testing of dead weakref objects. 2012-11-11 19:39:35 +01:00