[Python-3000-checkins] r59210 - in python/branches/py3k: Doc/library/datatypes.rst Doc/library/new.rst Doc/library/types.rst Lib/new.py Lib/test/test_inspect.py Lib/types.py Lib/xml/dom/domreg.py Lib/

2007-11-28 Thread christian.heimes
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/

[Python-3000-checkins] r59211 - in python/branches/py3k: Lib/_abcoll.py Objects/dictobject.c Objects/iterobject.c Objects/listobject.c Objects/rangeobject.c Objects/setobject.c Objects/unicodeobject.c

2007-11-28 Thread christian.heimes
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

[Python-3000-checkins] r59212 - python/branches/py3k/Lib/test/test_new.py

2007-11-28 Thread christian.heimes
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 =

[Python-3000-checkins] r59213 - in python/branches/py3k: Lib/test/test_complex.py Objects/complexobject.c

2007-11-28 Thread christian.heimes
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

[Python-3000-checkins] r59214 - python/branches/py3k/Modules/_csv.c python/branches/py3k/Modules/pyexpat.c

2007-11-28 Thread christian.heimes
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

[Python-3000-checkins] r59215 - python/branches/py3k/Modules/_ctypes/_ctypes.c

2007-11-28 Thread christian.heimes
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