1. 10 Ara, 2011 1 kayıt (commit)
  2. 04 Eki, 2011 1 kayıt (commit)
  3. 29 Agu, 2011 1 kayıt (commit)
  4. 29 Tem, 2011 1 kayıt (commit)
  5. 23 Tem, 2011 1 kayıt (commit)
  6. 15 Tem, 2011 1 kayıt (commit)
  7. 09 Tem, 2011 2 kayıt (commit)
  8. 29 Haz, 2011 1 kayıt (commit)
  9. 13 Haz, 2011 1 kayıt (commit)
    • Brian Curtin's avatar
      Fix #12084. os.stat on Windows wasn't working properly with relative symlinks. · d25aef55
      Brian Curtin yazdı
      Use of DeviceIoControl to obtain the symlink path via the reparse tag was
      removed. The code now uses GetFinalPathNameByHandle in the case of a
      symbolic link and works properly given the added test which creates a symbolic
      link and calls os.stat on it from multiple locations.
      
      Victor Stinner also noticed an issue with os.lstat following the os.stat
      code path when being passed bytes. The posix_lstat function was adjusted to
      properly hook up win32_lstat instead of the previous STAT macro (win32_stat).
      d25aef55
  10. 07 Haz, 2011 1 kayıt (commit)
  11. 01 Haz, 2011 1 kayıt (commit)
  12. 14 May, 2011 5 kayıt (commit)
  13. 09 May, 2011 1 kayıt (commit)
  14. 08 May, 2011 1 kayıt (commit)
  15. 28 Nis, 2011 1 kayıt (commit)
  16. 15 Mar, 2011 1 kayıt (commit)
  17. 28 Şub, 2011 1 kayıt (commit)
    • Antoine Pitrou's avatar
      Merged revisions 88460,88464,88466,88486,88511,88652 via svnmerge from · 9e719b6e
      Antoine Pitrou yazdı
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r88460 | antoine.pitrou | 2011-02-21 19:03:13 +0100 (lun., 21 févr. 2011) | 4 lines
      
        Issue #10276: Fix the results of zlib.crc32() and zlib.adler32() on buffers
        larger than 4GB.  Patch by Nadeem Vawda.
      ........
        r88464 | antoine.pitrou | 2011-02-21 20:05:08 +0100 (lun., 21 févr. 2011) | 3 lines
      
        Fix issues on 32-bit systems introduced by r88460
      ........
        r88466 | antoine.pitrou | 2011-02-21 20:28:40 +0100 (lun., 21 févr. 2011) | 3 lines
      
        Fix compile error under MSVC introduced by r88460.
      ........
        r88486 | antoine.pitrou | 2011-02-22 00:41:12 +0100 (mar., 22 févr. 2011) | 5 lines
      
        Issue #4681: Allow mmap() to work on file sizes and offsets larger than
        4GB, even on 32-bit builds.  Initial patch by Ross Lagerwall, adapted for
        32-bit Windows.
      ........
        r88511 | antoine.pitrou | 2011-02-22 22:42:56 +0100 (mar., 22 févr. 2011) | 4 lines
      
        Issue #11277: finally fix Snow Leopard crash following r88460.
        (probably an OS-related issue with mmap)
      ........
        r88652 | antoine.pitrou | 2011-02-26 16:58:05 +0100 (sam., 26 févr. 2011) | 4 lines
      
        Issue #9931: Fix hangs in GUI tests under Windows in certain conditions.
        Patch by Hirokazu Yamamoto.
      ........
      9e719b6e
  18. 26 Şub, 2011 1 kayıt (commit)
  19. 14 Ock, 2011 1 kayıt (commit)
    • Antoine Pitrou's avatar
      Merged revisions 87968,87971-87975 via svnmerge from · 78ae1fb1
      Antoine Pitrou yazdı
      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
  20. 12 Ock, 2011 4 kayıt (commit)
  21. 11 Ock, 2011 2 kayıt (commit)
  22. 08 Ock, 2011 2 kayıt (commit)
  23. 03 Ock, 2011 1 kayıt (commit)
  24. 29 Ara, 2010 1 kayıt (commit)
  25. 28 Ara, 2010 1 kayıt (commit)
  26. 12 Ara, 2010 1 kayıt (commit)
  27. 10 Ara, 2010 2 kayıt (commit)
  28. 04 Ara, 2010 2 kayıt (commit)