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
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
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
=
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
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
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
=
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
>
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
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
=
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
==
10 matches
Mail list logo