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

mark.dickinson python-checkins at python.org
Tue Oct 27 19:47:55 CET 2009


Author: mark.dickinson
Date: Tue Oct 27 19:47:55 2009
New Revision: 75835

Log:
Blocked revisions 75732,75737-75738,75741 via svnmerge

........
  r75732 | mark.dickinson | 2009-10-26 21:12:50 +0000 (Mon, 26 Oct 2009) | 1 line
  
  Fix extra-long line;  also makes py3k match trunk here.
........
  r75737 | mark.dickinson | 2009-10-26 21:51:18 +0000 (Mon, 26 Oct 2009) | 1 line
  
  Remove length limitation on string arguments to complex()
........
  r75738 | mark.dickinson | 2009-10-26 22:05:06 +0000 (Mon, 26 Oct 2009) | 1 line
  
  Make sure memory is freed on error in complex_subtype_from_string.
........
  r75741 | mark.dickinson | 2009-10-26 22:48:32 +0000 (Mon, 26 Oct 2009) | 2 lines
  
  Issue #7207:  Fix race condition in telnetlib test;  should stop test failures on OS X 10.6.
........


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


More information about the Python-checkins mailing list