1. 05 Jan, 2011 1 commit
    • R. David Murray's avatar
      Blocked revisions 87750 via svnmerge · 0fc07b10
      R. David Murray authored
      ........
        r87750 | r.david.murray | 2011-01-04 20:39:32 -0500 (Tue, 04 Jan 2011) | 5 lines
      
        #10790: make append work when output codec is different from input codec
      
        There's still a bug here (the encode call shouldn't use the 'errors'
        paramter), but I'll fix that later.
      ........
      0fc07b10
  2. 04 Jan, 2011 4 commits
  3. 03 Jan, 2011 10 commits
  4. 02 Jan, 2011 9 commits
  5. 01 Jan, 2011 3 commits
  6. 31 Dec, 2010 1 commit
  7. 29 Dec, 2010 2 commits
  8. 28 Dec, 2010 5 commits
  9. 27 Dec, 2010 3 commits
  10. 26 Dec, 2010 2 commits
    • R. David Murray's avatar
      Merged revisions 87497 via svnmerge from · 5874ed6c
      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.
      ........
      5874ed6c
    • Éric Araujo's avatar
      Merged revisions 87493 via svnmerge from · 8e726b43
      É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)
      ........
      8e726b43