| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | lots of markup nits, most commonly Unix/unix --> \UNIX | Fred Drake | 2006-07-30 | 1 | -6/+6 |
| | | |||||
| * | Update url. | George Yoshida | 2006-06-17 | 1 | -8/+8 |
| | | | | | Old url returned status code:301 Moved permanently. | ||||
| * | Patch #1446489 (zipfile: support for ZIP64) | Ronald Oussoren | 2006-06-15 | 1 | -8/+16 |
| | | |||||
| * | Bug #1465600: note encoding issue in ZipFile.write(). | Georg Brandl | 2006-04-06 | 1 | -4/+11 |
| | | |||||
| * | Bug #1413790: zipfile now sanitizes absolute archive names that are | Georg Brandl | 2006-02-20 | 1 | -2/+5 |
| | | | | | not allowed by the specs. | ||||
| * | SF Patch #1093896: miscellaneous doc typos | Raymond Hettinger | 2005-01-01 | 1 | -1/+1 |
| | | |||||
| * | Fix double word typos. | Raymond Hettinger | 2003-08-25 | 1 | -1/+1 |
| | | |||||
| * | Patch #651621, approved by MvL. | Just van Rossum | 2002-12-12 | 1 | -5/+7 |
| | | | | | | | | | | | | | | | | | This patch allows ZipFile.writestr() to be called with an archive file name instead of a ZipInfo instance: z = ZipFile("myarchive.zip", "w") z.writestr("foo/baz/file.ext", data) z.close() I found the old writestr() method very inconvenient for simple (but common) things. If called with a file name instead of a ZipInfo instance, the date_time is set to the current date/time, which makes sense to me for anonymous data. | ||||
| * | Update docs for bool changes by Guido around April 6 | Neal Norwitz | 2002-04-09 | 1 | -2/+2 |
| | | |||||
| * | Fix a simple typo. Has this to be fixed also in other branches? | Thomas Heller | 2002-01-14 | 1 | -1/+1 |
| | | |||||
| * | Fix up a few style nits -- avoid "e.g." and "i.e." -- these make | Fred Drake | 2001-07-06 | 1 | -1/+1 |
| | | | | | | translation more difficult, as well as reading the English more difficult for non-native speakers. | ||||
| * | --sigh-- | Fred Drake | 2001-05-11 | 1 | -2/+2 |
| | | | | | | Finish the last set of changes to these files so the conversion does not break. | ||||
| * | Replace "\begin{classdesc}{SomeClass}{\unspecified}" with | Fred Drake | 2001-05-11 | 1 | -2/+2 |
| | | | | | | "\begin{classdesc*}{SomeClass}" -- the rendering of \unspecified was identical to \moreargs, so this helps clarify things just a little. | ||||
| * | Itamar Shtull-Trauring <python@itamarst.org>: | Fred Drake | 2001-05-09 | 1 | -4/+5 |
| | | | | | | | | Updates zipfile.ZipFile docs to mention the fact that you can create a ZipFile instance from an arbitrary file-like object. This closes patch #418011. | ||||
| * | Make sure methods of ZipFile objects are in alphabetical order; the logical | Fred Drake | 2000-10-11 | 1 | -4/+4 |
| | | | | | | groupings are still maintained. Based on a comment by Steve Holden <sholden@holdenweb.com>. | ||||
| * | is_zipfile() description: Use the same name for the parameter as the | Fred Drake | 2000-10-06 | 1 | -3/+3 |
| | | | | | | | | code, in case someone wants to use it as a keyword paramter. ZIP_DEFLATED description: Do not reveal the specific value of the constant, since code should only use the symbolic name. | ||||
| * | Jim Ahlstrom sent a few corrections to my changes. (Thanks!) | Fred Drake | 2000-10-03 | 1 | -20/+27 |
| | | |||||
| * | Substantially revised documentation for the zipfile module, partially based | Fred Drake | 2000-10-02 | 1 | -60/+164 |
| | | | | | | | on revised text from Jim Ahlstrom <jim@interet.com>. This closes SourceForge bug #115681. | ||||
| * | Replace to XXX notes to add references with real references. | Fred Drake | 2000-09-30 | 1 | -2/+7 |
| | | |||||
| * | Add missing \declaremodule for zipfile. | Fred Drake | 2000-09-18 | 1 | -0/+1 |
| | | |||||
| * | Added note about Python version this was added for. | Fred Drake | 2000-09-07 | 1 | -0/+2 |
| | | |||||
| * | Two new sections. Preliminary. | Fred Drake | 2000-03-31 | 1 | -0/+169 |
