summaryrefslogtreecommitdiffstats
path: root/Lib/zipfile.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 64688 via svnmerge fromMartin v. Löwis2008-07-031-107/+223
* Merged revisions 63412,63445-63447,63449-63450,63452,63454,63459,63463,63465,...Georg Brandl2008-05-251-5/+8
* Merged revisions 62724 via svnmerge fromMartin v. Löwis2008-05-051-7/+22
* - Revert a change that should have been blocked: py3k has no -3 flag!Amaury Forgeot d'Arc2008-03-201-19/+8
* Merged revisions 61538-61540,61556,61559-61560,61563,61565,61571,61575-61576,...Christian Heimes2008-03-191-28/+40
* Merged revisions 60094-60123 via svnmerge fromChristian Heimes2008-01-201-5/+14
* Merged revisions 59952-59984 via svnmerge fromGuido van Rossum2008-01-151-2/+2
* Merged revisions 59822-59841 via svnmerge fromChristian Heimes2008-01-071-1/+57
* Removed PyInt_GetMax and sys.maxintChristian Heimes2007-12-041-1/+1
* Merging the py3k-pep3137 branch back into the py3k branch.Guido van Rossum2007-11-061-1/+1
* Patch# 1258 by Christian Heimes: kill basestring.Guido van Rossum2007-10-161-1/+1
* Raise statement normalization in Lib/.Collin Winter2007-08-301-27/+27
* Change string literal to bytes.Jeremy Hylton2007-08-291-1/+1
* Changes preparing for stricter enforcement of bytes vs. str.Guido van Rossum2007-08-271-10/+14
* Fix test_zipfile.py. (Why was it passing before?)Guido van Rossum2007-07-181-3/+3
* Merged revisions 56301-56442 via svnmerge fromGuido van Rossum2007-07-181-3/+21
* Merged revisions 56125-56153 via svnmerge fromGuido van Rossum2007-07-031-1/+1
* There's no need to default file to sys.stdout -- print(file=None) alreadyGuido van Rossum2007-05-221-2/+0
* Make test_zipfile pass.Guido van Rossum2007-05-221-53/+59
* Change some uses of cStringIO.StringIO to io.StringIO.Guido van Rossum2007-05-181-2/+2
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-39/+235
* Support marshal.dump(x, f) where f is not a real file.Guido van Rossum2007-04-131-1/+7
* Merged revisions 53623-53858 via svnmerge fromThomas Wouters2007-02-231-2/+92
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-21/+21
* Rip out 'long' and 'L'-suffixed integer literals.Guido van Rossum2007-01-151-4/+4
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-1/+1
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-53/+332
* Bug #1413790: zipfile now sanitizes absolute archive names that areGeorg Brandl2006-02-201-3/+5
* Patch #1412872: zipfile: use correct system type on unixy systems.Martin v. Löwis2006-02-051-2/+6
* Remove dependency on order of mode flagsRaymond Hettinger2005-02-161-1/+1
* Don't choke on modes like rb or wb.Raymond Hettinger2004-11-061-1/+1
* Make struct formats for specifying file size to be unsigned instead of signedBrett Cannon2004-07-101-4/+4
* [Bug #835415] AIX can return modes that are >65536, which causes an OverflowE...Andrew M. Kuchling2004-07-101-1/+1
* SF patch #756996: Bare except in ZipFile.testzip()Raymond Hettinger2003-06-271-1/+1
* Remove debug print on filename with NUL byte.Greg Ward2003-06-181-1/+0
* SF patch #755987 (Jim Ahlstrom):Greg Ward2003-06-181-16/+15
* Patch #661719: Expose compilation errors as exceptions on request.Martin v. Löwis2003-01-151-1/+4
* Patch #651621, approved by MvL.Just van Rossum2002-12-121-2/+9
* Patch #611760: read archives with comments.Martin v. Löwis2002-10-131-23/+48
* Avoid warnings about <<. external_attr is now an unsigned long.Guido van Rossum2002-08-121-2/+2
* Remove uses of the string and types modules:Walter Dörwald2002-06-031-8/+1
* Replaced obsolete stat module constants with equivalent attributesRaymond Hettinger2002-06-011-3/+3
* SF 563203. Replaced 'has_key()' with 'in'.Raymond Hettinger2002-06-011-1/+1
* Partial introduction of bools where appropriate.Guido van Rossum2002-04-071-1/+2
* SF bug #488514: -Qnew needs workTim Peters2001-12-061-2/+2
* SF bug 486480: zipfile __del__ is brokenTim Peters2001-11-281-3/+3
* Make these modules work when Python is compiled without Unicode support.Guido van Rossum2001-09-211-1/+4
* Whitespace normalization.Tim Peters2001-09-181-1/+1
* [ #458701 ] Patch to zipfile.py for JavaFinn Bock2001-09-051-5/+9
* Make sure path names inserted into ZIP files are normalized to use "/" asFred Drake2001-07-191-1/+12