summaryrefslogtreecommitdiffstats
path: root/Modules/bz2module.c
Commit message (Expand)AuthorAgeFilesLines
* - Fixed #853061: allow BZ2Compressor.compress() to receive an empty stringGustavo Niemeyer2004-02-141-0/+3
* Remove support for --without-universal-newlines (see PEP 11).Skip Montanaro2004-02-071-22/+0
* Use appropriate macros not the deprecated DL_IMPORT/DL_EXPORT macrosNeal Norwitz2003-07-011-1/+1
* Patch #708495: Port more stuff to OpenVMS.Martin v. Löwis2003-05-031-0/+2
* Applying patch #728656, by logistix, fixing opening of nonexistentGustavo Niemeyer2003-04-291-1/+1
* Applying patch by Neal Norwitz:Gustavo Niemeyer2003-04-271-0/+25
* Rename LONG_LONG to PY_LONG_LONG. Fixes #710285.Martin v. Löwis2003-03-291-4/+4
* Unparenting BZ2File, as discussed in SF patch #661796.Gustavo Niemeyer2003-02-111-102/+158
* Patch #661760: Cygwin auto-import module patchJason Tishler2003-01-061-29/+14
* Patch #649060: Cygwin bz2module patchJason Tishler2002-12-051-14/+29
* Include Python.h first.Martin v. Löwis2002-11-231-1/+1
* bz2_compress/bz2_decompress: more casting away LONG_LONG forTim Peters2002-11-091-2/+2
* BZ2Decomp_decompress(): Fixed more long vs LONG_LONG confusions.Tim Peters2002-11-091-2/+2
* BZ2Comp_flush(): Fixed more int vs LONG_LONG confusions.Tim Peters2002-11-091-2/+2
* BZ2Comp_compress(): Explicitly cast the LONG_LONG size argument toTim Peters2002-11-091-1/+1
* BZ2Comp_compress(): changed decl of totalout to LONG_LONG, since it'sTim Peters2002-11-091-1/+1
* Repaired signed-vs-unsigned mismatch.Tim Peters2002-11-091-1/+1
* This couldn't compile on WIndows, due to hardcoded "long long". Repaired.Tim Peters2002-11-091-23/+23
* * Modules/bz2module.cGustavo Niemeyer2002-11-081-12/+21
* * bzmodule.cGustavo Niemeyer2002-11-051-3/+3
* Fix SF #633935, test_bz2 failsNeal Norwitz2002-11-051-1/+1
* Patch implementing bz2 module.Gustavo Niemeyer2002-11-051-0/+2099