| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
|
| |
translation more difficult, as well as reading the English more
difficult for non-native speakers.
|
|
|
|
|
| |
Finish the last set of changes to these files so the conversion does not
break.
|
|
|
|
|
| |
"\begin{classdesc*}{SomeClass}" -- the rendering of \unspecified was
identical to \moreargs, so this helps clarify things just a little.
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
groupings are still maintained. Based on a comment by Steve Holden
<sholden@holdenweb.com>.
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
| |
on revised text from Jim Ahlstrom <jim@interet.com>.
This closes SourceForge bug #115681.
|
| |
|
| |
|
| |
|
|
|