[Python-checkins] r68131 - python/branches/release26-maint

georg.brandl python-checkins at python.org
Thu Jan 1 16:33:11 CET 2009


Author: georg.brandl
Date: Thu Jan  1 16:33:10 2009
New Revision: 68131

Log:
Blocked revisions 67902,67946,67954,67976,67978-67980,67985,68089,68092,68119 via svnmerge

........
  r67902 | benjamin.peterson | 2008-12-22 21:16:25 +0100 (Mon, 22 Dec 2008) | 1 line
  
  add py3k warnings to frame.f_exc_*
........
  r67946 | antoine.pitrou | 2008-12-27 16:43:12 +0100 (Sat, 27 Dec 2008) | 4 lines
  
  Issue #4756: zipfile.is_zipfile() now supports file-like objects.
  Patch by Gabriel Genellina.
........
  r67954 | benjamin.peterson | 2008-12-27 19:24:11 +0100 (Sat, 27 Dec 2008) | 1 line
  
  #4748 lambda generators shouldn't return values
........
  r67976 | georg.brandl | 2008-12-28 12:54:53 +0100 (Sun, 28 Dec 2008) | 7 lines
  
  Backport r67974: 
  
  #4759: allow None as first argument of bytearray.translate(), for consistency with bytes.translate().
  
  Also fix segfault for bytearray.translate(x, None) -- will backport this part to 3.0 and 2.6.
........
  r67978 | georg.brandl | 2008-12-28 12:58:49 +0100 (Sun, 28 Dec 2008) | 2 lines
  
  #4731: clarify message about missing module prerequisites.
........
  r67979 | antoine.pitrou | 2008-12-28 15:09:36 +0100 (Sun, 28 Dec 2008) | 3 lines
  
  Issue #4444: Allow assertRaises() to be used as a context handler.
........
  r67980 | antoine.pitrou | 2008-12-28 15:24:29 +0100 (Sun, 28 Dec 2008) | 1 line
  
  wrong version number in doc changes committed in r67979
........
  r67985 | antoine.pitrou | 2008-12-28 17:01:11 +0100 (Sun, 28 Dec 2008) | 4 lines
  
  Issue #2153: modernize coding style of unittest.py, remove obsolete compatibility stuff.
  Patch by Virgil Dupras.
........
  r68089 | benjamin.peterson | 2008-12-31 04:37:51 +0100 (Wed, 31 Dec 2008) | 1 line
  
  #4788 qualify some bare except clauses
........
  r68092 | benjamin.peterson | 2008-12-31 05:08:55 +0100 (Wed, 31 Dec 2008) | 1 line
  
  fix name collision issues
........
  r68119 | georg.brandl | 2009-01-01 13:09:40 +0100 (Thu, 01 Jan 2009) | 3 lines
  
  #4222: document dis.findlabels() and dis.findlinestarts() and
  put them into dis.__all__.
........


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


More information about the Python-checkins mailing list