- 05 Mar, 2019 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 25 Şub, 2019 1 kayıt (commit)
-
-
Anthony Sottile yazdı
-
- 20 Eyl, 2018 1 kayıt (commit)
-
-
Berker Peksag yazdı
Apparently, FreeBSD doesn't raise OSError when offset is not a multiple of mmap.PAGESIZE.
-
- 22 Agu, 2018 1 kayıt (commit)
-
-
Berker Peksag yazdı
Previously, its behavior was platform-dependent and there was no error checking under Windows.
-
- 05 Haz, 2018 1 kayıt (commit)
-
-
Zackery Spytz yazdı
Raise TypeError instead of SystemError for unsupported operations.
-
- 08 Kas, 2017 1 kayıt (commit)
-
-
Victor Stinner yazdı
kB (*kilo* byte) unit means 1000 bytes, whereas KiB ("kibibyte") means 1024 bytes. KB was misused: replace kB or KB with KiB when appropriate. Same change for MB and GB which become MiB and GiB. Change the output of Tools/iobench/iobench.py. Round also the size of the documentation from 5.5 MB to 5 MiB.
-
- 06 Eki, 2016 4 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 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 1 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.
-