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.
 
 
 
 
 
 
Mark Dickinson 9a359bd97f Issue #14630: Merge fix from 3.2. 14 years ago
..
stringlib Issue #14387: Do not include accu.h from Python.h. 14 years ago
abstract.c Issue #2377: Make importlib the implementation of __import__(). 14 years ago
accu.c Issue #14387: Do not include accu.h from Python.h. 14 years ago
boolobject.c Recorded merge of revisions 81029 via svnmerge from 16 years ago
bytearrayobject.c Rename _PyIter_GetBuiltin to _PyObject_GetBuiltin, and do not include it in the stable ABI. 14 years ago
bytes_methods.c Issue #13738: Simplify implementation of bytes.lower() and bytes.upper(). 14 years ago
bytesobject.c Rename _PyIter_GetBuiltin to _PyObject_GetBuiltin, and do not include it in the stable ABI. 14 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 Rename _Py_identifier to _Py_IDENTIFIER. 14 years ago
codeobject.c Make PyUnicode_Copy() private => _PyUnicode_Copy() 14 years ago
complexobject.c use the static identifier api for looking up special methods 14 years ago
descrobject.c Issue #14386: Expose the dict_proxy internal type as types.MappingProxyType 14 years ago
dictnotes.txt Merged revisions 53623-53858 via svnmerge from 19 years ago
dictobject.c Issue #2377: Make importlib the implementation of __import__(). 14 years ago
enumobject.c Issue #14288: Serialization support for builtin iterators. 14 years ago
exceptions.c Issue #2377: Make importlib the implementation of __import__(). 14 years ago
fileobject.c Rename _Py_identifier to _Py_IDENTIFIER. 14 years ago
floatobject.c Issue #14435: Remove special block allocation code from floatobject.c 14 years ago
frameobject.c Issue #14385: Support other types than dict for __builtins__ 14 years ago
funcobject.c use new generic __dict__ descriptor implementations 14 years ago
genobject.c space 14 years ago
iterobject.c Rename _PyIter_GetBuiltin to _PyObject_GetBuiltin, and do not include it in the stable ABI. 14 years ago
listobject.c Rename _PyIter_GetBuiltin to _PyObject_GetBuiltin, and do not include it in the stable ABI. 14 years ago
listsort.txt #6814: remove traces of xrange(). 17 years ago
lnotab_notes.txt Merged revisions 72487-72488,72879 via svnmerge from 17 years ago
longobject.c Issue #14630: Merge fix from 3.2. 14 years ago
memoryobject.c Issue #14181: Preserve backwards compatibility for getbufferprocs that a) do 14 years ago
methodobject.c Issue #13577: Built-in methods and functions now have a __qualname__. 14 years ago
moduleobject.c Rename _Py_identifier to _Py_IDENTIFIER. 14 years ago
object.c merge 3.2 (#14509) 14 years ago
obmalloc.c Close #14232: catch mmap() failure in new_arena() of obmalloc 14 years ago
rangeobject.c Rename _PyIter_GetBuiltin to _PyObject_GetBuiltin, and do not include it in the stable ABI. 14 years ago
setobject.c Rename _PyIter_GetBuiltin to _PyObject_GetBuiltin, and do not include it in the stable ABI. 14 years ago
sliceobject.c Issue #10227: Add an allocation cache for a single slice object. 14 years ago
structseq.c Fix indentation 14 years ago
tupleobject.c Rename _PyIter_GetBuiltin to _PyObject_GetBuiltin, and do not include it in the stable ABI. 14 years ago
typeobject.c merge 3.2 14 years ago
typeslots.inc remove __version__s dependent on subversion keyword expansion (closes #12221) 15 years ago
typeslots.py remove __version__s dependent on subversion keyword expansion (closes #12221) 15 years ago
unicodectype.c fix old titlecase function for extended case chars 14 years ago
unicodeobject.c merge 3.2 (#14509) 14 years ago
unicodetype_db.h update to Unicode 6.1 14 years ago
weakrefobject.c Rename _Py_identifier to _Py_IDENTIFIER. 14 years ago