1. 13 Ock, 2011 1 kayıt (commit)
  2. 12 Ock, 2011 5 kayıt (commit)
  3. 11 Ock, 2011 5 kayıt (commit)
  4. 10 Ock, 2011 1 kayıt (commit)
  5. 09 Ock, 2011 11 kayıt (commit)
  6. 08 Ock, 2011 2 kayıt (commit)
  7. 07 Ock, 2011 2 kayıt (commit)
    • R. David Murray's avatar
      Blocked revisions 87840 via svnmerge · f653ddbe
      R. David Murray yazdı
      ........
        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).
      ........
      f653ddbe
    • Antoine Pitrou's avatar
      Merged revisions 87834 via svnmerge from · 5a72e76b
      Antoine Pitrou yazdı
      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.
      ........
      5a72e76b
  8. 06 Ock, 2011 4 kayıt (commit)
  9. 05 Ock, 2011 2 kayıt (commit)
  10. 04 Ock, 2011 4 kayıt (commit)
  11. 03 Ock, 2011 3 kayıt (commit)
    • Victor Stinner's avatar
      Recorded merge of revisions 85881,85897,85899 via svnmerge from · d892f77e
      Victor Stinner yazdı
      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.
      ........
      d892f77e
    • Antoine Pitrou's avatar
      Ignore pgen.stamp. · 536ab8e6
      Antoine Pitrou yazdı
      536ab8e6
    • Antoine Pitrou's avatar
      Merged revisions 87704-87705 via svnmerge from · 8c688bea
      Antoine Pitrou yazdı
      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
      ........
      8c688bea