| Commit message (Expand) | 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 |
|
|
* | Added notes about epochs, the year 2038, and a small Y2K disclaimer | Guido van Rossum | 1998-06-09 | 1 | -4/+19 |
|
|
* | 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 |
|
|
* | Minor grammatical correction: "This module perform ..." --> "This module | Fred Drake | 1998-05-22 | 1 | -1/+1 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | Small change to the l2h target allowing the output dir, $(HTMLDIR), to be | Fred Drake | 1998-05-15 | 1 | -1/+3 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | Extend handling for \let a bit, to also allow \let\something=<character>. We | Fred Drake | 1998-05-15 | 1 | -1/+12 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | Don't run tools/toc2bkm.py unless we're building PDF. | Fred Drake | 1998-05-14 | 1 | -6/+11 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | 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 |
|
|