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

r.david.murray python-checkins at python.org
Sun Dec 13 18:49:34 CET 2009


Author: r.david.murray
Date: Sun Dec 13 18:49:34 2009
New Revision: 76802

Log:
Blocked revisions 73742,73820,73845,73878,73987,74099,74101 via svnmerge

Note: All of these are descendants of the issue 6267 patch, which was an
enhancement and thus not a backport candidate, even though it may have
also contained a couple bug fixes.

........
  r73742 | kristjan.jonsson | 2009-07-01 06:01:31 -0400 (Wed, 01 Jul 2009) | 2 lines
  
  http://bugs.python.org/issue6267
  porting revision 73638 to py3k
........
  r73820 | kristjan.jonsson | 2009-07-03 19:23:50 -0400 (Fri, 03 Jul 2009) | 2 lines
  
  http://bugs.python.org/issue6267
  Incorrect exception handling for xmlrpclient retry
........
  r73845 | kristjan.jonsson | 2009-07-04 11:18:00 -0400 (Sat, 04 Jul 2009) | 2 lines
  
  http://bugs.python.org/issue6381
  merging revision 73819 from trunk
........
  r73878 | kristjan.jonsson | 2009-07-07 05:09:10 -0400 (Tue, 07 Jul 2009) | 2 lines
  
  http://bugs.python.org/issue6382
  added the shutdown_request() which can perform shutdown before calling close.  This is needed for the ForkingMixIn because different close semantics are required for child and parent process.  shutdown_request(), for TCP servers, calls socket.shutdown() and then calls close_request().  Therefore, this is not an backwards incompatible change, since subclasses that continue to override close_request() continue to work.
........
  r73987 | kristjan.jonsson | 2009-07-12 18:45:18 -0400 (Sun, 12 Jul 2009) | 3 lines
  
  merging revision 73986 from trunk:
  http://bugs.python.org/issue6267
  Add more tests for the xlmrpc.ServerProxy
........
  r74099 | kristjan.jonsson | 2009-07-19 18:29:24 -0400 (Sun, 19 Jul 2009) | 4 lines
  
  porting revision 74098 from trunk:
  http://bugs.python.org/issue6499
  zlib/gzip may not be present for all builds.  Make xmlrpclib gracefully not supporg gzip encoding in this case
........
  r74101 | kristjan.jonsson | 2009-07-19 18:38:38 -0400 (Sun, 19 Jul 2009) | 3 lines
  
  merging revision 74100 from trunk:
  http://bugs.python.org/issue6499
  gzip.GzipFile may not exist as a parent class
........


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


More information about the Python-checkins mailing list