| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 80762 via svnmerge from | Mark Dickinson | 2010-05-04 | 1 | -1/+1 |
|
|
* | Merged revisions 77472-77473 via svnmerge from | Antoine Pitrou | 2010-01-13 | 1 | -0/+9 |
|
|
* | Merged revisions 77288 via svnmerge from | Antoine Pitrou | 2010-01-03 | 1 | -57/+42 |
|
|
* | Issue #4757: `zlib.compress` and other methods in the zlib module now | Antoine Pitrou | 2009-12-14 | 1 | -2/+2 |
|
|
* | Merged revisions 75935 via svnmerge from | Lars Gustäbel | 2009-10-29 | 1 | -2/+3 |
|
|
* | #4351: more appropriate DeprecationWarning stacklevels | Philip Jenvey | 2009-05-08 | 1 | -1/+1 |
|
|
* | Merged revisions 68484-68485 via svnmerge from | Antoine Pitrou | 2009-01-10 | 1 | -0/+8 |
|
|
* | Merged revisions 68319 via svnmerge from | Antoine Pitrou | 2009-01-04 | 1 | -4/+17 |
|
|
* | Buglet: restore functioning of gzip as an executable when (de)compressing fro... | Antoine Pitrou | 2009-01-04 | 1 | -4/+4 |
|
|
* | Merged revisions 63412,63445-63447,63449-63450,63452,63454,63459,63463,63465,... | Georg Brandl | 2008-05-25 | 1 | -0/+2 |
|
|
* | Merged revisions 61820-61823 via svnmerge from | Christian Heimes | 2008-03-24 | 1 | -3/+2 |
|
|
* | Merged revisions 61724-61725,61731-61735,61737,61739,61741,61743-61744,61753,... | Christian Heimes | 2008-03-23 | 1 | -22/+13 |
|
|
* | Merged revisions 61644,61646-61647,61649-61652,61656-61658,61663,61665,61667 ... | Christian Heimes | 2008-03-20 | 1 | -1/+2 |
|
|
* | Removed PyInt_GetMax and sys.maxint | Christian Heimes | 2007-12-04 | 1 | -2/+2 |
|
|
* | #1535: rename __builtin__ module to builtins. | Georg Brandl | 2007-12-02 | 1 | -4/+4 |
|
|
* | Raise statement normalization in Lib/. | Collin Winter | 2007-08-30 | 1 | -9/+9 |
|
|
* | 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 |
|
|