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
/
Lib
/
gzip.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-94196: Remove gzip.GzipFile.filename attribute (#94197)
Victor Stinner
2022-06-24
1
-8/+0
*
gh-90839: Forward gzip.compress() compresslevel to zlib (gh-31215)
Ilya Leoshkevich
2022-04-12
1
-1/+2
*
bpo-45507: EOFErrors should be thrown for truncated gzip members (GH-29029)
Ruben Vorderman
2021-11-19
1
-0/+3
*
bpo-45475: Revert `__iter__` optimization for GzipFile, BZ2File, and LZMAFile...
Inada Naoki
2021-10-19
1
-4/+0
*
bpo-43613: Faster implementation of gzip.compress and gzip.decompress (GH-27941)
Ruben Vorderman
2021-09-02
1
-53/+108
*
bpo-44439: BZ2File.write() / LZMAFile.write() handle buffer protocol correctl...
Ma Lin
2021-06-22
1
-1/+1
*
Fix typo in comment (GH-26162)
Ashwin Ramaswami
2021-05-16
1
-1/+1
*
bpo-43787: Add __iter__ to GzipFile, BZ2File, and LZMAFile (GH-25353)
Inada Naoki
2021-04-13
1
-0/+4
*
bpo-43510: Implement PEP 597 opt-in EncodingWarning. (GH-19481)
Inada Naoki
2021-03-29
1
-0/+1
*
bpo-43317: Use io.DEFAULT_BUFFER_SIZE instead of 1024 in gzip CLI (#24645)
Ruben Vorderman
2021-02-26
1
-1/+1
*
bpo-43316: gzip: Fix sys.exit() usage. (GH-24652)
Inada Naoki
2021-02-26
1
-1/+1
*
bpo-43316: gzip: CLI uses non-zero return code on error. (GH-24647)
Ruben Vorderman
2021-02-25
1
-2/+1
*
bpo-39389: gzip: fix compression level metadata (GH-18077)
William Chargin
2020-01-21
1
-3/+9
*
bpo-28286: Deprecate opening GzipFile for writing implicitly. (GH-16417)
Serhiy Storchaka
2019-11-16
1
-0/+8
*
bpo-6584: Add a BadGzipFile exception to the gzip module. (GH-13022)
Zackery Spytz
2019-05-13
1
-6/+11
*
fix typo in gzip.py (GH-12928)
Maximilian Nöthe
2019-04-24
1
-1/+1
*
bpo-34898: Add mtime parameter to gzip.compress(). (GH-9704)
guoci
2018-11-07
1
-2/+2
*
bpo-34969: Add --fast, --best on the gzip CLI (GH-9833)
Stéphane Wirtel
2018-11-03
1
-5/+22
*
bpo-23596: Use argparse for the command line of gzip (GH-9781)
Stéphane Wirtel
2018-10-09
1
-13/+12
*
Replace KB unit with KiB (#4293)
Victor Stinner
2017-11-08
1
-1/+1
*
Issue #28227: gzip now supports pathlib
Berker Peksag
2016-10-02
1
-1/+3
*
Use sequence repetition instead of bytes constructor with integer argument.
Serhiy Storchaka
2016-09-11
1
-2/+2
*
Fix spelling (inital), grammar (may translates) in documentation, comments
Martin Panter
2016-04-19
1
-1/+1
*
Issue #22341: Drop Python 2 workaround and document CRC initial value
Martin Panter
2015-12-11
1
-4/+4
*
Issue #23529: Limit the size of decompressed data when reading from
Antoine Pitrou
2015-04-10
1
-295/+188
*
Issue #23865: close() methods in multiple modules now are idempotent and more
Serhiy Storchaka
2015-04-10
1
-12/+14
|
\
|
*
Issue #23865: close() methods in multiple modules now are idempotent and more
Serhiy Storchaka
2015-04-10
1
-12/+14
|
*
Issue #21560: An attempt to write a data of wrong type no longer cause
Serhiy Storchaka
2015-03-23
1
-2/+2
*
|
Issue #23688: Added support of arbitrary bytes-like objects and avoided
Serhiy Storchaka
2015-03-23
1
-8/+11
|
/
*
Issue #20875: Merge from 3.3
Ned Deily
2014-03-09
1
-1/+1
|
\
|
*
Issue #20875: Prevent possible gzip "'read' is not defined" NameError.
Ned Deily
2014-03-09
1
-1/+1
*
|
Issue #19222: Add support for the 'x' mode to the gzip module.
Nadeem Vawda
2013-10-18
1
-7/+7
*
|
Issue #18743: Fix references to non-existant "StringIO" module
Serhiy Storchaka
2013-08-29
1
-1/+1
|
\
\
|
|
/
|
*
Issue #18743: Fix references to non-existant "StringIO" module
Serhiy Storchaka
2013-08-29
1
-1/+1
|
*
Back out patch for #1159051, which caused backwards compatibility problems.
Georg Brandl
2013-05-12
1
-37/+44
*
|
Close #17666: Fix reading gzip files with an extra field.
Serhiy Storchaka
2013-04-08
1
-1/+2
|
\
\
|
|
/
|
*
Close #17666: Fix reading gzip files with an extra field.
Serhiy Storchaka
2013-04-08
1
-1/+2
*
|
Issue #1159051: GzipFile now raises EOFError when reading a corrupted file
Serhiy Storchaka
2013-01-22
1
-44/+37
|
\
\
|
|
/
|
*
Issue #1159051: GzipFile now raises EOFError when reading a corrupted file
Serhiy Storchaka
2013-01-22
1
-44/+37
|
|
\
|
|
*
Issue #1159051: GzipFile now raises EOFError when reading a corrupted file
Serhiy Storchaka
2013-01-22
1
-38/+34
|
|
*
#15546: Fix GzipFile.peek()'s handling of pathological input data.
Serhiy Storchaka
2013-01-22
1
-2/+4
*
|
|
Replace IOError with OSError (#16715)
Andrew Svetlov
2012-12-25
1
-10/+10
|
/
/
*
|
Issue #15677: Document that zlib and gzip accept a compression level of 0 to ...
Nadeem Vawda
2012-11-11
1
-3/+4
|
\
\
|
|
/
|
*
Issue #15677: Document that zlib and gzip accept a compression level of 0 to ...
Nadeem Vawda
2012-11-11
1
-3/+4
*
|
Issue #15800: fix the closing of input / output files when gzip is used as a ...
Antoine Pitrou
2012-08-29
1
-2/+2
|
\
\
|
|
/
|
*
Issue #15800: fix the closing of input / output files when gzip is used as a ...
Antoine Pitrou
2012-08-29
1
-2/+2
*
|
#15546: Also fix GzipFile.peek().
Nadeem Vawda
2012-08-05
1
-2/+4
*
|
#15546: Fix {GzipFile,LZMAFile}.read1()'s handling of pathological input data.
Nadeem Vawda
2012-08-05
1
-1/+4
*
|
Update GzipFile docstring to mention gzip.open()'s new text-mode support.
Nadeem Vawda
2012-06-30
1
-1/+1
*
|
Fix GzipFile's handling of filenames given as bytes objects.
Nadeem Vawda
2012-06-19
1
-4/+4
|
\
\
|
|
/
[next]