| Commit message (Expand) | Author | Age | Files | Lines |
* | Retouch my last change after a comment on style from Guido. | Lars Gustäbel | 2007-08-13 | 1 | -10/+7 |
|
|
* | RFC 1952 requires the FNAME field to be Latin-1. Do not include | Lars Gustäbel | 2007-08-10 | 1 | -2/+9 |
|
|
* | Fix gzip.py: Use bytes where 8bit strings have been used formerly. | Walter Dörwald | 2007-06-06 | 1 | -20/+22 |
|
|
* | PEP 3114: rename .next() to .__next__() and add next() builtin. | Georg Brandl | 2007-04-21 | 1 | -1/+1 |
|
|
* | Merged revisions 53623-53858 via svnmerge from | Thomas Wouters | 2007-02-23 | 1 | -5/+13 |
|
|
* | Fix most trivially-findable print statements. | Guido van Rossum | 2007-02-09 | 1 | -1/+1 |
|
|
* | Rip out 'long' and 'L'-suffixed integer literals. | Guido van Rossum | 2007-01-15 | 1 | -3/+3 |
|
|
* | Four months of trunk changes (including a few releases...) | Thomas Wouters | 2006-12-13 | 1 | -1/+6 |
|
|
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 | 1 | -1/+7 |
|
|
* | Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. | Thomas Wouters | 2006-05-27 | 1 | -16/+21 |
|
|
* | [Bug #1074261, patch #1074381] Restrict the size of chunks read from the file... | Andrew M. Kuchling | 2005-06-09 | 1 | -2/+3 |
|
|
* | Whitespace normalization. | Tim Peters | 2005-03-28 | 1 | -2/+2 |
|
|
* | Patch #1110248: SYNC_FLUSH the zlib buffer for GZipFile.flush. | Martin v. Löwis | 2005-03-03 | 1 | -1/+4 |
|
|
* | Ack, removed useless import of os I just introduced. | Tim Peters | 2004-07-27 | 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 |
|
|
* | Replace backticks with repr() or "%r" | Walter Dörwald | 2004-02-12 | 1 | -1/+1 |
|
|
* | Fix error in exception message. | Brett Cannon | 2003-12-04 | 1 | -1/+1 |
|
|
* | [Patch #654421 from Matthew Mueller] | Andrew M. Kuchling | 2003-02-05 | 1 | -2/+2 |
|
|
* | Another round on SF patch 618135: gzip.py and files > 2G | Tim Peters | 2002-11-05 | 1 | -4/+9 |
|
|
* | Related to SF patch 618135: gzip.py and files > 2G. | Tim Peters | 2002-11-04 | 1 | -18/+34 |
|
|
* | Remove mention of deprecated xreadlines method. | Guido van Rossum | 2002-08-06 | 1 | -1/+1 |
|
|
* | Patch 560023 adding docstrings. 2.2 Candidate (after verifying modules were ... | Raymond Hettinger | 2002-05-29 | 1 | -0/+38 |
|
|
* | force gzip module to open files using 'b'inary mode. | Skip Montanaro | 2002-05-23 | 1 | -0/+4 |
|
|
* | Whitespace normalization. | Tim Peters | 2002-04-16 | 1 | -2/+2 |
|
|
* | Partial introduction of bools where appropriate. | Guido van Rossum | 2002-04-07 | 1 | -11/+11 |
|
|
* | Make GzipFile an iterator. Closes bug #532621. | Neil Schemenauer | 2002-03-20 | 1 | -0/+10 |
|
|
* | Patch #443899: Check modes on files before performing operations. | Martin v. Löwis | 2002-03-11 | 1 | -1/+9 |
|
|
* | "f" should be "self"; reported by Neal Norwitz. | Fred Drake | 2001-10-13 | 1 | -1/+1 |
|
|
* | Remove redefinition of writelines() method | Andrew M. Kuchling | 2001-08-13 | 1 | -5/+0 |
|
|
* | Whitespace normalization. | Tim Peters | 2001-08-09 | 1 | -2/+2 |
|
|
* | Patch #448474: Add support for tell() and seek() to gzip.GzipFile. | Martin v. Löwis | 2001-08-09 | 1 | -2/+34 |
|
|
* | Bug #409419: delete seek() and tell() methods, so callers can use getattr() | Andrew M. Kuchling | 2001-03-20 | 1 | -6/+0 |
|
|
* | The code to write timestamps couldn't handle negative times (and time | Jack Jansen | 2001-02-21 | 1 | -0/+2 |
|
|
* | String method conversion. | Eric S. Raymond | 2001-02-09 | 1 | -5/+5 |
|
|
* | added a few more __all__ lists | Skip Montanaro | 2001-01-23 | 1 | -0/+2 |
|
|
* | Whitespace normalization. | Tim Peters | 2001-01-14 | 1 | -25/+25 |
|
|
* | SF patch #100740: Add optional size arguments to .readline() and | Andrew M. Kuchling | 2000-07-29 | 1 | -19/+37 |
|
|
* | if the GzipFile constructor fails, the __del__ method is still | Jeremy Hylton | 2000-05-08 | 1 | -3/+7 |
|
|
* | Actually, the previous batch's comment should have been different; | Guido van Rossum | 2000-02-04 | 1 | -1/+2 |
|
|
* | More trivial comment -> docstring transformations by Ka-Ping Yee, | Guido van Rossum | 2000-02-04 | 1 | -6/+6 |
|
|
* | Make read() and readlines() conform more to the file object interface: | Guido van Rossum | 2000-02-02 | 1 | -3/+3 |
|
|
* | Fixed 'return EOFError' that should be 'raise EOFError', caught by | Andrew M. Kuchling | 1999-09-06 | 1 | -1/+1 |
|
|
* | Added __del__ method to GzipFile class that will flush and close the | Andrew M. Kuchling | 1999-08-10 | 1 | -0/+5 |
|
|
* | Two different changes. | Guido van Rossum | 1999-04-12 | 1 | -2/+5 |
|
|
* | Oops, missed mode parameter to open(). | Fred Drake | 1999-04-05 | 1 | -1/+1 |
|
|
* | Made the default mode 'rb' instead of 'r', for better cross-platform | Fred Drake | 1999-04-05 | 1 | -2/+2 |
|
|
* | Based on a suggestion from bruce@hams.com, make a trivial change to | Andrew M. Kuchling | 1999-03-25 | 1 | -32/+67 |
|
|
* | use struct instead of bit-manipulate in Python | Jeremy Hylton | 1999-03-23 | 1 | -21/+3 |
|
|
* | Patch by Ron Klatchko: fix invariant in _unread(). Also fixed | Guido van Rossum | 1998-08-03 | 1 | -3/+9 |
|
|
* | Fix bug reported by Harri Pasanen: gzip + cPickle doesn't work. The | Jeremy Hylton | 1998-05-13 | 1 | -4/+3 |
|
|