| .. |
|
stringlib
|
Check for NULL before the pointer aligning in fastsearch_memchr_1char.
|
13 years ago |
|
abstract.c
|
Issue #16060: Fix a double DECREF in int() implementation. Thanks Serhiy Storchaka.
|
13 years ago |
|
accu.c
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
boolobject.c
|
Recorded merge of revisions 81029 via svnmerge from
|
16 years ago |
|
bytearrayobject.c
|
Fix compilation on Windows
|
13 years ago |
|
bytes_methods.c
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
bytesobject.c
|
try to call __bytes__ before __index__ (closes #16722)
|
13 years ago |
|
capsule.c
|
Issue #2443: Added a new macro, Py_VA_COPY, which is equivalent to C99
|
16 years ago |
|
cellobject.c
|
Recorded merge of revisions 81029 via svnmerge from
|
16 years ago |
|
classobject.c
|
Py_TYPE() has already dereferenced self before the NULL check. Moved Py_TYPE() after the check for self == NULL
|
14 years ago |
|
codeobject.c
|
Issue #15456: Fix code __sizeof__ after #12399 change.
|
14 years ago |
|
complexobject.c
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
descrobject.c
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
dictnotes.txt
|
Issue #15055: update dictnotes.txt. Patch by Mark Shannon.
|
14 years ago |
|
dictobject.c
|
merge 3.2
|
13 years ago |
|
enumobject.c
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
exceptions.c
|
Issue #15784: Modify OSError.__str__() to better distinguish between
|
14 years ago |
|
fileobject.c
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
floatobject.c
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
frameobject.c
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
funcobject.c
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
genobject.c
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
iterobject.c
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
listobject.c
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
listsort.txt
|
#6814: remove traces of xrange().
|
17 years ago |
|
lnotab_notes.txt
|
Issue #6042:
|
17 years ago |
|
longobject.c
|
Issue #16761: Raise TypeError when int() called with base argument only.
|
13 years ago |
|
memoryobject.c
|
Issue #15814: Use hash function that is compatible with the equality
|
13 years ago |
|
methodobject.c
|
Fix the advertised size of PyCFunctionObjects in sys._debugmallocstats().
|
13 years ago |
|
moduleobject.c
|
Issue #15394: Fix ref leaks in PyModule_Create.
|
14 years ago |
|
namespaceobject.c
|
Close #16160: Subclass support now works for types.SimpleNamespace. Thanks to RDM for noticing.
|
13 years ago |
|
object.c
|
merge 3.2 (#16369)
|
13 years ago |
|
obmalloc.c
|
Issue #15144: Fix possible integer overflow when handling pointers as integer values, by using Py_uintptr_t instead of size_t.
|
14 years ago |
|
rangeobject.c
|
Issue #16402: Merge fix from 3.2
|
13 years ago |
|
setobject.c
|
Fix the internals of our hash functions to used unsigned values during hash
|
13 years ago |
|
sliceobject.c
|
Issue #14783: Merge changes from 3.2.
|
13 years ago |
|
structseq.c
|
Check for NULL return value in PyStructSequence_NewType(). Found by Coverity.
|
14 years ago |
|
tupleobject.c
|
Fix the internals of our hash functions to used unsigned values during hash
|
13 years ago |
|
typeobject.c
|
do safety checks on __qualname__ assignment
|
13 years ago |
|
typeslots.inc
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
typeslots.py
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
unicodectype.c
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
unicodeobject.c
|
Issue #14850: Now a chamap decoder treates U+FFFE as "undefined mapping"
|
13 years ago |
|
unicodetype_db.h
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
weakrefobject.c
|
Issue #16602: When a weakref's target was part of a long deallocation chain, the object could remain reachable through its weakref even though its refcount had dropped to zero.
|
13 years ago |