| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix GzipFile's handling of filenames given as bytes objects. | Nadeem Vawda | 2012-06-19 | 1 | -0/+14 |
|\ |
|
| * | Fix GzipFile's handling of filenames given as bytes objects. | Nadeem Vawda | 2012-06-19 | 1 | -0/+14 |
|
|
* | | Add fileobj support to gzip.open(). | Nadeem Vawda | 2012-06-04 | 1 | -0/+13 |
|
|
* | | Really fix test_gzip failures on Windows. | Nadeem Vawda | 2012-05-06 | 1 | -5/+7 |
|
|
* | | Fix test_gzip failures on Windows. | Nadeem Vawda | 2012-05-06 | 1 | -3/+3 |
|
|
* | | Separate tests for gzip.GzipFile and gzip.open. | Nadeem Vawda | 2012-05-06 | 1 | -15/+14 |
|
|
* | | Closes #13989: Add support for text modes to gzip.open(). | Nadeem Vawda | 2012-05-06 | 1 | -0/+88 |
|
|
* | | Merge: #13781: Fix GzipFile to work with os.fdopen()'d file objects. | Nadeem Vawda | 2012-01-18 | 1 | -0/+8 |
|\ \
| |/ |
|
| * | Issue #13781: Fix GzipFile to work with os.fdopen()'d file objects. | Nadeem Vawda | 2012-01-18 | 1 | -0/+8 |
|
|
* | | #13012: use splitlines(keepends=True/False) instead of splitlines(0/1). | Ezio Melotti | 2011-09-28 | 1 | -2/+2 |
|
|
* | | Issue #10791: Implement missing method GzipFile.read1(), allowing GzipFile | Antoine Pitrou | 2011-04-04 | 1 | -0/+23 |
|/ |
|
* | #9424: Replace deprecated assert* methods in the Python test suite. | Ezio Melotti | 2010-11-20 | 1 | -2/+2 |
|
|
* | #10465: fix broken delegation in __getattr__ of _PaddedFile. | Georg Brandl | 2010-11-20 | 1 | -0/+6 |
|
|
* | Implement #7944. Use `with` throughout the test suite. | Brian Curtin | 2010-10-13 | 1 | -117/+104 |
|
|
* | Issue #9759: GzipFile now raises ValueError when an operation is attempted | Antoine Pitrou | 2010-10-06 | 1 | -0/+22 |
|
|
* | Issue #9962: GzipFile now has the peek() method. | Antoine Pitrou | 2010-09-29 | 1 | -0/+22 |
|
|
* | Issue #1675951: Allow GzipFile to work with unseekable file objects. | Antoine Pitrou | 2010-09-23 | 1 | -0/+21 |
|
|
* | Issue #3488: Provide convenient shorthand functions `gzip.compress` | Antoine Pitrou | 2010-08-17 | 1 | -0/+20 |
|
|
* | convert shebang lines: python -> python3 | Benjamin Peterson | 2010-03-11 | 1 | -1/+1 |
|
|
* | Merged revisions 77472-77473 via svnmerge from | Antoine Pitrou | 2010-01-13 | 1 | -0/+12 |
|
|
* | Merged revisions 77288 via svnmerge from | Antoine Pitrou | 2010-01-03 | 1 | -0/+11 |
|
|
* | Merged revisions 74754 via svnmerge from | Ezio Melotti | 2009-09-12 | 1 | -2/+1 |
|
|
* | convert old fail* assertions to assert* | Benjamin Peterson | 2009-06-30 | 1 | -3/+3 |
|
|
* | Merged revisions 68484-68485 via svnmerge from | Antoine Pitrou | 2009-01-10 | 1 | -1/+21 |
|
|
* | Merged revisions 68319 via svnmerge from | Antoine Pitrou | 2009-01-04 | 1 | -0/+63 |
|
|
* | make FileIO.mode always include 'b' | Benjamin Peterson | 2008-11-22 | 1 | -1/+1 |
|
|
* | fix test_gzip | Benjamin Peterson | 2008-11-21 | 1 | -1/+1 |
|
|
* | Merged revisions 63412,63445-63447,63449-63450,63452,63454,63459,63463,63465,... | Georg Brandl | 2008-05-25 | 1 | -3/+6 |
|
|
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 | 1 | -5/+5 |
|
|
* | Always try to delete the data file before and after the test. | Neal Norwitz | 2008-03-24 | 1 | -5/+2 |
|
|
* | Merged revisions 60990-61002 via svnmerge from | Christian Heimes | 2008-02-23 | 1 | -1/+1 |
|
|
* | Fix gzip.py: Use bytes where 8bit strings have been used formerly. | Walter Dörwald | 2007-06-06 | 1 | -9/+9 |
|
|
* | Merged revisions 53623-53858 via svnmerge from | Thomas Wouters | 2007-02-23 | 1 | -0/+7 |
|
|
* | Merged revisions 53538-53622 via svnmerge from | Thomas Wouters | 2007-02-05 | 1 | -1/+1 |
|
|
* | Four months of trunk changes (including a few releases...) | Thomas Wouters | 2006-12-13 | 1 | -0/+11 |
|
|
* | [Bug #1074261, patch #1074381] Restrict the size of chunks read from the file... | Andrew M. Kuchling | 2005-06-09 | 1 | -0/+23 |
|
|
* | Convert gzip test suite to use unittest | Andrew M. Kuchling | 2005-06-09 | 1 | -74/+110 |
|
|
* | SF bug #999776, zlib home page wrong | Neal Norwitz | 2004-07-29 | 1 | -1/+1 |
|
|
* | Added a new fileno() method. ZODB's repozo.py wants this so it can | Tim Peters | 2004-07-27 | 1 | -1/+9 |
|
|
* | Massive changes from SF 589982 (tempfile.py rewrite, by Zack | Guido van Rossum | 2002-08-09 | 1 | -3/+3 |
|
|
* | Complete the absolute import patch for the test suite. All relative | Barry Warsaw | 2002-07-30 | 1 | -1/+1 |
|
|
* | force gzip module to open files using 'b'inary mode. | Skip Montanaro | 2002-05-23 | 1 | -1/+5 |
|
|
* | Whitespace normalization. | Tim Peters | 2001-08-09 | 1 | -1/+1 |
|
|
* | Patch #448474: Add support for tell() and seek() to gzip.GzipFile. | Martin v. Löwis | 2001-08-09 | 1 | -0/+24 |
|
|
* | Marc-Andre must not have run these tests -- they used verify() but | Guido van Rossum | 2001-01-17 | 1 | -2/+3 |
|
|
* | This patch removes all uses of "assert" in the regression test suite | Marc-André Lemburg | 2001-01-17 | 1 | -3/+3 |
|
|
* | Make reindent.py happy (convert everything to 4-space indents!). | Fred Drake | 2000-10-23 | 1 | -3/+2 |
|
|
* | Exercise .readline() and .readlines(). More data is written to the | Andrew M. Kuchling | 2000-07-29 | 1 | -4/+28 |
|
|
* | Use binary mode for all gzip files we open. | Guido van Rossum | 1999-04-07 | 1 | -4/+4 |
|
|
* | Added a simple test suite for gzip. It simply opens a temp file, | Andrew M. Kuchling | 1999-03-25 | 1 | -0/+30 |
|
|