[Python-checkins] r86166 - python/branches/release27-maint
hirokazu.yamamoto
python-checkins at python.org
Thu Nov 4 15:14:06 CET 2010
Author: hirokazu.yamamoto
Date: Thu Nov 4 15:14:05 2010
New Revision: 86166
Log:
Blocked revisions 85980,86116,86159,86163 via svnmerge
........
r85980 | hirokazu.yamamoto | 2010-10-31 00:08:15 +0900 | 1 line
Issue #10157: Fixed refleaks in pythonrun.c. Patch by Stefan Krah.
........
r86116 | hirokazu.yamamoto | 2010-11-02 22:48:13 +0900 | 1 line
Py_BUILD_CORE_MODULE was not needed in python.dsp and pythonw.dsp.
........
r86159 | hirokazu.yamamoto | 2010-11-04 21:09:08 +0900 | 2 lines
Issue #5391: mmap.read_byte() should return unsigned value [0, 255]
instead of signed value [-127, 128].
........
r86163 | hirokazu.yamamoto | 2010-11-04 22:49:41 +0900 | 1 line
Added svn:ignore.
........
Modified:
python/branches/release27-maint/ (props changed)
More information about the Python-checkins
mailing list