Python

Build x86 XP-3 trunk:#1410

Buildslave:

heller-windows

Reason:

SourceStamp:

Results:

exception svn

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 [svn exception]
    1. err.html
    2. err.text
  2. compile []
  3. test []
  4. clean []

Blamelist:

  1. alexandre.vassalotti
  2. benjamin.peterson
  3. brett.cannon

All Changes

  1. Changed by: brett.cannon
    Changed at: Sun 11 May 2008 23:39:04
    Branch: trunk
    Revision: 63108

    Changed files:

    • trunk/Makefile.pre.in
    • trunk/Misc/NEWS
    • trunk/Modules/Setup.dist
    Comments:
    Put Lib/lib-old back on to sys.path for module renames.
    

  2. Changed by: brett.cannon
    Changed at: Mon 12 May 2008 00:08:35
    Branch: trunk
    Revision: 63114

    Changed files:

    • trunk/Doc/library/imageop.rst
    • trunk/Lib/test/test_imageop.py
    • trunk/Lib/test/test_py3kwarn.py
    • trunk/Misc/NEWS
    • trunk/Modules/imageop.c
    Comments:
    Depreate imageop for removal in 3.0.
    

  3. Changed by: benjamin.peterson
    Changed at: Mon 12 May 2008 00:41:23
    Branch: trunk
    Revision: 63119

    Changed files:

    • trunk/Lib/test/test_builtin.py
    • trunk/Misc/NEWS
    • trunk/Python/bltinmodule.c
    Comments:
    #2196 hasattr now allows SystemExit and KeyboardInterrupt to propagate
    

  4. Changed by: benjamin.peterson
    Changed at: Mon 12 May 2008 00:46:49
    Branch: trunk
    Revision: 63122

    Changed files:

    • trunk/Makefile.pre.in
    Comments:
    make message slightly more informative, so there's no chance of misunderstanding it
    

  5. Changed by: alexandre.vassalotti
    Changed at: Mon 12 May 2008 01:37:11
    Branch: trunk
    Revision: 63129

    Changed files:

    • trunk/Lib/SocketServer.py
    • trunk/Lib/lib-old/SocketServer.py
    • trunk/Lib/socketserver.py
    • trunk/Lib/test/test_py3kwarn.py
    • trunk/Misc/NEWS
    Comments:
    Renamed SocketServer to 'socketserver'.
    Deprecated old name.
    

  6. Changed by: alexandre.vassalotti
    Changed at: Mon 12 May 2008 02:11:24
    Branch: trunk
    Revision: 63132

    Changed files:

    • trunk/Doc/library/basehttpserver.rst
    • trunk/Doc/library/logging.rst
    • trunk/Doc/library/simplexmlrpcserver.rst
    • trunk/Doc/library/socket.rst
    • trunk/Doc/library/socketserver.rst
    • trunk/Lib/BaseHTTPServer.py
    • trunk/Lib/SimpleXMLRPCServer.py
    • trunk/Lib/idlelib/rpc.py
    • trunk/Lib/logging/config.py
    • trunk/Lib/test/test___all__.py
    • trunk/Lib/test/test_logging.py
    • trunk/Lib/test/test_socketserver.py
    • trunk/Lib/test/test_wsgiref.py
    • trunk/Misc/cheatsheet
    Comments:
    Updated all import statements to use the new socketserver module name.
    Renamed socketserver module in its own documentation. 
    Renamed documentation references.