Author: christian.heimes
Date: Wed Nov 28 09:28:28 2007
New Revision: 59210
Removed:
python/branches/py3k/Doc/library/new.rst
python/branches/py3k/Lib/new.py
Modified:
python/branches/py3k/Doc/library/datatypes.rst
python/branches/py3k/Doc/library/types.rst
python/branches/py3k/Lib/
Author: christian.heimes
Date: Wed Nov 28 10:44:38 2007
New Revision: 59211
Modified:
python/branches/py3k/Lib/_abcoll.py
python/branches/py3k/Objects/dictobject.c
python/branches/py3k/Objects/iterobject.c
python/branches/py3k/Objects/listobject.c
python/branches/py3k/Objects/rangeo
Author: christian.heimes
Date: Wed Nov 28 10:55:49 2007
New Revision: 59212
Removed:
python/branches/py3k/Lib/test/test_new.py
Log:
I forgot to remove the tests for new *blush*
Deleted: /python/branches/py3k/Lib/test/test_new.py
=
Author: christian.heimes
Date: Wed Nov 28 11:04:30 2007
New Revision: 59213
Modified:
python/branches/py3k/ (props changed)
python/branches/py3k/Lib/test/test_complex.py
python/branches/py3k/Objects/complexobject.c
Log:
Merged revisions 59202-59211 via svnmerge from
svn+ssh://[EMAIL PR
Author: christian.heimes
Date: Wed Nov 28 11:05:53 2007
New Revision: 59214
Modified:
python/branches/py3k/Modules/_csv.c
python/branches/py3k/Modules/pyexpat.c
Log:
Fixed #1508 Removal of stale code in _csv.c / pyexpat.c
Credits belong to Joseph Armbruster
Modified: python/branches/py3k/Mo
Author: christian.heimes
Date: Wed Nov 28 13:33:51 2007
New Revision: 59215
Modified:
python/branches/py3k/Modules/_ctypes/_ctypes.c
Log:
Fixed bug #1505 Changes to PyMethod_New breaks ctypes on Windows
I converted the ComError exception into a full
type.
Modified: python/branches/py3k/Module