Python

Build alpha Tru64 5.1 3.0:#942

Buildslave:

norwitz-tru64

Reason:

SourceStamp:

Results:

failed test

Resubmit Build:

This tree was built from a specific set of source files, and can be rebuilt exactly

Your name:
Reason for re-running build:

Steps and Logfiles:

  1. svn [update [branch] r63140]
    1. stdio
  2. configure [configure]
    1. stdio
  3. compile [compile]
    1. stdio
  4. test [test failed]
    1. stdio
  5. clean [clean]
    1. stdio

Blamelist:

  1. alexandre.vassalotti

All Changes

  1. Changed by: alexandre.vassalotti
    Changed at: Mon 12 May 2008 02:19:15
    Branch: branches/py3k
    Revision: 63136

    Changed files:

    • branches/py3k/
    Comments:
    Blocked revisions 63129 via svnmerge
    
    ........
      r63129 | alexandre.vassalotti | 2008-05-11 21:37:10 -0400 (Sun, 11 May 2008) | 3 lines
      
      Renamed SocketServer to 'socketserver'.
      Deprecated old name.
    ........
    

  2. Changed by: alexandre.vassalotti
    Changed at: Mon 12 May 2008 02:19:41
    Branch: branches/py3k
    Revision: 63137

    Changed files:

    • branches/py3k/
    Comments:
    Blocked revisions 63134 via svnmerge
    
    ........
      r63134 | alexandre.vassalotti | 2008-05-11 22:18:15 -0400 (Sun, 11 May 2008) | 3 lines
      
      Added stub entry in the documentation mentioning SocketServer
      was renamed.
    ........
    

  3. Changed by: alexandre.vassalotti
    Changed at: Mon 12 May 2008 02:31:53
    Branch: branches/py3k
    Revision: 63140

    Changed files:

    • branches/py3k/
    • branches/py3k/Doc/library/basehttpserver.rst
    • branches/py3k/Doc/library/logging.rst
    • branches/py3k/Doc/library/simplexmlrpcserver.rst
    • branches/py3k/Doc/library/socket.rst
    • branches/py3k/Doc/library/socketserver.rst
    • branches/py3k/Lib/BaseHTTPServer.py
    • branches/py3k/Lib/SimpleXMLRPCServer.py
    • branches/py3k/Lib/SocketServer.py
    • branches/py3k/Lib/idlelib/rpc.py
    • branches/py3k/Lib/logging/config.py
    • branches/py3k/Lib/socketserver.py
    • branches/py3k/Lib/test/test___all__.py
    • branches/py3k/Lib/test/test_logging.py
    • branches/py3k/Lib/test/test_socketserver.py
    • branches/py3k/Lib/test/test_wsgiref.py
    • branches/py3k/Misc/NEWS
    • branches/py3k/Misc/cheatsheet
    Comments:
    Renamed the SocketServer module to 'socketserver'.
    Merged revisions 63132 via svnmerge from 
    svn+ssh://pythondev@svn.python.org/python/trunk
    
    ........
      r63132 | alexandre.vassalotti | 2008-05-11 22:11:22 -0400 (Sun, 11 May 2008) | 4 lines
      
      Updated all import statements to use the new socketserver module name.
      Renamed socketserver module in its own documentation. 
      Renamed documentation references.
    ........