1. 29 Jan, 2011 4 commits
  2. 27 Jan, 2011 1 commit
  3. 26 Jan, 2011 1 commit
  4. 24 Jan, 2011 2 commits
  5. 23 Jan, 2011 1 commit
  6. 21 Jan, 2011 2 commits
  7. 20 Jan, 2011 1 commit
  8. 19 Jan, 2011 1 commit
  9. 18 Jan, 2011 3 commits
  10. 17 Jan, 2011 5 commits
  11. 15 Jan, 2011 4 commits
    • Antoine Pitrou's avatar
      Merged revisions 88036 via svnmerge from · 50dc65f6
      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)
      ........
      50dc65f6
    • Antoine Pitrou's avatar
      Merged revisions 88022 via svnmerge from · fb7bc3d2
      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.
      ........
      fb7bc3d2
    • Antoine Pitrou's avatar
      Merged revisions 88012-88018 via svnmerge from · 3acd3e97
      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.
      ........
      3acd3e97
    • Eli Bendersky's avatar
      Merged revisions 88009 via svnmerge from · 5bcc563c
      Eli Bendersky authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r88009 | eli.bendersky | 2011-01-15 12:23:34 +0200 (Sat, 15 Jan 2011) | 2 lines
      
        Issue #10912: Clarify the documentation of PyObject_RichCompareBool. Thanks to Devin Jeanpierre for spotting the problem.
      ........
      5bcc563c
  12. 14 Jan, 2011 3 commits
    • Antoine Pitrou's avatar
      Merged revisions 87968,87971-87975 via svnmerge from · 78ae1fb1
      Antoine Pitrou authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r87968 | antoine.pitrou | 2011-01-12 21:46:37 +0100 (mer., 12 janv. 2011) | 4 lines
      
        Fix the expected memory use of utf-8 encoding.  Also, release the
        one reference to a huge object even when an exception is raised.
      ........
        r87971 | antoine.pitrou | 2011-01-12 22:19:59 +0100 (mer., 12 janv. 2011) | 3 lines
      
        Make test skipping message nicer, and remove the rather useless "overhead" parameter.
      ........
        r87972 | antoine.pitrou | 2011-01-12 22:40:20 +0100 (mer., 12 janv. 2011) | 3 lines
      
        Fix @bigmemtest when no limit is given by the user (oops)
      ........
        r87973 | antoine.pitrou | 2011-01-12 22:50:44 +0100 (mer., 12 janv. 2011) | 3 lines
      
        More informative skip message in @bigaddrspace
      ........
        r87974 | antoine.pitrou | 2011-01-12 22:58:39 +0100 (mer., 12 janv. 2011) | 3 lines
      
        A better message again
      ........
        r87975 | antoine.pitrou | 2011-01-12 23:02:45 +0100 (mer., 12 janv. 2011) | 3 lines
      
        Fix test_bigaddrspace (some tests didn't trigger the expected MemoryError)
      ........
      78ae1fb1
    • Eli Bendersky's avatar
      Merged revisions 87993 via svnmerge from · 39be2a52
      Eli Bendersky authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r87993 | eli.bendersky | 2011-01-14 10:25:03 +0200 (Fri, 14 Jan 2011) | 2 lines
      
        Issue #10902: Fix reference to run* methods
      ........
      39be2a52
    • Eli Bendersky's avatar
      Merged revisions 87991 via svnmerge from · 44a6c167
      Eli Bendersky authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r87991 | eli.bendersky | 2011-01-14 09:31:14 +0200 (Fri, 14 Jan 2011) | 2 lines
      
        Remove call to nonexisting function (relic from Python 2.x) under #ifdef __INSURE__. Issue 9844
      ........
      44a6c167
  13. 12 Jan, 2011 8 commits
  14. 11 Jan, 2011 2 commits
  15. 10 Jan, 2011 2 commits