1. 15 Ock, 2011 2 kayıt (commit)
    • Antoine Pitrou's avatar
      Merged revisions 88022 via svnmerge from · 9989d857
      Antoine Pitrou yazdı
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r88022 | antoine.pitrou | 2011-01-15 17:17:07 +0100 (sam., 15 janv. 2011) | 7 lines
      
        Issue #10916: mmap should not segfault when a file is mapped using 0 as
        length and a non-zero offset, and an attempt to read past the end of file
        is made (IndexError is raised instead).  Patch by Ross Lagerwall.
      
        Requested by Georg.
      ........
      9989d857
    • Antoine Pitrou's avatar
      Merged revisions 88012-88018 via svnmerge from · 73387090
      Antoine Pitrou yazdı
      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.
      ........
      73387090
  2. 14 Ock, 2011 1 kayıt (commit)
  3. 13 Ock, 2011 1 kayıt (commit)
  4. 12 Ock, 2011 5 kayıt (commit)
  5. 11 Ock, 2011 5 kayıt (commit)
  6. 10 Ock, 2011 1 kayıt (commit)
  7. 09 Ock, 2011 11 kayıt (commit)
  8. 08 Ock, 2011 2 kayıt (commit)
  9. 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
  10. 06 Ock, 2011 4 kayıt (commit)
  11. 05 Ock, 2011 2 kayıt (commit)
  12. 04 Ock, 2011 4 kayıt (commit)