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

benjamin.peterson python-checkins at python.org
Fri Jun 12 00:09:02 CEST 2009


Author: benjamin.peterson
Date: Fri Jun 12 00:09:02 2009
New Revision: 73374

Log:
Blocked revisions 73182,73184,73238,73252,73281,73334,73361-73362,73367 via svnmerge

........
  r73182 | josiah.carlson | 2009-06-03 14:46:21 -0500 (Wed, 03 Jun 2009) | 4 lines
  
  This fixes bug 5798 on OS X.
  This should also fix disconnect behavior cross-platform.
........
  r73184 | josiah.carlson | 2009-06-03 14:51:52 -0500 (Wed, 03 Jun 2009) | 2 lines
  
  Fix for line wrap ugly.
........
  r73238 | hirokazu.yamamoto | 2009-06-05 00:15:58 -0500 (Fri, 05 Jun 2009) | 1 line
  
  Fix test__locale on windows (Backport of r72365)
........
  r73252 | georg.brandl | 2009-06-06 00:54:34 -0500 (Sat, 06 Jun 2009) | 1 line
  
  #6206: fix test__locale.
........
  r73281 | benjamin.peterson | 2009-06-07 17:55:36 -0500 (Sun, 07 Jun 2009) | 1 line
  
  remove has_key
........
  r73334 | raymond.hettinger | 2009-06-10 11:15:02 -0500 (Wed, 10 Jun 2009) | 1 line
  
  Issue 6256: Fix stacklevel in warning message.
........
  r73361 | benjamin.peterson | 2009-06-11 11:25:52 -0500 (Thu, 11 Jun 2009) | 1 line
  
  remove duplicate check
........
  r73362 | benjamin.peterson | 2009-06-11 12:49:38 -0500 (Thu, 11 Jun 2009) | 1 line
  
  revert r73361
........
  r73367 | raymond.hettinger | 2009-06-11 17:04:00 -0500 (Thu, 11 Jun 2009) | 1 line
  
  Add example of how to do key lookups with bisect().
........


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


More information about the Python-checkins mailing list