Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add warning about use of lowercase/uppercase with maketrans(). | Guido van Rossum | 1998-06-11 | 1 | -0/+5 |
| | |||||
* | Eric Raymond: added doc for isheader(); improved docs for constructor. | Guido van Rossum | 1998-06-11 | 1 | -7/+18 |
| | |||||
* | Document the changes I just checked in. | Guido van Rossum | 1998-06-10 | 1 | -8/+39 |
| | |||||
* | Document several variables that were previously undocumented, | Guido van Rossum | 1998-06-10 | 1 | -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 disclaimer | Guido van Rossum | 1998-06-09 | 1 | -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 Rossum | 1998-06-09 | 1 | -0/+12 |
| | |||||
* | Clarify the type of the signal handler. | Guido van Rossum | 1998-06-09 | 1 | -1/+2 |
| | |||||
* | Say a bit more about .pyc and .pyo files. | Guido van Rossum | 1998-05-29 | 1 | -5/+35 |
| | |||||
* | Document missing functions: xor, not, truth, countOf, indexOf, and | Guido van Rossum | 1998-05-22 | 1 | -0/+28 |
| | | | | (new!) contains. | ||||
* | Minor grammatical correction: "This module perform ..." --> "This module | Fred Drake | 1998-05-22 | 1 | -1/+1 |
| | | | | performs ...". | ||||
* | Added support for AMK's {definitions} environment; thanks for the reminder! | Fred Drake | 1998-05-20 | 1 | -0/+20 |
| | |||||
* | Added {definitions} environment, which has \term to define indivual terms. | Fred Drake | 1998-05-20 | 1 | -0/+11 |
| | | | | Similar to {description}. | ||||
* | Don't use a separate node for footnotes; see if people scream. ;-) | Fred Drake | 1998-05-19 | 1 | -0/+1 |
| | |||||
* | Fix definition of release_version (global). | Fred Drake | 1998-05-19 | 1 | -1/+1 |
| | |||||
* | Added entry for mimetypes. | Fred Drake | 1998-05-19 | 1 | -0/+3 |
| | |||||
* | webcheck target in this Makefile wasn't used. | Fred Drake | 1998-05-19 | 1 | -3/+0 |
| | |||||
* | Fix the webcheck target so it checks the right files.... | Fred Drake | 1998-05-19 | 1 | -6/+6 |
| | |||||
* | Add mimetypes documentation to library reference dependencies. | Fred Drake | 1998-05-19 | 1 | -1/+2 |
| | |||||
* | Add section documenting mimetypes module. | Fred Drake | 1998-05-19 | 2 | -0/+95 |
| | |||||
* | Fix another oldie (item (b) only): | Guido van Rossum | 1998-05-16 | 1 | -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 be | Fred Drake | 1998-05-15 | 1 | -1/+3 |
| | | | | a sibling of the html/ directory in the distribution. | ||||
* | Update to use latex2html 98.1p5. | Fred Drake | 1998-05-15 | 2 | -36/+32 |
| | |||||
* | Update to use latex2html 98.1p5. | Fred Drake | 1998-05-15 | 1 | -1/+2 |
| | | | | Cleanup temporary files produced by latex2html in the output directory. | ||||
* | Update note about latex2html version required. | Fred Drake | 1998-05-15 | 1 | -2/+3 |
| | |||||
* | Add support for the Macintosh Library Modules document. | Fred Drake | 1998-05-15 | 2 | -8/+22 |
| | |||||
* | Revise comment about \let support a little to more accurately reflect the | Fred Drake | 1998-05-15 | 1 | -1/+1 |
| | | | | support that's offered. | ||||
* | Ignore the mac/ directory.... | Fred Drake | 1998-05-15 | 1 | -0/+1 |
| | |||||
* | Update to use the output names used by latex2html for the Python Reference | Fred Drake | 1998-05-15 | 1 | -1/+1 |
| | | | | Manual; the old FrameMaker names no longer apply. | ||||
* | Extend handling for \let a bit, to also allow \let\something=<character>. We | Fred Drake | 1998-05-15 | 1 | -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 Drake | 1998-05-15 | 1 | -1/+0 |
| | |||||
* | do_cmd_let(): Simple implementation to allow \let to be used to establish | Fred Drake | 1998-05-15 | 1 | -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 Drake | 1998-05-14 | 1 | -4/+8 |
| | |||||
* | Added definitions for \developer, \developers, \developersaddress. | Fred Drake | 1998-05-14 | 1 | -0/+3 |
| | | | | Ask Guido if you really want to know why. ;-) | ||||
* | Fix the fix to allow the .tex document sources not live in ".". | Fred Drake | 1998-05-14 | 1 | -1/+2 |
| | |||||
* | Mostly spurious change to ensure that everyone's version of this picks up the | Fred Drake | 1998-05-14 | 1 | -0/+2 |
| | | | | execute bit.... problem discovered by Guido. | ||||
* | Don't run tools/toc2bkm.py unless we're building PDF. | Fred Drake | 1998-05-14 | 1 | -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 Drake | 1998-05-14 | 6 | -197/+203 |
| | |||||
* | Add an index entry. | Fred Drake | 1998-05-14 | 1 | -3/+4 |
| | | | | Bow to font lock. | ||||
* | Add comments about release status. | Fred Drake | 1998-05-12 | 1 | -0/+15 |
| | |||||
* | Switch to .tgz instead of .tar.gz to appease Windows users. | Fred Drake | 1998-05-11 | 1 | -17/+17 |
| | | | | Clean up the clean & clobber targets. | ||||
* | Use .tgz instead of .tar.gz for the output file name. | Fred Drake | 1998-05-11 | 1 | -1/+1 |
| | |||||
* | Change ignored extension .tar.gz to .tgz. | Fred Drake | 1998-05-11 | 1 | -1/+1 |
| | |||||
* | Ignore intermediate files. | Fred Drake | 1998-05-11 | 1 | -0/+2 |
| | |||||
* | Set the right page size in the PDF output. | Fred Drake | 1998-05-11 | 1 | -7/+5 |
| | |||||
* | Add --letter option, similar to --a4. This is a no-op, but can be used from | Fred Drake | 1998-05-11 | 1 | -0/+4 |
| | | | | a Makefile: mkhowto.sh --$(PAPER). | ||||
* | Add the clean, clobber targets here for this directory. | Fred Drake | 1998-05-11 | 1 | -0/+6 |
| | |||||
* | Reverted the last change; the extra cruft is harmless for formatted versions, | Fred Drake | 1998-05-11 | 1 | -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 Drake | 1998-05-11 | 1 | -1/+6 |
| | |||||
* | Added a section about documentation for the Mac modules. | Fred Drake | 1998-05-11 | 1 | -0/+14 |
| | |||||
* | Oops, better add it to the usage message! | Fred Drake | 1998-05-11 | 1 | -0/+1 |
| |