[Python-3000-checkins] r60761 - python/branches/py3k/Doc/whatsnew/3.0.rst

2008-02-13 Thread kurt.kaiser
Author: kurt.kaiser Date: Wed Feb 13 17:09:27 2008 New Revision: 60761 Modified: python/branches/py3k/Doc/whatsnew/3.0.rst Log: list.sort() and builtin.sorted() no longer accept 'cmp' argument. Modified: python/branches/py3k/Doc/whatsnew/3.0.rst ===

[Python-3000-checkins] r60763 - python/branches/py3k/Doc/whatsnew/3.0.rst

2008-02-13 Thread kurt.kaiser
Author: kurt.kaiser Date: Wed Feb 13 19:03:11 2008 New Revision: 60763 Modified: python/branches/py3k/Doc/whatsnew/3.0.rst Log: Improve formatting for arg names in previous checkin. Modified: python/branches/py3k/Doc/whatsnew/3.0.rst ===

[Python-3000-checkins] r60769 - in python/branches/py3k: Doc/library/ctypes.rst Lib/ctypes/test/test_pickling.py Modules/_ctypes/_ctypes.c Modules/_ctypes/callproc.c Modules/_ctypes/ctypes.h Modules/_

2008-02-13 Thread thomas.heller
Author: thomas.heller Date: Wed Feb 13 21:40:44 2008 New Revision: 60769 Added: python/branches/py3k/Lib/ctypes/test/test_pickling.py - copied, changed from r60767, python/trunk/Lib/ctypes/test/test_pickling.py Modified: python/branches/py3k/ (props changed) python/branches/py3k/

[Python-3000-checkins] r60774 - python/branches/py3k/Doc/whatsnew/3.0.rst

2008-02-13 Thread kurt.kaiser
Author: kurt.kaiser Date: Thu Feb 14 03:47:50 2008 New Revision: 60774 Modified: python/branches/py3k/Doc/whatsnew/3.0.rst Log: typo Modified: python/branches/py3k/Doc/whatsnew/3.0.rst == --- python/branches/py3k/Doc/