1. 24 Jan, 2011 1 commit
  2. 21 Jan, 2011 1 commit
  3. 20 Jan, 2011 1 commit
  4. 19 Jan, 2011 2 commits
  5. 18 Jan, 2011 3 commits
  6. 17 Jan, 2011 4 commits
  7. 16 Jan, 2011 1 commit
  8. 15 Jan, 2011 3 commits
    • Antoine Pitrou's avatar
      Merged revisions 88036 via svnmerge from · 533aa25b
      Antoine Pitrou authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r88036 | antoine.pitrou | 2011-01-15 18:25:58 +0100 (sam., 15 janv. 2011) | 3 lines
      
        Fix mmap and test_mmap under Windows too (followup to r88022)
      ........
      533aa25b
    • Antoine Pitrou's avatar
      Merged revisions 88022 via svnmerge from · 9989d857
      Antoine Pitrou authored
      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 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.
      ........
      73387090
  9. 14 Jan, 2011 1 commit
  10. 13 Jan, 2011 1 commit
  11. 12 Jan, 2011 5 commits
  12. 11 Jan, 2011 5 commits
  13. 10 Jan, 2011 1 commit
  14. 09 Jan, 2011 11 commits