1. 15 Jan, 2011 1 commit
    • Antoine Pitrou's avatar
      Merged revisions 88012-88018 via svnmerge from · c2ba6e1c
      Antoine Pitrou authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r88012 | antoine.pitrou | 2011-01-15 12:39:23 +0100 (sam., 15 janv. 2011) | 3 lines
      
        Avoid ResourceWarnings in ccbench
      ........
        r88013 | antoine.pitrou | 2011-01-15 12:44:17 +0100 (sam., 15 janv. 2011) | 3 lines
      
        Standard streams use file descriptors, not FILE pointers.
      ........
        r88014 | antoine.pitrou | 2011-01-15 12:57:42 +0100 (sam., 15 janv. 2011) | 3 lines
      
        Restructure a bit
      ........
        r88015 | antoine.pitrou | 2011-01-15 13:10:48 +0100 (sam., 15 janv. 2011) | 3 lines
      
        Improve description of issues
      ........
        r88016 | antoine.pitrou | 2011-01-15 13:21:53 +0100 (sam., 15 janv. 2011) | 3 lines
      
        Add mention of how to switch interpreters
      ........
        r88017 | antoine.pitrou | 2011-01-15 13:54:19 +0100 (sam., 15 janv. 2011) | 3 lines
      
        Reword and restructure the GIL API doc
      ........
        r88018 | antoine.pitrou | 2011-01-15 14:11:48 +0100 (sam., 15 janv. 2011) | 4 lines
      
        Issue #10913: Deprecate misleading functions PyEval_AcquireLock() and
        PyEval_ReleaseLock().  The thread-state aware APIs should be used instead.
      ........
      c2ba6e1c
  2. 14 Jan, 2011 1 commit
  3. 13 Jan, 2011 1 commit
  4. 12 Jan, 2011 5 commits
  5. 11 Jan, 2011 5 commits
  6. 10 Jan, 2011 1 commit
  7. 09 Jan, 2011 11 commits
  8. 08 Jan, 2011 2 commits
  9. 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
  10. 06 Jan, 2011 4 commits
  11. 05 Jan, 2011 2 commits
  12. 04 Jan, 2011 4 commits
  13. 03 Jan, 2011 1 commit
    • 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