Back out r59931 - test_ctypes fails with it.
Georg Brandl authored
2df25c35
Name Last commit Last update
..
stringlib Made _ParseTupleFinds only defined to unicodeobject.c
abstract.c Fix Issue 1045.
boolobject.c Add a bunch of GIL release/acquire points in tp_print implementations and for
bufferobject.c Coverity #151: Remove deadcode.
cellobject.c Issue #1445: Fix a SystemError when accessing the ``cell_contents``
classobject.c As per Armin Rigo's suggestion, remove special handing from intobject.c to deal with the peculiarities of classobject's implementation of the number protocol. The nb_long method of classobject now falls back to nb_int if there is no __long__ attribute present.
cobject.c PEP 3123: Provide forward compatibility with Python 3.0, while keeping
codeobject.c PEP 3123: Provide forward compatibility with Python 3.0, while keeping
complexobject.c Backport PEP 3141 from the py3k branch to the trunk. This includes r50877 (just
descrobject.c Fix refleak
dictnotes.txt Patch #1397848: add the reasoning behind no-resize-on-shrinkage.
dictobject.c #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. Macros for b/w compatibility are available.
doubledigits.c Backport of r59456:59458 from py3k to trunk
enumobject.c #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. Macros for b/w compatibility are available.
exceptions.c #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. Macros for b/w compatibility are available.
fileobject.c #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. Macros for b/w compatibility are available.
floatobject.c Continue rolling back pep-3141 changes that changed behavior from 2.5. This
frameobject.c #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. Macros for b/w compatibility are available.
funcobject.c #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. Macros for b/w compatibility are available.
genobject.c #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. Macros for b/w compatibility are available.
intobject.c Continue rolling back pep-3141 changes that changed behavior from 2.5. This
iterobject.c PEP 3123: Provide forward compatibility with Python 3.0, while keeping
listobject.c #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. Macros for b/w compatibility are available.
listsort.txt typo fix
longobject.c Continue rolling back pep-3141 changes that changed behavior from 2.5. This
methodobject.c
moduleobject.c
object.c
obmalloc.c
rangeobject.c
setobject.c
sliceobject.c
stringobject.c
structseq.c
tupleobject.c
typeobject.c
unicodectype.c
unicodeobject.c
unicodetype_db.h
weakrefobject.c