[Python-3000-checkins] r60067 - python/branches/py3k/Doc/tools/sphinx-build.py

2008-01-19 Thread georg.brandl
Author: georg.brandl Date: Sat Jan 19 10:24:19 2008 New Revision: 60067 Modified: python/branches/py3k/Doc/tools/sphinx-build.py Log: Fix 3k's sphinx-build.py so that the version detection works with 2.x and 3.x. Modified: python/branches/py3k/Doc/tools/sphinx-build.py ===

[Python-3000-checkins] r60072 - python/branches/py3k-ctypes-pep3118

2008-01-19 Thread thomas.heller
Author: thomas.heller Date: Sat Jan 19 11:51:29 2008 New Revision: 60072 Modified: python/branches/py3k-ctypes-pep3118/ (props changed) Log: Initialized merge tracking via "svnmerge" with revisions "1-60054" from svn+ssh://[EMAIL PROTECTED]/python/branches/py3k _

[Python-3000-checkins] r60079 - in python/branches/py3k: Doc/c-api/concrete.rst Doc/c-api/utilities.rst Doc/library/collections.rst Doc/library/curses.rst Doc/library/logging.rst Doc/library/rational.

2008-01-19 Thread christian.heimes
Author: christian.heimes Date: Sat Jan 19 17:21:02 2008 New Revision: 60079 Removed: python/branches/py3k/Lib/test/crashers/weakref_in_del.py Modified: python/branches/py3k/ (props changed) python/branches/py3k/Doc/c-api/concrete.rst python/branches/py3k/Doc/c-api/utilities.rst py

[Python-3000-checkins] r60090 - in python/branches/py3k: Lib/test/test_builtin.py Misc/NEWS Objects/longobject.c

2008-01-19 Thread facundo.batista
Author: facundo.batista Date: Sat Jan 19 20:12:01 2008 New Revision: 60090 Modified: python/branches/py3k/Lib/test/test_builtin.py python/branches/py3k/Misc/NEWS python/branches/py3k/Objects/longobject.c Log: Fix Issue #1769: Now int('- 1') or int('+ 1') is not allowed any more. Thanks

[Python-3000-checkins] r60094 - in python/branches/py3k: Doc/library/mmap.rst Doc/library/socketserver.rst Doc/library/threading.rst Doc/library/trace.rst Doc/whatsnew/2.6.rst Lib/SocketServer.py Lib/

2008-01-19 Thread georg.brandl
Author: georg.brandl Date: Sat Jan 19 21:08:23 2008 New Revision: 60094 Modified: python/branches/py3k/ (props changed) python/branches/py3k/Doc/library/mmap.rst python/branches/py3k/Doc/library/socketserver.rst python/branches/py3k/Doc/library/threading.rst python/branches/py3k/D

[Python-3000-checkins] r60100 - python/branches/py3k/Lib/pydoc.py

2008-01-19 Thread georg.brandl
Author: georg.brandl Date: Sat Jan 19 21:44:32 2008 New Revision: 60100 Modified: python/branches/py3k/Lib/pydoc.py Log: #1867: fix a few 3.0 incompatibilities in pydoc. Modified: python/branches/py3k/Lib/pydoc.py ==

[Python-3000-checkins] r60108 - in python/branches/py3k-ctypes-pep3118: Lib/ctypes/test/test_pep3118.py Modules/_ctypes/_ctypes.c

2008-01-19 Thread thomas.heller
Author: thomas.heller Date: Sat Jan 19 22:56:12 2008 New Revision: 60108 Added: python/branches/py3k-ctypes-pep3118/Lib/ctypes/test/test_pep3118.py (contents, props changed) Modified: python/branches/py3k-ctypes-pep3118/Modules/_ctypes/_ctypes.c Log: Always use explicit endian specifiers

[Python-3000-checkins] r60112 - in python/branches/py3k-ctypes-pep3118: Lib/ctypes/test/test_pep3118.py Modules/_ctypes/_ctypes.c

2008-01-19 Thread thomas.heller
Author: thomas.heller Date: Sat Jan 19 23:25:14 2008 New Revision: 60112 Modified: python/branches/py3k-ctypes-pep3118/Lib/ctypes/test/test_pep3118.py python/branches/py3k-ctypes-pep3118/Modules/_ctypes/_ctypes.c Log: Fully implement tp_asbuffer for pointer types. Modified: python/branches