| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #25523: Merge a-to-an corrections from 3.4. | Serhiy Storchaka | 2015-11-02 | 1 | -1/+1 |
|\ |
|
| * | Issue #25523: Further a-to-an corrections. | Serhiy Storchaka | 2015-11-02 | 1 | -1/+1 |
|
|
* | | Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5 | Martin Panter | 2015-11-02 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Issue #25523: Correct "a" article to "an" article | Martin Panter | 2015-11-02 | 1 | -1/+1 |
|
|
* | | #21146: give a more efficient recipe in gzip docs | Andrew Kuchling | 2015-04-14 | 1 | -1/+2 |
|
|
* | | Issue #23529: Limit the size of decompressed data when reading from | Antoine Pitrou | 2015-04-10 | 1 | -10/+20 |
|
|
* | | Issue #23688: Added support of arbitrary bytes-like objects and avoided | Serhiy Storchaka | 2015-03-23 | 1 | -0/+4 |
|/ |
|
* | Closes #18430: Document that peek() may change the position of the underlying | Nadeem Vawda | 2013-12-08 | 1 | -0/+5 |
|\ |
|
| * | #18430: Document that peek() may change the position of the underlying file for | Nadeem Vawda | 2013-12-08 | 1 | -0/+5 |
|
|
* | | Issue #19222: Add support for the 'x' mode to the gzip module. | Nadeem Vawda | 2013-10-18 | 1 | -4/+11 |
|/ |
|
* | Closes #15432: GzipFile mtime argument is new in 3.1. | Georg Brandl | 2013-10-06 | 1 | -5/+3 |
|
|
* | Fix typo. | Georg Brandl | 2013-10-06 | 1 | -1/+1 |
|
|
* | Issue #18743: Fix references to non-existant "StringIO" module. | Serhiy Storchaka | 2013-08-16 | 1 | -1/+1 |
|
|
* | Issue #15677: Document that zlib and gzip accept a compression level of 0 to ... | Nadeem Vawda | 2012-11-11 | 1 | -4/+5 |
|\ |
|
| * | Issue #15677: Document that zlib and gzip accept a compression level of 0 to ... | Nadeem Vawda | 2012-11-11 | 1 | -3/+4 |
|
|
* | | Add fileobj support to gzip.open(). | Nadeem Vawda | 2012-06-04 | 1 | -9/+11 |
|
|
* | | Closes #13989: Add support for text modes to gzip.open(). | Nadeem Vawda | 2012-05-06 | 1 | -12/+34 |
|
|
* | | Merge: #13989: Document that GzipFile does not support text mode. | Nadeem Vawda | 2012-02-11 | 1 | -3/+5 |
|\ \
| |/ |
|
| * | Issue #13989: Document that GzipFile does not support text mode. | Nadeem Vawda | 2012-02-11 | 1 | -3/+5 |
|
|
* | | Merge edits from 3.2 (#13716, #1040439, #2945, #13770, #6715) | Éric Araujo | 2012-02-05 | 1 | -3/+0 |
|\ \
| |/ |
|
| * | Improve interlinking of archiving/compression modules docs. | Éric Araujo | 2012-01-16 | 1 | -3/+0 |
|
|
* | | Issue #6715: Add module for compression using the LZMA algorithm. | Nadeem Vawda | 2011-11-29 | 1 | -1/+1 |
|
|
* | | Merge from 3.2 . Replace the term members with correct and appropriate termi... | Senthil Kumaran | 2011-07-04 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | issue10403 - Let's not use members anymore. Use 'attribute' where it denotes ... | Senthil Kumaran | 2011-07-04 | 1 | -1/+1 |
|
|
* | | Clarify that GzipFile.read1() is now implemented | Antoine Pitrou | 2011-04-04 | 1 | -0/+3 |
|\ \
| |/ |
|
| * | Clarify that GzipFile.read1() isn't implemented. | Antoine Pitrou | 2011-04-04 | 1 | -1/+1 |
|/ |
|
* | More source links | Raymond Hettinger | 2011-01-27 | 1 | -0/+4 |
|
|
* | GzipFile.peek improvements, suggested by Nir Aides. | Antoine Pitrou | 2010-10-04 | 1 | -3/+11 |
|
|
* | Issue #9962: GzipFile now has the peek() method. | Antoine Pitrou | 2010-09-29 | 1 | -6/+10 |
|
|
* | Small fixes in the gzip docs | Antoine Pitrou | 2010-09-23 | 1 | -3/+4 |
|
|
* | Issue #1675951: Allow GzipFile to work with unseekable file objects. | Antoine Pitrou | 2010-09-23 | 1 | -0/+3 |
|
|
* | Add cross-references to the glossary entry for file objects. | Antoine Pitrou | 2010-09-15 | 1 | -5/+4 |
|
|
* | Fix example | Éric Araujo | 2010-08-17 | 1 | -1/+1 |
|
|
* | Add versionadded tags | Antoine Pitrou | 2010-08-17 | 1 | -0/+4 |
|
|
* | Modernize gzip examples | Antoine Pitrou | 2010-08-17 | 1 | -12/+8 |
|
|
* | Issue #3488: Provide convenient shorthand functions `gzip.compress` | Antoine Pitrou | 2010-08-17 | 1 | -0/+16 |
|
|
* | Merged revisions 78966,78970,79018,79026-79027,79055,79156,79159,79163-79164,... | Benjamin Peterson | 2010-03-21 | 1 | -1/+1 |
|
|
* | Merged revisions 77472-77473 via svnmerge from | Antoine Pitrou | 2010-01-13 | 1 | -0/+3 |
|
|
* | More conversion to new-style optional args. | Georg Brandl | 2009-05-17 | 1 | -2/+2 |
|
|
* | fix versionchanged | Benjamin Peterson | 2009-03-09 | 1 | -1/+1 |
|
|
* | Merged revisions 69998-69999,70002,70022-70023,70025-70026,70061,70086,70145,... | Benjamin Peterson | 2009-03-09 | 1 | -1/+6 |
|
|
* | Merged revisions 68319 via svnmerge from | Antoine Pitrou | 2009-01-04 | 1 | -1/+10 |
|
|
* | Merged revisions 68162,68166,68171,68176,68195-68196,68210,68232 via svnmerge... | Georg Brandl | 2009-01-03 | 1 | -1/+1 |
|
|
* | Merged revisions 61981,61984-61987,61992-61993,61997-62000 via svnmerge from | Christian Heimes | 2008-03-28 | 1 | -8/+41 |
|
|
* | Merged revisions 58817-58861 via svnmerge from | Guido van Rossum | 2007-11-05 | 1 | -0/+3 |
|
|
* | Move the 3k reST doc tree in place. | Georg Brandl | 2007-08-15 | 1 | -0/+68 |
|
|