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.
 
 
 
 
 
 
Martin Panter e26da7c03a Issue #27171: Fix typos in documentation, comments, and test function names 10 years ago
..
clinic Issue #24007: Argument Clinic now writes the format of PyArg_Parse*() at the 11 years ago
stringlib Issue #26778: Fixed "a/an/and" typos in code comment and documentation. 10 years ago
README Issue #18093: Factor out the programs that embed the runtime 12 years ago
abstract.c Issue #24802: Merge null termination fixes from 3.4 into 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 #27039: Fixed bytearray.remove() for values greater than 127. 10 years ago
bytes_methods.c Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer() 11 years ago
bytesobject.c Issue #27125: Remove duplicated words from documentation and comments 10 years ago
capsule.c Issue #2443: Added a new macro, Py_VA_COPY, which is equivalent to C99 16 years ago
cellobject.c fix indentation of comments in cellobject.c (closes #27011) 10 years ago
classobject.c Removed unintentional trailing spaces in non-external and non-generated C files. 11 years ago
codeobject.c Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc 10 years ago
complexobject.c Issue #24802: Merge null termination fixes from 3.4 into 3.5 10 years ago
descrobject.c Issue #26811: gc.get_objects() no longer contains a broken tuple with NULL 10 years ago
dict-common.h Issue #16991: Add a C implementation of collections.OrderedDict. 11 years ago
dictnotes.txt Merge from 3.4 into default. 12 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 #27171: Fix typos in documentation, comments, and test function names 10 years ago
fileobject.c (Merge 3.4) Issue #25182: Fix compilation on Windows 10 years ago
floatobject.c Issue #24731: Fixed crash on converting objects with special methods 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 coroutines: Error when awaiting on coroutine that's being awaited 10 years ago
iterobject.c Issue #26494: Fixed crash on iterating exhausting iterators. 10 years ago
listobject.c Issue #26494: Fixed crash on iterating exhausting iterators. 10 years ago
listsort.txt Merge from 3.4 into default. 12 years ago
lnotab_notes.txt Issue #6042: 17 years ago
longobject.c Issue #23640: int.from_bytes() no longer bypasses constructors for subclasses. 10 years ago
memoryobject.c Fix Visual Studio warning. 10 years ago
methodobject.c More typos in 3.5 documentation and comments 10 years ago
moduleobject.c Issue #22570: Renamed Py_SETREF to Py_XSETREF. 10 years ago
namespaceobject.c Issue #24257: Fixed incorrect uses of PyObject_IsInstance(). 11 years ago
object.c Issue #27125: Fix various errors like “will [be] inherited” 10 years ago
obmalloc.c Issue #23450: Fixed possible integer overflows. 11 years ago
odictobject.c Issue #25935: Garbage collector now breaks reference loops with OrderedDict. 10 years ago
rangeobject.c Issue #26778: Fixed "a/an/and" typos in code comment and documentation. 10 years ago
setobject.c Issue #26494: Fixed crash on iterating exhausting iterators. 10 years ago
sliceobject.c fix slice cache finalization to use gc del 10 years ago
structseq.c Merge from 3.4 into default. 12 years ago
tupleobject.c Issue #26494: Fixed crash on iterating exhausting iterators. 10 years ago
typeobject.c backout 3c9512d8ac0d 10 years ago
typeslots.inc add Py_tp_finalize slot (closes #24345) 11 years ago
typeslots.py PEP 0492 -- Coroutines with async and await syntax. Issue #24017. 11 years ago
unicodectype.c Removed unintentional trailing spaces in non-external and non-generated C files. 11 years ago
unicodeobject.c Issue #27171: Fix typos in documentation, comments, and test function names 10 years ago
unicodetype_db.h upgrade to Unicode 8.0.0 11 years ago
weakrefobject.c Issue #17765: weakref.ref() no longer silently ignores keyword arguments. 10 years ago

README

Source files for various builtin objects