Author: georg.brandl
Date: Tue Oct 23 20:17:00 2007
New Revision: 58607
Modified:
python/branches/py3k/Doc/library/stdtypes.rst
Log:
Update w.r.t. PEP 3137.
Modified: python/branches/py3k/Doc/library/stdtypes.rst
==
-
Author: georg.brandl
Date: Tue Oct 23 20:21:41 2007
New Revision: 58610
Modified:
python/branches/py3k/Doc/Makefile
Log:
Update Pygments version from externals.
Modified: python/branches/py3k/Doc/Makefile
==
--- pytho
Author: georg.brandl
Date: Tue Oct 23 20:25:20 2007
New Revision: 58612
Modified:
python/branches/py3k/Objects/fileobject.c
Log:
Remove redundant PyInt/PyLong checks.
Modified: python/branches/py3k/Objects/fileobject.c
==
Author: georg.brandl
Date: Tue Oct 23 20:26:17 2007
New Revision: 58613
Modified:
python/branches/py3k/Doc/c-api/abstract.rst
python/branches/py3k/Doc/c-api/concrete.rst
Log:
Remove duplicate entry for PyObject_AsFileDescriptor.
Modified: python/branches/py3k/Doc/c-api/abstract.rst
===
Author: georg.brandl
Date: Tue Oct 23 21:24:22 2007
New Revision: 58617
Modified:
python/branches/py3k/Modules/_ctypes/_ctypes.c
python/branches/py3k/Modules/_ctypes/cfield.c
python/branches/py3k/Modules/_sqlite/row.c
python/branches/py3k/Modules/_sqlite/statement.c
python/branches/
Author: guido.van.rossum
Date: Tue Oct 23 21:43:28 2007
New Revision: 58619
Modified:
python/branches/py3k/Modules/timemodule.c
Log:
Patch #1314 by Christian Heimes.
Fix failing unittests for time and strptime on German and probably other
localized Windows installations.
Modified: python/bran