summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libzipfile.tex
Commit message (Collapse)AuthorAgeFilesLines
* Make sure methods of ZipFile objects are in alphabetical order; the logicalFred Drake2000-10-111-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 theFred Drake2000-10-061-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 Drake2000-10-031-20/+27
|
* Substantially revised documentation for the zipfile module, partially basedFred Drake2000-10-021-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 Drake2000-09-301-2/+7
|
* Add missing \declaremodule for zipfile.Fred Drake2000-09-181-0/+1
|
* Added note about Python version this was added for.Fred Drake2000-09-071-0/+2
|
* Two new sections. Preliminary.Fred Drake2000-03-311-0/+169