[Python-checkins] r75864 - python/branches/release31-maint

georg.brandl python-checkins at python.org
Tue Oct 27 21:25:20 CET 2009


Author: georg.brandl
Date: Tue Oct 27 21:25:19 2009
New Revision: 75864

Log:
Blocked revisions 74611,74623,74659,75243 via svnmerge

................
  r74611 | georg.brandl | 2009-08-31 22:06:09 +0200 (Mo, 31 Aug 2009) | 9 lines
  
  Recorded merge of revisions 74608 via svnmerge from 
  svn+ssh://pythondev@svn.python.org/python/trunk
  
  ........
    r74608 | senthil.kumaran | 2009-08-31 18:40:27 +0200 (Mo, 31 Aug 2009) | 3 lines
    
    Doc fix for the issue2637.
  ........
................
  r74623 | georg.brandl | 2009-09-01 10:12:13 +0200 (Di, 01 Sep 2009) | 1 line
  
  Remove old news entry that got merged.
................
  r74659 | georg.brandl | 2009-09-04 19:13:13 +0200 (Fr, 04 Sep 2009) | 13 lines
  
  Recorded merge of revisions 74655-74656 via svnmerge from 
  svn+ssh://pythondev@svn.python.org/python/trunk
  
  ........
    r74655 | chris.withers | 2009-09-04 18:12:32 +0200 (Fr, 04 Sep 2009) | 2 lines
    
    Fixes issue #6838: use a list to accumulate the value instead of repeatedly concatenating strings.
  ........
    r74656 | chris.withers | 2009-09-04 18:32:22 +0200 (Fr, 04 Sep 2009) | 1 line
    
    news entry matching r74655
  ........
................
  r75243 | benjamin.peterson | 2009-10-04 22:19:21 +0200 (So, 04 Okt 2009) | 17 lines
  
  Merged revisions 74865,75175,75180 via svnmerge from 
  svn+ssh://pythondev@svn.python.org/python/trunk
  
  ........
    r74865 | georg.brandl | 2009-09-17 02:49:37 -0500 (Thu, 17 Sep 2009) | 1 line
    
    #6912: add "with" block support to pindent.
  ........
    r75175 | georg.brandl | 2009-10-01 15:11:14 -0500 (Thu, 01 Oct 2009) | 1 line
    
    Fix some weird whitespace and two other overlong lines.
  ........
    r75180 | georg.brandl | 2009-10-01 15:59:31 -0500 (Thu, 01 Oct 2009) | 1 line
    
    #7031: Add TestCase.assertIsInstance and negated method.
  ........
................


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


More information about the Python-checkins mailing list