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
===
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
_
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
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
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
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
==
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
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