| Commit message (Expand) | Author | Age |
* | Merged revisions 85291 via svnmerge from | Antoine Pitrou | 2010-10-06 |
* | Merged revisions 80764 via svnmerge from | Mark Dickinson | 2010-05-04 |
* | Merged revisions 76836 via svnmerge from | Antoine Pitrou | 2009-12-14 |
* | #4351: more appropriate DeprecationWarning stacklevels | Philip Jenvey | 2009-05-08 |
* | Merged revisions 68484-68485 via svnmerge from | Antoine Pitrou | 2009-01-10 |
* | Merged revisions 68319 via svnmerge from | Antoine Pitrou | 2009-01-04 |
* | Buglet: restore functioning of gzip as an executable when (de)compressing fro... | Antoine Pitrou | 2009-01-04 |
* | Merged revisions 63412,63445-63447,63449-63450,63452,63454,63459,63463,63465,... | Georg Brandl | 2008-05-25 |
* | Merged revisions 61820-61823 via svnmerge from | Christian Heimes | 2008-03-24 |
* | Merged revisions 61724-61725,61731-61735,61737,61739,61741,61743-61744,61753,... | Christian Heimes | 2008-03-23 |
* | Merged revisions 61644,61646-61647,61649-61652,61656-61658,61663,61665,61667 ... | Christian Heimes | 2008-03-20 |
* | Removed PyInt_GetMax and sys.maxint | Christian Heimes | 2007-12-04 |
* | #1535: rename __builtin__ module to builtins. | Georg Brandl | 2007-12-02 |
* | Raise statement normalization in Lib/. | Collin Winter | 2007-08-30 |
* | Retouch my last change after a comment on style from Guido. | Lars Gustäbel | 2007-08-13 |
* | RFC 1952 requires the FNAME field to be Latin-1. Do not include | Lars Gustäbel | 2007-08-10 |
* | Fix gzip.py: Use bytes where 8bit strings have been used formerly. | Walter Dörwald | 2007-06-06 |
* | PEP 3114: rename .next() to .__next__() and add next() builtin. | Georg Brandl | 2007-04-21 |
* | Merged revisions 53623-53858 via svnmerge from | Thomas Wouters | 2007-02-23 |
* | Fix most trivially-findable print statements. | Guido van Rossum | 2007-02-09 |
* | Rip out 'long' and 'L'-suffixed integer literals. | Guido van Rossum | 2007-01-15 |
* | Four months of trunk changes (including a few releases...) | Thomas Wouters | 2006-12-13 |
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 |
* | Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. | Thomas Wouters | 2006-05-27 |
* | [Bug #1074261, patch #1074381] Restrict the size of chunks read from the file... | Andrew M. Kuchling | 2005-06-09 |
* | Whitespace normalization. | Tim Peters | 2005-03-28 |
* | Patch #1110248: SYNC_FLUSH the zlib buffer for GZipFile.flush. | Martin v. Löwis | 2005-03-03 |
* | Ack, removed useless import of os I just introduced. | Tim Peters | 2004-07-27 |
* | Added a new fileno() method. ZODB's repozo.py wants this so it can | Tim Peters | 2004-07-27 |
* | Replace backticks with repr() or "%r" | Walter Dörwald | 2004-02-12 |
* | Fix error in exception message. | Brett Cannon | 2003-12-04 |
* | [Patch #654421 from Matthew Mueller] | Andrew M. Kuchling | 2003-02-05 |
* | Another round on SF patch 618135: gzip.py and files > 2G | Tim Peters | 2002-11-05 |
* | Related to SF patch 618135: gzip.py and files > 2G. | Tim Peters | 2002-11-04 |
* | Remove mention of deprecated xreadlines method. | Guido van Rossum | 2002-08-06 |
* | Patch 560023 adding docstrings. 2.2 Candidate (after verifying modules were ... | Raymond Hettinger | 2002-05-29 |
* | force gzip module to open files using 'b'inary mode. | Skip Montanaro | 2002-05-23 |
* | Whitespace normalization. | Tim Peters | 2002-04-16 |
* | Partial introduction of bools where appropriate. | Guido van Rossum | 2002-04-07 |
* | Make GzipFile an iterator. Closes bug #532621. | Neil Schemenauer | 2002-03-20 |
* | Patch #443899: Check modes on files before performing operations. | Martin v. Löwis | 2002-03-11 |
* | "f" should be "self"; reported by Neal Norwitz. | Fred Drake | 2001-10-13 |
* | Remove redefinition of writelines() method | Andrew M. Kuchling | 2001-08-13 |
* | Whitespace normalization. | Tim Peters | 2001-08-09 |
* | Patch #448474: Add support for tell() and seek() to gzip.GzipFile. | Martin v. Löwis | 2001-08-09 |
* | Bug #409419: delete seek() and tell() methods, so callers can use getattr() | Andrew M. Kuchling | 2001-03-20 |
* | The code to write timestamps couldn't handle negative times (and time | Jack Jansen | 2001-02-21 |
* | String method conversion. | Eric S. Raymond | 2001-02-09 |
* | added a few more __all__ lists | Skip Montanaro | 2001-01-23 |
* | Whitespace normalization. | Tim Peters | 2001-01-14 |