Tim Peters
|
e32280987c
|
This couldn't compile on WIndows, due to hardcoded "long long". Repaired.
|
2002-11-09 04:21:44 +00:00 |
Gustavo Niemeyer
|
49ea7be7e9
|
* Modules/bz2module.c
(BZ2File_dealloc): Call Util_DropReadAhead().
(*): Included aesthetic changes by Neal Norwitz.
|
2002-11-08 14:31:49 +00:00 |
Gustavo Niemeyer
|
7d7930bb3f
|
* bzmodule.c
More fixes of XDECREF'd values not initialized.
|
2002-11-05 18:41:53 +00:00 |
Neal Norwitz
|
18142c0ca7
|
Fix SF #633935, test_bz2 fails
Needed to init ret since it was Py_XDECREF()d on error.
All regressions pass in debug build for me.
|
2002-11-05 18:17:32 +00:00 |
Gustavo Niemeyer
|
f8ca8364c9
|
Patch implementing bz2 module.
* setup.py
(PyBuildExt.detect_modules): Included bz2 module detection.
* Modules/bz2module.c
* Lib/test/test_bz2.py
* Doc/lib/libbz2.tex
Included files implementing, testing, and documenting bz2 module.
* Doc/Makefile.deps
* Doc/lib/lib.tex
Include references to libbz2.tex.
* Misc/NEWS
(Library): Mention distutils' c++ linkage patch, and new bz2 module.
|
2002-11-05 16:50:05 +00:00 |