summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libzipfile.tex
Commit message (Collapse)AuthorAgeFilesLines
* Update docs for bool changes by Guido around April 6Neal Norwitz2002-04-091-2/+2
|
* Fix a simple typo. Has this to be fixed also in other branches?Thomas Heller2002-01-141-1/+1
|
* Fix up a few style nits -- avoid "e.g." and "i.e." -- these makeFred Drake2001-07-061-1/+1
| | | | | translation more difficult, as well as reading the English more difficult for non-native speakers.
* --sigh--Fred Drake2001-05-111-2/+2
| | | | | Finish the last set of changes to these files so the conversion does not break.
* Replace "\begin{classdesc}{SomeClass}{\unspecified}" withFred Drake2001-05-111-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 Drake2001-05-091-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 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