- 01 Kas, 2018 1 kayıt (commit)
-
-
Pablo Aguiar yazdı
-
- 11 Eyl, 2018 1 kayıt (commit)
-
-
Matthias Bussonnier yazdı
Emit warning when None passed explicitly, list Python version since deprecation in warning message and docs.
-
- 07 Eyl, 2017 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
* Remove Setup.config * Always define WITH_THREAD for compatibility.
-
- 02 Eki, 2016 1 kayıt (commit)
-
-
Berker Peksag yazdı
Initial patch by Ethan Furman.
-
- 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.
-
- 11 Mar, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
imp.reload(). Patch by Thomas Kluyver.
-
- 04 Ara, 2013 1 kayıt (commit)
-
-
Nadeem Vawda yazdı
-
- 18 Eki, 2013 1 kayıt (commit)
-
-
Nadeem Vawda yazdı
Patch by Tim Heaney and Vajrasky Kok.
-
- 04 Tem, 2013 1 kayıt (commit)
-
-
Brett Cannon yazdı
-
- 14 Haz, 2013 1 kayıt (commit)
-
-
Brett Cannon yazdı
ModuleNotFoundError.
-
- 08 Eki, 2012 2 kayıt (commit)
-
-
Nadeem Vawda yazdı
-
Nadeem Vawda yazdı
it to http://pypi.python.org/pypi/bz2file.
-
- 01 Eki, 2012 3 kayıt (commit)
-
-
Nadeem Vawda yazdı
-
Nadeem Vawda yazdı
-
Nadeem Vawda yazdı
Patch by Serhiy Storchaka.
-
- 30 Eyl, 2012 3 kayıt (commit)
-
-
Nadeem Vawda yazdı
Optimizations suggested by Serhiy Storchaka.
-
Nadeem Vawda yazdı
-
Nadeem Vawda yazdı
Thanks to Victor Hooi for the bug report, and Serhiy Storchaka for the initial patch.
-
- 04 Agu, 2012 1 kayıt (commit)
-
-
Nadeem Vawda yazdı
-
- 04 Haz, 2012 3 kayıt (commit)
-
-
Nadeem Vawda yazdı
-
Nadeem Vawda yazdı
-
Nadeem Vawda yazdı
The fileobj argument was added during the 3.3 development cycle, so this change does not break backward compatibility with 3.2.
-
- 11 Şub, 2012 1 kayıt (commit)
-
-
Nadeem Vawda yazdı
-
- 04 Şub, 2012 2 kayıt (commit)
-
-
Nadeem Vawda yazdı
-
Nadeem Vawda yazdı
-
- 17 Ock, 2012 1 kayıt (commit)
-
-
Nadeem Vawda yazdı
Original patch by Amaury Forgeot d'Arc.
-
- 30 Kas, 2011 1 kayıt (commit)
-
-
Nadeem Vawda yazdı
Also, add tests for these methods.
-
- 11 Eyl, 2011 1 kayıt (commit)
-
-
Nadeem Vawda yazdı
instead of ignoring it and always using a compression level of 9.
-
- 29 May, 2011 1 kayıt (commit)
-
-
Nadeem Vawda yazdı
* In bz2.decompress(), concatenate partial results in a way that should be more friendly to other Python implementations * Remove redundant comments in test_bz2 * Use 'while True:' instead of 'while 1:'
-
- 26 May, 2011 1 kayıt (commit)
-
-
Nadeem Vawda yazdı
Initial patch by Nir Aides.
-
- 24 May, 2011 1 kayıt (commit)
-
-
Nadeem Vawda yazdı
-
- 03 Nis, 2011 2 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
file-like objects using a new `fileobj` constructor argument. Patch by Nadeem Vawda.
-