aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/gzip.py
Commit message (Expand)AuthorAge
* Merged revisions 85291 via svnmerge fromAntoine Pitrou2010-10-06
* Merged revisions 80764 via svnmerge fromMark Dickinson2010-05-04
* Merged revisions 76836 via svnmerge fromAntoine Pitrou2009-12-14
* #4351: more appropriate DeprecationWarning stacklevelsPhilip Jenvey2009-05-08
* Merged revisions 68484-68485 via svnmerge fromAntoine Pitrou2009-01-10
* Merged revisions 68319 via svnmerge fromAntoine Pitrou2009-01-04
* Buglet: restore functioning of gzip as an executable when (de)compressing fro...Antoine Pitrou2009-01-04
* Merged revisions 63412,63445-63447,63449-63450,63452,63454,63459,63463,63465,...Georg Brandl2008-05-25
* Merged revisions 61820-61823 via svnmerge fromChristian Heimes2008-03-24
* Merged revisions 61724-61725,61731-61735,61737,61739,61741,61743-61744,61753,...Christian Heimes2008-03-23
* Merged revisions 61644,61646-61647,61649-61652,61656-61658,61663,61665,61667 ...Christian Heimes2008-03-20
* Removed PyInt_GetMax and sys.maxintChristian Heimes2007-12-04
* #1535: rename __builtin__ module to builtins.Georg Brandl2007-12-02
* Raise statement normalization in Lib/.Collin Winter2007-08-30
* Retouch my last change after a comment on style from Guido.Lars Gustäbel2007-08-13
* RFC 1952 requires the FNAME field to be Latin-1. Do not includeLars Gustäbel2007-08-10
* Fix gzip.py: Use bytes where 8bit strings have been used formerly.Walter Dörwald2007-06-06
* PEP 3114: rename .next() to .__next__() and add next() builtin.Georg Brandl2007-04-21
* Merged revisions 53623-53858 via svnmerge fromThomas Wouters2007-02-23
* Fix most trivially-findable print statements.Guido van Rossum2007-02-09
* Rip out 'long' and 'L'-suffixed integer literals.Guido van Rossum2007-01-15
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-13
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-11
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-27
* [Bug #1074261, patch #1074381] Restrict the size of chunks read from the file...Andrew M. Kuchling2005-06-09
* Whitespace normalization.Tim Peters2005-03-28
* Patch #1110248: SYNC_FLUSH the zlib buffer for GZipFile.flush.Martin v. Löwis2005-03-03
* Ack, removed useless import of os I just introduced.Tim Peters2004-07-27
* Added a new fileno() method. ZODB's repozo.py wants this so it canTim Peters2004-07-27
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-12
* Fix error in exception message.Brett Cannon2003-12-04
* [Patch #654421 from Matthew Mueller]Andrew M. Kuchling2003-02-05
* Another round on SF patch 618135: gzip.py and files > 2GTim Peters2002-11-05
* Related to SF patch 618135: gzip.py and files > 2G.Tim Peters2002-11-04
* Remove mention of deprecated xreadlines method.Guido van Rossum2002-08-06
* Patch 560023 adding docstrings. 2.2 Candidate (after verifying modules were ...Raymond Hettinger2002-05-29
* force gzip module to open files using 'b'inary mode.Skip Montanaro2002-05-23
* Whitespace normalization.Tim Peters2002-04-16
* Partial introduction of bools where appropriate.Guido van Rossum2002-04-07
* Make GzipFile an iterator. Closes bug #532621.Neil Schemenauer2002-03-20
* Patch #443899: Check modes on files before performing operations.Martin v. Löwis2002-03-11
* "f" should be "self"; reported by Neal Norwitz.Fred Drake2001-10-13
* Remove redefinition of writelines() methodAndrew M. Kuchling2001-08-13
* Whitespace normalization.Tim Peters2001-08-09
* Patch #448474: Add support for tell() and seek() to gzip.GzipFile.Martin v. Löwis2001-08-09
* Bug #409419: delete seek() and tell() methods, so callers can use getattr()Andrew M. Kuchling2001-03-20
* The code to write timestamps couldn't handle negative times (and timeJack Jansen2001-02-21
* String method conversion.Eric S. Raymond2001-02-09
* added a few more __all__ listsSkip Montanaro2001-01-23
* Whitespace normalization.Tim Peters2001-01-14