1. 22 Mar, 2010 3 commits
    • Victor Stinner's avatar
      Merged revisions 79281 via svnmerge from · abdb21a3
      Victor Stinner authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ................
        r79281 | victor.stinner | 2010-03-22 13:50:40 +0100 (lun., 22 mars 2010) | 16 lines
      
        Merged revisions 79278,79280 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r79278 | victor.stinner | 2010-03-22 13:24:37 +0100 (lun., 22 mars 2010) | 2 lines
      
          Issue #1583863: An unicode subclass can now override the __str__ method
        ........
          r79280 | victor.stinner | 2010-03-22 13:36:28 +0100 (lun., 22 mars 2010) | 5 lines
      
          Fix the NEWS about my last commit: an unicode subclass can now override the
          __unicode__ method (and not the __str__ method).
      
          Simplify also the testcase.
        ........
      ................
      abdb21a3
    • Victor Stinner's avatar
      Blocked revisions 79276 via svnmerge · 6a11edb5
      Victor Stinner authored
      Python 3.1 doesn't support unicode events.
      
      ........
        r79276 | victor.stinner | 2010-03-22 13:11:44 +0100 (lun., 22 mars 2010) | 7 lines
      
        Fix a crash in _elementtree related to lone unicode surrogates.
      
        Fix a segfault on:
      
           >>> import _elementtree
           >>> _elementtree.iterparse('/bin/sh', ("\uDC80", "\ud808\udf45"))
      ........
      6a11edb5
    • Victor Stinner's avatar
      Merged revisions 79271 via svnmerge from · cfbb23a4
      Victor Stinner authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r79271 | victor.stinner | 2010-03-22 02:58:35 +0100 (lun., 22 mars 2010) | 4 lines
      
        Issue #4282: Fix the main function of the profile module for a non-ASCII
        script, open the file in binary mode and not in text mode with the default
        (utf8) encoding.
      ........
      cfbb23a4
  2. 21 Mar, 2010 13 commits
  3. 20 Mar, 2010 3 commits
  4. 19 Mar, 2010 3 commits
  5. 18 Mar, 2010 4 commits
  6. 16 Mar, 2010 1 commit
  7. 15 Mar, 2010 1 commit
  8. 14 Mar, 2010 1 commit
  9. 13 Mar, 2010 9 commits
  10. 12 Mar, 2010 2 commits