[Python-3000-checkins] r58607 - python/branches/py3k/Doc/library/stdtypes.rst

2007-10-23 Thread georg.brandl
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 == -

[Python-3000-checkins] r58610 - python/branches/py3k/Doc/Makefile

2007-10-23 Thread georg.brandl
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

[Python-3000-checkins] r58612 - python/branches/py3k/Objects/fileobject.c

2007-10-23 Thread georg.brandl
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 ==

[Python-3000-checkins] r58613 - python/branches/py3k/Doc/c-api/abstract.rst python/branches/py3k/Doc/c-api/concrete.rst

2007-10-23 Thread georg.brandl
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 ===

[Python-3000-checkins] r58617 - in python/branches/py3k: Modules/_ctypes/_ctypes.c Modules/_ctypes/cfield.c Modules/_sqlite/row.c Modules/_sqlite/statement.c Modules/cjkcodecs/multibytecodec.c Objects

2007-10-23 Thread georg.brandl
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/

[Python-3000-checkins] r58619 - python/branches/py3k/Modules/timemodule.c

2007-10-23 Thread guido.van.rossum
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