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 b2a5be0763 Issue #27867: Function PySlice_GetIndicesEx() is replaced with a macro if 9 years ago
..
clinic Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
stringlib Issue #26778: Fixed "a/an/and" typos in code comment and documentation. 10 years ago
README Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
abstract.c Issue #27581: Don’t rely on overflow wrapping in PySequence_Tuple() 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 #29073: bytearray formatting no longer truncates on first null byte. 9 years ago
bytes_methods.c Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
bytesobject.c Issue #29000: Fixed bytes formatting of octals with zero padding in alternate 9 years ago
capsule.c Issue #2443: Added a new macro, Py_VA_COPY, which is equivalent to C99 16 years ago
cellobject.c Issue #22274: Redirect stderr=STDOUT when stdout not redirected, by Akira Li 10 years ago
classobject.c Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
codeobject.c Issue #29337: Fixed possible BytesWarning when compare the code objects. 9 years ago
complexobject.c Issue #28203: Fix incorrect type in error message from complex(1.0, {2:3}). Patch by Soumya Sharma. 9 years ago
descrobject.c Issue #26811: gc.get_objects() no longer contains a broken tuple with NULL 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 #28969: Fixed race condition in C implementation of functools.lru_cache. 9 years ago
enumobject.c Issue #13590: Improve support for OS X Xcode 4: 14 years ago
exceptions.c Issue #21578: Fixed misleading error message when ImportError called with 9 years ago
fileobject.c Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
floatobject.c Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
frameobject.c Issue #20041: Fixed TypeError when frame.f_trace is set to None. 10 years ago
funcobject.c Issue #28139: Fix messed up indentation 9 years ago
genobject.c genobject: Remove unnecessary tp_free slots from aiter_wrapper and coro_wrapper 9 years ago
iterobject.c Issue #26494: Fixed crash on iterating exhausting iterators. 10 years ago
listobject.c make sure to not call memcpy with a NULL second argument 10 years ago
listsort.txt Issue #27895: Spelling fixes (Contributed by Ville Skyttä). 10 years ago
lnotab_notes.txt Issue #6042: 17 years ago
longobject.c Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString. 9 years ago
memoryobject.c Issue #29111: Fix memoryview signature. 9 years ago
methodobject.c Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
moduleobject.c Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString. 9 years ago
namespaceobject.c Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
object.c make sure dict view types are initialized 9 years ago
obmalloc.c Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
odictobject.c Fix grammar, typos and markup in documentation and code comments 9 years ago
rangeobject.c Issue #28376: The constructor of range_iterator now checks that step is not 0. 9 years ago
setobject.c Issue #26494: Fixed crash on iterating exhausting iterators. 10 years ago
sliceobject.c Issue #27867: Function PySlice_GetIndicesEx() is replaced with a macro if 9 years ago
structseq.c Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
tupleobject.c Issue #26494: Fixed crash on iterating exhausting iterators. 10 years ago
typeobject.c Issue #28701: Replace _PyUnicode_CompareWithId with _PyUnicode_EqualToASCIIId. 9 years ago
typeslots.inc Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
typeslots.py Issue #26662: Set PYTHON_FOR_GEN in configure 10 years ago
unicodectype.c Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
unicodeobject.c Issue #29145: Fix overflow checks in str.replace() and str.join(). 9 years ago
unicodetype_db.h Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
weakrefobject.c Issue #17765: weakref.ref() no longer silently ignores keyword arguments. 10 years ago

README

Source files for various builtin objects