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.
 
 
 
 
 
 
Serhiy Storchaka f4b7a02e93 Issue #21408: The default __ne__() now returns NotImplemented if __eq__() 11 years ago
..
stringlib Issue #22581: Use more "bytes-like object" throughout the docs and comments. 11 years ago
abstract.c use NULL not 0 12 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 Issue #22335: Fix crash when trying to enlarge a bytearray to 0x7fffffff bytes on a 32-bit platform. 11 years ago
bytes_methods.c Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
bytesobject.c Issue #20335: bytes constructor now raises TypeError when encoding or errors 11 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 Silence expression result unused warnings with clang. 12 years ago
codeobject.c Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
complexobject.c Issue #22604: Fix assertion error in debug mode when dividing a complex number by (nan+0j). 11 years ago
descrobject.c Issue #20530: Argument Clinic's signature format has been revised again. 12 years ago
dictnotes.txt Issue #15055: update dictnotes.txt. Patch by Mark Shannon. 14 years ago
dictobject.c Issue #22653: Fix an assertion failure in debug mode when doing a reentrant dict insertion in debug mode. 11 years ago
enumobject.c Issue #13590: Improve support for OS X Xcode 4: 14 years ago
exceptions.c Issue #21669: Special case print & exec syntax errors 12 years ago
fileobject.c Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
floatobject.c Silence expression result unused warnings with clang. 12 years ago
frameobject.c Issue #21897: Fix a crash with the f_locals attribute with closure variables when frame.clear() has been called. 12 years ago
funcobject.c Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
genobject.c Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
iterobject.c Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
listobject.c merge 3.3 12 years ago
listsort.txt Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
lnotab_notes.txt Issue #6042: 17 years ago
longobject.c merge 3.3 12 years ago
memoryobject.c ssue #19183: Implement PEP 456 'secure and interchangeable hash algorithm'. 12 years ago
methodobject.c Issue #20530: Argument Clinic's signature format has been revised again. 12 years ago
moduleobject.c Issue #19255: Clear error after failed PyDict_SetItem() on shutdown. 12 years ago
namespaceobject.c Don't use deprecated function PyUnicode_GET_SIZE() 12 years ago
object.c Issue #21073: explain why Py_ReprEnter() allows for a missing thread state. 12 years ago
obmalloc.c Issue #22335: Fix crash when trying to enlarge a bytearray to 0x7fffffff bytes on a 32-bit platform. 11 years ago
rangeobject.c remove buzzword (closes #23210) 11 years ago
setobject.c Fix typo in comment. 12 years ago
sliceobject.c Make Ellipsis and NotImplemented picklable through the reduce protocol. 12 years ago
structseq.c Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
tupleobject.c Make the various iterators' "setstate" sliently and consistently clip the 12 years ago
typeobject.c Issue #21408: The default __ne__() now returns NotImplemented if __eq__() 11 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 #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
unicodeobject.c Issue #23321: Fixed a crash in str.decode() when error handler returned 11 years ago
unicodetype_db.h Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
weakrefobject.c Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago