[Python-checkins] r84860 - python/branches/release27-maint

hirokazu.yamamoto python-checkins at python.org
Fri Sep 17 16:13:36 CEST 2010


Author: hirokazu.yamamoto
Date: Fri Sep 17 16:13:35 2010
New Revision: 84860

Log:
Blocked revisions 84643-84645,84741 via svnmerge

........
  r84643 | hirokazu.yamamoto | 2010-09-09 15:08:36 +0900 | 4 lines
  
  Updated VC6 files.
  * pythoncore.dsp: updated project file
  * readme.txt: removed dead link
  * tcl852.patch: fixed patch. it was doubled.
........
  r84644 | hirokazu.yamamoto | 2010-09-09 15:14:23 +0900 | 1 line
  
  Updated VS7.1 project file. (I cannot test this file because I don't have VS7.1)
........
  r84645 | hirokazu.yamamoto | 2010-09-09 15:24:43 +0900 | 5 lines
  
  PCBuild cosmetic fixes.
  * pythoncore.vcproj: Fixed indentation
  * _multiprocessing.vcproj: Converted ProjectGUID to uppercase. Otherwise,
    VS8 _multiprocessing.vcproj created by vs9to8.py was modified every time
    loads it in VS8 IDE.
........
  r84741 | hirokazu.yamamoto | 2010-09-13 01:06:18 +0900 | 2 lines
  
  Fixed refcount bug. I placed Py_INCREF in create_comerror() for compatibility
  with Python2.7.
........


Modified:
   python/branches/release27-maint/   (props changed)


More information about the Python-checkins mailing list