Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Modified version of ../texinputs/pypaper.sty that specifies A4 paper. | Fred Drake | 1998-05-06 | 1 | -0/+5 |
| | |||||
* | Fix a bogus \code@...@ to be \code{...}. | Fred Drake | 1998-05-06 | 2 | -48/+46 |
| | | | | Normalize some other markup. | ||||
* | Relocating file to Doc/texinputs. | Fred Drake | 1998-05-06 | 2 | -39/+0 |
| | |||||
* | The Python Reference Manual. | Fred Drake | 1998-05-06 | 18 | -0/+6730 |
| | |||||
* | First cut at welcoming the Python Reference Manual back to the fold. | Fred Drake | 1998-05-06 | 1 | -14/+23 |
| | |||||
* | \itembreak, | Fred Drake | 1998-05-06 | 1 | -0/+14 |
| | | | | | \itemjoin, \kwindex: Revived definitions to support the Python Reference Manual. | ||||
* | Fix typo in example found by Anthony Starks <anthony_starks@merck.com>, | Fred Drake | 1998-05-06 | 2 | -2/+2 |
| | | | | reported to me by Piers Lauder <piers@cs.su.oz.au>. | ||||
* | cleanup(): Remove *all* the temp files related to index generation! | Fred Drake | 1998-04-29 | 1 | -1/+3 |
| | |||||
* | Work around lack of support for \if... in latex2html. | Fred Drake | 1998-04-29 | 2 | -0/+16 |
| | |||||
* | Set $TEXINPUTS='' to make l2h pick up the right thing from the environment. | Fred Drake | 1998-04-29 | 1 | -0/+2 |
| | |||||
* | Fix documentation based on comments from Sean Reifschneider | Fred Drake | 1998-04-29 | 2 | -60/+64 |
| | | | | | | <jafo-9804@tummy.com>. Logical markup. | ||||
* | Move a bit closer to HTML generation without depending on the temp files | Fred Drake | 1998-04-28 | 1 | -19/+23 |
| | | | | | | | | | | being in the current directory. Be more careful cleaning up. Correct an error in a comment. Add recent additions to the dependencies for lib.dvi. | ||||
* | do_cmd_sectcode(): Obsolete; removed. | Fred Drake | 1998-04-28 | 1 | -5/+0 |
| | |||||
* | Remove extra cruft for texi processing. | Fred Drake | 1998-04-28 | 2 | -10/+0 |
| | |||||
* | Do better hiding of internal names. | Fred Drake | 1998-04-28 | 2 | -25/+25 |
| | |||||
* | do_cmd_key(): Obsolete; removed. | Fred Drake | 1998-04-28 | 1 | -1/+0 |
| | |||||
* | Fixed \code so word wrapping is allowed. | Fred Drake | 1998-04-28 | 1 | -142/+141 |
| | | | | | | Removed some old stuff. Do better hiding of internal names. | ||||
* | Section for bisect module. | Fred Drake | 1998-04-28 | 2 | -0/+110 |
| | |||||
* | Moved popen2 entry to make more sense. | Fred Drake | 1998-04-28 | 2 | -2/+4 |
| | | | | Added bisect entry. | ||||
* | Updated. | Fred Drake | 1998-04-28 | 2 | -26/+0 |
| | |||||
* | Document changed semantics -- open() now guesses the db type and error | Guido van Rossum | 1998-04-28 | 2 | -4/+20 |
| | | | | is now a tuple of various and sundry exceptions. | ||||
* | Hook in the calendar and popen2 sections. | Fred Drake | 1998-04-28 | 2 | -0/+4 |
| | |||||
* | calendar module section for the library reference, by Drew Csillag. | Fred Drake | 1998-04-28 | 2 | -0/+90 |
| | |||||
* | popen2 section for the library reference, contributed by Drew Csillag, with | Fred Drake | 1998-04-28 | 2 | -0/+142 |
| | | | | some reorganization. | ||||
* | Use of \key and \kbd were isolated to one instance each in this file; | Fred Drake | 1998-04-28 | 2 | -10/+10 |
| | | | | normalize to \kbd to allow removal of \key from the document class. | ||||
* | Document transfercmd(), ntransfercmd(), delete(), rmd(), size(). | Fred Drake | 1998-04-27 | 2 | -10/+78 |
| | | | | | Thanks to Timothy Wild <twild@clear.net.nz> for catching the omission of delete(). | ||||
* | clean target: Remove intermediate files from creation of outline in PDF. | Fred Drake | 1998-04-25 | 1 | -1/+1 |
| | |||||
* | Load the options from the pypaper.sty file before setting up the "base class" | Fred Drake | 1998-04-25 | 1 | -3/+4 |
| | | | | for the manual documents. | ||||
* | Paper size / font size configuration file. | Fred Drake | 1998-04-25 | 1 | -0/+6 |
| | | | | | | | | | This is separated so I can build A4 and US Letter sizes without having to edit files. Anyone who downloads the source package can also simply edit this file, which is a lot shorter than the manual.cls file, and easier to find the appropriate line. | ||||
* | Simplify how some options get propogated. | Fred Drake | 1998-04-24 | 1 | -24/+27 |
| | |||||
* | Added libpoplib.tex to dependencies for the library reference. | Fred Drake | 1998-04-24 | 1 | -17/+21 |
| | | | | | Some mods to allow PS to be generated when the current dir is *not* Doc; to help out with generating A4 versions. | ||||
* | Added a section for the poplib module, contributed by Drew Csillag. | Fred Drake | 1998-04-24 | 4 | -0/+264 |
| | |||||
* | Add entry for poplib. | Fred Drake | 1998-04-24 | 2 | -0/+6 |
| | |||||
* | Fred's right -- we need PyList_SET_ITEM(). | Guido van Rossum | 1998-04-24 | 2 | -0/+10 |
| | |||||
* | This script appears to no longer be in the toolchain for Python | Barry Warsaw | 1998-04-23 | 1 | -1590/+0 |
| | | | | | | documentation, so it has been moved to ../../Tools/scripts Fred, please verify. | ||||
* | Don't override the default $ADDRESS. | Fred Drake | 1998-04-23 | 1 | -1/+1 |
| | |||||
* | Change the default $ADDRESS. | Fred Drake | 1998-04-23 | 1 | -0/+1 |
| | |||||
* | Convert recent additions to use new, "logical" markup. | Fred Drake | 1998-04-23 | 2 | -256/+264 |
| | | | | I suppose we really do need a markup guide. -sigh- | ||||
* | Filled in some more blanks, with the help of Drew Csillag. | Guido van Rossum | 1998-04-21 | 2 | -58/+186 |
| | |||||
* | Fix problem for the Library Reference where high-numbered sections of | Fred Drake | 1998-04-20 | 1 | -0/+5 |
| | | | | | high-numbered chapters took too much space for the section number in the table of contents. This makes the section number and title not overlap. | ||||
* | Added \label to subsections which didn't have one, since this module has | Fred Drake | 1998-04-20 | 2 | -0/+14 |
| | | | | subsections listed in the documentation index sidebar. (Why?) | ||||
* | Fix vonmisesvariate() -- it now returns an angle between 0 and *two* | Guido van Rossum | 1998-04-20 | 2 | -8/+8 |
| | | | | times pi. Got rid of $math$ here and in one other place. | ||||
* | cleanup(): Get rid of module index turds. | Fred Drake | 1998-04-17 | 1 | -1/+1 |
| | |||||
* | Ignore the mac/ directory where latex2html spits out HTML. | Fred Drake | 1998-04-17 | 1 | -0/+1 |
| | |||||
* | Make the intro section explicit, so that latex2html puts it on a separate | Fred Drake | 1998-04-17 | 2 | -0/+6 |
| | | | | page from the table of contents. | ||||
* | build_ps(): Fix flags to dvips. | Fred Drake | 1998-04-17 | 1 | -4/+4 |
| | | | | build_html(): Deal with node2label.pl a little better. | ||||
* | next_optional_argument(): Don't include the square brackets in the return | Fred Drake | 1998-04-17 | 1 | -1/+46 |
| | | | | | | | | value. ArabictoRoman(): Acquired function from Robert Donohue <donahue@cfassp48.harvard.edu>; might be useful someday, and I don't want to figure it out again! | ||||
* | Fix things. Blame Andy Eskilsson <andy.eskilsson@telelogic.se>. | Fred Drake | 1998-04-17 | 1 | -121/+148 |
| | | | | | But I'm not giving this or the info files out until Andy (or anyone else) agrees to take over the maintenance of this script! Hah! | ||||
* | Mark TMPDIR correctly. | Fred Drake | 1998-04-17 | 2 | -4/+2 |
| | |||||
* | Separate the Mac-related files from the library reference files. The new | Fred Drake | 1998-04-17 | 1 | -5/+7 |
| | | | | variable isn't used yet. |