Re: [Python-3000-checkins] r56257 - python/branches/py3k-struni/Modules/_ctypes/stgdict.c

2007-07-13 Thread Thomas Heller
Neal Norwitz schrieb: > Should this fix be applied to head (trunk)? It's easier to make the > changes there for stuff like this (assuming that's the case) and let > it propagate. I'll pretty much sync at least once a week. I have a > reminder every Sunday. Yes it should (as I noted in the comm

[Python-3000-checkins] r56341 - in python/branches/py3k-struni: Lib/ctypes/test/test_bytes.py Modules/_ctypes/cfield.c

2007-07-13 Thread thomas.heller
Author: thomas.heller Date: Fri Jul 13 13:19:35 2007 New Revision: 56341 Modified: python/branches/py3k-struni/Lib/ctypes/test/test_bytes.py python/branches/py3k-struni/Modules/_ctypes/cfield.c Log: Structure fields of type c_char array or c_wchar array accept bytes or (unicode) string. Mo

[Python-3000-checkins] r56347 - in python/branches/py3k-struni: PC/config.c PCbuild/pythoncore.vcproj

2007-07-13 Thread thomas.heller
Author: thomas.heller Date: Fri Jul 13 15:13:40 2007 New Revision: 56347 Modified: python/branches/py3k-struni/PC/config.c python/branches/py3k-struni/PCbuild/pythoncore.vcproj Log: atexit is a builtin module now, provide that on Windows. Modified: python/branches/py3k-struni/PC/config.c =

[Python-3000-checkins] r56344 - in python/branches/py3k-struni: Lib/ctypes/test/test_bytes.py Modules/_ctypes/callproc.c Modules/_ctypes/cfield.c

2007-07-13 Thread thomas.heller
Author: thomas.heller Date: Fri Jul 13 14:07:59 2007 New Revision: 56344 Modified: python/branches/py3k-struni/Lib/ctypes/test/test_bytes.py python/branches/py3k-struni/Modules/_ctypes/callproc.c python/branches/py3k-struni/Modules/_ctypes/cfield.c Log: Do not accept str8 type in function

[Python-3000-checkins] r56343 - python/branches/py3k-struni/Modules/_ctypes/ctypes.h

2007-07-13 Thread thomas.heller
Author: thomas.heller Date: Fri Jul 13 13:53:39 2007 New Revision: 56343 Modified: python/branches/py3k-struni/Modules/_ctypes/ctypes.h Log: Remove all the Python 2.3 compatibility markers (the Python 3 ctypes version is not compatible with Python 2.x anymore). Remove backwards compatibility co

[Python-3000-checkins] r56339 - python/branches/p3yk/Lib/test/regrtest.py

2007-07-13 Thread georg.brandl
Author: georg.brandl Date: Fri Jul 13 12:07:25 2007 New Revision: 56339 Modified: python/branches/p3yk/Lib/test/regrtest.py Log: Fix #1753310: regrtest -x doesn't work anymore Modified: python/branches/p3yk/Lib/test/regrtest.py =

Re: [Python-3000-checkins] r56257 - python/branches/py3k-struni/Modules/_ctypes/stgdict.c

2007-07-13 Thread Neal Norwitz
On 7/13/07, Thomas Heller <[EMAIL PROTECTED]> wrote: > Neal Norwitz schrieb: > > Should this fix be applied to head (trunk)? It's easier to make the > > changes there for stuff like this (assuming that's the case) and let > > it propagate. I'll pretty much sync at least once a week. I have a >

[Python-3000-checkins] r56356 - python/branches/py3k-struni/Modules/_ctypes/stgdict.c

2007-07-13 Thread thomas.heller
Author: thomas.heller Date: Fri Jul 13 21:48:40 2007 New Revision: 56356 Modified: python/branches/py3k-struni/Modules/_ctypes/stgdict.c Log: For easier merging, revert ths change; it will be brought back in when the trunk is merged. Modified: python/branches/py3k-struni/Modules/_ctypes/stgdi

[Python-3000-checkins] r56361 - python/branches/p3yk/Lib/pydoc.py

2007-07-13 Thread kurt.kaiser
Author: kurt.kaiser Date: Sat Jul 14 03:25:24 2007 New Revision: 56361 Modified: python/branches/p3yk/Lib/pydoc.py Log: convert a map() iterator to a list to get this working. Modified: python/branches/p3yk/Lib/pydoc.py =

[Python-3000-checkins] r56362 - python/branches/p3yk/Lib/idlelib/FileList.py

2007-07-13 Thread kurt.kaiser
Author: kurt.kaiser Date: Sat Jul 14 03:53:45 2007 New Revision: 56362 Modified: python/branches/p3yk/Lib/idlelib/FileList.py Log: Was modifying dict during iteration. Modified: python/branches/p3yk/Lib/idlelib/FileList.py ==