Author: martin.v.loewis
Date: Sat Jul 21 09:47:23 2007
New Revision: 56478
Modified:
python/branches/p3yk/Include/bytesobject.h
python/branches/p3yk/Include/frameobject.h
python/branches/p3yk/Include/object.h
python/branches/p3yk/Misc/NEWS
python/branches/p3yk/Modules/_bsddb.c
py
Author: martin.v.loewis
Date: Sat Jul 21 10:06:55 2007
New Revision: 56479
Modified:
python/branches/p3yk/Include/Python.h
Log:
Add longintrepr.h to Python.h, so that the compiler can
see that PyFalse is really some kind of PyObject*.
Modified: python/branches/p3yk/Include/Python.h
==
Author: martin.v.loewis
Date: Sat Jul 21 10:47:18 2007
New Revision: 56480
Modified:
python/branches/p3yk/Include/longintrepr.h
python/branches/p3yk/Modules/mathmodule.c
python/branches/p3yk/Objects/longobject.c
Log:
Qualify SHIFT, MASK, BASE.
Modified: python/branches/p3yk/Include/long
martin.v.loewis schrieb:
> Author: martin.v.loewis
> Date: Sat Jul 21 10:47:18 2007
> New Revision: 56480
>
> Modified:
>python/branches/p3yk/Include/longintrepr.h
>python/branches/p3yk/Modules/mathmodule.c
>python/branches/p3yk/Objects/longobject.c
> Log:
> Qualify SHIFT, MASK, BASE.
Author: martin.v.loewis
Date: Sat Jul 21 19:10:57 2007
New Revision: 56482
Modified:
python/branches/p3yk/Objects/structseq.c
Log:
Correctly refer to _ob_next.
Modified: python/branches/p3yk/Objects/structseq.c
==
---
Author: martin.v.loewis
Date: Sat Jul 21 20:47:48 2007
New Revision: 56484
Modified:
python/branches/py3k-struni/Include/bytesobject.h
python/branches/py3k-struni/Include/stringobject.h
python/branches/py3k-struni/Modules/_ctypes/_ctypes.c
python/branches/py3k-struni/Modules/arraymodul
Author: kurt.kaiser
Date: Sun Jul 22 05:27:08 2007
New Revision: 56486
Modified:
python/branches/p3yk/Lib/idlelib/CallTips.py
Log:
Fix typo introduced at r55797
Modified: python/branches/p3yk/Lib/idlelib/CallTips.py
=
Author: kurt.kaiser
Date: Sun Jul 22 07:48:45 2007
New Revision: 56487
Modified:
python/branches/p3yk/Lib/idlelib/ScriptBinding.py
Log:
Exception attr accessed via args in py3k.
Modified: python/branches/p3yk/Lib/idlelib/ScriptBinding.py
===