You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Victor Stinner 0d92c4f667 Issue #16416: Fix error handling in _Py_wchar2char() _Py_char2wchar() functions 13 years ago
..
stringlib (Merge 3.3) Issue #8271: Fix compilation on Windows 13 years ago
abstract.c Issue #16148: Small improvements and cleanup. Added version information 14 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 Issue #15958: bytes.join and bytearray.join now accept arbitrary buffer objects. 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 #9566: Use the right type to fix a compiler warnings on Win64 13 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 Fixed a missing incref introduced by a7ec0a1b0f7c 14 years ago
listobject.c Issue #16148: implemented PEP 424 14 years ago
listsort.txt #6814: remove traces of xrange(). 17 years ago
lnotab_notes.txt Merged revisions 72487-72488,72879 via svnmerge from 17 years ago
longobject.c Issue 16280: Drop questionable special-casing of null pointer in PyLong_FromVoidPtr. 13 years ago
memoryobject.c Issue #15814: Use hash function that is compatible with the equality 13 years ago
methodobject.c Issue #13590: Improve support for OS X Xcode 4: 14 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 initialize map/filter/zip in _PyBuiltin_Init rather than the catch-all function 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 typo. 14 years ago
sliceobject.c Issue #14794: slice.indices no longer returns OverflowError for out-of-range start, stop, step or length. 13 years ago
structseq.c Check for NULL return value in PyStructSequence_NewType(). Found by Coverity. 14 years ago
tupleobject.c Issue #16096: Fix several occurrences of potential signed integer overflow. Thanks Serhiy Storchaka. 14 years ago
typeobject.c merge 3.3 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 #16416: Fix error handling in _Py_wchar2char() _Py_char2wchar() functions 13 years ago
unicodetype_db.h upgrade to UCD 6.2 14 years ago
weakrefobject.c Issue #16453: Fix equality testing of dead weakref objects. 13 years ago