| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 62724 via svnmerge from | Martin v. Löwis | 2008-05-05 | 1 | -7/+22 |
|
|
* | - Revert a change that should have been blocked: py3k has no -3 flag! | Amaury Forgeot d'Arc | 2008-03-20 | 1 | -19/+8 |
|
|
* | Merged revisions 61538-61540,61556,61559-61560,61563,61565,61571,61575-61576,... | Christian Heimes | 2008-03-19 | 1 | -28/+40 |
|
|
* | Merged revisions 60094-60123 via svnmerge from | Christian Heimes | 2008-01-20 | 1 | -5/+14 |
|
|
* | Merged revisions 59952-59984 via svnmerge from | Guido van Rossum | 2008-01-15 | 1 | -2/+2 |
|
|
* | Merged revisions 59822-59841 via svnmerge from | Christian Heimes | 2008-01-07 | 1 | -1/+57 |
|
|
* | Removed PyInt_GetMax and sys.maxint | Christian Heimes | 2007-12-04 | 1 | -1/+1 |
|
|
* | Merging the py3k-pep3137 branch back into the py3k branch. | Guido van Rossum | 2007-11-06 | 1 | -1/+1 |
|
|
* | Patch# 1258 by Christian Heimes: kill basestring. | Guido van Rossum | 2007-10-16 | 1 | -1/+1 |
|
|
* | Raise statement normalization in Lib/. | Collin Winter | 2007-08-30 | 1 | -27/+27 |
|
|
* | Change string literal to bytes. | Jeremy Hylton | 2007-08-29 | 1 | -1/+1 |
|
|
* | Changes preparing for stricter enforcement of bytes vs. str. | Guido van Rossum | 2007-08-27 | 1 | -10/+14 |
|
|
* | Fix test_zipfile.py. (Why was it passing before?) | Guido van Rossum | 2007-07-18 | 1 | -3/+3 |
|
|
* | Merged revisions 56301-56442 via svnmerge from | Guido van Rossum | 2007-07-18 | 1 | -3/+21 |
|
|
* | Merged revisions 56125-56153 via svnmerge from | Guido van Rossum | 2007-07-03 | 1 | -1/+1 |
|
|
* | There's no need to default file to sys.stdout -- print(file=None) already | Guido van Rossum | 2007-05-22 | 1 | -2/+0 |
|
|
* | Make test_zipfile pass. | Guido van Rossum | 2007-05-22 | 1 | -53/+59 |
|
|
* | Change some uses of cStringIO.StringIO to io.StringIO. | Guido van Rossum | 2007-05-18 | 1 | -2/+2 |
|
|
* | Merged revisions 53952-54987 via svnmerge from | Guido van Rossum | 2007-04-27 | 1 | -39/+235 |
|
|
* | Support marshal.dump(x, f) where f is not a real file. | Guido van Rossum | 2007-04-13 | 1 | -1/+7 |
|
|
* | Merged revisions 53623-53858 via svnmerge from | Thomas Wouters | 2007-02-23 | 1 | -2/+92 |
|
|
* | Fix most trivially-findable print statements. | Guido van Rossum | 2007-02-09 | 1 | -21/+21 |
|
|
* | Rip out 'long' and 'L'-suffixed integer literals. | Guido van Rossum | 2007-01-15 | 1 | -4/+4 |
|
|
* | SF patch 1631942 by Collin Winter: | Guido van Rossum | 2007-01-10 | 1 | -1/+1 |
|
|
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 | 1 | -53/+332 |
|
|
* | Bug #1413790: zipfile now sanitizes absolute archive names that are | Georg Brandl | 2006-02-20 | 1 | -3/+5 |
|
|
* | Patch #1412872: zipfile: use correct system type on unixy systems. | Martin v. Löwis | 2006-02-05 | 1 | -2/+6 |
|
|
* | Remove dependency on order of mode flags | Raymond Hettinger | 2005-02-16 | 1 | -1/+1 |
|
|
* | Don't choke on modes like rb or wb. | Raymond Hettinger | 2004-11-06 | 1 | -1/+1 |
|
|
* | Make struct formats for specifying file size to be unsigned instead of signed | Brett Cannon | 2004-07-10 | 1 | -4/+4 |
|
|
* | [Bug #835415] AIX can return modes that are >65536, which causes an OverflowE... | Andrew M. Kuchling | 2004-07-10 | 1 | -1/+1 |
|
|
* | SF patch #756996: Bare except in ZipFile.testzip() | Raymond Hettinger | 2003-06-27 | 1 | -1/+1 |
|
|
* | Remove debug print on filename with NUL byte. | Greg Ward | 2003-06-18 | 1 | -1/+0 |
|
|
* | SF patch #755987 (Jim Ahlstrom): | Greg Ward | 2003-06-18 | 1 | -16/+15 |
|
|
* | Patch #661719: Expose compilation errors as exceptions on request. | Martin v. Löwis | 2003-01-15 | 1 | -1/+4 |
|
|
* | Patch #651621, approved by MvL. | Just van Rossum | 2002-12-12 | 1 | -2/+9 |
|
|
* | Patch #611760: read archives with comments. | Martin v. Löwis | 2002-10-13 | 1 | -23/+48 |
|
|
* | Avoid warnings about <<. external_attr is now an unsigned long. | Guido van Rossum | 2002-08-12 | 1 | -2/+2 |
|
|
* | Remove uses of the string and types modules: | Walter Dörwald | 2002-06-03 | 1 | -8/+1 |
|
|
* | Replaced obsolete stat module constants with equivalent attributes | Raymond Hettinger | 2002-06-01 | 1 | -3/+3 |
|
|
* | SF 563203. Replaced 'has_key()' with 'in'. | Raymond Hettinger | 2002-06-01 | 1 | -1/+1 |
|
|
* | Partial introduction of bools where appropriate. | Guido van Rossum | 2002-04-07 | 1 | -1/+2 |
|
|
* | SF bug #488514: -Qnew needs work | Tim Peters | 2001-12-06 | 1 | -2/+2 |
|
|
* | SF bug 486480: zipfile __del__ is broken | Tim Peters | 2001-11-28 | 1 | -3/+3 |
|
|
* | Make these modules work when Python is compiled without Unicode support. | Guido van Rossum | 2001-09-21 | 1 | -1/+4 |
|
|
* | Whitespace normalization. | Tim Peters | 2001-09-18 | 1 | -1/+1 |
|
|
* | [ #458701 ] Patch to zipfile.py for Java | Finn Bock | 2001-09-05 | 1 | -5/+9 |
|
|
* | Make sure path names inserted into ZIP files are normalized to use "/" as | Fred Drake | 2001-07-19 | 1 | -1/+12 |
|
|
* | Fix one bare except: clause. | Fred Drake | 2001-05-11 | 1 | -1/+1 |
|
|
* | Mark Favas points out that there's an 'self.fp.flush()' call in the | Guido van Rossum | 2001-04-14 | 1 | -1/+1 |
|
|