- 24 Nis, 2019 1 kayıt (commit)
-
-
Maximilian Nöthe yazdı
-
- 07 Kas, 2018 1 kayıt (commit)
-
-
guoci yazdı
Without setting mtime, time.time() will be used as the timestamp which will end up in the compressed data and each invocation of the compress() function will vary over time.
-
- 03 Kas, 2018 1 kayıt (commit)
-
-
Stéphane Wirtel yazdı
-
- 09 Eki, 2018 1 kayıt (commit)
-
-
Stéphane Wirtel yazdı
Co-authored-by: Antony Lee <anntzer.lee@gmail.com>
-
- 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.
-
- 02 Eki, 2016 1 kayıt (commit)
-
-
Berker Peksag yazdı
Patch by Ethan Furman.
-
- 11 Eyl, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 19 Nis, 2016 1 kayıt (commit)
-
-
Martin Panter yazdı
-
- 11 Ara, 2015 1 kayıt (commit)
-
-
Martin Panter yazdı
Also align the parameter naming in binascii to be consistent with zlib.
-
- 10 Nis, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
robust at shutdown. If needs to release multiple resources, they are released even if errors are occured.
-
- 23 Mar, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
GzipFile corruption. Original patch by Wolfgang Maier.
-
- 10 Nis, 2015 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
GzipFile, BZ2File or LZMAFile. This defeats denial of service attacks using compressed bombs (i.e. compressed payloads which decompress to a huge size). Patch by Martin Panter and Nikolaus Rath.
-
- 23 Mar, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
unnecessary copying of memoryview in gzip.GzipFile.write(). Original patch by Wolfgang Maier.
-
- 09 Mar, 2014 1 kayıt (commit)
-
-
Ned Deily yazdı
Patch by Claudiu Popa.
-
- 18 Eki, 2013 1 kayıt (commit)
-
-
Nadeem Vawda yazdı
Original patch by Tim Heaney.
-
- 29 Agu, 2013 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
in docstrings and comments.
-
- 12 May, 2013 2 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
broke backwards compatibility.
-
- 08 Nis, 2013 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
- 22 Ock, 2013 3 kayıt (commit)
-
-
Serhiy Storchaka yazdı
with truncated header or footer. Added tests for reading truncated gzip and bzip2 files.
-
Serhiy Storchaka yazdı
with truncated header or footer. Added tests for reading truncated gzip and bzip2 files.
-
Serhiy Storchaka yazdı
This is a backport of changeset 8c07ff7f882f.
-
- 25 Ara, 2012 1 kayıt (commit)
-
-
Andrew Svetlov yazdı
-
- 11 Kas, 2012 2 kayıt (commit)
-
-
Nadeem Vawda yazdı
Patch by Brian Brazil.
-
Nadeem Vawda yazdı
Patch by Brian Brazil.
-
- 09 Kas, 2012 1 kayıt (commit)
-
-
Chris Withers yazdı
-
- 21 Eki, 2012 1 kayıt (commit)
-
-
Nadeem Vawda yazdı
-
- 29 Agu, 2012 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
- 05 Agu, 2012 2 kayıt (commit)
-
-
Nadeem Vawda yazdı
-
Nadeem Vawda yazdı
-
- 30 Haz, 2012 1 kayıt (commit)
-
-
Nadeem Vawda yazdı
-
- 19 Haz, 2012 1 kayıt (commit)
-
-
Nadeem Vawda yazdı
-
- 04 Haz, 2012 1 kayıt (commit)
-
-
Nadeem Vawda yazdı
-
- 06 May, 2012 1 kayıt (commit)
-
-
Nadeem Vawda yazdı
Also, add tests for gzip.open().
-
- 11 Şub, 2012 2 kayıt (commit)
-
-
Nadeem Vawda yazdı
-
Nadeem Vawda yazdı
Also, give a more helpful error message when opened with an invalid mode string.
-
- 18 Ock, 2012 2 kayıt (commit)
-
-
Nadeem Vawda yazdı
-
Nadeem Vawda yazdı
-
- 13 Nis, 2011 1 kayıt (commit)
-
-
Nadeem Vawda yazdı
These functions appear to be holdovers from the 2.x code, intended to handle problems with CRC signedness.
-