| Commit message (Expand) | Author | Age | Files | Lines |
* | Relocating file to Doc/lib/ | Fred Drake | 1998-05-07 | 142 | -21211/+0 |
|
|
* | More changes to support the new directory structure. | Fred Drake | 1998-05-07 | 1 | -34/+50 |
|
|
* | New helper script to build the .dvi for a Python manual; usable for the | Fred Drake | 1998-05-07 | 1 | -0/+26 |
|
|
* | Relocating file to Doc/ref. | Fred Drake | 1998-05-07 | 9 | -3364/+0 |
|
|
* | Relocating file to Doc/mac. | Fred Drake | 1998-05-06 | 12 | -1468/+0 |
|
|
* | Relocating file to Doc/api. | Fred Drake | 1998-05-06 | 1 | -3016/+0 |
|
|
* | Relocating file to Doc/tut. | Fred Drake | 1998-05-06 | 1 | -3495/+0 |
|
|
* | Change the set of subdirectories to ignore. | Fred Drake | 1998-05-06 | 1 | -5/+1 |
|
|
* | Ignore intermediate files. | Fred Drake | 1998-05-06 | 1 | -0/+11 |
|
|
* | Ignore temporary files. | Fred Drake | 1998-05-06 | 1 | -0/+11 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | Fix typo in example found by Anthony Starks <anthony_starks@merck.com>, | Fred Drake | 1998-05-06 | 2 | -2/+2 |
|
|
* | 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 |
|
|
* | Move a bit closer to HTML generation without depending on the temp files | Fred Drake | 1998-04-28 | 1 | -19/+23 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | Use of \key and \kbd were isolated to one instance each in this file; | Fred Drake | 1998-04-28 | 2 | -10/+10 |
|
|
* | Document transfercmd(), ntransfercmd(), delete(), rmd(), size(). | Fred Drake | 1998-04-27 | 2 | -10/+78 |
|
|
* | 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 |
|
|
* | Paper size / font size configuration file. | Fred Drake | 1998-04-25 | 1 | -0/+6 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | 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 |
|
|