1. 06 Jan, 2011 3 commits
  2. 05 Jan, 2011 3 commits
  3. 04 Jan, 2011 4 commits
  4. 03 Jan, 2011 9 commits
  5. 02 Jan, 2011 5 commits
  6. 01 Jan, 2011 3 commits
  7. 31 Dec, 2010 1 commit
  8. 30 Dec, 2010 2 commits
  9. 29 Dec, 2010 2 commits
  10. 28 Dec, 2010 4 commits
  11. 27 Dec, 2010 2 commits
  12. 26 Dec, 2010 2 commits
    • R. David Murray's avatar
      Merged revisions 87497 via svnmerge from · 6cb252fa
      R. David Murray authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r87497 | r.david.murray | 2010-12-26 14:54:29 -0500 (Sun, 26 Dec 2010) | 7 lines
      
        #5258/#10642: print fn, line, traceback and continue when .pth file is broken
      
        If a .pth file contained an error, it could cause a traceback in site.py,
        terminating its processing.  In 2.7 and 3.2, the interpreter will then not
        start.  Previously, a message would print saying to use -v to get the
        traceback.  In either case, the traceback generated for a failed .pth file did
        not include the .pth filename, making it difficult to debug the problem.  Now
        site.py reports not only the .pth filename but also the line number causing the
        error, and just skips the remainder of the file.
      ........
      6cb252fa
    • Éric Araujo's avatar
      Merged revisions 87493 via svnmerge from · a8ffafbc
      Éric Araujo authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r87493 | eric.araujo | 2010-12-26 18:53:27 +0100 (dim., 26 déc. 2010) | 2 lines
      
        Fix typo (#10770)
      ........
      a8ffafbc