Python

Build x86 FreeBSD trunk:#1010

Buildslave:

bolen-freebsd

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] r63129]
    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
  2. benjamin.peterson
  3. brett.cannon
  4. georg.brandl

All Changes

  1. Changed by: alexandre.vassalotti
    Changed at: Sun 11 May 2008 23:04:28
    Branch: trunk
    Revision: 63104

    Changed files:

    • trunk/Lib/Queue.py
    • trunk/Lib/lib-old/Queue.py
    Comments:
    Moved the Queue module stub in lib-old.
    

  2. Changed by: georg.brandl
    Changed at: Sun 11 May 2008 21:54:09
    Branch: trunk
    Revision: 63100

    Changed files:

    • trunk/Doc/library/mailbox.rst
    Comments:
    Add a deprecation notice to mailbox' old classes' doc.
    

  3. Changed by: alexandre.vassalotti
    Changed at: Sun 11 May 2008 23:12:38
    Branch: trunk
    Revision: 63105

    Changed files:

    • trunk/Doc/library/undoc.rst
    • trunk/Lib/plat-mac/PixMapWrapper.py
    • trunk/Lib/plat-mac/pixmapwrapper.py
    • trunk/Lib/test/test_py3kwarn.py
    Comments:
    Revert commit r63086.
    

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

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

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

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

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