[Python-checkins] r73115 - python/branches/py3k

benjamin.peterson python-checkins at python.org
Mon Jun 1 23:00:57 CEST 2009


Author: benjamin.peterson
Date: Mon Jun  1 23:00:57 2009
New Revision: 73115

Log:
Blocked revisions 72571,72774,72791,72956,72992,73001-73002,73006,73029,73046,73048 via svnmerge

........
  r72571 | michael.foord | 2009-05-11 13:01:45 -0500 (Mon, 11 May 2009) | 1 line
  
  Add missing # to NEWS
........
  r72774 | raymond.hettinger | 2009-05-18 10:51:59 -0500 (Mon, 18 May 2009) | 1 line
  
  Issue 6037: MutableSequence.__iadd__ should return self.
........
  r72791 | ronald.oussoren | 2009-05-19 15:12:17 -0500 (Tue, 19 May 2009) | 2 lines
  
  Remove some old MacPython files that are no longer relevant.
........
  r72956 | raymond.hettinger | 2009-05-26 21:24:45 -0500 (Tue, 26 May 2009) | 3 lines
  
  Fix field name conflicts for named tuples.
........
  r72992 | r.david.murray | 2009-05-28 13:49:23 -0500 (Thu, 28 May 2009) | 2 lines
  
  Backport smtplib auth tests from r72990.
........
  r73001 | raymond.hettinger | 2009-05-28 20:36:26 -0500 (Thu, 28 May 2009) | 1 line
  
  Issue 5150: Add rstrip() option to IDLE's format menu.
........
  r73002 | raymond.hettinger | 2009-05-28 20:46:48 -0500 (Thu, 28 May 2009) | 3 lines
  
  Deprecate contextlib.nested().  The with-statement now provides this functionality directly.
........
  r73006 | raymond.hettinger | 2009-05-28 23:58:52 -0500 (Thu, 28 May 2009) | 1 line
  
  Issue 5982: Classmethod and staticmethod expose wrapped function with __func__.
........
  r73029 | raymond.hettinger | 2009-05-29 16:20:41 -0500 (Fri, 29 May 2009) | 1 line
  
  Move the basic examples section back to the beginning.
........
  r73046 | georg.brandl | 2009-05-30 02:31:25 -0500 (Sat, 30 May 2009) | 1 line
  
  Use preferred form of raising exceptions.
........
  r73048 | georg.brandl | 2009-05-30 05:34:25 -0500 (Sat, 30 May 2009) | 1 line
  
  Fix markup problem.
........


Modified:
   python/branches/py3k/   (props changed)


More information about the Python-checkins mailing list