- 23 May, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
Patch by Xavier de Gaye.
-
- 02 Mar, 2016 1 kayıt (commit)
-
-
Berker Peksag yazdı
other write methods. Patch by Jakub Stasiak.
-
- 07 Eyl, 2015 1 kayıt (commit)
-
-
Martin Panter yazdı
Patch from John Beck.
-
- 20 Mar, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
codecs, that accepted only read-only bytes-like object now accept writable bytes-like object too.
-
- 19 Agu, 2014 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
- 03 Kas, 2013 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
- 05 Agu, 2013 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
- 13 Şub, 2013 2 kayıt (commit)
-
-
Richard Oudkerk yazdı
-
Richard Oudkerk yazdı
-
- 25 Ara, 2012 1 kayıt (commit)
-
-
Andrew Svetlov yazdı
-
- 19 Ara, 2012 1 kayıt (commit)
-
-
Andrew Svetlov yazdı
Patch by Serhiy Storchaka.
-
- 17 Ara, 2012 1 kayıt (commit)
-
-
Andrew Svetlov yazdı
-
- 10 Eyl, 2012 2 kayıt (commit)
- 09 Eyl, 2012 2 kayıt (commit)
- 12 Eki, 2011 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
- 30 Haz, 2011 1 kayıt (commit)
-
-
Victor Stinner yazdı
needed. Remove also an unused variable (blank) in test_threading.
-
- 08 Haz, 2011 1 kayıt (commit)
-
-
Charles-François Natali yazdı
Lehtinen.
-
- 07 May, 2011 6 kayıt (commit)
-
-
Nadeem Vawda yazdı
-
Nadeem Vawda yazdı
-
Nadeem Vawda yazdı
-
Nadeem Vawda yazdı
-
Nadeem Vawda yazdı
Also, reduce code duplication in LargeMmapTests. Original patch by Steffen Daode Nurpmeso.
-
Nadeem Vawda yazdı
Also, reduce code duplication in LargeMmapTests. Original patch by Steffen Daode Nurpmeso.
-
- 16 Mar, 2011 2 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
- 06 Mar, 2011 3 kayıt (commit)
-
-
Antoine Pitrou yazdı
`mmap.PROT_READ|mmap.PROT_EXEC` would segfault instead of raising a TypeError. Patch by Charles-François Natali.
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
`mmap.PROT_READ|mmap.PROT_EXEC` would segfault instead of raising a TypeError. Patch by Charles-François Natali.
-
- 28 Şub, 2011 1 kayıt (commit)
-
-
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. ........
-
- 21 Şub, 2011 3 kayıt (commit)
-
-
Antoine Pitrou yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ 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. ........
-
Antoine Pitrou yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ 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. ........
-
Antoine Pitrou yazdı
4GB, even on 32-bit builds. Initial patch by Ross Lagerwall, adapted for 32-bit Windows.
-
- 20 Ock, 2011 3 kayıt (commit)
-
-
Antoine Pitrou yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r88131 | antoine.pitrou | 2011-01-20 22:07:24 +0100 (jeu., 20 janv. 2011) | 6 lines Issue #10955: Fix a potential crash when trying to mmap() a file past its length. Initial patch by Ross Lagerwall. This fixes a regression introduced by r88022. ........
-
Antoine Pitrou yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r88131 | antoine.pitrou | 2011-01-20 22:07:24 +0100 (jeu., 20 janv. 2011) | 6 lines Issue #10955: Fix a potential crash when trying to mmap() a file past its length. Initial patch by Ross Lagerwall. This fixes a regression introduced by r88022. ........
-
Antoine Pitrou yazdı
length. Initial patch by Ross Lagerwall. This fixes a regression introduced by r88022.
-
- 15 Ock, 2011 1 kayıt (commit)
-
-
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) ........
-