[Python-3000-checkins] r56478 - in python/branches/p3yk: Include/bytesobject.h Include/frameobject.h Include/object.h Misc/NEWS Modules/_bsddb.c Modules/_elementtree.c Modules/_fileio.c Modules/_lspro

2007-07-21 Thread martin.v.loewis
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

[Python-3000-checkins] r56479 - python/branches/p3yk/Include/Python.h

2007-07-21 Thread martin.v.loewis
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 ==

[Python-3000-checkins] r56480 - in python/branches/p3yk: Include/longintrepr.h Modules/mathmodule.c Objects/longobject.c

2007-07-21 Thread martin.v.loewis
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

Re: [Python-3000-checkins] r56480 - in python/branches/p3yk: Include/longintrepr.h Modules/mathmodule.c Objects/longobject.c

2007-07-21 Thread Georg Brandl
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.

[Python-3000-checkins] r56482 - python/branches/p3yk/Objects/structseq.c

2007-07-21 Thread martin.v.loewis
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 == ---

[Python-3000-checkins] r56484 - in python/branches/py3k-struni: Include/bytesobject.h Include/stringobject.h Modules/_ctypes/_ctypes.c Modules/arraymodule.c Modules/datetimemodule.c Objects/bytesobjec

2007-07-21 Thread martin.v.loewis
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

[Python-3000-checkins] r56486 - python/branches/p3yk/Lib/idlelib/CallTips.py

2007-07-21 Thread kurt.kaiser
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 =

[Python-3000-checkins] r56487 - python/branches/p3yk/Lib/idlelib/ScriptBinding.py

2007-07-21 Thread kurt.kaiser
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 ===