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.
 
 
 
 
 
 
Berker Peksag 43de36d2c7 Issue #26766: Remove redundant bytearray_format() from bytearrayobject.c 10 years ago
..
clinic Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
stringlib Issue #26057: Got rid of nonneeded use of PyUnicode_FromObject(). 10 years ago
README Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
abstract.c Issue #24802: Merge null termination fixes from 3.5 10 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 #26766: Remove redundant bytearray_format() from bytearrayobject.c 10 years ago
bytes_methods.c Issue #25923: Added more const qualifiers to signatures of static and private functions. 10 years ago
bytesobject.c Issue #26766: Fix _PyBytesWriter_Finish() 10 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 Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
codeobject.c Issue #15984: Merge PyUnicode doc from 3.5 10 years ago
complexobject.c Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
descrobject.c Issue #22570: Renamed Py_SETREF to Py_XSETREF. 10 years ago
dict-common.h Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
dictnotes.txt Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
dictobject.c Issue #26494: Fixed crash on iterating exhausting iterators. 10 years ago
enumobject.c Issue #13590: Improve support for OS X Xcode 4: 14 years ago
exceptions.c Issue #22570: Renamed Py_SETREF to Py_XSETREF. 10 years ago
fileobject.c Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
floatobject.c Clean up float.as_integer_ratio(). 10 years ago
frameobject.c Issue #22570: Renamed Py_SETREF to Py_XSETREF. 10 years ago
funcobject.c Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF 10 years ago
genobject.c Issue #22570: Renamed Py_SETREF to Py_XSETREF. 10 years ago
iterobject.c Issue #26494: Fixed crash on iterating exhausting iterators. 10 years ago
listobject.c Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF 10 years ago
listsort.txt Issue #25899: Converted Objects/listsort.txt to UTF-8. 10 years ago
lnotab_notes.txt Issue #26107: Fix typo in Objects/lnotab_notes.txt 10 years ago
longobject.c longobject.c: fix compilation warning on Windows 64-bit 10 years ago
memoryobject.c Issue #25923: Added more const qualifiers to signatures of static and private functions. 10 years ago
methodobject.c Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
moduleobject.c Issue #26257: Eliminate buffer_tests.py and fix ByteArrayAsStringTest 10 years ago
namespaceobject.c Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
object.c Issue #22570: Renamed Py_SETREF to Py_XSETREF. 10 years ago
obmalloc.c _PyMem_DebugFree(): fix compiler warning on Windows 10 years ago
odictobject.c Issue #25949: __dict__ for an OrderedDict instance is now created only when 10 years ago
rangeobject.c Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF 10 years ago
setobject.c Issue #26494: Fixed crash on iterating exhausting iterators. 10 years ago
sliceobject.c Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
structseq.c Issue #25923: Added the const qualifier to static constant arrays. 10 years ago
tupleobject.c Issue #22570: Renamed Py_SETREF to Py_XSETREF. 10 years ago
typeobject.c Issue #26718: super.__init__ no longer leaks memory if called multiple times. 10 years ago
typeslots.inc Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
typeslots.py Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
unicodectype.c Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
unicodeobject.c Issue #15984: Merge PyUnicode doc from 3.5 10 years ago
unicodetype_db.h Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
weakrefobject.c Issue #25923: Added more const qualifiers to signatures of static and private functions. 10 years ago

README

Source files for various builtin objects