Python

Build amd64 XP trunk:#1281

Buildslave:

heller-windows-amd64

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

All Changes

  1. 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
    

  2. 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
    

  3. 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.