| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-44439: BZ2File.write() / LZMAFile.write() handle buffer protocol correctl... | Ma Lin | 2021-06-22 | 1 | -4/+12 |
|
|
* | bpo-43787: Add __iter__ to GzipFile, BZ2File, and LZMAFile (GH-25353) | Inada Naoki | 2021-04-13 | 1 | -0/+4 |
|
|
* | bpo-43785: Improve BZ2File performance by removing RLock (GH-25299) | Inada Naoki | 2021-04-12 | 1 | -59/+44 |
|
|
* | bpo-43510: Implement PEP 597 opt-in EncodingWarning. (GH-19481) | Inada Naoki | 2021-03-29 | 1 | -0/+1 |
|
|
* | bpo-40443: Remove unused imports in the stdlib (GH-19803) | Victor Stinner | 2020-04-30 | 1 | -1/+0 |
|
|
* | bpo-39357: Update bz2 docstring: remove buffering (GH-18036) | Victor Stinner | 2020-01-17 | 1 | -2/+0 |
|
|
* | bpo-39357: Remove buffering parameter of bz2.BZ2File (GH-18028) | Victor Stinner | 2020-01-16 | 1 | -9/+1 |
|
|
* | bpo-35128: Fix spacing issues in warning.warn() messages. (GH-10268) | Pablo Aguiar | 2018-11-01 | 1 | -1/+1 |
|
|
* | bpo-33487: improve BZ2File Deprecation and documentation. (GH-6785) | Matthias Bussonnier | 2018-09-11 | 1 | -5/+9 |
|
|
* | bpo-31370: Remove support for threads-less builds (#3385) | Antoine Pitrou | 2017-09-07 | 1 | -5/+1 |
|
|
* | Issue #28225: bz2 module now supports pathlib | Berker Peksag | 2016-10-02 | 1 | -7/+9 |
|
|
* | Issue #23529: Limit the size of decompressed data when reading from | Antoine Pitrou | 2015-04-10 | 1 | -199/+38 |
|
|
* | Issue #23615: Modules bz2, tarfile and tokenize now can be reloaded with | Serhiy Storchaka | 2015-03-11 | 1 | -2/+1 |
|
|
* | Closes #19839: Fix regression in bz2 module's handling of non-bzip2 data at EOF. | Nadeem Vawda | 2013-12-04 | 1 | -10/+19 |
|\ |
|
| * | #19839: Fix regression in bz2 module's handling of non-bzip2 data at EOF. | Nadeem Vawda | 2013-12-04 | 1 | -10/+19 |
|
|
* | | Issue #19223: Add support for the 'x' mode to the bz2 module. | Nadeem Vawda | 2013-10-18 | 1 | -6/+10 |
|
|
* | | Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a) | Brett Cannon | 2013-07-04 | 1 | -1/+1 |
|
|
* | | Issue #18200: Update the stdlib (except tests) to use | Brett Cannon | 2013-06-14 | 1 | -1/+1 |
|
|
* | | bz2 module: Rewrap docstrings at 72 columns, as per PEP 8. | Nadeem Vawda | 2012-10-08 | 1 | -15/+16 |
|
|
* | | Stylistic tweaks to the bz2 module to make it easier to transplant changes from | Nadeem Vawda | 2012-10-08 | 1 | -5/+8 |
|/ |
|
* | Issue #16304: Further optimize BZ2File.readlines?(). | Nadeem Vawda | 2012-10-01 | 1 | -6/+8 |
|
|
* | Fix error handling in new fast path of BZ2File.readline(). | Nadeem Vawda | 2012-10-01 | 1 | -0/+1 |
|
|
* | Issue #16304: Another performance optimization for BZ2File. | Nadeem Vawda | 2012-10-01 | 1 | -6/+3 |
|
|
* | Issue #16304: Further performance improvements for BZ2File. | Nadeem Vawda | 2012-09-30 | 1 | -3/+9 |
|
|
* | Fix the return value of BZ2File._read_block() to be consistent with comments. | Nadeem Vawda | 2012-09-30 | 1 | -1/+1 |
|
|
* | Issue #16034: Fix performance regressions in the new BZ2File implementation. | Nadeem Vawda | 2012-09-30 | 1 | -26/+55 |
|
|
* | #15546: Fix BZ2File.read1()'s handling of pathological input data. | Nadeem Vawda | 2012-08-04 | 1 | -23/+28 |
|
|
* | Add a function bz2.open(), to match gzip.open(). | Nadeem Vawda | 2012-06-04 | 1 | -3/+44 |
|
|
* | Clarify acceptable values for BZ2File.__init__'s mode argument. | Nadeem Vawda | 2012-06-04 | 1 | -2/+2 |
|
|
* | Make BZ2File's fileobj support easier to use. | Nadeem Vawda | 2012-06-04 | 1 | -9/+8 |
|
|
* | Fix seekable() in BZ2File and LZMAFile to check whether the underlying file s... | Nadeem Vawda | 2012-02-11 | 1 | -2/+5 |
|
|
* | Make BZ2File.__init__()'s fileobj argument keyword-only. | Nadeem Vawda | 2012-02-04 | 1 | -1/+1 |
|
|
* | Update docstring for BZ2File.__init__(). | Nadeem Vawda | 2012-02-04 | 1 | -3/+7 |
|
|
* | Issue #13809: Make bz2 module work with threads disabled. | Nadeem Vawda | 2012-01-17 | 1 | -2/+6 |
|
|
* | Make error handling in BZ2File.{readable,seekable,writable,fileno} consistent... | Nadeem Vawda | 2011-11-30 | 1 | -3/+3 |
|
|
* | BZ2File now uses the compresslevel argument given by the caller, | Nadeem Vawda | 2011-09-11 | 1 | -2/+2 |
|
|
* | Miscellaneous cleanups to bz2 and test_bz2 following issue #1625. | Nadeem Vawda | 2011-05-29 | 1 | -3/+3 |
|
|
* | Issue #1625: BZ2File and bz2.decompress() now support multi-stream files. | Nadeem Vawda | 2011-05-26 | 1 | -13/+34 |
|
|
* | Fix typo in bz2 module. | Nadeem Vawda | 2011-05-24 | 1 | -1/+1 |
|
|
* | Fix whitespace | Antoine Pitrou | 2011-04-03 | 1 | -2/+2 |
|
|
* | Issue #5863: Rewrite BZ2File in pure Python, and allow it to accept | Antoine Pitrou | 2011-04-03 | 1 | -0/+392 |
|
|