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

benjamin.peterson python-checkins at python.org
Sun Dec 13 01:38:59 CET 2009


Author: benjamin.peterson
Date: Sun Dec 13 01:38:59 2009
New Revision: 76773

Log:
Blocked revisions 76602,76690-76691,76736-76737,76754 via svnmerge

........
  r76602 | raymond.hettinger | 2009-11-30 15:13:52 -0600 (Mon, 30 Nov 2009) | 1 line
  
  Handle step values other than one.
........
  r76690 | vinay.sajip | 2009-12-06 11:57:11 -0600 (Sun, 06 Dec 2009) | 1 line
  
  logging: Added optional 'secure' parameter to SMTPHandler.
........
  r76691 | vinay.sajip | 2009-12-06 12:05:04 -0600 (Sun, 06 Dec 2009) | 1 line
  
  logging: Improved support for SMTP over TLS.
........
  r76736 | raymond.hettinger | 2009-12-10 00:00:33 -0600 (Thu, 10 Dec 2009) | 1 line
  
  Fix variants of deque.extend:  d.extend(d)   d+=d  d.extendleft(d)
........
  r76737 | raymond.hettinger | 2009-12-10 00:42:54 -0600 (Thu, 10 Dec 2009) | 1 line
  
  Add a reverse() method to collections.deque().
........
  r76754 | vinay.sajip | 2009-12-11 03:16:01 -0600 (Fri, 11 Dec 2009) | 1 line
  
  Issue #7470: logging: fix bug in Unicode encoding fallback.
........


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


More information about the Python-checkins mailing list