| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #7205: Fix a possible deadlock when using a BZ2File object from several... | Antoine Pitrou | 2009-10-27 | 1 | -1/+6 |
|
|
* | Issue #3860: GzipFile and BZ2File now support the context manager protocol. | Antoine Pitrou | 2009-01-10 | 1 | -0/+32 |
|
|
* | Issue #3139: Make buffer-interface thread-safe wrt. PyArg_ParseTuple, | Martin v. Löwis | 2008-08-12 | 1 | -10/+48 |
|
|
* | #3205: bz2 iterator fails silently on MemoryError | Antoine Pitrou | 2008-08-09 | 1 | -0/+1 |
|
|
* | - Issue #3309: Fix bz2.BZFile itererator to release its internal lock | Gregory P. Smith | 2008-07-07 | 1 | -0/+1 |
|
|
* | This reverts r63675 based on the discussion in this thread: | Gregory P. Smith | 2008-06-09 | 1 | -54/+54 |
|
|
* | Renamed PyString to PyBytes | Christian Heimes | 2008-05-26 | 1 | -54/+54 |
|
|
* | fix compiler warnings | Gregory P. Smith | 2008-04-12 | 1 | -5/+5 |
|
|
* | Use the new PyFile_IncUseCount & PyFile_DecUseCount calls appropriatly | Gregory P. Smith | 2008-04-07 | 1 | -0/+15 |
|
|
* | #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFC... | Christian Heimes | 2007-12-19 | 1 | -7/+7 |
|
|
* | issue1597011: Fix for bz2 module corner-case error due to error checking bug. | Sean Reifscheider | 2007-09-17 | 1 | -23/+17 |
|
|
* | PEP 3123: Provide forward compatibility with Python 3.0, while keeping | Martin v. Löwis | 2007-07-21 | 1 | -13/+10 |
|
|
* | Bug #1622896: fix a rare corner case where the bz2 module raised an | Georg Brandl | 2007-03-13 | 1 | -10/+11 |
|
|
* | [Patch #1615868 by Lars Gustaebel] Use Py_off_t to fix BZ2File.seek() for off... | Andrew M. Kuchling | 2006-12-18 | 1 | -1/+1 |
|
|
* | Remove extra semi-colons reported by Johnny Lee on python-dev. Backport if a... | Neal Norwitz | 2006-09-23 | 1 | -2/+2 |
|
|
* | Patch #1535500: fix segfault in BZ2File.writelines and make sure it | Georg Brandl | 2006-08-14 | 1 | -2/+17 |
|
|
* | Fix more memory allocation issues found with failmalloc. | Neal Norwitz | 2006-07-22 | 1 | -8/+20 |
|
|
* | Patch #1516912: improve Modules support for OpenVMS. | Neal Norwitz | 2006-07-10 | 1 | -0/+4 |
|
|
* | Fix some Py_ssize_t issues | Neal Norwitz | 2006-06-12 | 1 | -5/+5 |
|
|
* | Revert backwards-incompatible const changes. | Martin v. Löwis | 2006-02-27 | 1 | -3/+3 |
|
|
* | Remove unused variable | Neal Norwitz | 2006-02-18 | 1 | -1/+0 |
|
|
* | Bug #1366000: cleanup BZ2File.seek() logic. Fixes the case of whence=2, offse... | Georg Brandl | 2006-02-18 | 1 | -42/+33 |
|
|
* | Merge ssize_t branch. | Martin v. Löwis | 2006-02-15 | 1 | -1/+1 |
|
|
* | Check return result from Py_InitModule*(). This API can fail. | Neal Norwitz | 2006-01-19 | 1 | -0/+2 |
|
|
* | SF Bug #1407069, Remove extra semi-colon if there is no long long | Neal Norwitz | 2006-01-17 | 1 | -1/+1 |
|
|
* | Add const to several API functions that take char *. | Jeremy Hylton | 2005-12-10 | 1 | -4/+4 |
|
|
* | bug [ 1274069 ] bz2module.c compiler warning | Georg Brandl | 2005-09-03 | 1 | -5/+12 |
|
|
* | Fix BZ2File.(x)readlines() for files without a newline. | Georg Brandl | 2005-08-21 | 1 | -8/+31 |
|
|
* | Bug #1194181: bz2.BZ2File didn't handle mode 'U' correctly. | Georg Brandl | 2005-06-03 | 1 | -0/+4 |
|
|
* | Add error checks for the bz2, cStringIO and operator modules. | Walter Dörwald | 2004-11-01 | 1 | -4/+4 |
|
|
* | - Fixed #853061: allow BZ2Compressor.compress() to receive an empty string | Gustavo Niemeyer | 2004-02-14 | 1 | -0/+3 |
|
|
* | Remove support for --without-universal-newlines (see PEP 11). | Skip Montanaro | 2004-02-07 | 1 | -22/+0 |
|
|
* | Use appropriate macros not the deprecated DL_IMPORT/DL_EXPORT macros | Neal Norwitz | 2003-07-01 | 1 | -1/+1 |
|
|
* | Patch #708495: Port more stuff to OpenVMS. | Martin v. Löwis | 2003-05-03 | 1 | -0/+2 |
|
|
* | Applying patch #728656, by logistix, fixing opening of nonexistent | Gustavo Niemeyer | 2003-04-29 | 1 | -1/+1 |
|
|
* | Applying patch by Neal Norwitz: | Gustavo Niemeyer | 2003-04-27 | 1 | -0/+25 |
|
|
* | Rename LONG_LONG to PY_LONG_LONG. Fixes #710285. | Martin v. Löwis | 2003-03-29 | 1 | -4/+4 |
|
|
* | Unparenting BZ2File, as discussed in SF patch #661796. | Gustavo Niemeyer | 2003-02-11 | 1 | -102/+158 |
|
|
* | Patch #661760: Cygwin auto-import module patch | Jason Tishler | 2003-01-06 | 1 | -29/+14 |
|
|
* | Patch #649060: Cygwin bz2module patch | Jason Tishler | 2002-12-05 | 1 | -14/+29 |
|
|
* | Include Python.h first. | Martin v. Löwis | 2002-11-23 | 1 | -1/+1 |
|
|
* | bz2_compress/bz2_decompress: more casting away LONG_LONG for | Tim Peters | 2002-11-09 | 1 | -2/+2 |
|
|
* | BZ2Decomp_decompress(): Fixed more long vs LONG_LONG confusions. | Tim Peters | 2002-11-09 | 1 | -2/+2 |
|
|
* | BZ2Comp_flush(): Fixed more int vs LONG_LONG confusions. | Tim Peters | 2002-11-09 | 1 | -2/+2 |
|
|
* | BZ2Comp_compress(): Explicitly cast the LONG_LONG size argument to | Tim Peters | 2002-11-09 | 1 | -1/+1 |
|
|
* | BZ2Comp_compress(): changed decl of totalout to LONG_LONG, since it's | Tim Peters | 2002-11-09 | 1 | -1/+1 |
|
|
* | Repaired signed-vs-unsigned mismatch. | Tim Peters | 2002-11-09 | 1 | -1/+1 |
|
|
* | This couldn't compile on WIndows, due to hardcoded "long long". Repaired. | Tim Peters | 2002-11-09 | 1 | -23/+23 |
|
|
* | * Modules/bz2module.c | Gustavo Niemeyer | 2002-11-08 | 1 | -12/+21 |
|
|
* | * bzmodule.c | Gustavo Niemeyer | 2002-11-05 | 1 | -3/+3 |
|
|