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.
 
 
 
 
 
 
Benjamin Peterson 48ad7c0b01 use __qualname__ to compute bound method repr (closes #21389) 12 years ago
..
stringlib s/stringobject/bytesobject/ (closes #22036) 12 years ago
README Issue #18093: Factor out the programs that embed the runtime 12 years ago
abstract.c merge 3.4 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 #22077: Improve index error messages for bytearrays, bytes, lists, and 12 years ago
bytes_methods.c Issue #20179: Apply Argument Clinic to bytes and bytearray. 12 years ago
bytesobject.c Issue #22207: Fix "comparison between signed and unsigned integers" warning in 12 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 use __qualname__ to compute bound method repr (closes #21389) 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 #21803: remove macro indirections in complexobject.h 12 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 21101: Internal API for dict getitem and setitem where the hash value is known. 12 years ago
enumobject.c Issue #13590: Improve support for OS X Xcode 4: 14 years ago
exceptions.c Issue #22156: Fix "comparison between signed and unsigned integers" compiler 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 #21938: simplify gen_iternext() 12 years ago
iterobject.c Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
listobject.c Issue #22077: Improve index error messages for bytearrays, bytes, lists, and 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 Issue #22156: Fix "comparison between signed and unsigned integers" compiler 12 years ago
memoryobject.c Issue #20186: memoryobject.c: add function signatures. 12 years ago
methodobject.c Issue #22116: C functions and methods (of the 'builtin_function_or_method' type) can now be weakref'ed. Patch by Wei Wu. 12 years ago
moduleobject.c sprinkle some _PyId goodness around moduleobject.c 12 years ago
namespaceobject.c Don't use deprecated function PyUnicode_GET_SIZE() 12 years ago
object.c Initialize base types before child types 12 years ago
obmalloc.c Issue #21233: Rename the C structure "PyMemAllocator" to "PyMemAllocatorEx" to 12 years ago
rangeobject.c Make the various iterators' "setstate" sliently and consistently clip the 12 years ago
setobject.c Issue #22156: Fix "comparison between signed and unsigned integers" compiler 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 Issue #22207: Fix "comparison between signed and unsigned integers" warning in 12 years ago
typeobject.c Issue #22156: Fix "comparison between signed and unsigned integers" compiler 12 years ago
typeslots.inc PEP 465: a dedicated infix operator for matrix multiplication (closes #21176) 12 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 #22156: Fix "comparison between signed and unsigned integers" compiler 12 years ago
unicodetype_db.h upgrade to unicode 7.0.0 12 years ago
weakrefobject.c Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago

README

Source files for various builtin objects