| Commit message (Expand) | Author | Age | Files | Lines |
* | Use more recent option to \pdfdest to not change the zoom factor. | Fred Drake | 1999-03-24 | 1 | -1/+1 |
|
|
* | Document new builtin buffer(). Greg Stein. | Guido van Rossum | 1999-03-19 | 1 | -0/+10 |
|
|
* | Added htmldoc, to generate the HTML for "Documenting Python". | Fred Drake | 1999-03-18 | 1 | -0/+3 |
|
|
* | Add "Documenting Python" to the list of processed documents. | Fred Drake | 1999-03-18 | 1 | -1/+7 |
|
|
* | LaTeX2HTML support for the ltxmarkup package. | Fred Drake | 1999-03-18 | 1 | -0/+51 |
|
|
* | Add some (commented out) macros to change the page size to the size of | Fred Drake | 1999-03-18 | 1 | -41/+35 |
|
|
* | Documented FTP.set_pasv(). | Fred Drake | 1999-03-18 | 1 | -13/+15 |
|
|
* | Make this simpler; don't care about the paper size. Require that the | Fred Drake | 1999-03-18 | 1 | -4/+2 |
|
|
* | Note that abspath() was added in 1.5.2. | Fred Drake | 1999-03-17 | 1 | -0/+1 |
|
|
* | Be sure "make" understands the "doc" target is phony. | Fred Drake | 1999-03-17 | 1 | -1/+1 |
|
|
* | Fixed minor nits, added index entries to make these easier to find for people | Fred Drake | 1999-03-16 | 2 | -9/+17 |
|
|
* | Ignore some more files kept by mkhowto --keep. | Fred Drake | 1999-03-16 | 2 | -0/+4 |
|
|
* | Add support for "Documenting Python". | Fred Drake | 1999-03-16 | 3 | -3/+23 |
|
|
* | Removed the embedded sections showing module documentation; just | Fred Drake | 1999-03-16 | 1 | -78/+2 |
|
|
* | New document: "Documenting Python". | Fred Drake | 1999-03-16 | 1 | -0/+644 |
|
|
* | Markup for documenting LaTeX macros and environments. | Fred Drake | 1999-03-16 | 1 | -0/+24 |
|
|
* | Added the new sections from Skip Montanaro. | Fred Drake | 1999-03-15 | 1 | -0/+2 |
|
|
* | Preliminary mhlib and telnetlib documents from Skip Montanaro -- thanks, Skip! | Fred Drake | 1999-03-15 | 3 | -0/+321 |
|
|
* | Fixed tons of small markup problems. | Fred Drake | 1999-03-12 | 1 | -69/+74 |
|
|
* | Added availabililty annotations to respond to concerns of /F. | Fred Drake | 1999-03-12 | 1 | -4/+5 |
|
|
* | Fixed grammatical error reported by Donald Wallace Rouse II | Fred Drake | 1999-03-12 | 1 | -2/+2 |
|
|
* | Fixup the module keys. There were some problems with hosting / processing | Fred Drake | 1999-03-12 | 4 | -8/+6 |
|
|
* | Updates based on comments from /F. | Fred Drake | 1999-03-12 | 1 | -6/+23 |
|
|
* | Add support for <platform>, some cleanup of module section after | Fred Drake | 1999-03-11 | 1 | -0/+20 |
|
|
* | Lots of nits to respond to various comments from users. | Fred Drake | 1999-03-10 | 1 | -57/+56 |
|
|
* | Fix a number of typos and small grammatical nits pointed out by Detlef | Fred Drake | 1999-03-09 | 1 | -9/+13 |
|
|
* | Added note about __builtin__._ to section dicussing classes of | Fred Drake | 1999-03-05 | 1 | -5/+15 |
|
|
* | Oops, missed a couple of substitutions in the templates. | Fred Drake | 1999-03-04 | 1 | -6/+9 |
|
|
* | Pass in the 'Send comments to ...' on the mkmodindex command line, | Fred Drake | 1999-03-04 | 1 | -1/+4 |
|
|
* | Allow many more aspects of the generated page to be parameterized, and | Fred Drake | 1999-03-04 | 1 | -63/+116 |
|
|
* | Added "Internet Config" to index. | Fred Drake | 1999-03-04 | 1 | -1/+2 |
|
|
* | add_module_idx(): If \ignorePlatformAnnotation is used, only ignore | Fred Drake | 1999-03-04 | 1 | -1/+1 |
|
|
* | Fixed description of WSTOPSIG(), added WTERMSIG(). Problem reported | Fred Drake | 1999-03-04 | 1 | -0/+5 |
|
|
* | Record the value of $TEXINPUTS in the transcript. | Fred Drake | 1999-03-03 | 1 | -6/+12 |
|
|
* | Oops, missed version number for pdfTeX. Updated. | Fred Drake | 1999-03-03 | 1 | -3/+4 |
|
|
* | Lots of small updates. | Fred Drake | 1999-03-03 | 1 | -11/+11 |
|
|
* | Obsolete; use the Python version instead. | Fred Drake | 1999-03-03 | 1 | -411/+0 |
|
|
* | Switch to the Python version of mkhowto. | Fred Drake | 1999-03-03 | 2 | -4/+4 |
|
|
* | Re-written mkhowto in Python; this should be at least a little more | Fred Drake | 1999-03-03 | 1 | -0/+444 |
|
|
* | process(): New function that contains the "orchestration" of the | Fred Drake | 1999-03-03 | 1 | -19/+28 |
|
|
* | process(): New function that contains the "orchestration" of the | Fred Drake | 1999-03-03 | 1 | -2/+6 |
|
|
* | Be a little more friendly for the generation of the text version: for | Fred Drake | 1999-03-03 | 1 | -1/+5 |
|
|
* | "\platform{UNIX}" should really be spelled "\platform{Unix}". | Fred Drake | 1999-03-02 | 13 | -14/+14 |
|
|
* | Added \platform annotations. | Fred Drake | 1999-03-02 | 38 | -238/+293 |
|
|
* | Add information about adding the portability statement. | Fred Drake | 1999-03-02 | 1 | -1/+10 |
|
|
* | Be more flexible to support platform annotations. | Fred Drake | 1999-03-02 | 1 | -5/+25 |
|
|
* | Clean up *.pla files -- platform annotation information. | Fred Drake | 1999-03-02 | 1 | -1/+1 |
|
|
* | Ignore *.pla -- the platform annotation information. Also, remove it for | Fred Drake | 1999-03-02 | 2 | -2/+2 |
|
|
* | Ignore *.pla -- the platform annotation information. | Fred Drake | 1999-03-02 | 1 | -1/+1 |
|
|
* | Added support for \platform, \platformof, and \ignorePlatformAnnotation. | Fred Drake | 1999-03-02 | 1 | -10/+47 |
|
|