1. 13 Jan, 2011 1 commit
  2. 12 Jan, 2011 5 commits
  3. 11 Jan, 2011 5 commits
  4. 10 Jan, 2011 1 commit
  5. 09 Jan, 2011 11 commits
  6. 08 Jan, 2011 2 commits
  7. 07 Jan, 2011 2 commits
    • R. David Murray's avatar
      Blocked revisions 87840 via svnmerge · 99c50c28
      R. David Murray authored
      ........
        r87840 | r.david.murray | 2011-01-07 18:25:30 -0500 (Fri, 07 Jan 2011) | 6 lines
      
        #10686: recode non-ASCII headers to 'unknown-8bit' instead of ?s.
      
        This applies only when generating strings from non-RFC compliant binary
        input; it makes the existing recoding behavior more consistent (ie:
        now no data is lost when recoding).
      ........
      99c50c28
    • Antoine Pitrou's avatar
      Merged revisions 87834 via svnmerge from · f6b36c4d
      Antoine Pitrou authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r87834 | antoine.pitrou | 2011-01-07 22:43:59 +0100 (ven., 07 janv. 2011) | 5 lines
      
        Issue #8020: Avoid a crash where the small objects allocator would read
        non-Python managed memory while it is being modified by another thread.
        Patch by Matt Bandy.
      ........
      f6b36c4d
  8. 06 Jan, 2011 4 commits
  9. 05 Jan, 2011 2 commits
  10. 04 Jan, 2011 4 commits
  11. 03 Jan, 2011 3 commits
    • Victor Stinner's avatar
      Recorded merge of revisions 85881,85897,85899 via svnmerge from · 42e94cb3
      Victor Stinner authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r85881 | victor.stinner | 2010-10-28 13:20:31 +0200 (jeu., 28 oct. 2010) | 2 lines
      
        test_pep277: add identifiers to filenames
      ........
        r85897 | victor.stinner | 2010-10-29 00:57:03 +0200 (ven., 29 oct. 2010) | 5 lines
      
        test_pep277: disable filenames 11, 12, 13, 14 on darwin
      
        Because darwin "normalizes" these filenames differently than Python's NFD
        normalization.
      ........
        r85899 | victor.stinner | 2010-10-29 01:14:45 +0200 (ven., 29 oct. 2010) | 4 lines
      
        #10209, test_pep277: disable test_normalize and test_listdir on darwin
      
        These tests are irrevelant on this OS.
      ........
      42e94cb3
    • Antoine Pitrou's avatar
      Ignore pgen.stamp. · e71fb49b
      Antoine Pitrou authored
      e71fb49b
    • Antoine Pitrou's avatar
      Merged revisions 87704-87705 via svnmerge from · 1580dbf7
      Antoine Pitrou authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r87704 | antoine.pitrou | 2011-01-03 21:38:52 +0100 (lun., 03 janv. 2011) | 5 lines
      
        Issue #6293: Have regrtest.py echo back sys.flags.  This is done by default
        in whole runs and enabled selectively using `--header` when running an
        explicit list of tests.  Original patch by Collin Winter.
      ........
        r87705 | antoine.pitrou | 2011-01-03 21:40:07 +0100 (lun., 03 janv. 2011) | 3 lines
      
        Mention --randseed in option list
      ........
      1580dbf7