index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
/
bz2module.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Fix SF #633935, test_bz2 fails
Neal Norwitz
2002-11-05
1
-1/+1
*
Patch implementing bz2 module.
Gustavo Niemeyer
2002-11-05
1
-0/+2099