Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
8faca61fec8ef004feb534dee3da052f3bed82ce
/
Modules
/
_bz2module.c
4884271
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
by Serhiy Storchaka
· 9 years ago
4a1e70f
Issue #20440: Applied yet one patch for using Py_SETREF.
by Serhiy Storchaka
· 9 years ago
89964c4
Issue #23944: Argument Clinic now wraps long impl prototypes at column 78.
by Larry Hastings
· 10 years ago
1009bf1
Issue #23501: Argumen Clinic now generates code into separate files by default.
by Serhiy Storchaka
· 10 years ago
009b811
Removed unintentional trailing spaces in non-external and non-generated C files.
by Serhiy Storchaka
· 10 years ago
e71258a
Issue #15955: Add an option to limit the output size in bz2.decompress().
by Antoine Pitrou
· 10 years ago
706768c
Issue #22156: Fix some "comparison between signed and unsigned integers"
by Victor Stinner
· 10 years ago
581ee36
Issue #20326: Argument Clinic now uses a simple, unique signature to
by Larry Hastings
· 11 years ago
f256c22
Fix for catestrophic errors in previous checkin (Argument Clinic rollup patch).
by Larry Hastings
· 11 years ago
c204726
Issue #20390: Small fixes and improvements for Argument Clinic.
by Larry Hastings
· 11 years ago
1bc4bb2
Issue #20193: The _bz2 module now uses Argument Clinic.
by Serhiy Storchaka
· 11 years ago
e6514f5
#19395: Raise exception when pickling a (BZ2|LZMA)(Compressor|Decompressor).
by Nadeem Vawda
· 11 years ago
3797065
#19395: Raise exception when pickling a (BZ2|LZMA)(Compressor|Decompressor).
by Nadeem Vawda
· 11 years ago
b7f1f65
Issue #18227: "Free" function of bz2, lzma and zlib modules has no return value (void)
by Victor Stinner
· 11 years ago
5064a52
Issue #18227: Use PyMem_RawAlloc() in bz2, lzma and zlib modules
by Victor Stinner
· 11 years ago
fbf50d4
Issue #9566: Fix compiler warning on Windows 64-bit in _bz2module.c
by Victor Stinner
· 11 years ago
640c35c
Reuse Py_MIN and Py_MAX macros: remove duplicate MIN/MAX macros
by Victor Stinner
· 11 years ago
57cb81d
Issue #16828: Fix error incorrectly raised by bz2.compress('').
by Nadeem Vawda
· 12 years ago
18b7fcc
Merge #14398: Fix size truncation and overflow bugs in bz2 module.
by Nadeem Vawda
· 12 years ago
72d6a13
Merge #13159: Replace FileIO's quadratic-time buffer growth algorithm with a linear-time one.
by Nadeem Vawda
· 13 years ago
ea4b46f
Fix 64-bit safety issue in BZ2Compressor and BZ2Decompressor.
by Nadeem Vawda
· 14 years ago
37dc5f8
Issue #5863: Rewrite BZ2File in pure Python, and allow it to accept
by Antoine Pitrou
· 14 years ago