summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
* Add warning about use of lowercase/uppercase with maketrans().Guido van Rossum1998-06-111-0/+5
|
* Eric Raymond: added doc for isheader(); improved docs for constructor.Guido van Rossum1998-06-111-7/+18
|
* Document the changes I just checked in.Guido van Rossum1998-06-101-8/+39
|
* Document several variables that were previously undocumented,Guido van Rossum1998-06-101-9/+35
| | | | | including the new __stdin__, __stdout__ and __stderr__. Also moved setttrace around to its proper place in the alphabet.
* Added notes about epochs, the year 2038, and a small Y2K disclaimerGuido van Rossum1998-06-091-4/+19
| | | | | (all with index entries!). Also update the list of functions that take or yield a time represented as a 9-tuple.
* Added docs for strptime().Guido van Rossum1998-06-091-0/+12
|
* Clarify the type of the signal handler.Guido van Rossum1998-06-091-1/+2
|
* Say a bit more about .pyc and .pyo files.Guido van Rossum1998-05-291-5/+35
|
* Document missing functions: xor, not, truth, countOf, indexOf, andGuido van Rossum1998-05-221-0/+28
| | | | (new!) contains.
* Minor grammatical correction: "This module perform ..." --> "This moduleFred Drake1998-05-221-1/+1
| | | | performs ...".
* Added support for AMK's {definitions} environment; thanks for the reminder!Fred Drake1998-05-201-0/+20
|
* Added {definitions} environment, which has \term to define indivual terms.Fred Drake1998-05-201-0/+11
| | | | Similar to {description}.
* Don't use a separate node for footnotes; see if people scream. ;-)Fred Drake1998-05-191-0/+1
|
* Fix definition of release_version (global).Fred Drake1998-05-191-1/+1
|
* Added entry for mimetypes.Fred Drake1998-05-191-0/+3
|
* webcheck target in this Makefile wasn't used.Fred Drake1998-05-191-3/+0
|
* Fix the webcheck target so it checks the right files....Fred Drake1998-05-191-6/+6
|
* Add mimetypes documentation to library reference dependencies.Fred Drake1998-05-191-1/+2
|
* Add section documenting mimetypes module.Fred Drake1998-05-192-0/+95
|
* Fix another oldie (item (b) only):Guido van Rossum1998-05-161-1/+1
| | | | | | | | | | | | | | | Date: Fri, 20 Dec 1996 14:47:50 +0100 From: Lele Gaifax <lele@nautilus.eclipse.it> To: Python List <python-list@cwi.nl> Subject: Typos in ref manual Hi all, browsing the reference manual I noticed what seem two small errors: a) in the list of keywords (section 2.3.1) 'exec' is missing b) in the Operator Precedence table (5.12) the comparison operators include '=', but probably '==' was intended. Hope this help, lele.
* Small change to the l2h target allowing the output dir, $(HTMLDIR), to beFred Drake1998-05-151-1/+3
| | | | a sibling of the html/ directory in the distribution.
* Update to use latex2html 98.1p5.Fred Drake1998-05-152-36/+32
|
* Update to use latex2html 98.1p5.Fred Drake1998-05-151-1/+2
| | | | Cleanup temporary files produced by latex2html in the output directory.
* Update note about latex2html version required.Fred Drake1998-05-151-2/+3
|
* Add support for the Macintosh Library Modules document.Fred Drake1998-05-152-8/+22
|
* Revise comment about \let support a little to more accurately reflect theFred Drake1998-05-151-1/+1
| | | | support that's offered.
* Ignore the mac/ directory....Fred Drake1998-05-151-0/+1
|
* Update to use the output names used by latex2html for the Python ReferenceFred Drake1998-05-151-1/+1
| | | | Manual; the old FrameMaker names no longer apply.
* Extend handling for \let a bit, to also allow \let\something=<character>. WeFred Drake1998-05-151-1/+12
| | | | | still don't support things like \let^^M=\something, where ^^M could actually be any active character. Print a decent warning if we find one we can't handle.
* Remove debugging echo.Fred Drake1998-05-151-1/+0
|
* do_cmd_let(): Simple implementation to allow \let to be used to establishFred Drake1998-05-151-3/+21
| | | | | | | | | synonyms for macros. This supports: \let\newname = \oldname \let\newname\oldname This is useful sometimes, and can at least avoid real errors at other times.
* Added support for \developer, \developers, \developersaddress.Fred Drake1998-05-141-4/+8
|
* Added definitions for \developer, \developers, \developersaddress.Fred Drake1998-05-141-0/+3
| | | | Ask Guido if you really want to know why. ;-)
* Fix the fix to allow the .tex document sources not live in ".".Fred Drake1998-05-141-1/+2
|
* Mostly spurious change to ensure that everyone's version of this picks up theFred Drake1998-05-141-0/+2
| | | | execute bit.... problem discovered by Guido.
* Don't run tools/toc2bkm.py unless we're building PDF.Fred Drake1998-05-141-6/+11
| | | | | | | Change the way TEXINPUTS gets defined to ensure that the directory containing the main document file comes before any other dir, to allow documents to have files that "override" like-named files elsewhere on the search path. Guido discovered we needed this.
* Updated markup style (got rid of \verb@...@, mostly).Fred Drake1998-05-146-197/+203
|
* Add an index entry.Fred Drake1998-05-141-3/+4
| | | | Bow to font lock.
* Add comments about release status.Fred Drake1998-05-121-0/+15
|
* Switch to .tgz instead of .tar.gz to appease Windows users.Fred Drake1998-05-111-17/+17
| | | | Clean up the clean & clobber targets.
* Use .tgz instead of .tar.gz for the output file name.Fred Drake1998-05-111-1/+1
|
* Change ignored extension .tar.gz to .tgz.Fred Drake1998-05-111-1/+1
|
* Ignore intermediate files.Fred Drake1998-05-111-0/+2
|
* Set the right page size in the PDF output.Fred Drake1998-05-111-7/+5
|
* Add --letter option, similar to --a4. This is a no-op, but can be used fromFred Drake1998-05-111-0/+4
| | | | a Makefile: mkhowto.sh --$(PAPER).
* Add the clean, clobber targets here for this directory.Fred Drake1998-05-111-0/+6
|
* Reverted the last change; the extra cruft is harmless for formatted versions,Fred Drake1998-05-111-0/+5
| | | | and allows the info to work through this section.
* Don't be so ugly as to use "set -x" to get the executed commands printed.Fred Drake1998-05-111-1/+6
|
* Added a section about documentation for the Mac modules.Fred Drake1998-05-111-0/+14
|
* Oops, better add it to the usage message!Fred Drake1998-05-111-0/+1
|