1. 30 Ock, 2011 3 kayıt (commit)
    • Steven Bethard's avatar
    • Ned Deily's avatar
      Merged revisions 88004,88006,88235 via svnmerge from · 53c460d5
      Ned Deily yazdı
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r88004 | ned.deily | 2011-01-14 20:44:12 -0800 (Fri, 14 Jan 2011) | 4 lines
      
        #10907: Update OS X installer build README to better reflect
                current build practices.
      ........
        r88006 | ned.deily | 2011-01-14 21:29:12 -0800 (Fri, 14 Jan 2011) | 6 lines
      
        #10843: Update third-party library versions used in OS X 32-bit
                installer builds: bzip2 1.0.6, readline 6.1.2, SQLite 3.7.4
                (with FTS3/FTS4 and RTREE enabled), and ncursesw 5.5 (wide-char
                support enabled).
      ........
        r88235 | ned.deily | 2011-01-29 10:56:28 -0800 (Sat, 29 Jan 2011) | 5 lines
      
        Issue #11054: Allow Mac OS X installer builds to again work on 10.5 with
        the system-provided Python.  Also, properly guard a new Python 3 only
        installer build step so that build-installer.py can stay compatible
        with the 2.7 version.  (with release manager approval for 3.2rc2)
      ........
      53c460d5
    • Ned Deily's avatar
      Merged revisions 88003 via svnmerge from · 2a6f4b33
      Ned Deily yazdı
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r88003 | ned.deily | 2011-01-14 20:37:12 -0800 (Fri, 14 Jan 2011) | 5 lines
      
        #10907: Warn OS X 10.6 IDLE users to use ActiveState Tcl/Tk 8.5,
                rather than the currently problematic Apple-supplied one,
                when running with the 64-/32-bit installer variant.
      ........
      2a6f4b33
  2. 29 Ock, 2011 1 kayıt (commit)
  3. 27 Ock, 2011 1 kayıt (commit)
  4. 26 Ock, 2011 2 kayıt (commit)
  5. 25 Ock, 2011 1 kayıt (commit)
  6. 24 Ock, 2011 2 kayıt (commit)
  7. 21 Ock, 2011 1 kayıt (commit)
  8. 20 Ock, 2011 1 kayıt (commit)
  9. 19 Ock, 2011 2 kayıt (commit)
  10. 18 Ock, 2011 3 kayıt (commit)
  11. 17 Ock, 2011 4 kayıt (commit)
  12. 16 Ock, 2011 1 kayıt (commit)
  13. 15 Ock, 2011 3 kayıt (commit)
    • Antoine Pitrou's avatar
      Merged revisions 88036 via svnmerge from · 533aa25b
      Antoine Pitrou yazdı
      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 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
  14. 14 Ock, 2011 1 kayıt (commit)
  15. 13 Ock, 2011 1 kayıt (commit)
  16. 12 Ock, 2011 5 kayıt (commit)
  17. 11 Ock, 2011 5 kayıt (commit)
  18. 10 Ock, 2011 1 kayıt (commit)
  19. 09 Ock, 2011 2 kayıt (commit)